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
/
mlx5
/
main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-24
RDMA/mlx5: Use rdma_user_map_io for mapping BAR pages
Jason Gunthorpe
1
-5
/
+3
2019-04-24
RDMA/mlx5: Do not allow the user to write to the clock page
Jason Gunthorpe
1
-0
/
+2
2019-04-18
IB/mlx5: Fix scatter to CQE in DCT QP creation
Guy Levi
1
-0
/
+2
2019-03-18
IB/mlx5: Fix mapping of link-mode to IB width and speed
Aya Levin
1
-0
/
+7
2019-02-23
RDMA: Handle ucontext allocations by IB/core
Leon Romanovsky
1
-21
/
+14
2019-02-22
IB/mlx5: Protect against prefetch of invalid MR
Moni Shoua
1
-12
/
+1
2019-02-21
Merge branch 'mlx5-next' into rdma.git for-next
Jason Gunthorpe
1
-18
/
+77
2019-02-14
IB/mlx5: Add support for 50Gbps per lane link modes
Aya Levin
1
-5
/
+61
2019-02-14
net/mlx5: Add support to ext_* fields introduced in Port Type and Speed register
Aya Levin
1
-1
/
+2
2019-02-14
net/mlx5: Refactor queries to speed fields in Port Type and Speed register
Aya Levin
1
-2
/
+4
2019-02-14
IB/mlx5: Use unified register/load function for uplink and VF vports
Bodong Wang
1
-13
/
+13
2019-02-09
RDMA: Handle PD allocations by IB/core
Leon Romanovsky
1
-25
/
+23
2019-01-31
IB/mlx5: Consider vlan of lower netdev for macvlan GID entries
Parav Pandit
1
-6
/
+34
2019-01-31
RDMA: Provide safe ib_alloc_device() function
Leon Romanovsky
1
-1
/
+1
2019-01-31
IB/mlx5: Make mlx5_ib_stage_odp_cleanup() static
Kamal Heib
1
-1
/
+1
2019-01-24
infiniband: mlx5: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-5
/
+4
2019-01-22
IB/mlx5: Don't override existing ip_protocol
Maor Gottlieb
1
-16
/
+37
2019-01-22
IB/mlx5: Manage indirection mkey upon DEVX flow for ODP
Yishai Hadas
1
-0
/
+1
2019-01-16
RDMA/mlx5: Replace kzalloc with kcalloc
Gustavo A. R. Silva
1
-1
/
+1
2019-01-14
RDMA: Introduce and use rdma_device_to_ibdev()
Parav Pandit
1
-5
/
+8
2019-01-14
RDMA: Rename port_callback to init_port
Parav Pandit
1
-1
/
+1
2019-01-11
RDMA: Clear PD objects during their allocation
Leon Romanovsky
1
-1
/
+1
2019-01-09
RDMA/mlx5: Embed into the code flow the ODP config option
Leon Romanovsky
1
-21
/
+20
2019-01-09
RDMA/core: Don't depend device ODP capabilities on kconfig option
Leon Romanovsky
1
-5
/
+5
2018-12-29
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-156
/
+204
2018-12-21
IB/mlx5: Allocate the per-port Q counter shared when DEVX is supported
Yishai Hadas
1
-2
/
+7
2018-12-21
IB/mlx5: Fix wrong error unwind
Jason Gunthorpe
1
-3
/
+5
2018-12-21
IB/mlx5: Simplify netdev unbinding
Or Gerlitz
1
-5
/
+9
2018-12-20
Merge branch 'mlx5-next' into rdma.git
Jason Gunthorpe
1
-22
/
+11
2018-12-19
IB/mlx5: Add advise_mr() support
Moni Shoua
1
-0
/
+8
2018-12-15
net/mlx5: Make RoCE and SR-IOV LAG modes explicit
Aviv Heller
1
-5
/
+8
2018-12-14
Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...
Saeed Mahameed
1
-20
/
+9
2018-12-14
IB/mlx5: Unify e-switch representors load approach between uplink and VFs
Mark Bloch
1
-20
/
+9
2018-12-12
RDMA: Start use ib_device_ops
Kamal Heib
1
-1
/
+1
2018-12-12
RDMA/mlx5: Initialize ib_device_ops struct
Kamal Heib
1
-96
/
+131
2018-12-12
IB/mlx5: Add 2X width support to query_port
Michael Guralnik
1
-0
/
+2
2018-12-12
Merge tag 'v4.20-rc6' into rdma.git for-next
Jason Gunthorpe
1
-18
/
+11
2018-12-11
IB/mlx5: Report CapabilityMask2 in ib_query_port
Michael Guralnik
1
-0
/
+3
2018-12-11
Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...
Saeed Mahameed
1
-66
/
+165
2018-12-11
net/mlx5: Revise gre and nvgre key formats
Oz Shlomo
1
-2
/
+2
2018-12-07
Merge branch 'mlx5-packet-credit-fc' into rdma.git
Jason Gunthorpe
1
-0
/
+3
2018-12-07
IB/mlx5: Report packet based credit mode device capability
Danit Goldberg
1
-0
/
+3
2018-12-04
IB/mlx5: Enforce DEVX privilege by firmware
Yishai Hadas
1
-2
/
+2
2018-12-04
Merge 'mlx5-next' into mlx5-devx
Doug Ledford
1
-57
/
+155
2018-12-04
RDMA/mlx5: Initialize SRQ tables on mlx5_ib
Leon Romanovsky
1
-0
/
+7
2018-12-04
RDMA/mlx5: Use stages for callback to setup and release DEVX
Leon Romanovsky
1
-7
/
+19
2018-11-30
IB/mlx5: Handle raw delay drop general event
Saeed Mahameed
1
-3
/
+15
2018-11-30
IB/mlx5: Handle raw port change event rather than the software version
Saeed Mahameed
1
-34
/
+52
2018-11-30
IB/mlx5: Use the new mlx5 core notifier API
Saeed Mahameed
1
-14
/
+63
2018-11-30
RDMA/mlx5: Attach a DEVX counter via raw flow creation
Mark Bloch
1
-9
/
+20
[next]