aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/addr.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-30inet: introduce dst_rtable() helperEric Dumazet1-9/+3
2024-04-29ipv6: introduce dst_rt6_info() helperEric Dumazet1-3/+3
2022-01-28RDMA/core: Delete useless module.h includeLeon Romanovsky1-1/+0
2021-04-08RDMA/addr: Be strict with gid sizeLeon Romanovsky1-1/+3
2020-09-30RDMA/addr: Fix race with netevent_callback()/rdma_addr_cancel()Jason Gunthorpe1-6/+5
2020-05-12RDMA/addr: Mark addr_resolve as might_sleep()Jason Gunthorpe1-0/+4
2020-01-03RDMA/netlink: Do not always generate an ACK for some netlink operationsHÃ¥kon Bugge1-1/+1
2019-12-04net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca1-4/+3
2019-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-1/+1
2019-09-20ipv4: Revert removal of rt_uses_gatewayDavid Ahern1-1/+1
2019-07-25RDMA/core: Support netlink commands in non init_net net namespacesParav Pandit1-1/+1
2019-07-09RDMA/core: Fix race when resolving IP addressDag Moxnes1-1/+1
2019-05-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-8/+8
2019-05-13RDMA: Directly cast the sockaddr union to sockaddrJason Gunthorpe1-8/+8
2019-05-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-0/+1
2019-05-03RDMA/cma: Use rdma_read_gid_attr_ndev_rcu to access netdevParav Pandit1-0/+1
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-2/+2
2019-04-08ipv4: Prepare rtable for IPv6 gatewayDavid Ahern1-1/+1
2019-03-29ipv6: Move ipv6 stubs to a separate header fileDavid Ahern1-1/+1
2018-10-16RDMA/core: Annotate timeout as unsigned longLeon Romanovsky1-1/+1
2018-10-16RDMA/core: Align multiple functions to kernel coding styleLeon Romanovsky1-2/+1
2018-10-03RDMA/core: Check error status of rdma_find_ndev_for_src_ip_rcuParav Pandit1-1/+1
2018-10-03RDMA/netlink: Simplify netlink listener existence checkLeon Romanovsky1-1/+1
2018-09-19RDMA/core: Properly return the error code of rdma_set_src_addr_rcuYueHaibing1-6/+7
2018-09-12RDMA/core: Consider net ns of gid attribute for RoCEParav Pandit1-11/+64
2018-09-12RDMA/core: Simplify roce_resolve_route_from_path()Parav Pandit1-13/+38
2018-09-12RDMA/core: Protect against changing dst->dev during destination resolveParav Pandit1-15/+46
2018-09-12RDMA/core: Refer to network type instead of device typeParav Pandit1-19/+16
2018-09-12RDMA/core: Use common code flow for IPv4/6 for addr resolveParav Pandit1-17/+15
2018-09-12RDMA/core: Rename rdma_copy_addr to rdma_copy_src_l2_addrParav Pandit1-9/+15
2018-09-12RDMA/core: Introduce and use rdma_set_src_addr() between IPv4 and IPv6Parav Pandit1-42/+23
2018-09-12RDMA/core: Let protocol specific function typecast sockaddr structureParav Pandit1-16/+15
2018-09-12RDMA/core: Avoid unnecessary sa_family overwriteParav Pandit1-4/+1
2018-09-12RDMA/core Introduce and use rdma_find_ndev_for_src_ip_rcuParav Pandit1-26/+35
2018-09-06RDMA/{cma, core}: Avoid callback on rdma_addr_cancel()Parav Pandit1-5/+7
2018-07-30RDMA/core: Constify dst_addr argumentParav Pandit1-2/+2
2018-06-29IB/cm: Remove now useless rcu_lock in dst_fetch_haJason Gunthorpe1-7/+5
2018-04-17RDMA/rdma_cm: Delete rdma_addr_clientJason Gunthorpe1-34/+4
2018-04-17RDMA/rdma_cm: Make rdma_addr_cancel into a fenceJason Gunthorpe1-18/+40
2018-04-17RDMA/rdma_cm: Remove process_req and timer sortingJason Gunthorpe1-71/+25
2018-04-06Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-6/+7
2018-03-29IB/addr: Constify dst_entry pointerParav Pandit1-5/+7
2018-03-28RDMA/ucma: Introduce safer rdma_addr_size() variantsRoland Dreier1-0/+16
2018-03-27RDMA/rdma_cm: Fix use after free race with process_one_reqJason Gunthorpe1-0/+9
2018-03-15IB/core: Remove rdma_resolve_ip_route() as exported symbolParav Pandit1-1/+0
2018-02-28IB/core : Add null pointer check in addr_resolveMuneendra Kumar M1-10/+5
2017-12-18RDMA/core: Avoid copying ifindex twiceParav Pandit1-2/+0
2017-12-18RDMA/{core, cma}: Simplify rdma_translate_ipParav Pandit1-8/+3
2017-12-18IB/core: Removed unused functionParav Pandit1-23/+0
2017-12-18RDMA/core: Avoid redundant memcpy in rdma_addr_find_l2_eth_by_grhParav Pandit1-5/+0
2017-12-18IB/{core/cm}: Fix generating a return AH for RoCEEParav Pandit1-19/+5
2017-11-13RDMA/core: Make function rdma_copy_addr return voidYuval Shaia1-13/+14
2017-10-18IB/core: Fix use workqueue without WQ_MEM_RECLAIMParav Pandit1-1/+1
2017-08-18Merge branch 'k.o/for-4.13-rc' into k.o/for-nextDoug Ledford1-14/+48
2017-08-10RDMA/netlink: Convert LS to doit callbackLeon Romanovsky1-3/+2
2017-08-10RDMA/netlink: Simplify and rename ibnl_chk_listenersLeon Romanovsky1-1/+1
2017-08-10RDMA/netlink: Rename and remove redundant parameter from ibnl_multicastLeon Romanovsky1-1/+1
2017-08-10RDMA/netlink: Add flag to consolidate common handlingLeon Romanovsky1-2/+1
2017-08-04IB/core: Fix race condition in resolving IP to MACParav Pandit1-14/+48
2017-07-17IB/core: Don't resolve IP address to the loopback deviceMoni Shoua1-11/+29
2017-07-17IB/core: Namespace is mandatory input for address resolutionMoni Shoua1-1/+5
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+1
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-2/+1
2017-06-07IB/addr: Fix setting source address in addr6_resolve()Roland Dreier1-9/+1
2017-05-02infiniband: avoid dereferencing uninitialized dst on error pathPaolo Abeni1-1/+1
2017-04-28infiniband: call ipv6 route lookup via the stub interfacePaolo Abeni1-2/+2
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-1/+1
2016-11-16IB/core: Add missing check for addr_resolve callback return valueMark Bloch1-2/+9
2016-10-07IB/addr: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-1/+1
2016-05-24IB/core: Add IP to GID netlink offloadMark Bloch1-24/+193
2016-05-24IB/core: Integrate IB address resolution module into coreLeon Romanovsky1-9/+2
2016-01-19IB/core: Use hop-limit from IP stack for RoCEMatan Barak1-1/+8
2016-01-19IB/core: Rename rdma_addr_find_dmac_by_grhMatan Barak1-3/+4
2016-01-19IB/core: Fix dereference before checkMatan Barak1-4/+5
2015-12-23IB/core: Validate route when we init ahMatan Barak1-51/+124
2015-12-23IB/core: Add rdma_network_type to wcSomnath Kotur1-0/+14
2015-10-28IB/addr: Pass network namespace as a parameterGuy Shapiro1-8/+9
2015-10-21IB/core: Use GID table in AH creation and dmac resolutionMatan Barak1-1/+2
2015-06-02IB/core cleanup: Add const to args - agent_send_responseIra Weiny1-2/+2
2015-05-05IB/core: change rdma_gid2ip into void function as it always return zeroHonggang LI1-10/+3
2014-12-15IB/addr: Improve address resolution callback schedulingOr Kehati1-2/+2
2014-01-14IB/core: Ethernet L2 attributes in verbs/cm structuresMatan Barak1-3/+94
2013-06-20IB/addr: Add AF_IB support to ip_addr_sizeSean Hefty1-2/+18
2012-08-13workqueue: use mod_delayed_work() instead of cancel + queueTejun Heo1-3/+1
2012-07-08IB: Use IS_ENABLED(CONFIG_IPV6)Roland Dreier1-2/+2
2012-01-25infiniband: Convert dst_fetch_ha() over to dst_neigh_lookup().David Miller1-5/+9
2011-12-05infiniband: addr: Consolidate code to fetch neighbour hardware address from dst.David Miller1-26/+21
2011-12-05net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller1-2/+2
2011-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+6
2011-11-29IB: Fix RCU lockdep splatsEric Dumazet1-3/+6
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan1-3/+3
2011-10-31infiniband: Fix up module files that need to include module.hPaul Gortmaker1-0/+1
2011-07-17net: Abstract dst->neighbour accesses behind helpers.David S. Miller1-3/+4
2011-05-10infiniband: Remove rt->rt_src usage in addr4_resolve()David S. Miller1-2/+7
2011-03-17RDMA/addr: Fix return of uninitialized ret valueSean Hefty1-1/+1
2011-03-12ipv6: Convert to use flowi6 where applicable.David S. Miller1-9/+9
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller1-1/+1
2011-03-12ipv4: Create and use route lookup helpers.David S. Miller1-7/+1
2011-03-02ipv4: Make output route lookup return rtable directly.David S. Miller1-3/+4
2010-11-24infiniband: remove dev_base_lock useEric Dumazet1-3/+3
2010-11-11net: get rid of rtable->idevEric Dumazet1-4/+4
2010-06-10net-next: remove useless union keywordChangli Gao1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-11-19IB/addr: Fix IPv6 routing lookupSean Hefty1-103/+41
2009-11-19IB/addr: Simplify resolving IPv4 addressesSean Hefty1-58/+23
2009-11-19IB/addr: Store net_device type instead of translating to RDMA transportSean Hefty1-12/+1
2009-11-19IB/addr: Verify source and destination address families matchSean Hefty1-8/+19
2009-11-19RDMA/cma: Replace net_device pointer with indexSean Hefty1-1/+13
2009-11-18RDMA/addr: Use appropriate locking with for_each_netdev()Eric Dumazet1-1/+7
2009-10-07RDMA/addr: Fix resolution of local IPv6 addressesDavid J. Wilder1-1/+1
2009-06-23RDMA: Add __init/__exit macros to addr.c and cma.cPeter Huewe1-2/+2
2008-12-29RDMA/addr: Fix build breakage when IPv6 is disabledRoland Dreier1-7/+40
2008-12-24RDMA/addr: Add support for translating IPv6 addressesAleksey Senin1-45/+151
2008-07-14RDMA/addr: Keep pointer to netdevice in struct rdma_dev_addrOr Gerlitz1-0/+1
2008-07-14RDMA: Fix license textSean Hefty1-18/+23
2008-03-30trivial endianness annotations: infiniband coreAl Viro1-4/+4
2008-01-28[NETNS]: Add namespace parameter to ip_route_output_key.Denis V. Lunev1-2/+2
2008-01-28[NETNS]: Add namespace parameter to ip_dev_find.Denis V. Lunev1-2/+2
2008-01-28[IPV4] drivers/infiniband: Use ipv4_is_<type>Joe Perches1-2/+2
2007-10-09RDMA/cma: Use neigh_event_send() to start neighbour discoverySteve Wise1-2/+1
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau1-2/+1
2007-02-10IB: Remove redundant "_wq" from workqueue namesSean Hefty1-1/+1
2007-02-04RDMA/addr: Handle ethernet neighbour updates during route resolutionSteve Wise1-2/+1
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells1-11/+8
2006-11-29RDMA/addr: list_move() cleanupsRoland Dreier1-4/+2
2006-11-29RDMA/addr: Fix some cancellation problems in process_req()Krishna Kumar1-6/+5
2006-11-29RDMA/addr: Use time_after_eq() instead of time_after() in queue_req()Krishna Kumar1-1/+1
2006-11-22WorkStruct: make allyesconfigDavid Howells1-3/+3
2006-11-02RDMA/addr: Use client registration to fix module unload raceSean Hefty1-1/+27
2006-09-28[IPV4]: annotate inetdev.h helpersAl Viro1-2/+2
2006-09-22RDMA: iWARP Core Changes.Tom Tucker1-7/+11
2006-09-22IB: Whitespace fixesRoland Dreier1-2/+2
2006-08-02[NET] infiniband: Cleanup ib_addr module to use the neteventsTom Tucker1-16/+14
2006-06-17IB: address translation to map IP toIB addresses (GIDs)Sean Hefty1-0/+367