Age | Commit message (Expand) | Author | Files | Lines |
2019-05-06 | RDMA/umem: Add API to find best driver supported page size in an MR | Shiraz Saleem | 2 | -0/+33 |
2019-05-03 | RDMA/core: Allow detaching gid attribute netdevice for RoCE | Parav Pandit | 1 | -1/+1 |
2019-05-03 | RDMA/cma: Use rdma_read_gid_attr_ndev_rcu to access netdev | Parav Pandit | 1 | -0/+1 |
2019-05-03 | RDMA: Introduce and use GID attr helper to read RoCE L2 fields | Parav Pandit | 1 | -0/+3 |
2019-05-03 | RDMA: Get rid of iw_cm_verbs | Kamal Heib | 2 | -29/+19 |
2019-05-01 | RDMA/core: Introduce RDMA subsystem ibdev_* print functions | Gal Pressman | 1 | -0/+30 |
2019-04-24 | Merge branch 'rdma_mmap' into rdma.git for-next | Jason Gunthorpe | 1 | -9/+0 |
2019-04-24 | RDMA: Remove rdma_user_mmap_page | Jason Gunthorpe | 1 | -9/+0 |
2019-04-24 | IB/{rdmavt, qib, hfi1}: Use new routine to release reference counts | Mike Marciniszyn | 1 | -0/+14 |
2019-04-24 | IB/rdmavt: Fix ab/ba include issues | Mike Marciniszyn | 2 | -76/+76 |
2019-04-24 | IB/{rdmavt, hfi1): Miscellaneous comment fixes | Kaike Wan | 1 | -1/+0 |
2019-04-08 | RDMA: Handle SRQ allocations by IB/core | Leon Romanovsky | 1 | -4/+5 |
2019-04-08 | RDMA: Handle AH allocations by IB/core | Leon Romanovsky | 1 | -4/+4 |
2019-04-08 | RDMA/core: Support object allocation in atomic context | Leon Romanovsky | 1 | -1/+6 |
2019-04-08 | IB: When attrs.udata/ufile is available use that instead of uobject | Jason Gunthorpe | 1 | -1/+1 |
2019-04-08 | RDMA/umem: Combine contiguous PAGE_SIZE regions in SGEs | Shiraz Saleem | 2 | -1/+2 |
2019-04-01 | IB: Pass only ib_udata in function prototypes | Shamir Rabinovitch | 1 | -4/+1 |
2019-04-01 | IB: Pass uverbs_attr_bundle down ib_x destroy path | Shamir Rabinovitch | 1 | -34/+194 |
2019-04-01 | IB: Pass uverbs_attr_bundle down uobject destroy path | Shamir Rabinovitch | 2 | -8/+14 |
2019-04-01 | IB: ucontext should be set properly for all cmd & ioctl paths | Shamir Rabinovitch | 2 | -20/+16 |
2019-03-29 | RDMA/core: Don't compare specific bit after boolean AND | Leon Romanovsky | 1 | -2/+2 |
2019-03-28 | RDMA: Check net namespace access for uverbs, umad, cma and nldev | Parav Pandit | 1 | -0/+3 |
2019-03-28 | RDMA/core: Implement compat device/sysfs tree in net namespace | Parav Pandit | 1 | -0/+6 |
2019-03-28 | RDMA/core: Introduce ib_core_device to hold device | Parav Pandit | 1 | -6/+19 |
2019-03-26 | RDMA: Use __packed annotation instead of __attribute__ ((packed)) | Erez Alfasi | 4 | -6/+6 |
2019-02-23 | RDMA: Handle ucontext allocations by IB/core | Leon Romanovsky | 1 | -3/+4 |
2019-02-20 | RDMA/core: Add RDMA_NLDEV_CMD_NEWLINK/DELLINK support | Steve Wise | 2 | -0/+14 |
2019-02-20 | RDMA/rxe: Close a race after ib_register_device | Jason Gunthorpe | 1 | -0/+5 |
2019-02-20 | RDMA/device: Provide APIs from the core code to help unregistration | Jason Gunthorpe | 1 | -0/+11 |
2019-02-20 | RDMA/device: Add ib_device_get_by_netdev() | Jason Gunthorpe | 1 | -1/+9 |
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 | 2 | -32/+3 |
2019-02-19 | RDMA/restrack: Reduce scope of synchronization lock while updating DB | Leon Romanovsky | 1 | -1/+2 |
2019-02-19 | RDMA/restrack: Translate from ID to restrack object | Leon Romanovsky | 1 | -0/+3 |
2019-02-19 | RDMA/restrack: Convert internal DB from hash to XArray | Leon Romanovsky | 1 | -7/+15 |
2019-02-16 | IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIs | Shamir Rabinovitch | 1 | -0/+5 |
2019-02-15 | IB/verbs: Add helper function rdma_udata_to_drv_context | Shamir Rabinovitch | 1 | -0/+17 |
2019-02-15 | IB/uverbs: Add ib_ucontext to uverbs_attr_bundle sent from ioctl and cmd flows | Shamir Rabinovitch | 3 | -7/+14 |
2019-02-13 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma... | Doug Ledford | 4 | -22/+42 |
2019-02-09 | Merge branch 'wip/dl-for-next' into for-next | Doug Ledford | 4 | -6/+158 |
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-09 | IB/core: Don't register each MAD agent for LSM notifier | Daniel Jurgens | 1 | -2/+1 |