aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_input.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-31ipv6: coding style: comparison for inequality with NULLIan Morris1-1/+1
2014-11-23ipv6: coding style improvements (remove assignment in if statements)Ian Morris1-1/+2
2014-08-24ipv6: White-space cleansing : Line LayoutsIan Morris1-3/+3
2014-01-27net: Fix memory leak if TPROXY used with TCP early demuxHolger Eitzenberger1-1/+1
2013-08-08net: add SNMP counters tracking incoming ECN bitsEric Dumazet1-1/+5
2013-03-29ipv6: don't accept node local multicast traffic from the wireHannes Frederic Sowa1-0/+12
2013-03-08ipv6: stop multicast forwarding to process interface scoped addressesHannes Frederic Sowa1-1/+2
2013-03-01ipv[4|6]: correct dropwatch false positive in local_deliver_finishNeil Horman1-2/+4
2013-02-11ipv6: don't accept multicast traffic with scope 0Hannes Frederic Sowa1-0/+9
2013-01-13ipv6: Store Router Alert option in IP6CB directly.YOSHIFUJI Hideaki / 吉藤英明1-3/+2
2013-01-13ipv6: Make ipv6_is_mld() inline and use it from ip6_mc_input().YOSHIFUJI Hideaki / 吉藤英明1-18/+3
2012-07-30net: TCP early demux cleanupEric Dumazet1-2/+0
2012-07-26ipv6: Early TCP socket demuxEric Dumazet1-2/+11
2012-06-19inet: Sanitize inet{,6} protocol demux.David S. Miller1-6/+3
2012-05-19ipv6: bool/const conversions phase2Eric Dumazet1-4/+5
2011-12-03ipv6: Add fragment reporting to ipv6_skip_exthdr().Jesse Gross1-1/+2
2011-11-08ipv6: drop packets when source address is multicastBrian Haley1-0/+8
2011-04-22inet: constify ip headers and in6_addrEric Dumazet1-3/+3
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-25netfilter: ipv6: use NFPROTO values for NF_HOOK invocationJan Engelhardt1-2/+2
2010-02-18ipv6: drop unused "dev" arg of icmpv6_send()Alexey Dobriyan1-2/+1
2009-09-14net: constify struct inet6_protocolAlexey Dobriyan1-1/+1
2009-07-06ipv6: correct return on ipv6_rcv() packet dropMark Smith1-3/+3
2009-06-26inet: Call skb_orphan before tproxy activatesHerbert Xu1-0/+3
2009-06-03net: skb->dst accessorsEric Dumazet1-6/+6
2009-04-27snmp: add missing counters for RFC 4293Neil Horman1-3/+4
2009-03-27ipv6: Plug sk_buff leak in ipv6_rcv (net/ipv6/ip6_input.c)Jesper Nilsson1-3/+1
2009-01-27IPv6: Fix multicast routing bugs.Thomas Goff1-1/+1
2008-10-08ipv6: added net argument to IP6_INC_STATS_BHDenis V. Lunev1-11/+16
2008-07-19ipv6 netns: Make several "global" sysctl variables namespace aware.YOSHIFUJI Hideaki1-1/+1
2008-07-03ipv6: Add disable_ipv6 sysctl to disable IPv6 operaion on specific interface.YOSHIFUJI Hideaki1-1/+2
2008-06-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+9
2008-06-19ipv6: Drop packets for loopback address from outside of the box.YOSHIFUJI Hideaki1-0/+9
2008-06-11net: remove CVS keywordsAdrian Bunk1-2/+0
2008-04-11[IPV6]: Kill several warnings without CONFIG_IPV6_MROUTE.YOSHIFUJI Hideaki1-14/+12
2008-04-05[IPV6] MROUTE: Support multicast forwarding.YOSHIFUJI Hideaki1-19/+68
2008-04-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+1
2008-03-31[IPV6] MCAST: Ensure to check multicast listener(s).YOSHIFUJI Hideaki1-2/+1
2008-03-05[NETNS][IPV6] ip6_input - enable ipv6_rcv to handle several network namespaceDaniel Lezcano1-5/+0
2008-01-28[IPv6] RAW: Compact the API for the kernelPavel Emelyanov1-6/+3
2008-01-28[NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy1-2/+4
2007-10-15[IPV6]: Replace sk_buff ** with sk_buff * in input handlersHerbert Xu1-2/+2
2007-10-15[IPV6]: Uninline netfilter okfnsPatrick McHardy1-1/+1
2007-10-10[NET]: Dynamically allocate the loopback device, part 1.Daniel Lezcano1-1/+1
2007-10-10[NET]: Make packet reception network namespace safeEric W. Biederman1-0/+5
2007-05-14[IPV6]: Reverse sense of promisc tests in ip6_mc_inputCorey Mutter1-1/+1
2007-04-25[SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_network_header_lenArnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_transport_offset()Arnaldo Carvalho de Melo1-1/+1