aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-05-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/ipmr-2.6David S. Miller3-265/+683
2010-05-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-3/+7
2010-05-11Merge branch 'master' of git://dev.medozas.de/linuxPatrick McHardy10-88/+70
2010-05-11netfilter: xtables: combine built-in extension structsJan Engelhardt1-34/+30
2010-05-11netfilter: xtables: change hotdrop pointer to direct modificationJan Engelhardt7-17/+16
2010-05-11netfilter: xtables: deconstify struct xt_action_param for matchesJan Engelhardt8-11/+8
2010-05-11netfilter: xtables: substitute temporary defines by final nameJan Engelhardt10-11/+14
2010-05-11netfilter: xtables: combine struct xt_match_param and xt_target_paramJan Engelhardt1-14/+13
2010-05-11ipv6: ip6mr: add support for dumping routing tables over netlinkPatrick McHardy1-7/+89
2010-05-11ipv6: ip6mr: support multiple tablesPatrick McHardy3-67/+377
2010-05-11ipv6: ip6mr: move mroute data into seperate structurePatrick McHardy1-176/+214
2010-05-11ipv6: ip6mr: convert struct mfc_cache to struct list_headPatrick McHardy1-65/+62
2010-05-11ipv6: ip6mr: remove net pointer from struct mfc6_cachePatrick McHardy1-32/+31
2010-05-11ipv6: ip6mr: move unres_queue and timer to per-namespace dataPatrick McHardy1-41/+33
2010-05-10Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy15-146/+312
2010-05-06ipv6: udp: make short packet logging consistent with ipv4Bjørn Mork1-3/+8
2010-05-05IPv6: fix IPV6_RECVERR handling of locally-generated errorsBrian Haley1-2/+6
2010-05-03ipv6: Fix default multicast hops setting.David S. Miller1-1/+1
2010-05-03net: rcu fixesEric Dumazet1-8/+8
2010-05-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-10/+5
2010-05-02netfilter: xtables: dissolve do_match functionJan Engelhardt1-17/+5
2010-04-30ipv6: cleanup: remove unneeded null checkDan Carpenter1-2/+1
2010-04-28net: ip_queue_rcv_skb() helperEric Dumazet2-2/+2
2010-04-28net: speedup udp receive pathEric Dumazet1-2/+2
2010-04-28Revert "tcp: bind() fix when many ports are bound"David S. Miller1-10/+5
2010-04-27net: sk_add_backlog() take rmem_alloc into accountEric Dumazet1-0/+8
2010-04-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/ipmr-2.6David S. Miller1-2/+2
2010-04-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller4-8/+13
2010-04-26net: rtnetlink: decouple rtnetlink address families from real address familiesPatrick McHardy1-1/+1
2010-04-26net: fib_rules: mark arguments to fib_rules_register const and __net_initdataPatrick McHardy1-1/+1
2010-04-25ipv6: Fix inet6_csk_bind_conflict()Eric Dumazet1-1/+1
2010-04-23Merge branch 'net-next-2.6_20100423a/br/br_multicast_v3' of git://git.linux-ipv6.org/gitroot/yoshfuji/linux-2.6-nextDavid S. Miller1-95/+40
2010-04-23IPv6: Complete IPV6_DONTFRAG supportBrian Haley5-8/+112
2010-04-23IPv6: Add dontfrag argument to relevant functionsBrian Haley7-10/+42
2010-04-23IPv6: data structure changes for new socket optionsBrian Haley1-0/+46
2010-04-23ipv6 mcast: Introduce include/net/mld.h for MLD definitions.YOSHIFUJI Hideaki1-95/+40
2010-04-22tcp: bind() fix when many ports are boundEric Dumazet1-5/+10