summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/addr.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+3Star
* IB/addr: Improve address resolution callback schedulingOr Kehati2014-12-161-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-141-3/+1Star
* IB: Use IS_ENABLED(CONFIG_IPV6)Roland Dreier2012-07-091-2/+2
* infiniband: Convert dst_fetch_ha() over to dst_neigh_lookup().David Miller2012-01-261-5/+9
* infiniband: addr: Consolidate code to fetch neighbour hardware address from dst.David Miller2011-12-051-26/+21Star
* 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-11-011-0/+1
* net: Abstract dst->neighbour accesses behind helpers.David S. Miller2011-07-181-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-181-1/+1
* ipv6: Convert to use flowi6 where applicable.David S. Miller2011-03-131-9/+9
* net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller2011-03-131-1/+1
* ipv4: Create and use route lookup helpers.David S. Miller2011-03-131-7/+1Star
* 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-111-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* IB/addr: Fix IPv6 routing lookupSean Hefty2009-11-201-103/+41Star
* IB/addr: Simplify resolving IPv4 addressesSean Hefty2009-11-191-58/+23Star
* IB/addr: Store net_device type instead of translating to RDMA transportSean Hefty2009-11-191-12/+1Star
* IB/addr: Verify source and destination address families matchSean Hefty2009-11-191-8/+19
* RDMA/cma: Replace net_device pointer with indexSean Hefty2009-11-191-1/+13
* RDMA/addr: Use appropriate locking with for_each_netdev()Eric Dumazet2009-11-181-1/+7
* RDMA/addr: Fix resolution of local IPv6 addressesDavid J. Wilder2009-10-081-1/+1
* RDMA: Add __init/__exit macros to addr.c and cma.cPeter Huewe2009-06-231-2/+2
* RDMA/addr: Fix build breakage when IPv6 is disabledRoland Dreier2008-12-301-7/+40
* RDMA/addr: Add support for translating IPv6 addressesAleksey Senin2008-12-241-45/+151
* RDMA/addr: Keep pointer to netdevice in struct rdma_dev_addrOr Gerlitz2008-07-151-0/+1
* RDMA: Fix license textSean Hefty2008-07-151-18/+23
* trivial endianness annotations: infiniband coreAl Viro2008-03-301-4/+4
* [NETNS]: Add namespace parameter to ip_route_output_key.Denis V. Lunev2008-01-291-2/+2
* [NETNS]: Add namespace parameter to ip_dev_find.Denis V. Lunev2008-01-291-2/+2
* [IPV4] drivers/infiniband: Use ipv4_is_<type>Joe Perches2008-01-281-2/+2
* RDMA/cma: Use neigh_event_send() to start neighbour discoverySteve Wise2007-10-101-2/+1Star
* some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-191-2/+1Star
* IB: Remove redundant "_wq" from workqueue namesSean Hefty2007-02-101-1/+1
* RDMA/addr: Handle ethernet neighbour updates during route resolutionSteve Wise2007-02-041-2/+1Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-051-11/+8Star
|\
| * RDMA/addr: list_move() cleanupsRoland Dreier2006-11-301-4/+2Star
| * RDMA/addr: Fix some cancellation problems in process_req()Krishna Kumar2006-11-301-6/+5Star
| * RDMA/addr: Use time_after_eq() instead of time_after() in queue_req()Krishna Kumar2006-11-301-1/+1
* | WorkStruct: make allyesconfigDavid Howells2006-11-221-3/+3
|/