index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
core
/
addr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
workqueue: use mod_delayed_work() instead of cancel + queue
Tejun Heo
2012-08-13
1
-3
/
+1
*
IB: Use IS_ENABLED(CONFIG_IPV6)
Roland Dreier
2012-07-08
1
-2
/
+2
*
infiniband: Convert dst_fetch_ha() over to dst_neigh_lookup().
David Miller
2012-01-25
1
-5
/
+9
*
infiniband: addr: Consolidate code to fetch neighbour hardware address from dst.
David Miller
2011-12-05
1
-26
/
+21
*
net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.
David Miller
2011-12-05
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2011-12-02
1
-3
/
+6
|
\
|
*
IB: Fix RCU lockdep splats
Eric Dumazet
2011-11-29
1
-3
/
+6
*
|
net: remove ipv6_addr_copy()
Alexey Dobriyan
2011-11-22
1
-3
/
+3
|
/
*
infiniband: Fix up module files that need to include module.h
Paul Gortmaker
2011-10-31
1
-0
/
+1
*
net: Abstract dst->neighbour accesses behind helpers.
David S. Miller
2011-07-17
1
-3
/
+4
*
infiniband: Remove rt->rt_src usage in addr4_resolve()
David S. Miller
2011-05-10
1
-2
/
+7
*
RDMA/addr: Fix return of uninitialized ret value
Sean Hefty
2011-03-17
1
-1
/
+1
*
ipv6: Convert to use flowi6 where applicable.
David S. Miller
2011-03-12
1
-9
/
+9
*
net: Put flowi_* prefix on AF independent members of struct flowi
David S. Miller
2011-03-12
1
-1
/
+1
*
ipv4: Create and use route lookup helpers.
David S. Miller
2011-03-12
1
-7
/
+1
*
ipv4: Make output route lookup return rtable directly.
David S. Miller
2011-03-02
1
-3
/
+4
*
infiniband: remove dev_base_lock use
Eric Dumazet
2010-11-24
1
-3
/
+3
*
net: get rid of rtable->idev
Eric Dumazet
2010-11-11
1
-4
/
+4
*
net-next: remove useless union keyword
Changli Gao
2010-06-10
1
-1
/
+1
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
IB/addr: Fix IPv6 routing lookup
Sean Hefty
2009-11-19
1
-103
/
+41
*
IB/addr: Simplify resolving IPv4 addresses
Sean Hefty
2009-11-19
1
-58
/
+23
*
IB/addr: Store net_device type instead of translating to RDMA transport
Sean Hefty
2009-11-19
1
-12
/
+1
*
IB/addr: Verify source and destination address families match
Sean Hefty
2009-11-19
1
-8
/
+19
*
RDMA/cma: Replace net_device pointer with index
Sean Hefty
2009-11-19
1
-1
/
+13
*
RDMA/addr: Use appropriate locking with for_each_netdev()
Eric Dumazet
2009-11-18
1
-1
/
+7
*
RDMA/addr: Fix resolution of local IPv6 addresses
David J. Wilder
2009-10-07
1
-1
/
+1
*
RDMA: Add __init/__exit macros to addr.c and cma.c
Peter Huewe
2009-06-23
1
-2
/
+2
*
RDMA/addr: Fix build breakage when IPv6 is disabled
Roland Dreier
2008-12-29
1
-7
/
+40
*
RDMA/addr: Add support for translating IPv6 addresses
Aleksey Senin
2008-12-24
1
-45
/
+151
*
RDMA/addr: Keep pointer to netdevice in struct rdma_dev_addr
Or Gerlitz
2008-07-14
1
-0
/
+1
*
RDMA: Fix license text
Sean Hefty
2008-07-14
1
-18
/
+23
*
trivial endianness annotations: infiniband core
Al Viro
2008-03-30
1
-4
/
+4
*
[NETNS]: Add namespace parameter to ip_route_output_key.
Denis V. Lunev
2008-01-28
1
-2
/
+2
*
[NETNS]: Add namespace parameter to ip_dev_find.
Denis V. Lunev
2008-01-28
1
-2
/
+2
*
[IPV4] drivers/infiniband: Use ipv4_is_<type>
Joe Perches
2008-01-28
1
-2
/
+2
*
RDMA/cma: Use neigh_event_send() to start neighbour discovery
Steve Wise
2007-10-09
1
-2
/
+1
*
some kmalloc/memset ->kzalloc (tree wide)
Yoann Padioleau
2007-07-19
1
-2
/
+1
*
IB: Remove redundant "_wq" from workqueue names
Sean Hefty
2007-02-10
1
-1
/
+1
*
RDMA/addr: Handle ethernet neighbour updates during route resolution
Steve Wise
2007-02-04
1
-2
/
+1
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Howells
2006-12-05
1
-11
/
+8
|
\
|
*
RDMA/addr: list_move() cleanups
Roland Dreier
2006-11-29
1
-4
/
+2
|
*
RDMA/addr: Fix some cancellation problems in process_req()
Krishna Kumar
2006-11-29
1
-6
/
+5
|
*
RDMA/addr: Use time_after_eq() instead of time_after() in queue_req()
Krishna Kumar
2006-11-29
1
-1
/
+1
*
|
WorkStruct: make allyesconfig
David Howells
2006-11-22
1
-3
/
+3
|
/
*
RDMA/addr: Use client registration to fix module unload race
Sean Hefty
2006-11-02
1
-1
/
+27
*
[IPV4]: annotate inetdev.h helpers
Al Viro
2006-09-28
1
-2
/
+2
*
RDMA: iWARP Core Changes.
Tom Tucker
2006-09-22
1
-7
/
+11
*
IB: Whitespace fixes
Roland Dreier
2006-09-22
1
-2
/
+2
*
[NET] infiniband: Cleanup ib_addr module to use the netevents
Tom Tucker
2006-08-02
1
-16
/
+14
[next]