summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_input.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* net: use indirect calls helpers at early demux stagePaolo Abeni2019-05-051-1/+4
* net: use indirect calls helpers for L3 handler hooksPaolo Abeni2019-05-051-1/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-101-2/+2
|\
| * net: use skb_list_del_init() to remove from RX sublistsEdward Cree2018-12-061-2/+2
* | ipv6: factor out protocol delivery helperPaolo Abeni2018-11-081-12/+16
* | ipv6: handling of multicast packets received in VRFMike Manning2018-11-081-3/+32
|/
* ipv6: Allow the l3mdev to be a loopbackRobert Shearman2018-09-201-1/+2
* net: ipv6: listify ipv6_rcv() and ip6_rcv_finish()Edward Cree2018-07-061-16/+115
* ipv6: Count interface receive statistics on the ingress netdevStephen Suryaputra2018-04-171-1/+1
* 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-211-1/+14
* ipv6: Fix nexthdr for reinjectionTom Herbert2016-05-211-3/+15
* net: l3mdev: Add hook in ip and ipv6David Ahern2016-05-121-0/+7
* ipv6: rename IP6_UPD_PO_STATS_BH()Eric Dumazet2016-04-281-2/+2
* ipv6: rename IP6_INC_STATS_BH()Eric Dumazet2016-04-281-14/+14
* ipv4: namespacify ip_early_demux sysctl knobNikolay Borisov2016-02-171-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-181-3/+2Star
* netfilter: Pass struct net into the netfilter hooksEric W. Biederman2015-09-181-4/+4
* ipv6: Don't recompute net in ip6_rcvEric W. Biederman2015-09-181-1/+1
* ipv6: fix crash over flow-based vxlan deviceWei-Chun Chao2015-07-271-2/+3
* ipv6: Make MLD packets to only be processed locallyAngga2015-07-031-3/+3
* Revert "ipv6: Fix protocol resubmission"David S. Miller2015-06-111-5/+3Star
* 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-241-1/+2
* ipv6: White-space cleansing : Line LayoutsIan Morris2014-08-251-3/+3
* net: Fix memory leak if TPROXY used with TCP early demuxHolger Eitzenberger2014-01-281-1/+1
* net: add SNMP counters tracking incoming ECN bitsEric Dumazet2013-08-091-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-141-3/+2Star
* ipv6: Make ipv6_is_mld() inline and use it from ip6_mc_input().YOSHIFUJI Hideaki / 吉藤英明2013-01-141-18/+3Star
* net: TCP early demux cleanupEric Dumazet2012-07-301-2/+0Star
* ipv6: Early TCP socket demuxEric Dumazet2012-07-271-2/+11
* inet: Sanitize inet{,6} protocol demux.David S. Miller2012-06-201-6/+3Star
* 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
|/