summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-052-6/+6
|\
| * secure_seq: use the 64 bits of the siphash for port offset calculationWilly Tarreau2022-05-041-2/+2
| * mld: respect RCU rules in ip6_mc_source() and ip6_mc_msfilter()Eric Dumazet2022-04-301-4/+4
* | memcg: accounting for objects allocated for new netdeviceVasily Averin2022-05-041-4/+4
* | net: sysctl: introduce sysctl SYSCTL_THREETonghao Zhang2022-05-031-2/+1
* | net: sysctl: use shared sysctl macroTonghao Zhang2022-05-031-2/+1
* | ipv6: Don't send rs packets to the interface of ARPHRD_TUNNELjianghaoran2022-05-021-1/+2
* | ip6_gre: Make IP6GRE and IP6GRETAP devices always NETIF_F_LLTXPeilin Ye2022-05-021-21/+13
* | ipv6: refactor ip6_finish_output2()Pavel Begunkov2022-04-301-11/+13
* | ipv6: help __ip6_finish_output() inliningPavel Begunkov2022-04-301-1/+0
* | net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil2022-04-282-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-04-283-11/+18
|\|
| * tcp: make sure treq->af_specific is initializedEric Dumazet2022-04-251-1/+2
| * ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md modePeilin Ye2022-04-251-3/+4
| * ip6_gre: Make o_seqno start from 0 in native modePeilin Ye2022-04-251-6/+5
| * netfilter: Update ip6_route_me_harder to consider L3 domainMartin Willi2022-04-251-2/+8
* | net: generalize skb freeing deferral to per-cpu listsEric Dumazet2022-04-261-1/+0
* | ipv6: Use ipv6_only_sock() helper in condition.Kuniyuki Iwashima2022-04-221-1/+1
* | ipv6: Remove __ipv6_only_sock().Kuniyuki Iwashima2022-04-223-5/+5
* | net/ipv6: Enforce limits for accept_unsolicited_na sysctlArun Ajith S2022-04-221-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-04-223-13/+17
|\|
| * ipv6: make ip6_rt_gc_expire an atomic_tEric Dumazet2022-04-151-5/+6
| * ip6_gre: Fix skb_under_panic in __gre6_xmit()Peilin Ye2022-04-151-3/+6
| * ip6_gre: Avoid updating tunnel->tun_hlen in __gre6_xmit()Peilin Ye2022-04-151-2/+3
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-04-151-3/+2
| |\
| | * esp: limit skb_page_frag_refill use to a single pageSabrina Dubroca2022-04-131-3/+2
* | | net/ipv6: Introduce accept_unsolicited_na knob to implement router-side chang...Arun Ajith S2022-04-172-1/+29
* | | ipv6: fix NULL deref in ip6_rcv_core()Eric Dumazet2022-04-151-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-04-151-1/+1
|\| |
| * | ipv6: fix panic when forwarding a pkt with no in6 devNicolas Dichtel2022-04-111-1/+1
* | | net: ipv6: add skb drop reasons to ip6_protocol_deliver_rcu()Menglong Dong2022-04-131-4/+12
* | | net: ipv6: add skb drop reasons to ip6_rcv_core()Menglong Dong2022-04-131-8/+16
* | | net: ipv6: add skb drop reasons to TLV parseMenglong Dong2022-04-131-12/+24
* | | net: ipv6: remove redundant statistics in ipv6_hop_jumbo()Menglong Dong2022-04-131-8/+1
* | | net: icmp: introduce function icmpv6_param_prob_reason()Menglong Dong2022-04-131-3/+4
* | | net: ip: add skb drop reasons to ip forwardingMenglong Dong2022-04-131-3/+6
* | | net: ipv6: add skb drop reasons to ip6_pkt_drop()Menglong Dong2022-04-131-1/+5
* | | ipv6: exthdrs: use swap() instead of open coding itGuo Zhengkui2022-04-131-4/+1
* | | net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp2022-04-124-9/+7
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller2022-04-111-0/+4
|\ \ \
| * | | netfilter: nft_fib: reverse path filter for policy-based routing on iifPablo Neira Ayuso2022-04-111-0/+4
| | |/ | |/|
* | | net: icmp: add skb drop reasons to icmp protocolMenglong Dong2022-04-111-9/+15
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-04-072-2/+2
|\ \ \ | | |/ | |/|
| * | net: ipv6mr: fix unused variable warning with CONFIG_IPV6_PIMSM_V2=nFlorian Westphal2022-04-061-1/+1
| * | ipv6: Fix stats accounting in ip6_pkt_dropDavid Ahern2022-04-051-1/+1
| |/
* | net-core: rx_otherhost_dropped to core_statsJeffrey Ji2022-04-071-0/+1
* | ipv6: fix locking issues with loops over idev->addr_listNiels Dossche2022-04-061-6/+24
* | tcp: add accessors to read/set tp->snd_cwndEric Dumazet2022-04-061-1/+1
* | ip6_tunnel: Remove duplicate assignmentsHongbin Wang2022-04-061-2/+0
* | net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp2022-04-061-1/+2
|/