]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge branch 'topic/uek-4.1/ofed.mlnx2.4-p2' into topic/uek-4.1/ofed
authorMukesh Kacker <mukesh.kacker@oracle.com>
Thu, 9 Jul 2015 22:26:48 +0000 (15:26 -0700)
committerMukesh Kacker <mukesh.kacker@oracle.com>
Thu, 9 Jul 2015 22:26:48 +0000 (15:26 -0700)
commitd4772b33738917a6730881076be1b68c3629d59d
tree11b23b4c7be066cd91f45742edde678a1e4e2ffa
parent6e36665458d221cd9a281055eca144fe59bb315d
parent8606100969dc1aafdef36b08fcbdea59afa03a47
Merge branch 'topic/uek-4.1/ofed.mlnx2.4-p2' into topic/uek-4.1/ofed

* topic/uek-4.1/ofed.mlnx2.4-p2: (93 commits)
  mlx4_core: supporting 64b counters
  ib_core: supporting 64b counters using PMA_COUNTERS_EXT mad
  net/mlx4: When issuing commands use rwsem insteam of rw spinlocks
  mlx4_ib: Make sure that PSN does not overflow.
  ib_core: Make sure that PSN does not overflow.
  IB/CMA: Make sure that PSN is not over max allowed
  IB/mlx4: Mark user mr as writable if actual virtual memory is writable
  mlx4_ib: Report proper BDF for IB MSI-X vectors
  IB/core: Fix memory leak in cm_req_handler error flows
  mlx4_core: enable msi_x module parameter for SRIOV VFs to limit number MSI-X interrupts per VF
  mlx4_ib: Fix endianness in blueflame post_send.
  net/mlx4: Switching between sending commands via polling and events may results in hung tasks
  IB/mlx4: Put non zero value in max_ah
  IB/core: Add debugging prints to ib_uverbs_write
  IB/core: add debugging prints to explain -EINVAL in ib_uverbs_reg_mr
  fix warning about bitwise or between u32 and size_t
  IB/mlx4: Don't update QP1 for native functions
  IB/ipoib: Check gso size prior to ib_send
  mlx4_vnic: fix may be used uninitialized compilation warnings
  mlx4_vnic: fix potential data corruption in sprintf
  ...