index
:
kernel/git/stable/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-7.2.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
Age
Commit message (
Expand
)
Author
2018-09-10
infiniband: nes: Use skb_peek_next() and skb_queue_walk().
David S. Miller
2018-09-06
RDMA/core: Assign device ifindex before publishing the device
Parav Pandit
2018-09-06
RDMA/core: Follow correct unregister order between sysfs and cgroup
Parav Pandit
2018-09-06
RDMA/umem: Restore lockdep check while downgrading lock
Leon Romanovsky
2018-09-06
RDMA/core: Define client_data_lock as rwlock instead of spinlock
Parav Pandit
2018-09-06
RDMA/core: Use simpler spin lock irq API from blocking context
Parav Pandit
2018-09-06
RDMA/core: Remove context entries from list while unregistering device
Parav Pandit
2018-09-06
RDMA/core: Use simplified list_for_each
Parav Pandit
2018-09-06
RDMA/core: No need to protect kfree with spin lock and semaphore
Parav Pandit
2018-09-06
RDMA/{cma, core}: Avoid callback on rdma_addr_cancel()
Parav Pandit
2018-09-06
RDMA/core: Rate limit MAD error messages
Parav Pandit
2018-09-06
IB/ipoib: Ensure that MTU isn't less than minimum permitted
Muhammad Sammar
2018-09-06
IB/mlx5: Don't hold spin lock while checking device state
Parav Pandit
2018-09-06
RDMA/core: Fail early if unsupported QP is provided
Parav Pandit
2018-09-06
RDMA/mlx4: Ensure that maximal send/receive SGE less than supported by HW
Leon Romanovsky
2018-09-06
RDMA/cma: Protect cma dev list with lock
Parav Pandit
2018-09-05
Merge branch 'uverbs_dev_cleanups' into rdma.git for-next
Jason Gunthorpe
2018-09-05
RDMA/uverbs: Use device.groups to initialize device attributes
Parav Pandit
2018-09-05
RDMA/uverbs: Use cdev_device_add() instead of cdev_add()
Parav Pandit
2018-09-05
RDMA/core: Depend on device_add() to add device attributes
Parav Pandit
2018-09-05
RDMA/uverbs: Fix error cleanup path of ib_uverbs_add_one()
Parav Pandit
2018-09-05
bnxt_re: Fix couple of memory leaks that could lead to IOMMU call traces
Somnath Kotur
2018-09-05
RDMA/core: Replace open-coded variant of get_device
Parav Pandit
2018-09-05
RDMA/uverbs: Declare closing variable as boolean
Leon Romanovsky
2018-09-05
RDMA/nes: Delete impossible debug prints
Leon Romanovsky
2018-09-05
RDMA/qedr: remove set but not used variable 'ctx'
YueHaibing
2018-09-05
IB/srp: Remove unnecessary unlikely()
Igor Stoppa
2018-09-05
IB/core: Add an unbound WQ type to the new CQ API
Jack Morgenstein
2018-09-05
RDMA/bnxt_re: QPLIB: Add and use #define dev_fmt(fmt) "QPLIB: " fmt
Joe Perches
2018-09-05
IB/ipoib: Avoid a race condition between start_xmit and cm_rep_handler
Aaron Knister
2018-09-05
Merge branch 'mlx5-flow-mutate' into rdma.git for-next
Jason Gunthorpe
2018-09-05
RDMA/mlx5: Extend packet reformat verbs
Mark Bloch
2018-09-05
RDMA/mlx5: Add new flow action verb - packet reformat
Mark Bloch
2018-09-05
RDMA/uverbs: Add generic function to fill in flow action object
Mark Bloch
2018-09-05
RDMA/mlx5: Add a new flow action verb - modify header
Mark Bloch
2018-09-05
RDMA/uverbs: Add UVERBS_ATTR_CONST_IN to the specs language
Mark Bloch
2018-09-05
{net, RDMA}/mlx5: Rename encap to reformat packet
Mark Bloch
2018-09-04
IB/mlx5: Change TX affinity assignment in RoCE LAG mode
Majd Dibbiny
2018-09-04
iw_cxgb4: only allow 1 flush on user qps
Steve Wise
2018-09-04
IB/core: Release object lock if destroy failed
Artemy Kovalyov
2018-09-04
RDMA/ucma: check fd type in ucma_migrate_id()
Jann Horn
2018-09-01
IB/hfi1: Move URGENT IRQ enable to hfi1_rcvctrl()
Michael J. Ruhl
2018-09-01
IB/hfi1: Rework the IRQ API to be more flexible
Michael J. Ruhl
2018-09-01
IB/hfi1: PCIe bus width retry
Kamenee Arumugam
2018-09-01
IB/hfi1: Make the MSIx resource allocation a bit more flexible
Michael J. Ruhl
2018-09-01
IB/hfi1: Prepare for new HFI1 MSIx API
Michael J. Ruhl
2018-09-01
IB/hfi1: Get the hfi1_devdata structure as early as possible
Michael J. Ruhl
2018-09-01
IB/hfi1: tune_pcie_caps is arbitrarily placed, poorly
Michael J. Ruhl
2018-09-01
IB/hfi1: Remove duplicated defines
Michael J. Ruhl
2018-09-01
IB/hfi1: Rework file list in Makefile
Dennis Dalessandro
[prev]
[next]