index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv6
Commit message (
Expand
)
Author
Age
Files
Lines
*
ipv6: Initialize the struct rt6_info behind the dst_enty field
Steffen Klassert
2012-07-14
1
-5
/
+6
*
net: Remove checks for dst_ops->redirect being NULL.
David S. Miller
2012-07-12
2
-5
/
+3
*
net: Add dummy dst_ops->redirect method where needed.
David S. Miller
2012-07-12
1
-0
/
+5
*
ipv6: Use icmpv6_notify() to propagate redirect, instead of rt6_redirect().
David S. Miller
2012-07-12
3
-109
/
+2
*
ipv6: Add redirect support to all protocol icmp error handlers.
David S. Miller
2012-07-12
9
-12
/
+55
*
ipv6: Add ip6_redirect() and ip6_sk_redirect() helper functions.
David S. Miller
2012-07-12
1
-0
/
+27
*
ipv6: Pull main logic of rt6_redirect() into rt6_do_redirect().
David S. Miller
2012-07-12
1
-31
/
+49
*
ipv6: Move bulk of redirect handling into rt6_redirect().
David S. Miller
2012-07-11
2
-76
/
+71
*
ipv6: Export ndisc option parsing from ndisc.c
David S. Miller
2012-07-11
1
-45
/
+2
*
tcp: TCP Small Queues
Eric Dumazet
2012-07-11
1
-0
/
+1
*
net: Fix (nearly-)kernel-doc comments for various functions
Ben Hutchings
2012-07-10
1
-1
/
+1
*
rtnetlink: Remove ts/tsage args to rtnl_put_cacheinfo().
David S. Miller
2012-07-10
1
-2
/
+1
*
inet: Kill FLOWI_FLAG_PRECOW_METRICS.
David S. Miller
2012-07-10
1
-1
/
+1
*
inet: Minimize use of cached route inetpeer.
David S. Miller
2012-07-10
3
-5
/
+17
*
inet: Remove ->get_peer() method.
David S. Miller
2012-07-10
1
-16
/
+0
*
tcp: Move timestamps from inetpeer to metrics cache.
David S. Miller
2012-07-10
2
-40
/
+6
*
tcp: Abstract back handling peer aliveness test into helper function.
David S. Miller
2012-07-10
1
-1
/
+1
*
Merge branch 'master' of git://1984.lsi.us.es/nf-next
David S. Miller
2012-07-07
1
-4
/
+19
|
\
|
*
netfilter: nf_conntrack: generalize nf_ct_l4proto_net
Pablo Neira Ayuso
2012-07-04
1
-0
/
+6
|
*
netfilter: nf_ct_icmpv6: add icmpv6_kmemdup_sysctl_table function
Gao feng
2012-06-27
1
-4
/
+13
|
*
netfilter: nf_conntrack: prepare l4proto->init_net cleanup
Gao feng
2012-06-27
1
-1
/
+1
*
|
ipv6: fix a bad cast in ip6_dst_lookup_tail()
Eric Dumazet
2012-07-06
1
-1
/
+1
*
|
ipv6: remove redundant declarations
Eric Dumazet
2012-07-05
1
-3
/
+0
*
|
ipv6: Initialize the neighbour pointer of rt6_info on allocation
Steffen Klassert
2012-07-05
1
-1
/
+1
*
|
ipv6: remove unnecessary codes in tcp_ipv6.c
RongQing.Li
2012-07-05
1
-13
/
+3
*
|
ipv6: Store route neighbour in rt6_info struct.
David S. Miller
2012-07-05
3
-18
/
+33
*
|
net: Pass neighbours and dest address into NETEVENT_REDIRECT events.
David S. Miller
2012-07-05
1
-1
/
+6
*
|
net: Add optional SKB arg to dst_ops->neigh_lookup().
David S. Miller
2012-07-05
1
-4
/
+10
*
|
net: Do delayed neigh confirmation.
David S. Miller
2012-07-05
1
-1
/
+1
*
|
ipv6_tunnel: Allow receiving packets on the fallback tunnel if they pass sani...
Ville Nuorvala
2012-06-29
1
-27
/
+38
*
|
tcp: plug dst leak in tcp_v6_conn_request()
Neal Cardwell
2012-06-28
1
-9
/
+10
*
|
tcp: use inet6_csk_route_req() in tcp_v6_send_synack()
Neal Cardwell
2012-06-28
1
-23
/
+6
*
|
tcp: pass fl6 to inet6_csk_route_req()
Neal Cardwell
2012-06-28
2
-16
/
+19
*
|
tcp: fix inet6_csk_route_req() for link-local addresses
Neal Cardwell
2012-06-28
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-06-28
1
-1
/
+2
|
\
\
|
*
|
tcp: heed result of security_inet_conn_request() in tcp_v6_conn_request()
Neal Cardwell
2012-06-25
1
-1
/
+2
*
|
|
net: skb_free_datagram_locked() doesnt drop all packets
Eric Dumazet
2012-06-27
1
-3
/
+5
*
|
|
ip6mr: Do not use RTA_PUT() macros
Thomas Graf
2012-06-27
1
-2
/
+3
|
|
/
|
/
|
*
|
net/ipv6/route.c: packets originating on device match lo
David McCullough
2012-06-25
1
-0
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-06-25
2
-12
/
+33
|
\
\
|
|
/
|
*
ipv6: fib: fix fib dump restart
Eric Dumazet
2012-06-25
1
-2
/
+2
|
*
ipv6: Move ipv6 proc file registration to end of init order
Thomas Graf
2012-06-18
1
-10
/
+31
*
|
inet: Sanitize inet{,6} protocol demux.
David S. Miller
2012-06-19
4
-18
/
+10
*
|
Merge branch 'master' of git://1984.lsi.us.es/nf-next
David S. Miller
2012-06-16
1
-11
/
+32
|
\
\
|
*
|
netfilter: add user-space connection tracking helper infrastructure
Pablo Neira Ayuso
2012-06-16
1
-11
/
+32
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-06-16
2
-22
/
+12
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Revert "ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ip...
David S. Miller
2012-06-16
2
-22
/
+12
*
|
|
ipv6: Fix types of ip6_update_pmtu().
David S. Miller
2012-06-15
1
-2
/
+2
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-06-15
2
-16
/
+26
|
\
\
\
|
|
/
/
|
*
|
ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ipv6_route
Thomas Graf
2012-06-15
2
-12
/
+22
[next]