aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-05-16Merge branch 'delete-tokenring' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxDavid S. Miller2-19/+0
2012-05-16net: ipv4 and ipv6: Convert printk(KERN_DEBUG to pr_debugJoe Perches5-16/+16
2012-05-16net: ipv6: Standardize prefixes for message loggingJoe Perches16-120/+116
2012-05-15net: delete all instances of special processing for token ringPaul Gortmaker2-19/+0
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches14-75/+41
2012-05-15xfrm: make xfrm_algo.c a moduleJan Beulich1-2/+2
2012-05-11net/ipv6/af_inet6.c: checkpatch cleanupEldad Zack1-18/+11
2012-05-106lowpan: IPv6 link local addressalex.bluesman.smirnov@gmail.com1-1/+13
2012-05-09netfilter: ip6_tables: add flags parameter to ipv6_find_hdr()Hans Schillstrom5-13/+39