summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/addr.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/core: Fix race when resolving IP addressDag Moxnes2019-07-091-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-05-151-8/+8
|\
| * RDMA: Directly cast the sockaddr union to sockaddrJason Gunthorpe2019-05-141-8/+8
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-05-091-0/+1
|\|
| * RDMA/cma: Use rdma_read_gid_attr_ndev_rcu to access netdevParav Pandit2019-05-031-0/+1
* | netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-2/+2
* | ipv4: Prepare rtable for IPv6 gatewayDavid Ahern2019-04-091-1/+1
* | ipv6: Move ipv6 stubs to a separate header fileDavid Ahern2019-03-291-1/+1
|/
* RDMA/core: Annotate timeout as unsigned longLeon Romanovsky2018-10-161-1/+1
* RDMA/core: Align multiple functions to kernel coding styleLeon Romanovsky2018-10-161-2/+1Star
* RDMA/core: Check error status of rdma_find_ndev_for_src_ip_rcuParav Pandit2018-10-041-1/+1
* RDMA/netlink: Simplify netlink listener existence checkLeon Romanovsky2018-10-041-1/+1
* RDMA/core: Properly return the error code of rdma_set_src_addr_rcuYueHaibing2018-09-191-6/+7
* RDMA/core: Consider net ns of gid attribute for RoCEParav Pandit2018-09-131-11/+64
* RDMA/core: Simplify roce_resolve_route_from_path()Parav Pandit2018-09-131-13/+38
* RDMA/core: Protect against changing dst->dev during destination resolveParav Pandit2018-09-131-15/+46
* RDMA/core: Refer to network type instead of device typeParav Pandit2018-09-121-19/+16Star
* RDMA/core: Use common code flow for IPv4/6 for addr resolveParav Pandit2018-09-121-17/+15Star
* RDMA/core: Rename rdma_copy_addr to rdma_copy_src_l2_addrParav Pandit2018-09-121-9/+15
* RDMA/core: Introduce and use rdma_set_src_addr() between IPv4 and IPv6Parav Pandit2018-09-121-42/+23Star
* RDMA/core: Let protocol specific function typecast sockaddr structureParav Pandit2018-09-121-16/+15Star
* RDMA/core: Avoid unnecessary sa_family overwriteParav Pandit2018-09-121-4/+1Star
* RDMA/core Introduce and use rdma_find_ndev_for_src_ip_rcuParav Pandit2018-09-121-26/+35
* RDMA/{cma, core}: Avoid callback on rdma_addr_cancel()Parav Pandit2018-09-061-5/+7
* RDMA/core: Constify dst_addr argumentParav Pandit2018-07-311-2/+2
* IB/cm: Remove now useless rcu_lock in dst_fetch_haJason Gunthorpe2018-06-291-7/+5Star
* RDMA/rdma_cm: Delete rdma_addr_clientJason Gunthorpe2018-04-181-34/+4Star
* RDMA/rdma_cm: Make rdma_addr_cancel into a fenceJason Gunthorpe2018-04-181-18/+40
* RDMA/rdma_cm: Remove process_req and timer sortingJason Gunthorpe2018-04-181-71/+25Star
* Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-071-6/+7
|\
| * IB/addr: Constify dst_entry pointerParav Pandit2018-03-291-5/+7
| * IB/core: Remove rdma_resolve_ip_route() as exported symbolParav Pandit2018-03-151-1/+0Star
* | RDMA/ucma: Introduce safer rdma_addr_size() variantsRoland Dreier2018-03-291-0/+16
* | RDMA/rdma_cm: Fix use after free race with process_one_reqJason Gunthorpe2018-03-271-0/+9
|/
* IB/core : Add null pointer check in addr_resolveMuneendra Kumar M2018-02-281-10/+5Star
* RDMA/core: Avoid copying ifindex twiceParav Pandit2017-12-181-2/+0Star
* RDMA/{core, cma}: Simplify rdma_translate_ipParav Pandit2017-12-181-8/+3Star
* IB/core: Removed unused functionParav Pandit2017-12-181-23/+0Star
* RDMA/core: Avoid redundant memcpy in rdma_addr_find_l2_eth_by_grhParav Pandit2017-12-181-5/+0Star
* IB/{core/cm}: Fix generating a return AH for RoCEEParav Pandit2017-12-181-19/+5Star
* RDMA/core: Make function rdma_copy_addr return voidYuval Shaia2017-11-131-13/+14
* IB/core: Fix use workqueue without WQ_MEM_RECLAIMParav Pandit2017-10-181-1/+1
* Merge branch 'k.o/for-4.13-rc' into k.o/for-nextDoug Ledford2017-08-181-14/+48
|\
| * IB/core: Fix race condition in resolving IP to MACParav Pandit2017-08-041-14/+48
* | RDMA/netlink: Convert LS to doit callbackLeon Romanovsky2017-08-101-3/+2Star
* | RDMA/netlink: Simplify and rename ibnl_chk_listenersLeon Romanovsky2017-08-101-1/+1
* | RDMA/netlink: Rename and remove redundant parameter from ibnl_multicastLeon Romanovsky2017-08-101-1/+1
* | RDMA/netlink: Add flag to consolidate common handlingLeon Romanovsky2017-08-101-2/+1Star
|/
* IB/core: Don't resolve IP address to the loopback deviceMoni Shoua2017-07-171-11/+29
* IB/core: Namespace is mandatory input for address resolutionMoni Shoua2017-07-171-1/+5