summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2010-07-22ipv6: Don't add routes to ipv6 disabled interfaces.Brian Haley
2010-07-18IPv6: fix CoA check in RH2 input handler (mip6_rthdr_input())Arnaud Ebalard
2010-07-04xfrm: fix xfrm by MARK logicPeter Kosyh
2010-07-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2010-07-02netfilter: ip6t_REJECT: fix a dst leak in ipv6 REJECTEric Dumazet
2010-06-25ipv6: fix NULL reference in proxy neighbor discoverystephen hemminger
2010-06-09ipv6: fix ICMP6_MIB_OUTERRORSEric Dumazet
2010-06-07ipmr: dont corrupt listsEric Dumazet
2010-06-06ip6mr: fix a typo in ip6mr_for_each_table()Eric Dumazet
2010-06-05ipv6: avoid high order allocationsEric Dumazet
2010-05-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2010-05-31net: sock_queue_err_skb() dont mess with sk_forward_allocEric Dumazet
2010-05-31netfilter: xtables: stackptr should be percpuEric Dumazet
2010-05-29net: fix sk_forward_alloc corruptionsEric Dumazet
2010-05-28IPv6: fix Mobile IPv6 regressionBrian Haley
2010-05-28ipv6: Add GSO support on forwarding pathHerbert Xu
2010-05-27net: fix lock_sock_bh/unlock_sock_bhEric Dumazet
2010-05-26ipmr: off by one in __ipmr_fill_mroute()Dan Carpenter
2010-05-18ipv6: Never schedule DAD timer on dead addressHerbert Xu
2010-05-18ipv6: Use POSTDAD stateHerbert Xu
2010-05-18ipv6: Use state_lock to protect ifa stateHerbert Xu
2010-05-18ipv6: Replace inet6_ifaddr->dead with stateHerbert Xu
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches
2010-05-17net: Introduce skb_tunnel_rx() helperEric Dumazet
2010-05-17ipv6: fix the bug of address checkStephen Hemminger
2010-05-17ipv6 addrlabel: permit deletion of labels assigned to removed devFlorian Westphal
2010-05-16net: Introduce sk_route_nocapsEric Dumazet
2010-05-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2010-05-13netfilter: remove unnecessary returns from void function()sJoe Perches
2010-05-13netfilter: cleanup printk messagesStephen Hemminger
2010-05-13netfilter: change NF_ASSERT to WARN_ONStephen Hemminger
2010-05-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2010-05-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-05-11Merge branch 'master' of git://dev.medozas.de/linuxPatrick McHardy
2010-05-11netfilter: xtables: combine built-in extension structsJan Engelhardt
2010-05-11netfilter: xtables: change hotdrop pointer to direct modificationJan Engelhardt
2010-05-11netfilter: xtables: deconstify struct xt_action_param for matchesJan Engelhardt
2010-05-11netfilter: xtables: substitute temporary defines by final nameJan Engelhardt
2010-05-11netfilter: xtables: combine struct xt_match_param and xt_target_paramJan Engelhardt
2010-05-11ipv6: ip6mr: add support for dumping routing tables over netlinkPatrick McHardy
2010-05-11ipv6: ip6mr: support multiple tablesPatrick McHardy
2010-05-11ipv6: ip6mr: move mroute data into seperate structurePatrick McHardy
2010-05-11ipv6: ip6mr: convert struct mfc_cache to struct list_headPatrick McHardy
2010-05-11ipv6: ip6mr: remove net pointer from struct mfc6_cachePatrick McHardy
2010-05-11ipv6: ip6mr: move unres_queue and timer to per-namespace dataPatrick McHardy
2010-05-10Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy
2010-05-06ipv6: udp: make short packet logging consistent with ipv4Bjørn Mork
2010-05-05IPv6: fix IPV6_RECVERR handling of locally-generated errorsBrian Haley
2010-05-03ipv6: Fix default multicast hops setting.David S. Miller
2010-05-03net: rcu fixesEric Dumazet