summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* syncookies: check decoded options against sysctl settingsFlorian Westphal2010-06-161-2/+2
* ipfrag : frag_kfree_skb() cleanupEric Dumazet2010-06-161-5/+2Star
* ip_frag: Remove some atomic opsEric Dumazet2010-06-161-2/+1Star
* ipv6: syncookies: do not skip ->iif initializationFlorian Westphal2010-06-161-6/+7
* Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-06-1522-503/+443Star
|\
| * ipv6: RCU changes in ipv6_get_mtu() and ip6_dst_hoplimit()Eric Dumazet2010-06-151-8/+11
| * ipv6: avoid two atomics in ipv6_rthdr_rcv()Eric Dumazet2010-06-151-6/+4Star
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-06-112-3/+5
| |\
| | * ipv6: fix ICMP6_MIB_OUTERRORSEric Dumazet2010-06-101-2/+2
| | * ipmr: dont corrupt listsEric Dumazet2010-06-071-1/+3
| * | net-next: remove useless union keywordChangli Gao2010-06-1111-220/+214Star
| * | ipv6: mcast: RCU conversionsEric Dumazet2010-06-101-96/+87Star
| * | anycast: Some RCU conversionsEric Dumazet2010-06-081-48/+42Star
| * | raw: avoid two atomics in xmitEric Dumazet2010-06-071-5/+7
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-06-074-7/+8
| |\|
| | * ip6mr: fix a typo in ip6mr_for_each_table()Eric Dumazet2010-06-071-1/+1
| | * ipv6: avoid high order allocationsEric Dumazet2010-06-051-1/+4
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-06-011-1/+1
| | |\
| | | * netfilter: xtables: stackptr should be percpuEric Dumazet2010-05-311-1/+1
| | * | net: sock_queue_err_skb() dont mess with sk_forward_allocEric Dumazet2010-06-011-4/+2Star
| * | | syncookies: update mss tablesFlorian Westphal2010-06-051-24/+15Star
| * | | syncookies: avoid unneeded tcp header flag double checkFlorian Westphal2010-06-052-2/+2
| * | | ipv6: Refactor update of IPv6 flowi destination address for srcrt (RH) optionArnaud Ebalard2010-06-028-72/+45Star
| * | | net: CONFIG_NET_NS reductionEric Dumazet2010-06-021-5/+1Star
| * | | ipv6: get rid of ipip6_prl_lockEric Dumazet2010-06-011-6/+2Star
| * | | net/ipv6/mcast.c: Remove unnecessary kmalloc castsJoe Perches2010-06-011-2/+1Star
| |/ /
* | | netfilter: defrag: kill unused work parameter of frag_kfree_skb()Shan Wei2010-06-141-4/+2Star
* | | netfilter: defrag: remove one redundant atomic opsShan Wei2010-06-141-2/+1Star
* | | netfilter: kill redundant check code in which setting ip_summed valueShan Wei2010-06-141-3/+1Star
* | | netfilter: ip6_queue: rwlock to spinlock conversionEric Dumazet2010-06-091-32/+25Star
* | | netfilter: nf_conntrack: IPS_UNTRACKED bitEric Dumazet2010-06-081-1/+1
* | | netfilter: vmalloc_node cleanupEric Dumazet2010-06-041-4/+3Star
|/ /
* | net: fix sk_forward_alloc corruptionsEric Dumazet2010-05-291-2/+4
* | IPv6: fix Mobile IPv6 regressionBrian Haley2010-05-291-1/+1
|/
* ipv6: Add GSO support on forwarding pathHerbert Xu2010-05-281-1/+1
* net: fix lock_sock_bh/unlock_sock_bhEric Dumazet2010-05-271-2/+3
* ipmr: off by one in __ipmr_fill_mroute()Dan Carpenter2010-05-261-1/+1
* ipv6: Never schedule DAD timer on dead addressHerbert Xu2010-05-191-2/+8
* ipv6: Use POSTDAD stateHerbert Xu2010-05-191-5/+24
* ipv6: Use state_lock to protect ifa stateHerbert Xu2010-05-191-4/+23
* ipv6: Replace inet6_ifaddr->dead with stateHerbert Xu2010-05-191-7/+9
* net: Remove unnecessary returns from void function()sJoe Perches2010-05-183-5/+0Star
* net: Introduce skb_tunnel_rx() helperEric Dumazet2010-05-183-16/+8Star
* ipv6: fix the bug of address checkStephen Hemminger2010-05-181-7/+8
* ipv6 addrlabel: permit deletion of labels assigned to removed devFlorian Westphal2010-05-181-4/+4
* net: Introduce sk_route_nocapsEric Dumazet2010-05-161-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-05-1314-105/+81Star
|\
| * netfilter: remove unnecessary returns from void function()sJoe Perches2010-05-131-1/+0Star
| * netfilter: cleanup printk messagesStephen Hemminger2010-05-134-10/+10
| * netfilter: change NF_ASSERT to WARN_ONStephen Hemminger2010-05-131-6/+1Star