index
:
kernel/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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-18
RDMA/mlx5: Fix integer overflow while resizing CQ
Leon Romanovsky
1
-1
/
+6
2018-03-18
RDMA/ucma: Check that user doesn't overflow QP state
Leon Romanovsky
1
-0
/
+3
2018-03-18
RDMA/ucma: Limit possible option size
Leon Romanovsky
1
-0
/
+3
2018-03-03
IB/ipoib: Fix race condition in neigh creation
Erez Shitrit
2
-8
/
+22
2018-03-03
IB/mlx4: Fix mlx4_ib_alloc_mr error flow
Leon Romanovsky
1
-1
/
+1
2018-02-25
infiniband: cxgb4: use %pR format string for printing resources
Arnd Bergmann
1
-3
/
+2
2018-02-25
RDMA/cma: Make sure that PSN is not over max allowed
Moni Shoua
1
-0
/
+1
2018-02-22
IB/mlx4: Fix incorrectly releasing steerable UD QPs when have only ETH ports
Jack Morgenstein
1
-8
/
+5
2018-01-17
IB/srpt: Disable RDMA access by the initiator
Bart Van Assche
1
-2
/
+1
2018-01-02
iw_cxgb4: Only validate the MSN for successful completions
Steve Wise
1
-3
/
+3
2017-12-25
RDMA/iser: Fix possible mr leak on device removal event
Sagi Grimberg
2
-3
/
+7
2017-12-20
IB/ipoib: Grab rtnl lock on heavy flush when calling ndo_open/stop
Alex Vesker
1
-1
/
+6
2017-12-20
RDMA/cma: Avoid triggering undefined behavior
Bart Van Assche
1
-4
/
+7
2017-12-16
IB/mlx5: Assign send CQ and recv CQ of UMR QP
Majd Dibbiny
1
-0
/
+2
2017-12-16
IB/mlx4: Increase maximal message size under UD QP
Mark Bloch
1
-1
/
+1
2017-11-30
IB/srp: Avoid that a cable pull can trigger a kernel crash
Bart Van Assche
1
-6
/
+19
2017-11-30
IB/srpt: Do not accept invalid initiator port names
Bart Van Assche
1
-5
/
+4
2017-11-15
IB/ipoib: Change list_del to list_del_init in the tx object
Feras Daoud
1
-1
/
+1
2017-10-08
IB/qib: fix false-postive maybe-uninitialized warning
Arnd Bergmann
1
-1
/
+1
2017-10-08
IB/ipoib: Replace list_del of the neigh->list with list_del_init
Feras Daoud
1
-4
/
+4
2017-10-08
IB/ipoib: rtnl_unlock can not come after free_netdev
Feras Daoud
1
-2
/
+2
2017-10-08
IB/ipoib: Fix deadlock over vlan_mutex
Feras Daoud
1
-1
/
+5
2017-08-11
iser-target: Avoid isert_conn->cm_id dereference in isert_login_recv_done
Nicholas Bellinger
1
-1
/
+1
2017-08-07
RDMA/uverbs: Fix the check for port number
Ismail, Mustafa
1
-2
/
+3
2017-07-28
RDMA/core: Initialize port_num in qp_attr
Ismail, Mustafa
1
-0
/
+2
2017-07-15
RDMA/uverbs: Check port number supplied by user verbs cmds
Boris Pismenny
1
-0
/
+8
2017-06-14
RDMA/qib,hfi1: Fix MR reference count leak on write with immediate
Mike Marciniszyn
1
-1
/
+3
2017-05-25
infiniband: call ipv6 route lookup via the stub interface
Paolo Abeni
1
-2
/
+2
2017-05-20
IB/mlx4: Reduce SRIOV multicast cleanup warning message to debug level
Jack Morgenstein
1
-1
/
+2
2017-05-20
IB/mlx4: Fix ib device initialization error flow
Jack Morgenstein
1
-0
/
+1
2017-05-20
IB/IPoIB: ibX: failed to create mcg debug file
Shamir Rabinovitch
3
-8
/
+42
2017-05-20
IB/core: Fix sysfs registration error flow
Jack Morgenstein
1
-1
/
+1
2017-05-08
IB/qib: rename BITS_PER_PAGE to RVT_BITS_PER_PAGE
Arnd Bergmann
1
-9
/
+9
2017-03-15
IB/srp: Fix race conditions related to task management
Bart Van Assche
2
-16
/
+30
2017-03-15
IB/srp: Avoid that duplicate responses trigger a kernel bug
Bart Van Assche
1
-1
/
+3
2017-03-15
IB/IPoIB: Add destination address when re-queue packet
Erez Shitrit
1
-13
/
+17
2017-03-15
IB/ipoib: Fix deadlock between rmmod and set_mode
Feras Daoud
2
-9
/
+9
2017-03-12
rdma_cm: fail iwarp accepts w/o connection params
Steve Wise
1
-0
/
+3
2017-02-01
IB/umem: Release pid in error and ODP flow
Kenneth Lee
1
-0
/
+2
2017-02-01
IB/ipoib: move back IB LL address into the hard header
Paolo Abeni
5
-43
/
+64
2017-02-01
RDMA/cma: Fix unknown symbol when CONFIG_IPV6 is not enabled
Jack Morgenstein
1
-1
/
+2
2017-01-26
IB/IPoIB: Remove can't use GFP_NOIO warning
Kamal Heib
1
-2
/
+0
2017-01-26
IB/mlx4: When no DMFS for IPoIB, don't allow NET_IF QPs
Eran Ben Elisha
1
-8
/
+13
2017-01-26
IB/mlx4: Fix port query for 56Gb Ethernet links
Saeed Mahameed
1
-3
/
+5
2017-01-26
IB/mlx4: Fix out-of-range array index in destroy qp flow
Jack Morgenstein
1
-1
/
+2
2017-01-26
IB/mlx4: Set traffic class in AH
Maor Gottlieb
1
-2
/
+4
2017-01-26
IB/mlx5: Wait for all async command completions to complete
Eli Cohen
1
-0
/
+28
2017-01-09
IB/multicast: Check ib_find_pkey() return value
Bart Van Assche
1
-2
/
+5
2017-01-09
IPoIB: Avoid reading an uninitialized member variable
Bart Van Assche
1
-2
/
+5
2017-01-09
IB/mad: Fix an array index check
Bart Van Assche
1
-1
/
+1
[next]