aboutsummaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2012-07-05ipv6: Initialize the neighbour pointer of rt6_info on allocationSteffen Klassert
2012-07-05ipv6: remove unnecessary codes in tcp_ipv6.cRongQing.Li
2012-07-05ipv6: Store route neighbour in rt6_info struct.David S. Miller
2012-07-05net: Pass neighbours and dest address into NETEVENT_REDIRECT events.David S. Miller
2012-07-05net: Add optional SKB arg to dst_ops->neigh_lookup().David S. Miller
2012-07-05net: Do delayed neigh confirmation.David S. Miller
2012-07-04netfilter: nf_conntrack: generalize nf_ct_l4proto_netPablo Neira Ayuso
2012-06-29ipv6_tunnel: Allow receiving packets on the fallback tunnel if they pass sani...Ville Nuorvala
2012-06-28tcp: plug dst leak in tcp_v6_conn_request()Neal Cardwell
2012-06-28tcp: use inet6_csk_route_req() in tcp_v6_send_synack()Neal Cardwell
2012-06-28tcp: pass fl6 to inet6_csk_route_req()Neal Cardwell
2012-06-28tcp: fix inet6_csk_route_req() for link-local addressesNeal Cardwell
2012-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-06-27net: skb_free_datagram_locked() doesnt drop all packetsEric Dumazet
2012-06-27ip6mr: Do not use RTA_PUT() macrosThomas Graf
2012-06-27netfilter: nf_ct_icmpv6: add icmpv6_kmemdup_sysctl_table functionGao feng
2012-06-27netfilter: nf_conntrack: prepare l4proto->init_net cleanupGao feng
2012-06-25net/ipv6/route.c: packets originating on device match loDavid McCullough
2012-06-25tcp: heed result of security_inet_conn_request() in tcp_v6_conn_request()Neal Cardwell
2012-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-06-25ipv6: fib: fix fib dump restartEric Dumazet
2012-06-19inet: Sanitize inet{,6} protocol demux.David S. Miller
2012-06-18ipv6: Move ipv6 proc file registration to end of init orderThomas Graf
2012-06-16Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller
2012-06-16netfilter: add user-space connection tracking helper infrastructurePablo Neira Ayuso
2012-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-06-16Revert "ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ip...David S. Miller
2012-06-15ipv6: Fix types of ip6_update_pmtu().David S. Miller
2012-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-06-15ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ipv6_routeThomas Graf
2012-06-15ipv6: Handle PMTU in ICMP error handlers.David S. Miller
2012-06-14ipv4: Handle PMTU in all ICMP error handlers.David S. Miller
2012-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-06-12net-next: add dev_loopback_xmit() to avoid duplicate codeMichel Machado
2012-06-11Merge branch 'master' of git://1984.lsi.us.es/net-nextDavid S. Miller
2012-06-11inet: Avoid potential NULL peer dereference.David S. Miller
2012-06-11inet: Use FIB table peer roots in routes.David S. Miller
2012-06-11inet: Add inetpeer tree roots to the FIB tables.David S. Miller
2012-06-11inet: Hide route peer accesses behind helpers.David S. Miller
2012-06-09inet: Pass inetpeer root into inet_getpeer*() interfaces.David S. Miller
2012-06-09ipv6: Do not mark ipv6_inetpeer_ops as __net_initdata.David S. Miller
2012-06-09inet: Consolidate inetpeer_invalidate_tree() interfaces.David S. Miller
2012-06-09inet: Initialize per-netns inetpeer roots in net/ipv{4,6}/route.cDavid S. Miller
2012-06-09[PATCH] tcp: Cache inetpeer in timewait socket, and only when necessary.David S. Miller
2012-06-09tcp: Get rid of inetpeer special cases.David S. Miller
2012-06-08inet: Create and use rt{,6}_get_peer_create().David S. Miller
2012-06-08inetpeer: add parameter net for inet_getpeer_v4,v6Gao feng
2012-06-07snmp: fix OutOctets counter to include forwarded datagramsVincent Bernat
2012-06-07ipv6: fib: Restore NTF_ROUTER exception in fib6_age()Thomas Graf
2012-06-07netfilter: nf_conntrack: add namespace support for cttimeoutGao feng