aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-10tcp: Move timestamps from inetpeer to metrics cache.David S. Miller2-40/+6
2012-07-10tcp: Abstract back handling peer aliveness test into helper function.David S. Miller1-1/+1
2012-07-07Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller1-4/+19
2012-07-06ipv6: fix a bad cast in ip6_dst_lookup_tail()Eric Dumazet1-1/+1
2012-07-05ipv6: remove redundant declarationsEric Dumazet1-3/+0
2012-07-05ipv6: Initialize the neighbour pointer of rt6_info on allocationSteffen Klassert1-1/+1
2012-07-05ipv6: remove unnecessary codes in tcp_ipv6.cRongQing.Li1-13/+3
2012-07-05ipv6: Store route neighbour in rt6_info struct.David S. Miller3-18/+33
2012-07-05net: Pass neighbours and dest address into NETEVENT_REDIRECT events.David S. Miller1-1/+6
2012-07-05net: Add optional SKB arg to dst_ops->neigh_lookup().David S. Miller1-4/+10
2012-07-05net: Do delayed neigh confirmation.David S. Miller1-1/+1
2012-07-04netfilter: nf_conntrack: generalize nf_ct_l4proto_netPablo Neira Ayuso1-0/+6
2012-06-29ipv6_tunnel: Allow receiving packets on the fallback tunnel if they pass sanity checksVille Nuorvala1-27/+38
2012-06-28tcp: plug dst leak in tcp_v6_conn_request()Neal Cardwell1-9/+10
2012-06-28tcp: use inet6_csk_route_req() in tcp_v6_send_synack()Neal Cardwell1-23/+6
2012-06-28tcp: pass fl6 to inet6_csk_route_req()Neal Cardwell2-16/+19
2012-06-28tcp: fix inet6_csk_route_req() for link-local addressesNeal Cardwell1-1/+1
2012-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2012-06-27net: skb_free_datagram_locked() doesnt drop all packetsEric Dumazet1-3/+5
2012-06-27ip6mr: Do not use RTA_PUT() macrosThomas Graf1-2/+3
2012-06-27netfilter: nf_ct_icmpv6: add icmpv6_kmemdup_sysctl_table functionGao feng1-4/+13
2012-06-27netfilter: nf_conntrack: prepare l4proto->init_net cleanupGao feng1-1/+1
2012-06-25net/ipv6/route.c: packets originating on device match loDavid McCullough1-0/+2
2012-06-25tcp: heed result of security_inet_conn_request() in tcp_v6_conn_request()Neal Cardwell1-1/+2
2012-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-12/+33
2012-06-25ipv6: fib: fix fib dump restartEric Dumazet1-2/+2
2012-06-19inet: Sanitize inet{,6} protocol demux.David S. Miller4-18/+10
2012-06-18ipv6: Move ipv6 proc file registration to end of init orderThomas Graf1-10/+31
2012-06-16Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller1-11/+32
2012-06-16netfilter: add user-space connection tracking helper infrastructurePablo Neira Ayuso1-11/+32
2012-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-22/+12
2012-06-16Revert "ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ipv6_route"David S. Miller2-22/+12
2012-06-15ipv6: Fix types of ip6_update_pmtu().David S. Miller1-2/+2
2012-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-16/+26
2012-06-15ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ipv6_routeThomas Graf2-12/+22
2012-06-15ipv6: Handle PMTU in ICMP error handlers.David S. Miller8-118/+48
2012-06-14ipv4: Handle PMTU in all ICMP error handlers.David S. Miller1-4/+11
2012-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-1/+4
2012-06-12net-next: add dev_loopback_xmit() to avoid duplicate codeMichel Machado1-14/+1
2012-06-11Merge branch 'master' of git://1984.lsi.us.es/net-nextDavid S. Miller2-38/+86
2012-06-11inet: Avoid potential NULL peer dereference.David S. Miller1-4/+6
2012-06-11inet: Use FIB table peer roots in routes.David S. Miller1-6/+8
2012-06-11inet: Add inetpeer tree roots to the FIB tables.David S. Miller1-0/+5
2012-06-11inet: Hide route peer accesses behind helpers.David S. Miller2-23/+29
2012-06-09inet: Pass inetpeer root into inet_getpeer*() interfaces.David S. Miller1-1/+1
2012-06-09ipv6: Do not mark ipv6_inetpeer_ops as __net_initdata.David S. Miller1-1/+1
2012-06-09inet: Consolidate inetpeer_invalidate_tree() interfaces.David S. Miller1-1/+1
2012-06-09inet: Initialize per-netns inetpeer roots in net/ipv{4,6}/route.cDavid S. Miller1-1/+33
2012-06-09[PATCH] tcp: Cache inetpeer in timewait socket, and only when necessary.David S. Miller1-13/+0
2012-06-09tcp: Get rid of inetpeer special cases.David S. Miller1-13/+8