summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_input.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-201-2/+5
|\
| * ipv6: drop non loopback packets claiming to originate from ::1Florian Westphal2017-04-171-2/+5
* | net: Add sysctl to toggle early demux for tcp and udpsubashab@codeaurora.org2017-03-241-2/+4
|/
* net: vrf: ipv6 support for local traffic to local addressesDavid Ahern2016-06-081-0/+1
* ipv6: Change "final" protocol processing for encapsulationTom Herbert2016-05-201-1/+14
* ipv6: Fix nexthdr for reinjectionTom Herbert2016-05-201-3/+15
* net: l3mdev: Add hook in ip and ipv6David Ahern2016-05-111-0/+7
* ipv6: rename IP6_UPD_PO_STATS_BH()Eric Dumazet2016-04-271-2/+2
* ipv6: rename IP6_INC_STATS_BH()Eric Dumazet2016-04-271-14/+14
* ipv4: namespacify ip_early_demux sysctl knobNikolay Borisov2016-02-161-1/+1
* ipv6: add option to drop unicast encapsulated in L2 multicastJohannes Berg2016-02-111-0/+10
* netfilter: Pass net into okfnEric W. Biederman2015-09-171-3/+2
* netfilter: Pass struct net into the netfilter hooksEric W. Biederman2015-09-171-4/+4
* ipv6: Don't recompute net in ip6_rcvEric W. Biederman2015-09-171-1/+1
* ipv6: fix crash over flow-based vxlan deviceWei-Chun Chao2015-07-261-2/+3
* ipv6: Make MLD packets to only be processed locallyAngga2015-07-031-3/+3
* Revert "ipv6: Fix protocol resubmission"David S. Miller2015-06-101-5/+3
* ipv6: Fix protocol resubmissionJosh Hunt2015-06-081-3/+5
* netfilter: Pass socket pointer down through okfn().David Miller2015-04-071-5/+6
* ipv6: coding style: comparison for inequality with NULLIan Morris2015-03-311-1/+1
* ipv6: coding style improvements (remove assignment in if statements)Ian Morris2014-11-231-1/+2
* ipv6: White-space cleansing : Line LayoutsIan Morris2014-08-241-3/+3
* net: Fix memory leak if TPROXY used with TCP early demuxHolger Eitzenberger2014-01-271-1/+1
* net: add SNMP counters tracking incoming ECN bitsEric Dumazet2013-08-081-1/+5
* ipv6: don't accept node local multicast traffic from the wireHannes Frederic Sowa2013-03-291-0/+12
* ipv6: stop multicast forwarding to process interface scoped addressesHannes Frederic Sowa2013-03-081-1/+2
* ipv[4|6]: correct dropwatch false positive in local_deliver_finishNeil Horman2013-03-011-2/+4
* ipv6: don't accept multicast traffic with scope 0Hannes Frederic Sowa2013-02-111-0/+9
* ipv6: Store Router Alert option in IP6CB directly.YOSHIFUJI Hideaki / 吉藤英明2013-01-131-3/+2
* ipv6: Make ipv6_is_mld() inline and use it from ip6_mc_input().YOSHIFUJI Hideaki / 吉藤英明2013-01-131-18/+3
* net: TCP early demux cleanupEric Dumazet2012-07-301-2/+0
* ipv6: Early TCP socket demuxEric Dumazet2012-07-261-2/+11
* inet: Sanitize inet{,6} protocol demux.David S. Miller2012-06-191-6/+3
* ipv6: bool/const conversions phase2Eric Dumazet2012-05-191-4/+5
* ipv6: Add fragment reporting to ipv6_skip_exthdr().Jesse Gross2011-12-031-1/+2
* ipv6: drop packets when source address is multicastBrian Haley2011-11-081-0/+8
* inet: constify ip headers and in6_addrEric Dumazet2011-04-221-3/+3
* Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-04-201-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | netfilter: ipv6: use NFPROTO values for NF_HOOK invocationJan Engelhardt2010-03-251-2/+2
|/
* ipv6: drop unused "dev" arg of icmpv6_send()Alexey Dobriyan2010-02-181-2/+1
* net: constify struct inet6_protocolAlexey Dobriyan2009-09-141-1/+1
* ipv6: correct return on ipv6_rcv() packet dropMark Smith2009-07-061-3/+3
* inet: Call skb_orphan before tproxy activatesHerbert Xu2009-06-261-0/+3
* net: skb->dst accessorsEric Dumazet2009-06-031-6/+6
* snmp: add missing counters for RFC 4293Neil Horman2009-04-271-3/+4
* ipv6: Plug sk_buff leak in ipv6_rcv (net/ipv6/ip6_input.c)Jesper Nilsson2009-03-271-3/+1
* IPv6: Fix multicast routing bugs.Thomas Goff2009-01-271-1/+1
* ipv6: added net argument to IP6_INC_STATS_BHDenis V. Lunev2008-10-081-11/+16
* ipv6 netns: Make several "global" sysctl variables namespace aware.YOSHIFUJI Hideaki2008-07-191-1/+1