aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-5/+25
2010-10-03net: Fix IPv6 PMTU disc. w/ asymmetric routesMaciej Żenczykowski1-4/+24
2010-09-29ip6tnl: percpu stats accountingEric Dumazet1-16/+77
2010-09-29sit: enable lockless xmitsEric Dumazet1-0/+1
2010-09-29sit: fix percpu stats accountingEric Dumazet1-3/+11
2010-09-28ipv6: Implement Any-IP support for IPv6.Maciej Żenczykowski1-1/+9
2010-09-27sit: percpu stats accountingEric Dumazet1-18/+64
2010-09-27ipv6: add IPv6 to neighbour table overflow warningUlrich Weber1-1/+1
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller4-22/+45
2010-09-26ipv6: add a missing unregister_pernet_subsys callNeil Horman2-3/+13
2010-09-23net: return operator cleanupEric Dumazet11-37/+36
2010-09-21ip: fix truesize mismatch in ip fragmentationEric Dumazet1-5/+13
2010-09-20xfrm: Allow different selector family in temporary stateThomas Egerer1-14/+19
2010-09-20net: rx_dropped accountingEric Dumazet3-3/+11
2010-09-16ip6tnl: get rid of ip6_tnl_lockEric Dumazet1-30/+28
2010-09-15sit: get rid of ipip6_lockEric Dumazet1-33/+31
2010-09-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller5-122/+49
2010-09-09tunnels: missing rcu_assign_pointer()Eric Dumazet1-1/+1
2010-09-08udp: add rehash on connect()Eric Dumazet2-1/+16
2010-09-08net: inet_add_protocol() can use cmpxchg()Eric Dumazet1-28/+4
2010-09-07netfilter: discard overlapping IPv6 fragmentNicolas Dichtel1-65/+15
2010-09-07ipv6: discard overlapping fragmentNicolas Dichtel1-56/+15
2010-09-03ipv6: add special mode forwarding=2 to send RS while configured as routerThomas Graf1-1/+2
2010-09-03ipv6: add special mode accept_ra=2 to accept RA while configured as routerThomas Graf1-4/+14
2010-09-01net: tunnels should use rcu_dereferenceEric Dumazet1-3/+8
2010-08-30ipv6: struct xfrm6_tunnel in read_mostly sectionEric Dumazet3-6/+6
2010-08-30net: struct xfrm_tunnel in read_mostly sectionEric Dumazet1-1/+1
2010-08-23netfilter: fix CONFIG_COMPAT supportFlorian Westphal1-0/+3
2010-08-23net: Rename skb_has_frags to skb_has_frag_listDavid S. Miller3-3/+3
2010-08-17netfilter: {ip,ip6,arp}_tables: avoid lockdep false positiveEric Dumazet1-0/+2
2010-08-14ipv6: remove sysctl jiffies conversion on gc_elasticity and min_adv_mssMin Zhang1-2/+2
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-08-04Merge branch 'master' into for-nextJiri Kosina5-9/+18
2010-08-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller2-7/+16
2010-08-02netfilter: {ip,ip6,arp}_tables: dont block bottom half more than necessaryEric Dumazet1-4/+6
2010-07-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-5/+9
2010-07-23netfilter: ip6tables: use skb->len for accountingChangli Gao1-3/+1
2010-07-22ipv6: Don't add routes to ipv6 disabled interfaces.Brian Haley1-5/+9
2010-07-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+2
2010-07-18IPv6: fix CoA check in RH2 input handler (mip6_rthdr_input())Arnaud Ebalard1-1/+2
2010-07-12inet, inet6: make tcp_sendmsg() and tcp_sendpage() through inet_sendmsg() and inet_sendpage()Changli Gao2-4/+7
2010-07-11fix comment/printk typos concerning "already"Uwe Kleine-König1-1/+1
2010-07-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-3/+7
2010-07-05netfilter: nf_conntrack_reasm: add fast path for in-order fragmentsChangli Gao1-0/+9
2010-07-04xfrm: fix xfrm by MARK logicPeter Kosyh1-0/+2
2010-07-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller1-28/+53
2010-07-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6David S. Miller1-2/+4
2010-07-02netfilter: ip6t_REJECT: fix a dst leak in ipv6 REJECTEric Dumazet1-2/+4
2010-06-30fragment: add fast path for in-order fragmentsChangli Gao1-0/+11
2010-06-30snmp: 64bit ipstats_mib for all archesEric Dumazet2-4/+31