aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/addr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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