summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/addr.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+2
* | 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/+1
|/
* 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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-211-9/+1
|\
| * IB/addr: Fix setting source address in addr6_resolve()Roland Dreier2017-06-071-9/+1
* | networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-2/+1
|/
* infiniband: avoid dereferencing uninitialized dst on error pathPaolo Abeni2017-05-021-1/+1
* infiniband: call ipv6 route lookup via the stub interfacePaolo Abeni2017-04-281-2/+2
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-1/+1
* IB/core: Add missing check for addr_resolve callback return valueMark Bloch2016-11-161-2/+9
* IB/addr: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-10-071-1/+1
* IB/core: Add IP to GID netlink offloadMark Bloch2016-05-241-24/+193
* IB/core: Integrate IB address resolution module into coreLeon Romanovsky2016-05-241-9/+2
* IB/core: Use hop-limit from IP stack for RoCEMatan Barak2016-01-191-1/+8
* IB/core: Rename rdma_addr_find_dmac_by_grhMatan Barak2016-01-191-3/+4
* IB/core: Fix dereference before checkMatan Barak2016-01-191-4/+5
* IB/core: Validate route when we init ahMatan Barak2015-12-231-51/+124
* IB/core: Add rdma_network_type to wcSomnath Kotur2015-12-231-0/+14
* IB/addr: Pass network namespace as a parameterGuy Shapiro2015-10-281-8/+9
* IB/core: Use GID table in AH creation and dmac resolutionMatan Barak2015-10-211-1/+2
* IB/core cleanup: Add const to args - agent_send_responseIra Weiny2015-06-021-2/+2
* IB/core: change rdma_gid2ip into void function as it always return zeroHonggang LI2015-05-051-10/+3
* IB/addr: Improve address resolution callback schedulingOr Kehati2014-12-151-2/+2
* IB/core: Ethernet L2 attributes in verbs/cm structuresMatan Barak2014-01-141-3/+94
* IB/addr: Add AF_IB support to ip_addr_sizeSean Hefty2013-06-201-2/+18
* workqueue: use mod_delayed_work() instead of cancel + queueTejun Heo2012-08-131-3/+1
* IB: Use IS_ENABLED(CONFIG_IPV6)Roland Dreier2012-07-081-2/+2
* infiniband: Convert dst_fetch_ha() over to dst_neigh_lookup().David Miller2012-01-251-5/+9
* infiniband: addr: Consolidate code to fetch neighbour hardware address from dst.David Miller2011-12-051-26/+21
* net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller2011-12-051-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-021-3/+6
|\
| * IB: Fix RCU lockdep splatsEric Dumazet2011-11-291-3/+6
* | net: remove ipv6_addr_copy()Alexey Dobriyan2011-11-221-3/+3
|/
* infiniband: Fix up module files that need to include module.hPaul Gortmaker2011-10-311-0/+1
* net: Abstract dst->neighbour accesses behind helpers.David S. Miller2011-07-171-3/+4
* infiniband: Remove rt->rt_src usage in addr4_resolve()David S. Miller2011-05-101-2/+7
* RDMA/addr: Fix return of uninitialized ret valueSean Hefty2011-03-171-1/+1
* ipv6: Convert to use flowi6 where applicable.David S. Miller2011-03-121-9/+9
* net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller2011-03-121-1/+1
* ipv4: Create and use route lookup helpers.David S. Miller2011-03-121-7/+1
* ipv4: Make output route lookup return rtable directly.David S. Miller2011-03-021-3/+4
* infiniband: remove dev_base_lock useEric Dumazet2010-11-241-3/+3
* net: get rid of rtable->idevEric Dumazet2010-11-111-4/+4
* net-next: remove useless union keywordChangli Gao2010-06-101-1/+1
OpenPOWER on IntegriCloud