Age | Commit message (Expand) | Author | Files | Lines |
2020-06-09 | mmap locking API: convert mmap_sem comments | Michel Lespinasse | 1 | -1/+1 |
2020-06-09 | mmap locking API: use coccinelle to convert mmap_sem rwsem call sites | Michel Lespinasse | 2 | -4/+4 |
2020-06-06 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 34 | -1263/+1761 |
2020-06-03 | RDMA/cm: Spurious WARNING triggered in cm_destroy_id() | Ka-Cheong Poon | 1 | -1/+3 |
2020-06-03 | RDMA/core: Move and rename trace_cm_id_create() | Chuck Lever | 2 | -6/+16 |
2020-06-03 | RDMA: Remove 'max_map_per_fmr' | Jason Gunthorpe | 1 | -1/+0 |
2020-06-03 | RDMA: Remove 'max_fmr' | Jason Gunthorpe | 1 | -1/+0 |
2020-06-03 | RDMA/core: Remove FMR device ops | Max Gurtovoy | 2 | -52/+0 |
2020-06-03 | RDMA/core: Remove FMR pool API | Max Gurtovoy | 2 | -495/+1 |
2020-05-29 | RDMA/core: Introduce shared CQ pool API | Yamin Friedman | 3 | -0/+178 |
2020-05-29 | RDMA/core: Add protection for shared CQs used by ULPs | Yamin Friedman | 1 | -0/+9 |
2020-05-29 | RDMA/core: Fix several reference count leaks. | Qiushi Wu | 1 | -5/+5 |
2020-05-27 | RDMA/cma: Provide ECE reject reason | Leon Romanovsky | 2 | -6/+18 |
2020-05-27 | RDMA/cma: Connect ECE to rdma_accept | Leon Romanovsky | 2 | -3/+30 |
2020-05-27 | RDMA/cm: Send and receive ECE parameter over the wire | Leon Romanovsky | 2 | -5/+42 |
2020-05-27 | RDMA/ucma: Deliver ECE parameters through UCMA events | Leon Romanovsky | 1 | -1/+5 |
2020-05-27 | RDMA/ucma: Extend ucma_connect to receive ECE parameters | Leon Romanovsky | 3 | -3/+33 |
2020-05-27 | RDMA/core: Fix double destruction of uobject | Jason Gunthorpe | 1 | -7/+13 |
2020-05-27 | RDMA/core: Use sizeof_field() helper | Gustavo A. R. Silva | 4 | -10/+10 |
2020-05-22 | IB/cma: Fix ports memory leak in cma_configfs | Maor Gottlieb | 1 | -0/+13 |
2020-05-22 | IB/uverbs: Introduce create/destroy QP commands over ioctl | Yishai Hadas | 5 | -41/+405 |
2020-05-22 | IB/uverbs: Introduce create/destroy WQ commands over ioctl | Yishai Hadas | 5 | -24/+198 |
2020-05-22 | IB/uverbs: Introduce create/destroy SRQ commands over ioctl | Yishai Hadas | 5 | -33/+238 |
2020-05-22 | IB/uverbs: Extend CQ to get its own asynchronous event FD | Yishai Hadas | 2 | -3/+24 |
2020-05-22 | IB/uverbs: Refactor related objects to use their own asynchronous event FD | Yishai Hadas | 4 | -9/+39 |
2020-05-22 | RDMA/core: Allow the ioctl layer to abort a fully created uobject | Jason Gunthorpe | 6 | -25/+48 |
2020-05-21 | Merge tag 'v5.7-rc6' into rdma.git for-next | Jason Gunthorpe | 7 | -31/+67 |
2020-05-18 | RDMA/core: Consolidate ib_create_srq flows | Jason Gunthorpe | 2 | -41/+28 |
2020-05-18 | RDMA/uverbs: Fix create WQ to use the given user handle | Yishai Hadas | 1 | -2/+1 |
2020-05-18 | RDMA/uverbs: Cleanup wq/srq context usage from uverbs layer | Yishai Hadas | 1 | -4/+0 |
2020-05-13 | RDMA/cm: Increment the refcount inside cm_find_listen() | Jason Gunthorpe | 1 | -4/+3 |
2020-05-13 | RDMA/cm: Remove needless cm_id variable | Jason Gunthorpe | 1 | -6/+2 |
2020-05-13 | RDMA/cm: Remove the cm_free_id() wrapper function | Jason Gunthorpe | 1 | -7/+2 |
2020-05-13 | RDMA/cm: Make find_remote_id() return a cm_id_private | Jason Gunthorpe | 1 | -15/+12 |
2020-05-13 | RDMA/cm: Add a note explaining how the timewait is eventually freed | Jason Gunthorpe | 1 | -0/+5 |
2020-05-13 | RDMA/cm: Pass the cm_id_private into cm_cleanup_timewait | Jason Gunthorpe | 1 | -9/+9 |
2020-05-13 | RDMA/cm: Pull duplicated code into cm_queue_work_unlock() | Jason Gunthorpe | 1 | -102/+44 |
2020-05-13 | RDMA/cm: Remove unused store to ret in cm_rej_handler | Danit Goldberg | 1 | -1/+0 |
2020-05-13 | RDMA/cm: Remove return code from add_cm_id_to_port_list | Jason Gunthorpe | 1 | -14/+4 |
2020-05-13 | RDMA/addr: Mark addr_resolve as might_sleep() | Jason Gunthorpe | 1 | -0/+4 |
2020-05-13 | RDMA/ucma: Return stable IB device index as identifier | Leon Romanovsky | 1 | -7/+9 |
2020-05-12 | RDMA/uverbs: Move IB_EVENT_DEVICE_FATAL to destroy_uobj | Jason Gunthorpe | 3 | -7/+10 |
2020-05-12 | RDMA/uverbs: Do not discard the IB_EVENT_DEVICE_FATAL event | Jason Gunthorpe | 4 | -3/+29 |
2020-05-12 | RDMA/core: Fix double put of resource | Maor Gottlieb | 1 | -2/+1 |
2020-05-12 | IB/core: Fix potential NULL pointer dereference in pkey cache | Jack Morgenstein | 1 | -2/+5 |
2020-05-06 | RDMA/cma: Initialize the flow label of CM's route path record | Mark Zhang | 1 | -0/+23 |
2020-05-06 | RDMA/core: Consider flow label when building skb | Maor Gottlieb | 1 | -2/+4 |
2020-05-06 | RDMA: Allow ib_client's to fail when add() is called | Jason Gunthorpe | 8 | -66/+94 |
2020-05-06 | RDMA/mad: Remove snoop interface | Maor Gottlieb | 1 | -233/+5 |
2020-05-03 | RDMA/core: Get xmit slave for LAG | Maor Gottlieb | 1 | -18/+43 |