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.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-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
/
hw
/
mlx4
/
qp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-13
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-2
/
+2
2018-05-24
IB/core: Reduce the places that use zgid
Parav Pandit
1
-1
/
+1
2018-04-27
RDMA/mlx4: Add missed RSS hash inner header flag
Leon Romanovsky
1
-1
/
+2
2018-04-04
IB/providers: Avoid null netdev check for RoCE
Parav Pandit
1
-1
/
+1
2018-04-04
IB/providers: Avoid zero GID check for RoCE
Parav Pandit
1
-2
/
+0
2018-03-21
IB/mlx4: Eliminate duplicate barriers on weakly-ordered archs
Sinan Kaya
1
-2
/
+2
2018-03-16
IB/mlx4: Add Scatter FCS support over WQ creation
Guy Levi
1
-1
/
+18
2017-12-28
IB/mlx4: Add support to RSS hash for inner headers
Guy Levi
1
-0
/
+14
2017-12-28
Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/...
Jason Gunthorpe
1
-7
/
+19
2017-12-18
IB/mlx4: Remove unused ibpd parameter
Erez Alfasi
1
-2
/
+2
2017-12-13
IB/mlx4: Potential buffer overflow in _mlx4_set_path()
Dan Carpenter
1
-0
/
+2
2017-12-07
IB/mlx4: Fix RSS hash fields restrictions
Guy Levi
1
-7
/
+19
2017-11-13
IB/mlx4: Increase maximal message size under UD QP
Mark Bloch
1
-1
/
+1
2017-11-13
IB/mlx4: Add contig support for control objects
Guy Levi
1
-2
/
+6
2017-11-10
IB/mlx4: Fix RSS's QPC attributes assignments
Guy Levi
1
-7
/
+9
2017-09-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-13
/
+13
2017-08-30
net/mlx4_core: Dynamically allocate structs at mlx4_slave_cap
Eran Ben Elisha
1
-13
/
+13
2017-08-24
RDMA/mlx4: Properly annotate link layer variable
Leon Romanovsky
1
-4
/
+2
2017-08-24
IB/mlx4: Check that reserved fields in mlx4_ib_create_qp_rss are zero
Guy Levi
1
-0
/
+3
2017-08-24
IB/mlx4: Fix struct mlx4_ib_create_wq alignment
Guy Levi
1
-5
/
+4
2017-08-24
IB/mlx4: Fix RSS QP type in creation verb
Guy Levi
1
-1
/
+1
2017-08-24
RDMA/mlx4: Don't use uninitialized variable
Leon Romanovsky
1
-1
/
+1
2017-08-22
IB/mlx4: use kvmalloc_array to allocate wrid
Li Dongyang
1
-11
/
+4
2017-07-24
IB/mlx4: Add support for RSS QP
Guy Levi
1
-22
/
+431
2017-07-24
IB/mlx4: Add support for WQ indirection table related verbs
Guy Levi
1
-0
/
+70
2017-07-24
IB/mlx4: Add support for WQ related verbs
Guy Levi
1
-56
/
+449
2017-07-24
(IB, net)/mlx4: Add resource utilization support
Moshe Shemesh
1
-4
/
+9
2017-07-24
IB/mlx4: Add inline-receive support
Maor Gottlieb
1
-7
/
+25
2017-07-18
{net, IB}/mlx4: Remove gfp flags argument
Leon Romanovsky
1
-23
/
+17
2017-05-01
IB/core: Define 'ib' and 'roce' rdma_ah_attr types
Dasaratharaman Chandramouli
1
-11
/
+5
2017-05-01
IB/core: Use rdma_ah_attr accessor functions
Dasaratharaman Chandramouli
1
-44
/
+48
2017-05-01
IB/mlx4: Rename to_ib_ah_attr to to_rdma_ah_attr
Dasaratharaman Chandramouli
1
-5
/
+5
2017-05-01
IB/core: Rename struct ib_ah_attr to rdma_ah_attr
Dasaratharaman Chandramouli
1
-3
/
+5
2017-04-25
IB: Replace ib_umem page_size by page_shift
Artemy Kovalyov
1
-1
/
+1
2017-02-23
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
1
-24
/
+32
2017-02-14
IB/mlx4: Take source GID by index from HW GID table
Talat Batheesh
1
-24
/
+32
2017-01-10
RDMA: Adding ethertype ETH_P_IBOE
Selvin Xavier
1
-5
/
+1
2016-12-14
IB/mlx4: Rework special QP creation error path
Bart Van Assche
1
-2
/
+4
2016-12-13
IB/mlx4: Fix out-of-range array index in destroy qp flow
Jack Morgenstein
1
-1
/
+2
2016-12-13
IB/mlx4: Check if GRH is available before using it
Eran Ben Elisha
1
-2
/
+2
2016-10-10
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
1
-2
/
+23
2016-10-07
IB/mlx4: Fix possible vl/sl field mismatch in LRH header in QP1 packets
Jack Morgenstein
1
-1
/
+22
2016-10-07
IB/mlx4: Move user vendor structures
Leon Romanovsky
1
-1
/
+1
2016-09-16
IB/mlx4: Use correct subnet-prefix in QP1 mads under SR-IOV
Jack Morgenstein
1
-2
/
+3
2016-09-16
IB/mlx4: Fix code indentation in QP1 MAD flow
Jack Morgenstein
1
-17
/
+19
2016-07-20
net/mlx4_en: break out tx_desc write into separate function
Brenden Blanco
1
-5
/
+6
2016-06-23
IB/mlx4: Fix memory leak if QP creation failed
Dotan Barak
1
-1
/
+3
2016-06-23
IB/mlx4: Fix the SQ size of an RC QP
Yishai Hadas
1
-1
/
+1
2016-05-06
net/mlx4: Avoid wrong virtual mappings
Haggai Abramovsky
1
-6
/
+21
2016-02-17
net/mlx4_core: Set UAR page size to 4KB regardless of system page size
Huy Nguyen
1
-2
/
+5
[next]