summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
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-06-29ipv6_tunnel: Allow receiving packets on the fallback tunnel if they pass sani...Ville Nuorvala1-27/+38
2012-06-29tcp: plug dst leak in tcp_v6_conn_request()Neal Cardwell1-9/+10
2012-06-29tcp: use inet6_csk_route_req() in tcp_v6_send_synack()Neal Cardwell1-23/+6
2012-06-29tcp: pass fl6 to inet6_csk_route_req()Neal Cardwell2-16/+19
2012-06-29tcp: fix inet6_csk_route_req() for link-local addressesNeal Cardwell1-1/+1
2012-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2012-06-28net: skb_free_datagram_locked() doesnt drop all packetsEric Dumazet1-3/+5
2012-06-28ip6mr: Do not use RTA_PUT() macrosThomas Graf1-2/+3
2012-06-26net/ipv6/route.c: packets originating on device match loDavid McCullough1-0/+2
2012-06-26tcp: heed result of security_inet_conn_request() in tcp_v6_conn_request()Neal Cardwell1-1/+2
2012-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-12/+33
2012-06-26ipv6: fib: fix fib dump restartEric Dumazet1-2/+2
2012-06-20inet: Sanitize inet{,6} protocol demux.David S. Miller4-18/+10
2012-06-19ipv6: Move ipv6 proc file registration to end of init orderThomas Graf1-10/+31
2012-06-17Merge 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/ip...David S. Miller2-22/+12
2012-06-16ipv6: Fix types of ip6_update_pmtu().David S. Miller1-2/+2
2012-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-16/+26
2012-06-16ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ipv6_routeThomas Graf2-12/+22
2012-06-16ipv6: Handle PMTU in ICMP error handlers.David S. Miller8-118/+48
2012-06-15ipv4: Handle PMTU in all ICMP error handlers.David S. Miller1-4/+11
2012-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-1/+4
2012-06-13net-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-10inet: Pass inetpeer root into inet_getpeer*() interfaces.David S. Miller1-1/+1
2012-06-10ipv6: Do not mark ipv6_inetpeer_ops as __net_initdata.David S. Miller1-1/+1
2012-06-10inet: Consolidate inetpeer_invalidate_tree() interfaces.David S. Miller1-1/+1
2012-06-10inet: Initialize per-netns inetpeer roots in net/ipv{4,6}/route.cDavid S. Miller1-1/+33
2012-06-10[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
2012-06-09inet: Create and use rt{,6}_get_peer_create().David S. Miller5-20/+12
2012-06-09inetpeer: add parameter net for inet_getpeer_v4,v6Gao feng2-3/+6
2012-06-08snmp: fix OutOctets counter to include forwarded datagramsVincent Bernat2-0/+3
2012-06-08ipv6: fib: Restore NTF_ROUTER exception in fib6_age()Thomas Graf1-1/+1
2012-06-07netfilter: nf_conntrack: add namespace support for cttimeoutGao feng1-2/+4
2012-06-07netfilter: nf_conntrack: remove now unused sysctl for nf_conntrack_l[3|4]protoPablo Neira Ayuso1-5/+0
2012-06-07netfilter: nf_ct_ipv6: add namespace supportGao feng1-29/+59
2012-06-07netfilter: nf_ct_icmp: add namespace supportGao feng1-2/+23
2012-06-07netfilter: nf_conntrack: prepare namespace support for l3 protocol trackersGao feng1-3/+3