- a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
- 2246edf Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 7 years ago
- 2ff124d IB/core: Avoid a potential OOPs for an unused optional parameter by Michael J. Ruhl · 7 years ago
- f34727a RDMA/nldev: missing error code in nldev_res_get_doit() by Dan Carpenter · 7 years ago
- 7b1cd95 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 7 years ago
- 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- b5fa635 RDMA/nldev: Provide detailed QP information by Leon Romanovsky · 7 years ago
- bf3c5a9 RDMA/nldev: Provide global resource utilization by Leon Romanovsky · 7 years ago
- 9d5f8c2 RDMA/core: Add resource tracking for create and destroy PDs by Leon Romanovsky · 7 years ago
- 08f294a RDMA/core: Add resource tracking for create and destroy CQs by Leon Romanovsky · 7 years ago
- 78a0cd6 RDMA/core: Add resource tracking for create and destroy QPs by Leon Romanovsky · 7 years ago
- 02d8883 RDMA/restrack: Add general infrastructure to track RDMA resources by Leon Romanovsky · 7 years ago
- f66c8ba RDMA/core: Save kernel caller name when creating PD and CQ objects by Leon Romanovsky · 7 years ago
- 925f7ea RDMA/cm: Fix access to uninitialized variable by Leon Romanovsky · 7 years ago
- 3cd96fd RDMA/cma: Use existing netif_is_bond_master function by Parav Pandit · 7 years ago
- 708ea05 IB/core: Avoid SGID attributes query while converting GID from OPA to IB by Parav Pandit · 7 years ago
- f23a535 IB/umad: Fix use of unprotected device pointer by Jack Morgenstein · 7 years ago
- 3624a8f RDMA/uverbs: Use an unambiguous errno for method not supported by Jason Gunthorpe · 7 years ago
- 052eac6 RDMA/cma: Update RoCE multicast routines to use net namespace by Parav Pandit · 7 years ago
- 66c74d7 RDMA/cma: Update cma_validate_port to honor net namespace by Parav Pandit · 7 years ago
- 2493a57 RDMA/cma: Refactor to access multiple fields of rdma_dev_addr by Parav Pandit · 7 years ago
- 00db63c RDMA/cma: Check existence of netdevice during port validation by Parav Pandit · 7 years ago
- 7a2f64e RDMA/ucma: Use rdma cm API to query GID by Parav Pandit · 7 years ago
- 411460a RDMA/cma: Introduce API to read GIDs for multiple transports by Parav Pandit · 7 years ago
- 246d8b1 IB/cq: Don't force IB_POLL_DIRECT poll context for ib_process_cq_direct by Sagi Grimberg · 7 years ago
- aaebd37 IB/core: postpone WR initialization during queue drain by Max Gurtovoy · 7 years ago
- 979a459 IB/cma: use strlcpy() instead of strncpy() by Xiongfeng Wang · 7 years ago
- c966ea1 RDMA: Mark imm_data as be32 in the verbs uapi header by Jason Gunthorpe · 7 years ago
- a6753c4 IB/core: Limit DMAC resolution to RoCE Connected QPs by Parav Pandit · 7 years ago
- f2290d6 IB/core: Attempt DMAC resolution for only RoCE by Parav Pandit · 7 years ago
- b96ac05 IB/core: Limit DMAC resolution to userspace QPs by Parav Pandit · 7 years ago
- b2bedfb IB/core: Perform modify QP on real one by Parav Pandit · 7 years ago
- 92f6170 infiniband: fix core/fmr_pool.c kernel-doc notation by Randy Dunlap · 7 years ago
- 1f58621 infiniband: fix core/verbs.c kernel-doc notation by Randy Dunlap · 7 years ago
- 8983811 RDMA/cma: Fix rdma_cm path querying for RoCE by Parav Pandit · 7 years ago
- 8d20a1f RDMA/cma: Fix rdma_cm raw IB path setting for RoCE by Parav Pandit · 7 years ago
- fe75889 RDMA/{cma, ucma}: Simplify and rename rdma_set_ib_paths by Parav Pandit · 7 years ago
- 9327c7a RDMA/cma: Provide a function to set RoCE path record L2 parameters by Parav Pandit · 7 years ago
- 608bc44 RDMA/cma: Use the right net namespace for the rdma_cm_id by Parav Pandit · 7 years ago
- 8cf12d7 IB/core: Increase number of char device minors by Huy Nguyen · 7 years ago
- 008b656 IB/core: Remove the locking for character device bitmaps by Huy Nguyen · 7 years ago
- 44596f8 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 7 years ago
- f8457d58 Merge branch 'bart-srpt-for-next' into k.o/wip/dl-for-next by Doug Ledford · 7 years ago
- 32f69e4 {net, IB}/mlx5: Manage port association for multiport RoCE by Daniel Jurgens · 7 years ago
- 908d646 IB/core: Change roce_rescan_device to return void by Daniel Jurgens · 7 years ago
- e2dda36 RDMA/core: Add encode/decode FDR/EDR rates by Hans Westgaard Ry · 7 years ago
- 02ee9da IB/core: Fix two kernel warnings triggered by rxe registration by Bart Van Assche · 7 years ago
- e48e5e1 RDMA/cma: Mark end of CMA ID messages by Leon Romanovsky · 7 years ago
- f8978bd RDMA/netlink: Fix locking around __ib_get_device_by_index by Leon Romanovsky · 7 years ago
- c240981 RDMA/nldev: Refactor setting the nldev handle to a common function by Leon Romanovsky · 7 years ago
- 924b890 RDMA/core: Replace open-coded variant of put_device by Leon Romanovsky · 7 years ago
- b823369 RDMA/netlink: Simplify code of autoload modules by Leon Romanovsky · 7 years ago
- 19286e4 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 7 years ago
- 76a895d Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.git by Jason Gunthorpe · 7 years ago
- efac5ac infiniband: drop unknown function from core_priv.h by Randy Dunlap · 7 years ago
- 727b7e9 IB/core: Make sure that PSN does not overflow by Majd Dibbiny · 7 years ago
- 4a50881 IB/core: Verify that QP is security enabled in create and destroy by Moni Shoua · 7 years ago
- 05d14e7 IB/uverbs: Fix command checking as part of ib_uverbs_ex_modify_qp() by Moni Shoua · 7 years ago
- 2ef7f2e IB/core: Use rdma_cap_opa_mad to check for OPA by Don Hiatt · 7 years ago
- af808ec IB/SA: Check dlid before SA agent queries for ClassPortInfo by Venkata Sandeep Dhanalakota · 7 years ago
- 72c7fe9 drivers: infiniband: remove duplicate includes by Pravin Shedge · 7 years ago
- 16c72e4 IB/cm: Refactor to avoid setting path record software only fields by Parav Pandit · 7 years ago
- f6bdb14 IB/{core, umad, cm}: Rename ib_init_ah_from_wc to ib_init_ah_attr_from_wc by Parav Pandit · 7 years ago
- 4ad6a02 IB/{core, cm, cma, ipoib}: Rename ib_init_ah_from_path to ib_init_ah_attr_from_path by Parav Pandit · 7 years ago
- 33f93e1 IB/cm: Fix sleeping while spin lock is held by Parav Pandit · 7 years ago
- 5cf3968 IB/cm: Handle address handle attribute init error by Parav Pandit · 7 years ago
- 0c4386ec IB/{cm, umad}: Handle av init error by Parav Pandit · 7 years ago
- dbb1256 IB/{core, ipoib}: Simplify ib_find_gid to search only for IB link layer by Parav Pandit · 7 years ago
- 5092d17 RDMA/core: Avoid copying ifindex twice by Parav Pandit · 7 years ago
- 575c7e5 RDMA/{core, cma}: Simplify rdma_translate_ip by Parav Pandit · 7 years ago
- 699a83f IB/core: Removed unused function by Parav Pandit · 7 years ago
- 86937fc RDMA/core: Avoid redundant memcpy in rdma_addr_find_l2_eth_by_grh by Parav Pandit · 7 years ago
- 1c43d5d IB/core: Avoid exporting module internal ib_find_gid_by_filter() by Parav Pandit · 7 years ago
- 151ed9d IB/core: Refactor to avoid unnecessary check on GID lookup miss by Parav Pandit · 7 years ago
- b0dd0d3 IB/core: Avoid unnecessary type cast by Parav Pandit · 7 years ago
- 981b5a2 RDMA/cma: Introduce and use helper functions to init work by Parav Pandit · 7 years ago
- c423880 RDMA/cma: Avoid setting path record type twice by Parav Pandit · 7 years ago
- 4367ec7 RDMA/cma: Simplify netdev check by Parav Pandit · 7 years ago
- 5c181bd RDMA/cma: Set default GID type as RoCE when resolving RoCE route by Parav Pandit · 7 years ago
- edf1a84 IB/umem: Fix use of npages/nmap fields by Artemy Kovalyov · 7 years ago
- 119bf81 IB/cm: Add debug prints to ib_cm by Daniel Jurgens · 7 years ago
- 8b00914 IB/core: Fix memory leak in cm_req_handler error flows by Matan Barak · 7 years ago
- 7baaa49 RDMA/cma: Use correct size when writing netlink stats by Parav Pandit · 7 years ago
- df8441c IB/core: Avoid exporting module internal function by Parav Pandit · 7 years ago
- 56d0a7d9 IB/core: Depend on IPv6 stack to resolve link local address for RoCEv2 by Parav Pandit · 7 years ago
- 1060f86 IB/{core/cm}: Fix generating a return AH for RoCEE by Parav Pandit · 7 years ago
- f3b5ad8 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 7 years ago
- 302d642 RDMA/iwpm: Fix uninitialized error code in iwpm_send_mapinfo() by Geert Uytterhoeven · 7 years ago
- f4cd9d5 IB/core: Use PTR_ERR_OR_ZERO() by Gomonovych, Vasyl · 7 years ago
- c5c4e40 IB/CM: Change sgid to IB GID when handling CM request by Don Hiatt · 7 years ago
- d0e312f RDMA/netlink: Fix general protection fault by Leon Romanovsky · 7 years ago
- 0fbe8f5 IB/core: Don't enforce PKey security on SMI MADs by Daniel Jurgens · 7 years ago
- 4cae8ff IB/core: Bound check alternate path port number by Daniel Jurgens · 7 years ago
- e6cdd80 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 7 years ago
- 315d160 IB/core: Only enforce security for InfiniBand by Daniel Jurgens · 7 years ago
- a9cd1a6 IB/core: Init subsys if compiled to vmlinuz-core by Dmitry Monakhov · 7 years ago
- 23a9cd2 RDMA/cma: Make sure that PSN is not over max allowed by Moni Shoua · 7 years ago
- 5f1d43d IB/core: disable memory registration of filesystem-dax vmas by Dan Williams · 7 years ago
- afc9a42 the rest of drivers/*: annotate ->poll() instances by Al Viro · 8 years ago
- ad0835a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 7 years ago