aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_input.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+5
2017-04-17ipv6: drop non loopback packets claiming to originate from ::1Florian Westphal1-2/+5
2017-03-24net: Add sysctl to toggle early demux for tcp and udpsubashab@codeaurora.org1-2/+4
2016-06-08net: vrf: ipv6 support for local traffic to local addressesDavid Ahern1-0/+1
2016-05-20ipv6: Change "final" protocol processing for encapsulationTom Herbert1-1/+14
2016-05-20ipv6: Fix nexthdr for reinjectionTom Herbert1-3/+15
2016-05-11net: l3mdev: Add hook in ip and ipv6David Ahern1-0/+7
2016-04-27ipv6: rename IP6_UPD_PO_STATS_BH()Eric Dumazet1-2/+2
2016-04-27ipv6: rename IP6_INC_STATS_BH()Eric Dumazet1-14/+14
2016-02-16ipv4: namespacify ip_early_demux sysctl knobNikolay Borisov1-1/+1
2016-02-11ipv6: add option to drop unicast encapsulated in L2 multicastJohannes Berg1-0/+10
2015-09-17netfilter: Pass net into okfnEric W. Biederman1-3/+2
2015-09-17netfilter: Pass struct net into the netfilter hooksEric W. Biederman1-4/+4
2015-09-17ipv6: Don't recompute net in ip6_rcvEric W. Biederman1-1/+1
2015-07-26ipv6: fix crash over flow-based vxlan deviceWei-Chun Chao1-2/+3
2015-07-03ipv6: Make MLD packets to only be processed locallyAngga1-3/+3
2015-06-10Revert "ipv6: Fix protocol resubmission"David S. Miller1-5/+3
2015-06-08ipv6: Fix protocol resubmissionJosh Hunt1-3/+5
2015-04-07netfilter: Pass socket pointer down through okfn().David Miller1-5/+6
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