summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_input.c
AgeCommit message (Expand)AuthorLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-5/+1
2019-05-05net: use indirect calls helpers at early demux stagePaolo Abeni-1/+4
2019-05-05net: use indirect calls helpers for L3 handler hooksPaolo Abeni-1/+6
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+2
2018-12-05net: use skb_list_del_init() to remove from RX sublistsEdward Cree-2/+2
2018-11-07ipv6: factor out protocol delivery helperPaolo Abeni-12/+16
2018-11-07ipv6: handling of multicast packets received in VRFMike Manning-3/+32
2018-09-19ipv6: Allow the l3mdev to be a loopbackRobert Shearman-1/+2
2018-07-06net: ipv6: listify ipv6_rcv() and ip6_rcv_finish()Edward Cree-16/+115
2018-04-17ipv6: Count interface receive statistics on the ingress netdevStephen Suryaputra-1/+1
2017-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+5
2017-04-17ipv6: drop non loopback packets claiming to originate from ::1Florian Westphal-2/+5
2017-03-24net: Add sysctl to toggle early demux for tcp and udpsubashab@codeaurora.org-2/+4
2016-06-08net: vrf: ipv6 support for local traffic to local addressesDavid Ahern-0/+1
2016-05-20ipv6: Change "final" protocol processing for encapsulationTom Herbert-1/+14
2016-05-20ipv6: Fix nexthdr for reinjectionTom Herbert-3/+15
2016-05-11net: l3mdev: Add hook in ip and ipv6David Ahern-0/+7
2016-04-27ipv6: rename IP6_UPD_PO_STATS_BH()Eric Dumazet-2/+2
2016-04-27ipv6: rename IP6_INC_STATS_BH()Eric Dumazet-14/+14
2016-02-16ipv4: namespacify ip_early_demux sysctl knobNikolay Borisov-1/+1
2016-02-11ipv6: add option to drop unicast encapsulated in L2 multicastJohannes Berg-0/+10
2015-09-17netfilter: Pass net into okfnEric W. Biederman-3/+2
2015-09-17netfilter: Pass struct net into the netfilter hooksEric W. Biederman-4/+4
2015-09-17ipv6: Don't recompute net in ip6_rcvEric W. Biederman-1/+1
2015-07-26ipv6: fix crash over flow-based vxlan deviceWei-Chun Chao-2/+3
2015-07-03ipv6: Make MLD packets to only be processed locallyAngga-3/+3
2015-06-10Revert "ipv6: Fix protocol resubmission"David S. Miller-5/+3
2015-06-08ipv6: Fix protocol resubmissionJosh Hunt-3/+5
2015-04-07netfilter: Pass socket pointer down through okfn().David Miller-5/+6
2015-03-31ipv6: coding style: comparison for inequality with NULLIan Morris-1/+1
2014-11-23ipv6: coding style improvements (remove assignment in if statements)Ian Morris-1/+2
2014-08-24ipv6: White-space cleansing : Line LayoutsIan Morris-3/+3
2014-01-27net: Fix memory leak if TPROXY used with TCP early demuxHolger Eitzenberger-1/+1
2013-08-08net: add SNMP counters tracking incoming ECN bitsEric Dumazet-1/+5
2013-03-29ipv6: don't accept node local multicast traffic from the wireHannes Frederic Sowa-0/+12
2013-03-08ipv6: stop multicast forwarding to process interface scoped addressesHannes Frederic Sowa-1/+2
2013-03-01ipv[4|6]: correct dropwatch false positive in local_deliver_finishNeil Horman-2/+4
2013-02-11ipv6: don't accept multicast traffic with scope 0Hannes Frederic Sowa-0/+9
2013-01-13ipv6: Store Router Alert option in IP6CB directly.YOSHIFUJI Hideaki / 吉藤英明-3/+2
2013-01-13ipv6: Make ipv6_is_mld() inline and use it from ip6_mc_input().YOSHIFUJI Hideaki / 吉藤英明-18/+3
2012-07-30net: TCP early demux cleanupEric Dumazet-2/+0
2012-07-26ipv6: Early TCP socket demuxEric Dumazet-2/+11
2012-06-19inet: Sanitize inet{,6} protocol demux.David S. Miller-6/+3
2012-05-19ipv6: bool/const conversions phase2Eric Dumazet-4/+5
2011-12-03ipv6: Add fragment reporting to ipv6_skip_exthdr().Jesse Gross-1/+2
2011-11-08ipv6: drop packets when source address is multicastBrian Haley-0/+8
2011-04-22inet: constify ip headers and in6_addrEric Dumazet-3/+3
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-03-25netfilter: ipv6: use NFPROTO values for NF_HOOK invocationJan Engelhardt-2/+2