summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core/addr.c
AgeCommit message (Expand)Author
2020-02-14RDMA/netlink: Do not always generate an ACK for some netlink operationsHÃ¥kon Bugge
2019-08-11RDMA: Directly cast the sockaddr union to sockaddrJason Gunthorpe
2018-04-08RDMA/ucma: Introduce safer rdma_addr_size() variantsRoland Dreier
2017-09-27IB/addr: Fix setting source address in addr6_resolve()Roland Dreier
2017-07-27IB/core: Namespace is mandatory input for address resolutionMoni Shoua
2017-05-25infiniband: call ipv6 route lookup via the stub interfacePaolo Abeni
2016-11-16IB/core: Add missing check for addr_resolve callback return valueMark Bloch
2016-10-07IB/addr: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar
2016-05-24IB/core: Add IP to GID netlink offloadMark Bloch
2016-05-24IB/core: Integrate IB address resolution module into coreLeon Romanovsky
2016-01-19IB/core: Use hop-limit from IP stack for RoCEMatan Barak
2016-01-19IB/core: Rename rdma_addr_find_dmac_by_grhMatan Barak
2016-01-19IB/core: Fix dereference before checkMatan Barak
2015-12-23IB/core: Validate route when we init ahMatan Barak
2015-12-23IB/core: Add rdma_network_type to wcSomnath Kotur
2015-10-28IB/addr: Pass network namespace as a parameterGuy Shapiro
2015-10-21IB/core: Use GID table in AH creation and dmac resolutionMatan Barak
2015-06-02IB/core cleanup: Add const to args - agent_send_responseIra Weiny
2015-05-05IB/core: change rdma_gid2ip into void function as it always return zeroHonggang LI
2014-12-15IB/addr: Improve address resolution callback schedulingOr Kehati
2014-01-14IB/core: Ethernet L2 attributes in verbs/cm structuresMatan Barak
2013-06-20IB/addr: Add AF_IB support to ip_addr_sizeSean Hefty
2012-08-13workqueue: use mod_delayed_work() instead of cancel + queueTejun Heo
2012-07-08IB: Use IS_ENABLED(CONFIG_IPV6)Roland Dreier
2012-01-25infiniband: Convert dst_fetch_ha() over to dst_neigh_lookup().David Miller
2011-12-05infiniband: addr: Consolidate code to fetch neighbour hardware address from dst.David Miller
2011-12-05net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller
2011-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-11-29IB: Fix RCU lockdep splatsEric Dumazet
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan
2011-10-31infiniband: Fix up module files that need to include module.hPaul Gortmaker
2011-07-17net: Abstract dst->neighbour accesses behind helpers.David S. Miller
2011-05-10infiniband: Remove rt->rt_src usage in addr4_resolve()David S. Miller
2011-03-17RDMA/addr: Fix return of uninitialized ret valueSean Hefty
2011-03-12ipv6: Convert to use flowi6 where applicable.David S. Miller
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller
2011-03-12ipv4: Create and use route lookup helpers.David S. Miller
2011-03-02ipv4: Make output route lookup return rtable directly.David S. Miller
2010-11-24infiniband: remove dev_base_lock useEric Dumazet
2010-11-11net: get rid of rtable->idevEric Dumazet
2010-06-10net-next: remove useless union keywordChangli Gao
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-11-19IB/addr: Fix IPv6 routing lookupSean Hefty
2009-11-19IB/addr: Simplify resolving IPv4 addressesSean Hefty
2009-11-19IB/addr: Store net_device type instead of translating to RDMA transportSean Hefty
2009-11-19IB/addr: Verify source and destination address families matchSean Hefty
2009-11-19RDMA/cma: Replace net_device pointer with indexSean Hefty
2009-11-18RDMA/addr: Use appropriate locking with for_each_netdev()Eric Dumazet
2009-10-07RDMA/addr: Fix resolution of local IPv6 addressesDavid J. Wilder
2009-06-23RDMA: Add __init/__exit macros to addr.c and cma.cPeter Huewe