summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2010-09-28ipv6: add IPv6 to neighbour table overflow warningUlrich Weber1-1/+1
2010-09-27ipv6: add a missing unregister_pernet_subsys callNeil Horman2-3/+13
2010-09-22ip: fix truesize mismatch in ip fragmentationEric Dumazet1-5/+13
2010-09-20xfrm: Allow different selector family in temporary stateThomas Egerer1-14/+19
2010-09-09udp: add rehash on connect()Eric Dumazet2-1/+16
2010-09-08netfilter: discard overlapping IPv6 fragmentNicolas Dichtel1-65/+15
2010-09-08ipv6: discard overlapping fragmentNicolas Dichtel1-56/+15
2010-08-24netfilter: fix CONFIG_COMPAT supportFlorian Westphal1-0/+3
2010-08-18netfilter: {ip,ip6,arp}_tables: avoid lockdep false positiveEric Dumazet1-0/+2
2010-08-15ipv6: remove sysctl jiffies conversion on gc_elasticity and min_adv_mssMin Zhang1-2/+2
2010-08-05Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-1/+1
2010-08-04Merge branch 'master' into for-nextJiri Kosina5-9/+18
2010-08-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2-7/+16
2010-08-02netfilter: {ip,ip6,arp}_tables: dont block bottom half more than necessaryEric Dumazet1-4/+6
2010-07-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-5/+9
2010-07-23netfilter: ip6tables: use skb->len for accountingChangli Gao1-3/+1
2010-07-23ipv6: Don't add routes to ipv6 disabled interfaces.Brian Haley1-5/+9
2010-07-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+2
2010-07-19IPv6: fix CoA check in RH2 input handler (mip6_rthdr_input())Arnaud Ebalard1-1/+2
2010-07-13inet, inet6: make tcp_sendmsg() and tcp_sendpage() through inet_sendmsg() and...Changli Gao2-4/+7
2010-07-11fix comment/printk typos concerning "already"Uwe Kleine-König1-1/+1
2010-07-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David 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-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller1-28/+53
2010-07-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller1-2/+4
2010-07-02netfilter: ip6t_REJECT: fix a dst leak in ipv6 REJECTEric Dumazet1-2/+4
2010-07-01fragment: add fast path for in-order fragmentsChangli Gao1-0/+11
2010-07-01snmp: 64bit ipstats_mib for all archesEric Dumazet2-4/+31
2010-06-30ipv6: Use interface max_desync_factor instead of static defaultBen Hutchings1-4/+4
2010-06-30ipv6: Clamp reported valid_lft to a minimum of 0Ben Hutchings1-2/+6
2010-06-28netfilter: ipt_LOG/ip6t_LOG: add option to print decoded MAC headerPatrick McHardy1-28/+53
2010-06-28netfilter: ipt_LOG/ip6t_LOG: remove comparison within loopPatrick McHardy1-3/+3
2010-06-27syncookies: add support for ECNFlorian Westphal2-3/+4
2010-06-27syncookies: do not store rcv_wscale in tcp timestampFlorian Westphal1-1/+0
2010-06-26ipv6: remove ipv6_statisticsEric Dumazet1-2/+0
2010-06-26snmp: add align parameter to snmp_mib_init()Eric Dumazet2-8/+16
2010-06-26ipv6: fix NULL reference in proxy neighbor discoverystephen hemminger1-1/+1
2010-06-17syncookies: check decoded options against sysctl settingsFlorian Westphal1-2/+2
2010-06-16ipfrag : frag_kfree_skb() cleanupEric Dumazet1-5/+2
2010-06-16ip_frag: Remove some atomic opsEric Dumazet1-2/+1
2010-06-16ipv6: syncookies: do not skip ->iif initializationFlorian Westphal1-6/+7
2010-06-15Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy22-503/+443
2010-06-15ipv6: RCU changes in ipv6_get_mtu() and ip6_dst_hoplimit()Eric Dumazet1-8/+11
2010-06-15ipv6: avoid two atomics in ipv6_rthdr_rcv()Eric Dumazet1-6/+4
2010-06-14netfilter: defrag: kill unused work parameter of frag_kfree_skb()Shan Wei1-4/+2
2010-06-14netfilter: defrag: remove one redundant atomic opsShan Wei1-2/+1
2010-06-14netfilter: kill redundant check code in which setting ip_summed valueShan Wei1-3/+1
2010-06-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-3/+5
2010-06-11net-next: remove useless union keywordChangli Gao11-220/+214