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.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
/
include
/
rdma
/
ib_verbs.h
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-20
RDMA/device: Add ib_device_set_netdev() as an alternative to get_netdev
Jason Gunthorpe
1
-0
/
+7
2019-02-19
RDMA/cache: Move the cache per-port data into the main ib_port_data
Jason Gunthorpe
1
-1
/
+2
2019-02-19
RDMA/device: Consolidate ib_device per_port data into one place
Jason Gunthorpe
1
-31
/
+43
2019-02-19
RDMA: Add and use rdma_for_each_port
Jason Gunthorpe
1
-0
/
+10
2019-02-19
RDMA/restrack: Hide restrack DB from IB/core
Leon Romanovsky
1
-4
/
+3
2019-02-15
IB/uverbs: Add ib_ucontext to uverbs_attr_bundle sent from ioctl and cmd flows
Shamir Rabinovitch
1
-2
/
+0
2019-02-09
RDMA/devices: Re-organize device.c locking
Jason Gunthorpe
1
-0
/
+1
2019-02-09
RDMA/devices: Use xarray to store the client_data
Jason Gunthorpe
1
-7
/
+16
2019-02-09
RDMA/devices: Use xarray to store the clients
Jason Gunthorpe
1
-1
/
+2
2019-02-09
RDMA/device: Get rid of reg_state
Jason Gunthorpe
1
-6
/
+0
2019-02-09
RDMA: Handle PD allocations by IB/core
Leon Romanovsky
1
-4
/
+5
2019-02-09
RDMA/core: Share driver structure size with core
Leon Romanovsky
1
-0
/
+13
2019-02-05
Merge tag 'v5.0-rc5' into rdma.git for-next
Jason Gunthorpe
1
-2
/
+22
2019-02-05
IB/core: Remove ib_sg_dma_address() and ib_sg_dma_len()
Bart Van Assche
1
-27
/
+0
2019-02-05
IB/uverbs: Expose XRC ODP device capabilities
Moni Shoua
1
-0
/
+1
2019-02-05
IB/core: Allocate a bit for SRQ ODP support
Moni Shoua
1
-0
/
+1
2019-01-31
RDMA/core: Use the ops infrastructure to keep all callbacks in one place
Leon Romanovsky
1
-0
/
+5
2019-01-31
RDMA: Add indication for in kernel API support to IB device
Gal Pressman
1
-0
/
+5
2019-01-31
RDMA: Provide safe ib_alloc_device() function
Leon Romanovsky
1
-1
/
+7
2019-01-31
RDMA/srp: Increase max_segment_size
Bart Van Assche
1
-0
/
+13
2019-01-22
RDMA/device: Expose ib_device_try_get(()
Jason Gunthorpe
1
-2
/
+22
2019-01-14
RDMA: Introduce and use rdma_device_to_ibdev()
Parav Pandit
1
-0
/
+23
2019-01-14
RDMA: Rename port_callback to init_port
Parav Pandit
1
-3
/
+7
2019-01-11
IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udata
Jason Gunthorpe
1
-0
/
+1
2019-01-09
RDMA: Clean structures from CONFIG_INFINIBAND_ON_DEMAND_PAGING
Leon Romanovsky
1
-2
/
+0
2018-12-20
RDMA: Mark if destroy address handle is in a sleepable context
Gal Pressman
1
-2
/
+8
2018-12-20
RDMA: Mark if create address handle is in a sleepable context
Gal Pressman
1
-2
/
+9
2018-12-19
IB/uverbs: Add support to advise_mr
Moni Shoua
1
-0
/
+4
2018-12-12
RDMA: Start use ib_device_ops
Kamal Heib
1
-290
/
+13
2018-12-12
RDMA/core: Introduce ib_device_ops
Kamal Heib
1
-0
/
+242
2018-12-11
IB/core: Add new IB rates
Michael Guralnik
1
-1
/
+5
2018-12-11
IB/core: Add 2X port width
Michael Guralnik
1
-0
/
+2
2018-12-11
IB/core: Add CapabilityMask2 to port attributes
Michael Guralnik
1
-0
/
+1
2018-12-03
RDMA/restrack: Track ucontext
Leon Romanovsky
1
-0
/
+4
2018-11-27
RDMA/uverbs: Do not pass ib_uverbs_file to ioctl methods
Jason Gunthorpe
1
-2
/
+2
2018-11-27
RDMA/uverbs: Replace ib_uverbs_file with uverbs_attr_bundle for write
Jason Gunthorpe
1
-1
/
+1
2018-11-22
RDMA/core: Sync unregistration with netlink commands
Parav Pandit
1
-1
/
+7
2018-11-22
RDMA/uverbs: Use a linear list to describe the compiled-in uapi
Jason Gunthorpe
1
-1
/
+1
2018-11-22
RDMA/core: Remove unused header files mm.h, socket.h, scatterlist.h
Parav Pandit
1
-3
/
+0
2018-11-07
IB/uverbs: fix a typo
Rami Rosen
1
-1
/
+1
2018-10-26
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-56
/
+93
2018-10-17
RDMA/core: Allow existing drivers to set one sysfs group per device
Parav Pandit
1
-2
/
+28
2018-10-16
RDMA/core: Rename ports_parent to ports_kobj
Parav Pandit
1
-1
/
+1
2018-10-11
RDMA/netdev: Fix netlink support in IPoIB
Denis Drozdov
1
-0
/
+7
2018-10-11
RDMA/netdev: Hoist alloc_netdev_mqs out of the driver
Denis Drozdov
1
-2
/
+21
2018-10-04
IB/mlx4: Avoid implicit enumerated type conversion
Nathan Chancellor
1
-1
/
+1
2018-10-04
RDMA: Remove unused parameter from ib_modify_qp_is_ok()
Kamal Heib
1
-3
/
+1
2018-09-26
RDMA: Fully setup the device name in ib_register_device
Jason Gunthorpe
1
-3
/
+3
2018-09-21
RDMA/uverbs: Get rid of ucontext->tgid
Jason Gunthorpe
1
-1
/
+0
2018-09-21
RDMA/umem: Use umem->owning_mm inside ODP
Jason Gunthorpe
1
-20
/
+2
[next]