Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
6e7be47a53459ba3d288c3240ccd948fc699c377
/
include
/
rdma
/
ib_verbs.h
6e7be47
RDMA/nldev: Allow get default counter statistics through RDMA netlink
by Mark Zhang
· 6 years ago
c4ffee7
RDMA/netlink: Implement counter dumpit calback
by Mark Zhang
· 6 years ago
99fa331
RDMA/counter: Add "auto" configuration mode support
by Mark Zhang
· 6 years ago
413d334
RDMA/counter: Add set/clear per-port auto mode support
by Mark Zhang
· 6 years ago
371bb62
Merge tag 'v5.2-rc6' into rdma.git for-next
by Jason Gunthorpe
· 6 years ago
5c171cb
RDMA/mlx5: Remove unused IB_WR_REG_SIG_MR code
by Israel Rukshin
· 6 years ago
185eddc
RDMA/core: Validate integrity handover device cap
by Max Gurtovoy
· 6 years ago
c0a6cbb
RDMA/core: Rename signature qp create flag and signature device capability
by Israel Rukshin
· 6 years ago
38ca87c
RDMA/mlx5: Introduce and implement new IB_WR_REG_MR_INTEGRITY work request
by Max Gurtovoy
· 6 years ago
62e3c37
RDMA/mlx5: Add attr for max number page list length for PI operation
by Max Gurtovoy
· 6 years ago
7c717d3
RDMA/core: Add signature attrs element for ib_mr structure
by Max Gurtovoy
· 6 years ago
2cdfcdd
RDMA/core: Introduce ib_map_mr_sg_pi to map data/protection sgl's
by Max Gurtovoy
· 6 years ago
26bc7ea
RDMA/core: Introduce IB_MR_TYPE_INTEGRITY and ib_alloc_mr_integrity API
by Israel Rukshin
· 6 years ago
a0bc099
RDMA/core: Save the MR type in the ib_mr structure
by Max Gurtovoy
· 6 years ago
36b1e47
RDMA/core: Introduce new header file for signature operations
by Max Gurtovoy
· 6 years ago
a49b1dc
RDMA: Convert destroy_wq to be void
by Leon Romanovsky
· 6 years ago
8f71bb0
RDMA: Report available cdevs through RDMA_NLDEV_CMD_GET_CHARDEV
by Jason Gunthorpe
· 6 years ago
0e2d00e
RDMA: Add NLDEV_GET_CHARDEV to allow char dev discovery and autoload
by Jason Gunthorpe
· 6 years ago
5d60c11
RDMA: Move rdma_node_type to uapi/
by Jason Gunthorpe
· 6 years ago
e39afe3
RDMA: Convert CQ allocations to be under core responsibility
by Leon Romanovsky
· 6 years ago
a52c8e2
RDMA: Clean destroy CQ in drivers do not return errors
by Leon Romanovsky
· 6 years ago
7a15414
RDMA: Move owner into struct ib_device_ops
by Jason Gunthorpe
· 6 years ago
72c6ec1
RDMA: Move uverbs_abi_ver into struct ib_device_ops
by Jason Gunthorpe
· 6 years ago
b9560a4
RDMA: Move driver_id into struct ib_device_ops
by Jason Gunthorpe
· 6 years ago
890ac8d
RDMA/core: Make ib_destroy_cq() void
by Leon Romanovsky
· 6 years ago
dc1435c
RDMA/srp: Rename SRP sysfs name after IB device rename trigger
by Leon Romanovsky
· 6 years ago
f95be3d
RDMA: Add EFA related definitions
by Gal Pressman
· 6 years ago
a808273
RDMA/verbs: Add a DMA iterator to return aligned contiguous memory blocks
by Shiraz Saleem
· 6 years ago
4a35339
RDMA/umem: Add API to find best driver supported page size in an MR
by Shiraz Saleem
· 6 years ago
943bd98
RDMA/core: Allow detaching gid attribute netdevice for RoCE
by Parav Pandit
· 6 years ago
dd05cb8
RDMA: Get rid of iw_cm_verbs
by Kamal Heib
· 6 years ago
923abb9
RDMA/core: Introduce RDMA subsystem ibdev_* print functions
by Gal Pressman
· 6 years ago
449a224
Merge branch 'rdma_mmap' into rdma.git for-next
by Jason Gunthorpe
· 6 years ago
4eb6ab1
RDMA: Remove rdma_user_mmap_page
by Jason Gunthorpe
· 6 years ago
68e326d
RDMA: Handle SRQ allocations by IB/core
by Leon Romanovsky
· 6 years ago
d345691
RDMA: Handle AH allocations by IB/core
by Leon Romanovsky
· 6 years ago
f631603
RDMA/core: Support object allocation in atomic context
by Leon Romanovsky
· 6 years ago
ff23dfa
IB: Pass only ib_udata in function prototypes
by Shamir Rabinovitch
· 6 years ago
c4367a2
IB: Pass uverbs_attr_bundle down ib_x destroy path
by Shamir Rabinovitch
· 6 years ago
d3243da
RDMA/core: Don't compare specific bit after boolean AND
by Leon Romanovsky
· 6 years ago
41c6140
RDMA: Check net namespace access for uverbs, umad, cma and nldev
by Parav Pandit
· 6 years ago
4e0f7b9
RDMA/core: Implement compat device/sysfs tree in net namespace
by Parav Pandit
· 6 years ago
cebe556
RDMA/core: Introduce ib_core_device to hold device
by Parav Pandit
· 6 years ago
a2a074e
RDMA: Handle ucontext allocations by IB/core
by Leon Romanovsky
· 6 years ago
3856ec4
RDMA/core: Add RDMA_NLDEV_CMD_NEWLINK/DELLINK support
by Steve Wise
· 6 years ago
ca22354
RDMA/rxe: Close a race after ib_register_device
by Jason Gunthorpe
· 6 years ago
d089989
RDMA/device: Provide APIs from the core code to help unregistration
by Jason Gunthorpe
· 6 years ago
324e227
RDMA/device: Add ib_device_get_by_netdev()
by Jason Gunthorpe
· 6 years ago
c2261dd
RDMA/device: Add ib_device_set_netdev() as an alternative to get_netdev
by Jason Gunthorpe
· 6 years ago
8faea9f
RDMA/cache: Move the cache per-port data into the main ib_port_data
by Jason Gunthorpe
· 6 years ago
8ceb135
RDMA/device: Consolidate ib_device per_port data into one place
by Jason Gunthorpe
· 6 years ago
ea1075e
RDMA: Add and use rdma_for_each_port
by Jason Gunthorpe
· 6 years ago
41eda65
RDMA/restrack: Hide restrack DB from IB/core
by Leon Romanovsky
· 6 years ago
3d9dfd0
IB/uverbs: Add ib_ucontext to uverbs_attr_bundle sent from ioctl and cmd flows
by Shamir Rabinovitch
· 6 years ago
921eab1
RDMA/devices: Re-organize device.c locking
by Jason Gunthorpe
· 6 years ago
0df91bb
RDMA/devices: Use xarray to store the client_data
by Jason Gunthorpe
· 6 years ago
e59178d
RDMA/devices: Use xarray to store the clients
by Jason Gunthorpe
· 6 years ago
652432f
RDMA/device: Get rid of reg_state
by Jason Gunthorpe
· 6 years ago
21a428a
RDMA: Handle PD allocations by IB/core
by Leon Romanovsky
· 6 years ago
30471d4
RDMA/core: Share driver structure size with core
by Leon Romanovsky
· 6 years ago
6a8a2aa
Merge tag 'v5.0-rc5' into rdma.git for-next
by Jason Gunthorpe
· 6 years ago
a163afc
IB/core: Remove ib_sg_dma_address() and ib_sg_dma_len()
by Bart Van Assche
· 6 years ago
52a72e2
IB/uverbs: Expose XRC ODP device capabilities
by Moni Shoua
· 6 years ago
da82334
IB/core: Allocate a bit for SRQ ODP support
by Moni Shoua
· 6 years ago
02da375
RDMA/core: Use the ops infrastructure to keep all callbacks in one place
by Leon Romanovsky
· 6 years ago
6780c4f
RDMA: Add indication for in kernel API support to IB device
by Gal Pressman
· 6 years ago
459cc69
RDMA: Provide safe ib_alloc_device() function
by Leon Romanovsky
· 6 years ago
0b5cb33
RDMA/srp: Increase max_segment_size
by Bart Van Assche
· 6 years ago
d79af72
RDMA/device: Expose ib_device_try_get(()
by Jason Gunthorpe
· 6 years ago
5474723
RDMA: Introduce and use rdma_device_to_ibdev()
by Parav Pandit
· 6 years ago
ea4baf7
RDMA: Rename port_callback to init_port
by Parav Pandit
· 6 years ago
b0ea0fa
IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udata
by Jason Gunthorpe
· 6 years ago
96f87ee
RDMA: Clean structures from CONFIG_INFINIBAND_ON_DEMAND_PAGING
by Leon Romanovsky
· 6 years ago
2553ba2
RDMA: Mark if destroy address handle is in a sleepable context
by Gal Pressman
· 6 years ago
b090c4e
RDMA: Mark if create address handle is in a sleepable context
by Gal Pressman
· 6 years ago
ad8a449
IB/uverbs: Add support to advise_mr
by Moni Shoua
· 6 years ago
3023a1e
RDMA: Start use ib_device_ops
by Kamal Heib
· 6 years ago
521ed0d
RDMA/core: Introduce ib_device_ops
by Kamal Heib
· 6 years ago
a5a5d19
IB/core: Add new IB rates
by Michael Guralnik
· 6 years ago
dbabf68
IB/core: Add 2X port width
by Michael Guralnik
· 6 years ago
1e8f43b
IB/core: Add CapabilityMask2 to port attributes
by Michael Guralnik
· 6 years ago
6061521
RDMA/restrack: Track ucontext
by Leon Romanovsky
· 6 years ago
15a1b4b
RDMA/uverbs: Do not pass ib_uverbs_file to ioctl methods
by Jason Gunthorpe
· 6 years ago
8313c10
RDMA/uverbs: Replace ib_uverbs_file with uverbs_attr_bundle for write
by Jason Gunthorpe
· 6 years ago
01b6711
RDMA/core: Sync unregistration with netlink commands
by Parav Pandit
· 6 years ago
0cbf432
RDMA/uverbs: Use a linear list to describe the compiled-in uapi
by Jason Gunthorpe
· 6 years ago
2dc50c5
RDMA/core: Remove unused header files mm.h, socket.h, scatterlist.h
by Parav Pandit
· 6 years ago
ce1fd6b
IB/uverbs: fix a typo
by Rami Rosen
· 6 years ago
da19a10
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
by Linus Torvalds
· 6 years ago
d4122f5
RDMA/core: Allow existing drivers to set one sysfs group per device
by Parav Pandit
· 6 years ago
1ae4cfa
RDMA/core: Rename ports_parent to ports_kobj
by Parav Pandit
· 6 years ago
5d6b0cb
RDMA/netdev: Fix netlink support in IPoIB
by Denis Drozdov
· 6 years ago
f6a8a19
RDMA/netdev: Hoist alloc_netdev_mqs out of the driver
by Denis Drozdov
· 6 years ago
b56511c
IB/mlx4: Avoid implicit enumerated type conversion
by Nathan Chancellor
· 6 years ago
d31131b
RDMA: Remove unused parameter from ib_modify_qp_is_ok()
by Kamal Heib
· 6 years ago
e349f85
RDMA: Fully setup the device name in ib_register_device
by Jason Gunthorpe
· 6 years ago
2a3ccfd
RDMA/uverbs: Get rid of ucontext->tgid
by Jason Gunthorpe
· 6 years ago
f27a0d5
RDMA/umem: Use umem->owning_mm inside ODP
by Jason Gunthorpe
· 6 years ago
c9990ab
RDMA/umem: Move all the ODP related stuff out of ucontext and into per_mm
by Jason Gunthorpe
· 6 years ago
b5231b0
RDMA/umem: Use ib_umem_odp in all function signatures connected to ODP
by Jason Gunthorpe
· 6 years ago
Next »