summaryrefslogtreecommitdiff
path: root/net/ipv6/ip6_input.c
AgeCommit message (Expand)Author
2024-03-01ipv6/addrconf: annotate data-races around devconf fields (II)Eric Dumazet
2024-03-01ipv6: annotate data-races around cnf.disable_ipv6Eric Dumazet
2023-09-01ipv6: ignore dst hint for multipath routesSriram Yagnaraman
2023-03-22netfilter: keep conntrack reference until IPsecv6 policy checks are doneMadhu Koriginja
2022-07-15tcp/udp: Make early_demux back namespacified.Kuniyuki Iwashima
2022-04-15ipv6: fix NULL deref in ip6_rcv_core()Eric Dumazet
2022-04-13net: ipv6: add skb drop reasons to ip6_protocol_deliver_rcu()Menglong Dong
2022-04-13net: ipv6: add skb drop reasons to ip6_rcv_core()Menglong Dong
2022-04-07net-core: rx_otherhost_dropped to core_statsJeffrey Ji
2022-03-03net: Postpone skb_clear_delivery_time() until knowing the skb is delivered lo...Martin KaFai Lau
2022-02-05ipv6: make mc_forwarding atomicEric Dumazet
2021-03-18ipv6: weaken the v4mapped source checkJakub Kicinski
2021-02-04ipv6: move udp declarations to net/udp.hLeon Romanovsky
2020-03-30bpf: Add socket assign supportJoe Stringer
2019-11-21ipv6: introduce and uses route look hints for list input.Paolo Abeni
2019-10-29inet: do not call sublist_rcv on empty listFlorian Westphal
2019-10-03ipv6: drop incoming packets having a v4mapped source addressEric Dumazet
2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal
2019-08-23net: ipv6: fix listify ip6_rcv_finish in case of forwardingXin Long
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-05net: use indirect calls helpers at early demux stagePaolo Abeni
2019-05-05net: use indirect calls helpers for L3 handler hooksPaolo Abeni
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-05net: use skb_list_del_init() to remove from RX sublistsEdward Cree
2018-11-07ipv6: factor out protocol delivery helperPaolo Abeni
2018-11-07ipv6: handling of multicast packets received in VRFMike Manning
2018-09-19ipv6: Allow the l3mdev to be a loopbackRobert Shearman
2018-07-06net: ipv6: listify ipv6_rcv() and ip6_rcv_finish()Edward Cree
2018-04-17ipv6: Count interface receive statistics on the ingress netdevStephen Suryaputra
2017-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-17ipv6: drop non loopback packets claiming to originate from ::1Florian Westphal
2017-03-24net: Add sysctl to toggle early demux for tcp and udpsubashab@codeaurora.org
2016-06-08net: vrf: ipv6 support for local traffic to local addressesDavid Ahern
2016-05-20ipv6: Change "final" protocol processing for encapsulationTom Herbert
2016-05-20ipv6: Fix nexthdr for reinjectionTom Herbert
2016-05-11net: l3mdev: Add hook in ip and ipv6David Ahern
2016-04-27ipv6: rename IP6_UPD_PO_STATS_BH()Eric Dumazet
2016-04-27ipv6: rename IP6_INC_STATS_BH()Eric Dumazet
2016-02-16ipv4: namespacify ip_early_demux sysctl knobNikolay Borisov
2016-02-11ipv6: add option to drop unicast encapsulated in L2 multicastJohannes Berg
2015-09-17netfilter: Pass net into okfnEric W. Biederman
2015-09-17netfilter: Pass struct net into the netfilter hooksEric W. Biederman
2015-09-17ipv6: Don't recompute net in ip6_rcvEric W. Biederman
2015-07-26ipv6: fix crash over flow-based vxlan deviceWei-Chun Chao
2015-07-03ipv6: Make MLD packets to only be processed locallyAngga
2015-06-10Revert "ipv6: Fix protocol resubmission"David S. Miller
2015-06-08ipv6: Fix protocol resubmissionJosh Hunt
2015-04-07netfilter: Pass socket pointer down through okfn().David Miller
2015-03-31ipv6: coding style: comparison for inequality with NULLIan Morris
2014-11-23ipv6: coding style improvements (remove assignment in if statements)Ian Morris