aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_input.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-01ipv6/addrconf: annotate data-races around devconf fields (II)Eric Dumazet1-1/+1
2024-03-01ipv6: annotate data-races around cnf.disable_ipv6Eric Dumazet1-2/+2
2023-09-01ipv6: ignore dst hint for multipath routesSriram Yagnaraman1-1/+2
2023-03-22netfilter: keep conntrack reference until IPsecv6 policy checks are doneMadhu Koriginja1-8/+6
2022-07-15tcp/udp: Make early_demux back namespacified.Kuniyuki Iwashima1-10/+13
2022-04-15ipv6: fix NULL deref in ip6_rcv_core()Eric Dumazet1-1/+1
2022-04-13net: ipv6: add skb drop reasons to ip6_protocol_deliver_rcu()Menglong Dong1-4/+12
2022-04-13net: ipv6: add skb drop reasons to ip6_rcv_core()Menglong Dong1-8/+16
2022-04-07net-core: rx_otherhost_dropped to core_statsJeffrey Ji1-0/+1
2022-03-03net: Postpone skb_clear_delivery_time() until knowing the skb is delivered lo...Martin KaFai Lau1-0/+1
2022-02-05ipv6: make mc_forwarding atomicEric Dumazet1-1/+1
2021-03-18ipv6: weaken the v4mapped source checkJakub Kicinski1-10/+0
2021-02-04ipv6: move udp declarations to net/udp.hLeon Romanovsky1-2/+1
2020-03-30bpf: Add socket assign supportJoe Stringer1-1/+2
2019-11-21ipv6: introduce and uses route look hints for list input.Paolo Abeni1-2/+24
2019-10-29inet: do not call sublist_rcv on empty listFlorian Westphal1-1/+2
2019-10-03ipv6: drop incoming packets having a v4mapped source addressEric Dumazet1-0/+10
2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal1-1/+1
2019-08-23net: ipv6: fix listify ip6_rcv_finish in case of forwardingXin Long1-1/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-05net: use indirect calls helpers at early demux stagePaolo Abeni1-1/+4
2019-05-05net: use indirect calls helpers for L3 handler hooksPaolo Abeni1-1/+6
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2018-12-05net: use skb_list_del_init() to remove from RX sublistsEdward Cree1-2/+2
2018-11-07ipv6: factor out protocol delivery helperPaolo Abeni1-12/+16
2018-11-07ipv6: handling of multicast packets received in VRFMike Manning1-3/+32
2018-09-19ipv6: Allow the l3mdev to be a loopbackRobert Shearman1-1/+2
2018-07-06net: ipv6: listify ipv6_rcv() and ip6_rcv_finish()Edward Cree1-16/+115
2018-04-17ipv6: Count interface receive statistics on the ingress netdevStephen Suryaputra1-1/+1
2017-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+5
2017-04-17ipv6: drop non loopback packets claiming to originate from ::1Florian Westphal1-2/+5
2017-03-24net: Add sysctl to toggle early demux for tcp and udpsubashab@codeaurora.org1-2/+4
2016-06-08net: vrf: ipv6 support for local traffic to local addressesDavid Ahern1-0/+1
2016-05-20ipv6: Change "final" protocol processing for encapsulationTom Herbert1-1/+14
2016-05-20ipv6: Fix nexthdr for reinjectionTom Herbert1-3/+15
2016-05-11net: l3mdev: Add hook in ip and ipv6David Ahern1-0/+7
2016-04-27ipv6: rename IP6_UPD_PO_STATS_BH()Eric Dumazet1-2/+2
2016-04-27ipv6: rename IP6_INC_STATS_BH()Eric Dumazet1-14/+14
2016-02-16ipv4: namespacify ip_early_demux sysctl knobNikolay Borisov1-1/+1
2016-02-11ipv6: add option to drop unicast encapsulated in L2 multicastJohannes Berg1-0/+10
2015-09-17netfilter: Pass net into okfnEric W. Biederman1-3/+2
2015-09-17netfilter: Pass struct net into the netfilter hooksEric W. Biederman1-4/+4
2015-09-17ipv6: Don't recompute net in ip6_rcvEric W. Biederman1-1/+1
2015-07-26ipv6: fix crash over flow-based vxlan deviceWei-Chun Chao1-2/+3
2015-07-03ipv6: Make MLD packets to only be processed locallyAngga1-3/+3
2015-06-10Revert "ipv6: Fix protocol resubmission"David S. Miller1-5/+3
2015-06-08ipv6: Fix protocol resubmissionJosh Hunt1-3/+5
2015-04-07netfilter: Pass socket pointer down through okfn().David Miller1-5/+6
2015-03-31ipv6: coding style: comparison for inequality with NULLIan Morris1-1/+1
2014-11-23ipv6: coding style improvements (remove assignment in if statements)Ian Morris1-1/+2
2014-08-24ipv6: White-space cleansing : Line LayoutsIan Morris1-3/+3
2014-01-27net: Fix memory leak if TPROXY used with TCP early demuxHolger Eitzenberger1-1/+1
2013-08-08net: add SNMP counters tracking incoming ECN bitsEric Dumazet1-1/+5
2013-03-29ipv6: don't accept node local multicast traffic from the wireHannes Frederic Sowa1-0/+12
2013-03-08ipv6: stop multicast forwarding to process interface scoped addressesHannes Frederic Sowa1-1/+2
2013-03-01ipv[4|6]: correct dropwatch false positive in local_deliver_finishNeil Horman1-2/+4
2013-02-11ipv6: don't accept multicast traffic with scope 0Hannes Frederic Sowa1-0/+9
2013-01-13ipv6: Store Router Alert option in IP6CB directly.YOSHIFUJI Hideaki / 吉藤英明1-3/+2
2013-01-13ipv6: Make ipv6_is_mld() inline and use it from ip6_mc_input().YOSHIFUJI Hideaki / 吉藤英明1-18/+3
2012-07-30net: TCP early demux cleanupEric Dumazet1-2/+0
2012-07-26ipv6: Early TCP socket demuxEric Dumazet1-2/+11
2012-06-19inet: Sanitize inet{,6} protocol demux.David S. Miller1-6/+3
2012-05-19ipv6: bool/const conversions phase2Eric Dumazet1-4/+5
2011-12-03ipv6: Add fragment reporting to ipv6_skip_exthdr().Jesse Gross1-1/+2
2011-11-08ipv6: drop packets when source address is multicastBrian Haley1-0/+8
2011-04-22inet: constify ip headers and in6_addrEric Dumazet1-3/+3
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-25netfilter: ipv6: use NFPROTO values for NF_HOOK invocationJan Engelhardt1-2/+2
2010-02-18ipv6: drop unused "dev" arg of icmpv6_send()Alexey Dobriyan1-2/+1
2009-09-14net: constify struct inet6_protocolAlexey Dobriyan1-1/+1
2009-07-06ipv6: correct return on ipv6_rcv() packet dropMark Smith1-3/+3
2009-06-26inet: Call skb_orphan before tproxy activatesHerbert Xu1-0/+3
2009-06-03net: skb->dst accessorsEric Dumazet1-6/+6
2009-04-27snmp: add missing counters for RFC 4293Neil Horman1-3/+4
2009-03-27ipv6: Plug sk_buff leak in ipv6_rcv (net/ipv6/ip6_input.c)Jesper Nilsson1-3/+1
2009-01-27IPv6: Fix multicast routing bugs.Thomas Goff1-1/+1
2008-10-08ipv6: added net argument to IP6_INC_STATS_BHDenis V. Lunev1-11/+16
2008-07-19ipv6 netns: Make several "global" sysctl variables namespace aware.YOSHIFUJI Hideaki1-1/+1
2008-07-03ipv6: Add disable_ipv6 sysctl to disable IPv6 operaion on specific interface.YOSHIFUJI Hideaki1-1/+2
2008-06-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+9
2008-06-19ipv6: Drop packets for loopback address from outside of the box.YOSHIFUJI Hideaki1-0/+9
2008-06-11net: remove CVS keywordsAdrian Bunk1-2/+0
2008-04-11[IPV6]: Kill several warnings without CONFIG_IPV6_MROUTE.YOSHIFUJI Hideaki1-14/+12
2008-04-05[IPV6] MROUTE: Support multicast forwarding.YOSHIFUJI Hideaki1-19/+68
2008-04-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller1-2/+1
2008-03-31[IPV6] MCAST: Ensure to check multicast listener(s).YOSHIFUJI Hideaki1-2/+1
2008-03-05[NETNS][IPV6] ip6_input - enable ipv6_rcv to handle several network namespaceDaniel Lezcano1-5/+0
2008-01-28[IPv6] RAW: Compact the API for the kernelPavel Emelyanov1-6/+3
2008-01-28[NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy1-2/+4
2007-10-15[IPV6]: Replace sk_buff ** with sk_buff * in input handlersHerbert Xu1-2/+2
2007-10-15[IPV6]: Uninline netfilter okfnsPatrick McHardy1-1/+1
2007-10-10[NET]: Dynamically allocate the loopback device, part 1.Daniel Lezcano1-1/+1
2007-10-10[NET]: Make packet reception network namespace safeEric W. Biederman1-0/+5
2007-05-14[IPV6]: Reverse sense of promisc tests in ip6_mc_inputCorey Mutter1-1/+1
2007-04-25[SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_network_header_lenArnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_transport_offset()Arnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_reset_transport_header(skb)Arnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo1-4/+4
2007-04-25[SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo1-2/+2
2007-04-04[IPv6]: Exclude truncated packets from InHdrErrors statisticsMitsuru Chinen1-4/+4
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-10[NET] IPV6: Fix whitespace errors.YOSHIFUJI Hideaki1-9/+9
2006-12-02[IPV6]: Per-interface statistics support.YOSHIFUJI Hideaki1-13/+27
2006-12-02[IPV6]: Introduce ip6_dst_idev() to get inet6_dev{} stored in dst_entry{}.YOSHIFUJI Hideaki1-1/+1
2006-09-22[IPV6]: Allow to replace skbuff by TLV parser.Masahide NAKAMURA1-1/+1
2006-07-24[IPV6]: Clean skb cb on IPv6 input.Guillaume Chazarain1-0/+2
2006-06-30[IPV6]: Remove redundant length check on inputHerbert Xu1-6/+1
2006-04-18[IPV6]: Clean up hop-by-hop options handler.YOSHIFUJI Hideaki1-2/+1
2006-01-07[IPV4/6]: Netfilter IPsec input hooksPatrick McHardy1-1/+1
2006-01-07[IPV6]: Move nextheader offset to the IP6CBPatrick McHardy1-15/+6
2005-11-09[NETFILTER]: Add nf_conntrack subsystem.Yasuyuki Kozakai1-0/+5
2005-08-29[IPV4/6]: Check if packet was actually delivered to a raw socket to decide wh...Patrick McHardy1-2/+2
2005-08-29[NET]: Kill skb->real_devDavid S. Miller1-1/+1
2005-08-16[IPV6]: Fix SKB leak in ip6_input_finish()Patrick McHardy1-4/+5
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+269