aboutsummaryrefslogtreecommitdiff
path: root/net/ipv6/ip6_input.c
AgeCommit message (Expand)Author
2014-02-06net: Fix memory leak if TPROXY used with TCP early demuxHolger Eitzenberger
2013-03-29ipv6: don't accept node local multicast traffic from the wireHannes Frederic Sowa
2013-03-08ipv6: stop multicast forwarding to process interface scoped addressesHannes Frederic Sowa
2013-03-01ipv[4|6]: correct dropwatch false positive in local_deliver_finishNeil Horman
2013-02-11ipv6: don't accept multicast traffic with scope 0Hannes Frederic Sowa
2013-01-13ipv6: Store Router Alert option in IP6CB directly.YOSHIFUJI Hideaki / 吉藤英明
2013-01-13ipv6: Make ipv6_is_mld() inline and use it from ip6_mc_input().YOSHIFUJI Hideaki / 吉藤英明
2012-07-30net: TCP early demux cleanupEric Dumazet
2012-07-26ipv6: Early TCP socket demuxEric Dumazet
2012-06-19inet: Sanitize inet{,6} protocol demux.David S. Miller
2012-05-19ipv6: bool/const conversions phase2Eric Dumazet
2011-12-03ipv6: Add fragment reporting to ipv6_skip_exthdr().Jesse Gross
2011-11-08ipv6: drop packets when source address is multicastBrian Haley
2011-04-22inet: constify ip headers and in6_addrEric Dumazet
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-25netfilter: ipv6: use NFPROTO values for NF_HOOK invocationJan Engelhardt
2010-02-18ipv6: drop unused "dev" arg of icmpv6_send()Alexey Dobriyan
2009-09-14net: constify struct inet6_protocolAlexey Dobriyan
2009-07-06ipv6: correct return on ipv6_rcv() packet dropMark Smith
2009-06-26inet: Call skb_orphan before tproxy activatesHerbert Xu
2009-06-03net: skb->dst accessorsEric Dumazet
2009-04-27snmp: add missing counters for RFC 4293Neil Horman
2009-03-27ipv6: Plug sk_buff leak in ipv6_rcv (net/ipv6/ip6_input.c)Jesper Nilsson
2009-01-27IPv6: Fix multicast routing bugs.Thomas Goff
2008-10-08ipv6: added net argument to IP6_INC_STATS_BHDenis V. Lunev
2008-07-19ipv6 netns: Make several "global" sysctl variables namespace aware.YOSHIFUJI Hideaki
2008-07-03ipv6: Add disable_ipv6 sysctl to disable IPv6 operaion on specific interface.YOSHIFUJI Hideaki
2008-06-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-06-19ipv6: Drop packets for loopback address from outside of the box.YOSHIFUJI Hideaki
2008-06-11net: remove CVS keywordsAdrian Bunk
2008-04-11[IPV6]: Kill several warnings without CONFIG_IPV6_MROUTE.YOSHIFUJI Hideaki
2008-04-05[IPV6] MROUTE: Support multicast forwarding.YOSHIFUJI Hideaki
2008-04-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller
2008-03-31[IPV6] MCAST: Ensure to check multicast listener(s).YOSHIFUJI Hideaki
2008-03-05[NETNS][IPV6] ip6_input - enable ipv6_rcv to handle several network namespaceDaniel Lezcano
2008-01-28[IPv6] RAW: Compact the API for the kernelPavel Emelyanov
2008-01-28[NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy
2007-10-15[IPV6]: Replace sk_buff ** with sk_buff * in input handlersHerbert Xu
2007-10-15[IPV6]: Uninline netfilter okfnsPatrick McHardy
2007-10-10[NET]: Dynamically allocate the loopback device, part 1.Daniel Lezcano
2007-10-10[NET]: Make packet reception network namespace safeEric W. Biederman
2007-05-14[IPV6]: Reverse sense of promisc tests in ip6_mc_inputCorey Mutter
2007-04-25[SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_network_header_lenArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_transport_offset()Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_reset_transport_header(skb)Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo
2007-04-04[IPv6]: Exclude truncated packets from InHdrErrors statisticsMitsuru Chinen