aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-16syncookies: check decoded options against sysctl settingsFlorian Westphal1-2/+2
2010-06-15ipfrag : frag_kfree_skb() cleanupEric Dumazet1-5/+2
2010-06-15ip_frag: Remove some atomic opsEric Dumazet1-2/+1
2010-06-15ipv6: 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-14ipv6: RCU changes in ipv6_get_mtu() and ip6_dst_hoplimit()Eric Dumazet1-8/+11
2010-06-14ipv6: 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-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-3/+5
2010-06-10net-next: remove useless union keywordChangli Gao11-220/+214
2010-06-09ipv6: fix ICMP6_MIB_OUTERRORSEric Dumazet1-2/+2
2010-06-09ipv6: mcast: RCU conversionsEric Dumazet1-96/+87
2010-06-09netfilter: ip6_queue: rwlock to spinlock conversionEric Dumazet1-32/+25
2010-06-08netfilter: nf_conntrack: IPS_UNTRACKED bitEric Dumazet1-1/+1
2010-06-07anycast: Some RCU conversionsEric Dumazet1-48/+42
2010-06-07ipmr: dont corrupt listsEric Dumazet1-1/+3
2010-06-07raw: avoid two atomics in xmitEric Dumazet1-5/+7
2010-06-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller4-7/+8
2010-06-06ip6mr: fix a typo in ip6mr_for_each_table()Eric Dumazet1-1/+1
2010-06-05ipv6: avoid high order allocationsEric Dumazet1-1/+4
2010-06-05syncookies: update mss tablesFlorian Westphal1-24/+15
2010-06-05syncookies: avoid unneeded tcp header flag double checkFlorian Westphal2-2/+2
2010-06-04netfilter: vmalloc_node cleanupEric Dumazet1-4/+3
2010-06-02ipv6: Refactor update of IPv6 flowi destination address for srcrt (RH) optionArnaud Ebalard8-72/+45
2010-06-02net: CONFIG_NET_NS reductionEric Dumazet1-5/+1
2010-06-01ipv6: get rid of ipip6_prl_lockEric Dumazet1-6/+2
2010-06-01net/ipv6/mcast.c: Remove unnecessary kmalloc castsJoe Perches1-2/+1
2010-05-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6David S. Miller1-1/+1
2010-05-31net: sock_queue_err_skb() dont mess with sk_forward_allocEric Dumazet1-4/+2
2010-05-31netfilter: xtables: stackptr should be percpuEric Dumazet1-1/+1
2010-05-29net: fix sk_forward_alloc corruptionsEric Dumazet1-2/+4
2010-05-28IPv6: fix Mobile IPv6 regressionBrian Haley1-1/+1
2010-05-28ipv6: Add GSO support on forwarding pathHerbert Xu1-1/+1
2010-05-27net: fix lock_sock_bh/unlock_sock_bhEric Dumazet1-2/+3
2010-05-26ipmr: off by one in __ipmr_fill_mroute()Dan Carpenter1-1/+1
2010-05-18ipv6: Never schedule DAD timer on dead addressHerbert Xu1-2/+8
2010-05-18ipv6: Use POSTDAD stateHerbert Xu1-5/+24
2010-05-18ipv6: Use state_lock to protect ifa stateHerbert Xu1-4/+23
2010-05-18ipv6: Replace inet6_ifaddr->dead with stateHerbert Xu1-7/+9
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches3-5/+0
2010-05-17net: Introduce skb_tunnel_rx() helperEric Dumazet3-16/+8
2010-05-17ipv6: fix the bug of address checkStephen Hemminger1-7/+8
2010-05-17ipv6 addrlabel: permit deletion of labels assigned to removed devFlorian Westphal1-4/+4
2010-05-16net: Introduce sk_route_nocapsEric Dumazet1-2/+2
2010-05-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller14-105/+81
2010-05-13netfilter: remove unnecessary returns from void function()sJoe Perches1-1/+0
2010-05-13netfilter: cleanup printk messagesStephen Hemminger4-10/+10
2010-05-13netfilter: change NF_ASSERT to WARN_ONStephen Hemminger1-6/+1