index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-23
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
17
-161
/
+281
2017-09-22
bnxt_re: Don't issue cmd to delete GID for QP1 GID entry before the QP is des...
Somnath Kotur
1
-3
/
+20
2017-09-22
bnxt_re: Fix memory leak in FRMR path
Selvin Xavier
1
-1
/
+1
2017-09-22
bnxt_re: Remove RTNL lock dependency in bnxt_re_query_port
Somnath Kotur
3
-8
/
+9
2017-09-22
bnxt_re: Fix race between the netdev register and unregister events
Somnath Kotur
2
-5
/
+15
2017-09-22
bnxt_re: Free up devices in module_exit path
Somnath Kotur
1
-0
/
+16
2017-09-22
bnxt_re: Fix compare and swap atomic operands
Devesh Sharma
1
-0
/
+1
2017-09-22
bnxt_re: Stop issuing further cmds to FW once a cmd times out
Somnath Kotur
2
-1
/
+6
2017-09-22
bnxt_re: Fix update of qplib_qp.mtu when modified
Devesh Sharma
1
-0
/
+3
2017-09-22
i40iw: Add support for port reuse on active side connections
Shiraz Saleem
2
-76
/
+78
2017-09-22
i40iw: Add missing VLAN priority
Mustafa Ismail
2
-1
/
+4
2017-09-22
i40iw: Call i40iw_cm_disconn on modify QP to disconnect
Shiraz Saleem
1
-0
/
+12
2017-09-22
i40iw: Prevent multiple netdev event notifier registrations
Shiraz Saleem
3
-19
/
+20
2017-09-22
i40iw: Fail open if there are no available MSI-X vectors
Shiraz Saleem
1
-1
/
+6
2017-09-22
RDMA/vmw_pvrdma: Fix reporting correct opcodes for completion
Adit Ranadive
1
-3
/
+28
2017-09-22
IB/bnxt_re: Fix frame stack compilation warning
Leon Romanovsky
1
-31
/
+36
2017-09-22
IB/mlx5: fix debugfs cleanup
Sudip Mukherjee
1
-3
/
+3
2017-09-22
IB/ocrdma: fix incorrect fall-through on switch statement
Colin Ian King
1
-0
/
+3
2017-09-22
IB/ipoib: Suppress the retry related completion errors
Santosh Shilimkar
1
-5
/
+11
2017-09-22
iw_cxgb4: remove the stid on listen create failure
Steve Wise
1
-1
/
+1
2017-09-22
iw_cxgb4: drop listen destroy replies if no ep found
Steve Wise
1
-0
/
+5
2017-09-22
iw_cxgb4: put ep reference in pass_accept_req()
Steve Wise
1
-1
/
+1
2017-09-22
IB/core: Fix for core panic
Alex Estrin
1
-2
/
+2
2017-09-13
IB/mlx4: fix sprintf format warning
Arnd Bergmann
1
-1
/
+1
2017-09-09
Merge tag 'nfsd-4.14' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-0
/
+24
2017-09-08
lib/interval_tree: fast overlap detection
Davidlohr Bueso
7
-25
/
+26
2017-09-08
RDMA/netlink: clean up message validity array initializer
Linus Torvalds
1
-6
/
+5
2017-09-08
RDAM/netlink: Fix out-of-bound access while checking message validity
Leon Romanovsky
1
-3
/
+4
2017-09-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2
-13
/
+14
2017-09-05
rdma core: Add rdma_rw_mr_payload()
Chuck Lever
1
-0
/
+24
2017-09-03
Merge tag 'for-linus-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
215
-4914
/
+13002
2017-09-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-34
/
+21
2017-08-31
IB/hfi1: update to new mmu_notifier semantic
Jérôme Glisse
1
-9
/
+0
2017-08-31
IB/umem: update to new mmu_notifier semantic
Jérôme Glisse
1
-19
/
+0
2017-08-31
IB/core: Expose ioctl interface through experimental Kconfig
Matan Barak
3
-0
/
+17
2017-08-31
IB/core: Assign root to all drivers
Matan Barak
2
-0
/
+19
2017-08-31
IB/core: Add completion queue (cq) object actions
Matan Barak
1
-1
/
+137
2017-08-31
IB/core: Add legacy driver's user-data
Matan Barak
1
-0
/
+40
2017-08-31
IB/core: Explicitly destroy an object while keeping uobject
Matan Barak
1
-0
/
+35
2017-08-31
IB/core: Add uverbs merge trees functionality
Matan Barak
2
-1
/
+667
2017-08-31
IB/core: Add DEVICE object and root tree structure
Matan Barak
1
-0
/
+17
2017-08-31
IB/core: Declare an object instead of declaring only type attributes
Matan Barak
1
-64
/
+48
2017-08-31
IB/core: Add new ioctl interface
Matan Barak
4
-1
/
+416
2017-08-31
RDMA/vmw_pvrdma: Fix a signedness
Adit Ranadive
1
-1
/
+1
2017-08-31
RDMA/vmw_pvrdma: Report network header type in WC
Aditya Sarwade
1
-0
/
+1
2017-08-31
IB/core: Add might_sleep() annotation to ib_init_ah_from_wc()
Roland Dreier
1
-0
/
+2
2017-08-31
IB/cm: Fix sleeping in atomic when RoCE is used
Roland Dreier
1
-19
/
+44
2017-08-30
IB/core: Add support to finalize objects in one transaction
Matan Barak
2
-1
/
+61
2017-08-30
IB/core: Add a generic way to execute an operation on a uobject
Matan Barak
2
-0
/
+75
2017-08-29
net/mlx4_core: Dynamically allocate structs at mlx4_slave_cap
Eran Ben Elisha
1
-13
/
+13
[next]