summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_input.c
AgeCommit message (Expand)AuthorLines
2022-07-15tcp/udp: Make early_demux back namespacified.Kuniyuki Iwashima-10/+13
2022-04-15ipv6: fix NULL deref in ip6_rcv_core()Eric Dumazet-1/+1
2022-04-13net: ipv6: add skb drop reasons to ip6_protocol_deliver_rcu()Menglong Dong-4/+12
2022-04-13net: ipv6: add skb drop reasons to ip6_rcv_core()Menglong Dong-8/+16
2022-04-07net-core: rx_otherhost_dropped to core_statsJeffrey Ji-0/+1
2022-03-03net: Postpone skb_clear_delivery_time() until knowing the skb is delivered lo...Martin KaFai Lau-0/+1
2022-02-05ipv6: make mc_forwarding atomicEric Dumazet-1/+1
2021-03-18ipv6: weaken the v4mapped source checkJakub Kicinski-10/+0
2021-02-04ipv6: move udp declarations to net/udp.hLeon Romanovsky-2/+1
2020-03-30bpf: Add socket assign supportJoe Stringer-1/+2
2019-11-21ipv6: introduce and uses route look hints for list input.Paolo Abeni-2/+24
2019-10-29inet: do not call sublist_rcv on empty listFlorian Westphal-1/+2
2019-10-03ipv6: drop incoming packets having a v4mapped source addressEric Dumazet-0/+10
2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal-1/+1
2019-08-23net: ipv6: fix listify ip6_rcv_finish in case of forwardingXin Long-1/+3
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