summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_input.c
AgeCommit message (Expand)AuthorLines
2025-07-02net: preserve MSG_ZEROCOPY with forwardingWillem de Bruijn-0/+7
2025-07-02ipv6: ip6_mc_input() and ip6_mr_input() cleanupsEric Dumazet-18/+11
2025-07-02ipv6: adopt skb_dst_dev() and skb_dst_dev_net[_rcu]() helpersEric Dumazet-2/+4
2025-02-06ipv6: Use RCU in ip6_input()Eric Dumazet-5/+9
2024-09-06net/ipv6: make use of the helper macro LIST_HEAD()Hongbo Li-4/+2
2024-03-01ipv6/addrconf: annotate data-races around devconf fields (II)Eric Dumazet-1/+1
2024-03-01ipv6: annotate data-races around cnf.disable_ipv6Eric Dumazet-2/+2
2023-09-01ipv6: ignore dst hint for multipath routesSriram Yagnaraman-1/+2
2023-03-22netfilter: keep conntrack reference until IPsecv6 policy checks are doneMadhu Koriginja-8/+6
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