aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-06-08inet: Create and use rt{,6}_get_peer_create().David S. Miller5-20/+12
2012-06-08inetpeer: add parameter net for inet_getpeer_v4,v6Gao feng2-3/+6
2012-06-07snmp: fix OutOctets counter to include forwarded datagramsVincent Bernat2-0/+3
2012-06-07ipv6: 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
2012-06-07netfilter: nf_conntrack: prepare namespace support for l4 protocol trackersGao feng1-9/+9
2012-06-04net: Remove casts to same typeJoe Perches1-2/+2
2012-06-04tcp: tcp_make_synack() consumes dst parameterEric Dumazet1-1/+0
2012-06-01tcp: reflect SYN queue_mapping into SYNACK packetsEric Dumazet1-3/+6
2012-05-27ipv6: fix incorrect ipsec fragmentGao feng1-18/+50
2012-05-27xfrm: take net hdr len into account for esp payload size calculationBenjamin Poirier1-11/+7
2012-05-20ipv6/exthdrs: strict Pad1 and PadN checkEldad Zack1-1/+14
2012-05-19ipv6: use skb coalescing in reassemblyEric Dumazet1-6/+20
2012-05-19net:ipv6:fixed space issues relating to operators.Jeffrin Jose1-2/+2
2012-05-19net:ipv6:fixed a trailing white space issue.Jeffrin Jose1-1/+1
2012-05-19ipv6: disable GSO on sockets hitting dst_allfragEric Dumazet1-1/+4
2012-05-19ipv6: bool/const conversions phase2Eric Dumazet13-118/+119
2012-05-18ipv6: ip6_fragment() should check CHECKSUM_PARTIALEric Dumazet1-0/+4
2012-05-18ipv6: remove csummode in ip6_append_data()Eric Dumazet1-3/+1
2012-05-18ipv6: bool conversions phase1Eric Dumazet2-6/+6
2012-05-18ip_frag: struct inet_frags match() method returns a boolEric Dumazet1-4/+5
2012-05-17ipv6: correct the ipv6 option name - Pad0 to Pad1Eldad Zack3-5/+5
2012-05-17tcp: bool conversionsEric Dumazet1-2/+2
2012-05-17net: ipv6: ndisc: Neaten ND_PRINTx macrosJoe Perches1-125/+91