aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/addr.c
Commit message (Expand)AuthorAgeFilesLines
* net: fix NULL dereferences in check_peer_redir()Eric Dumazet2012-02-131-6/+10
* 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
* 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-191-103/+41
* IB/addr: Simplify resolving IPv4 addressesSean Hefty2009-11-191-58/+23
* IB/addr: Store net_device type instead of translating to RDMA transportSean Hefty2009-11-191-12/+1
* 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-071-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-291-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-141-0/+1
* RDMA: Fix license textSean Hefty2008-07-141-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-281-2/+2
* [NETNS]: Add namespace parameter to ip_dev_find.Denis V. Lunev2008-01-281-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-091-2/+1
* some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-191-2/+1
* 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/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-051-11/+8
|\
| * RDMA/addr: list_move() cleanupsRoland Dreier2006-11-291-4/+2
| * RDMA/addr: Fix some cancellation problems in process_req()Krishna Kumar2006-11-291-6/+5
| * RDMA/addr: Use time_after_eq() instead of time_after() in queue_req()Krishna Kumar2006-11-291-1/+1
* | WorkStruct: make allyesconfigDavid Howells2006-11-221-3/+3
|/
* RDMA/addr: Use client registration to fix module unload raceSean Hefty2006-11-021-1/+27
* [IPV4]: annotate inetdev.h helpersAl Viro2006-09-281-2/+2
* RDMA: iWARP Core Changes.Tom Tucker2006-09-221-7/+11
* IB: Whitespace fixesRoland Dreier2006-09-221-2/+2
* [NET] infiniband: Cleanup ib_addr module to use the neteventsTom Tucker2006-08-021-16/+14
* IB: address translation to map IP toIB addresses (GIDs)Sean Hefty2006-06-171-0/+367