summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core/addr.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/addr: Be strict with gid sizeLeon Romanovsky2021-04-081-1/+3
* RDMA/addr: Fix race with netevent_callback()/rdma_addr_cancel()Jason Gunthorpe2020-09-301-6/+5
* RDMA/addr: Mark addr_resolve as might_sleep()Jason Gunthorpe2020-05-121-0/+4
* RDMA/netlink: Do not always generate an ACK for some netlink operationsHÃ¥kon Bugge2020-01-031-1/+1
* net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca2019-12-041-4/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-09-281-1/+1
|\
| * ipv4: Revert removal of rt_uses_gatewayDavid Ahern2019-09-201-1/+1
* | RDMA/core: Support netlink commands in non init_net net namespacesParav Pandit2019-07-251-1/+1
|/
* 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-141-8/+8
|\
| * RDMA: Directly cast the sockaddr union to sockaddrJason Gunthorpe2019-05-131-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-081-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/+1
* RDMA/core: Check error status of rdma_find_ndev_for_src_ip_rcuParav Pandit2018-10-031-1/+1
* RDMA/netlink: Simplify netlink listener existence checkLeon Romanovsky2018-10-031-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-121-11/+64
* RDMA/core: Simplify roce_resolve_route_from_path()Parav Pandit2018-09-121-13/+38
* RDMA/core: Protect against changing dst->dev during destination resolveParav Pandit2018-09-121-15/+46
* RDMA/core: Refer to network type instead of device typeParav Pandit2018-09-121-19/+16
* RDMA/core: Use common code flow for IPv4/6 for addr resolveParav Pandit2018-09-121-17/+15
* 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/+23
* RDMA/core: Let protocol specific function typecast sockaddr structureParav Pandit2018-09-121-16/+15
* RDMA/core: Avoid unnecessary sa_family overwriteParav Pandit2018-09-121-4/+1
* 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-301-2/+2
* IB/cm: Remove now useless rcu_lock in dst_fetch_haJason Gunthorpe2018-06-291-7/+5
* RDMA/rdma_cm: Delete rdma_addr_clientJason Gunthorpe2018-04-171-34/+4
* RDMA/rdma_cm: Make rdma_addr_cancel into a fenceJason Gunthorpe2018-04-171-18/+40
* RDMA/rdma_cm: Remove process_req and timer sortingJason Gunthorpe2018-04-171-71/+25
* Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-061-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/+0
* | RDMA/ucma: Introduce safer rdma_addr_size() variantsRoland Dreier2018-03-281-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/+5
* RDMA/core: Avoid copying ifindex twiceParav Pandit2017-12-181-2/+0
* RDMA/{core, cma}: Simplify rdma_translate_ipParav Pandit2017-12-181-8/+3
* IB/core: Removed unused functionParav Pandit2017-12-181-23/+0
* RDMA/core: Avoid redundant memcpy in rdma_addr_find_l2_eth_by_grhParav Pandit2017-12-181-5/+0
* IB/{core/cm}: Fix generating a return AH for RoCEEParav Pandit2017-12-181-19/+5
* 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