| Age | Commit message (Expand) | Author | Files | Lines |
| 2017-12-18 | IB/{core, umad, cm}: Rename ib_init_ah_from_wc to ib_init_ah_attr_from_wc |  Parav Pandit | 1 | -4/+4 |
| 2017-12-18 | IB/{core, cm, cma, ipoib}: Rename ib_init_ah_from_path to ib_init_ah_attr_from_path |  Parav Pandit | 1 | -5/+5 |
| 2017-12-18 | IB/{core, ipoib}: Simplify ib_find_gid to search only for IB link layer |  Parav Pandit | 1 | -2/+1 |
| 2017-12-18 | RDMA/{core, cma}: Simplify rdma_translate_ip |  Parav Pandit | 1 | -1/+1 |
| 2017-12-18 | IB/core: Removed unused function |  Parav Pandit | 1 | -1/+0 |
| 2017-12-18 | IB/{core/cm}: Fix generating a return AH for RoCEE |  Parav Pandit | 1 | -1/+1 |
| 2017-11-15 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma |  Linus Torvalds | 7 | -35/+63 |
| 2017-11-13 | RDMA/core: Rename kernel modify_cq to better describe its usage |  Leon Romanovsky | 1 | -2/+2 |
| 2017-11-13 | IB/uverbs: Add CQ moderation capability to query_device |  Yonatan Cohen | 1 | -0/+6 |
| 2017-11-13 | IB/uverbs: Allow CQ moderation with modify CQ |  Yonatan Cohen | 1 | -0/+4 |
| 2017-11-13 | RDMA/core: Make function rdma_copy_addr return void |  Yuval Shaia | 1 | -2/+3 |
| 2017-11-10 | IB/core: Add PCI write end padding flags for WQ and QP |  Noa Osherovich | 1 | -0/+4 |
| 2017-11-10 | RDMA/umem: Avoid partial declaration of non-static function |  Leon Romanovsky | 1 | -4/+0 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license |  Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-10-18 | Merge branch 'for-next-early' into for-next |  Doug Ledford | 4 | -14/+14 |
| 2017-10-18 | IB/core: Fix calculation of maximum RoCE MTU |  Parav Pandit | 2 | -11/+15 |
| 2017-10-18 | IB: Let ib_core resolve destination mac address |  Parav Pandit | 1 | -2/+0 |
| 2017-10-18 | IB/core: Introduce and use rdma_create_user_ah |  Parav Pandit | 1 | -0/+15 |
| 2017-10-14 | IB/core: Fix endianness annotation in rdma_is_multicast_addr() |  Bart Van Assche | 1 | -2/+2 |
| 2017-10-10 | IB/core: Simplify sa_path_set_[sd]lid() calls |  Bart Van Assche | 1 | -6/+6 |
| 2017-10-04 | IB/rdmavt: Correct issues with read-mostly and send size cache lines |  Sebastian Sanchez | 1 | -3/+3 |
| 2017-10-04 | IB/core: Use __be32 for LIDs in opa_is_extended_lid |  Don Hiatt | 1 | -3/+3 |
| 2017-09-25 | IB: Correct MR length field to be 64-bit |  Parav Pandit | 1 | -1/+1 |
| 2017-09-25 | IB/core: Fix typo in the name of the tag-matching cap struct |  Leon Romanovsky | 1 | -2/+2 |
| 2017-09-09 | Merge tag 'nfsd-4.14' of git://linux-nfs.org/~bfields/linux |  Linus Torvalds | 1 | -0/+2 |
| 2017-09-08 | lib/interval_tree: fast overlap detection |  Davidlohr Bueso | 2 | -5/+8 |
| 2017-09-05 | rdma core: Add rdma_rw_mr_payload() |  Chuck Lever | 1 | -0/+2 |
| 2017-08-31 | IB/core: Assign root to all drivers |  Matan Barak | 2 | -0/+26 |
| 2017-08-31 | IB/core: Add legacy driver's user-data |  Matan Barak | 1 | -0/+46 |
| 2017-08-31 | IB/core: Export ioctl enum types to user-space |  Matan Barak | 1 | -17/+1 |
| 2017-08-31 | IB/core: Explicitly destroy an object while keeping uobject |  Matan Barak | 1 | -0/+1 |
| 2017-08-31 | IB/core: Add macros for declaring methods and attributes |  Matan Barak | 1 | -1/+104 |
| 2017-08-31 | IB/core: Add uverbs merge trees functionality |  Matan Barak | 1 | -1/+39 |
| 2017-08-31 | IB/core: Add DEVICE object and root tree structure |  Matan Barak | 2 | -0/+53 |
| 2017-08-31 | IB/core: Declare an object instead of declaring only type attributes |  Matan Barak | 3 | -35/+59 |
| 2017-08-31 | IB/core: Add new ioctl interface |  Matan Barak | 2 | -9/+94 |
| 2017-08-30 | IB/core: Add support to finalize objects in one transaction |  Matan Barak | 1 | -0/+53 |
| 2017-08-30 | IB/core: Add a generic way to execute an operation on a uobject |  Matan Barak | 1 | -0/+52 |
| 2017-08-29 | IB/core: Add new SRQ type IB_SRQT_TM |  Artemy Kovalyov | 1 | -2/+8 |
| 2017-08-29 | IB/core: Separate CQ handle in SRQ context |  Artemy Kovalyov | 1 | -11/+20 |
| 2017-08-29 | IB/core: Add XRQ capabilities |  Artemy Kovalyov | 1 | -0/+19 |
| 2017-08-28 | IB/rdmavt: Handle dereg of inuse MRs properly |  Mike Marciniszyn | 2 | -0/+4 |
| 2017-08-28 | IB/rdmavt: Add QP iterator API for QPs |  Mike Marciniszyn | 1 | -0/+29 |
| 2017-08-24 | RDMA/core: Cleanup device capability enum |  Leon Romanovsky | 1 | -3/+3 |
| 2017-08-24 | RDMA/(core, ulp): Convert register/unregister event handler to be void |  Leon Romanovsky | 1 | -2/+2 |
| 2017-08-24 | Merge branch 'k.o/for-4.13-rc' into k.o/for-next |  Doug Ledford | 1 | -0/+1 |
| 2017-08-24 | IB/core: Avoid accessing non-allocated memory when inferring port type |  Noa Osherovich | 1 | -0/+1 |
| 2017-08-22 | rdma: Autoload netlink client modules |  Jason Gunthorpe | 1 | -0/+12 |
| 2017-08-22 | IB/hfi1: Stricter bounds checking of MAD trap index |  Kamenee Arumugame | 1 | -1/+1 |
| 2017-08-22 | IB/rdmavt, hfi1, qib: Enhance rdmavt and hfi1 to use 32 bit lids |  Dasaratharaman Chandramouli | 1 | -1/+1 |