summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* net: Find dst with sk's xfrm policy not ctl_sksewookseo2022-09-231-1/+4
* ipv6: sr: fix out-of-bounds read when setting HMAC data.David Lebrun2022-09-151-0/+5
* rxrpc: Fix ICMP/ICMP6 error handlingDavid Howells2022-09-151-1/+4
* net: Fix data-races around sysctl_devconf_inherit_init_net.Kuniyuki Iwashima2022-08-311-3/+2
* net: Fix data-races around sysctl_optmem_max.Kuniyuki Iwashima2022-08-311-2/+2
* net: fix potential refcount leak in ndisc_router_discovery()Xin Xiong2022-08-251-0/+3
* ipv6: do not use RT_TOS for IPv6 flowlabelMatthias May2022-08-251-2/+1
* ipv6: add READ_ONCE(sk->sk_bound_dev_if) in INET6_MATCH()Eric Dumazet2022-08-172-4/+4
* tcp: Fix data-races around sysctl_tcp_reflect_tos.Kuniyuki Iwashima2022-08-031-2/+2
* net: mld: fix reference count leak in mld_{query | report}_work()Taehee Yoo2022-08-031-6/+8
* net: ping6: Fix memleak in ipv6_renew_options().Kuniyuki Iwashima2022-08-031-0/+6
* tcp: Fix data-races around sysctl_tcp_syncookies.Kuniyuki Iwashima2022-07-291-1/+2
* ip: Fix data-races around sysctl_ip_no_pmtu_disc.Kuniyuki Iwashima2022-07-291-1/+1
* seg6: fix skb checksum in SRv6 End.B6 and End.B6.Encaps behaviorsAndrea Mayer2022-07-211-2/+0
* seg6: fix skb checksum evaluation in SRH encapsulation/insertionAndrea Mayer2022-07-211-1/+4
* nexthop: Fix data-races around nexthop_compat_mode.Kuniyuki Iwashima2022-07-211-1/+1
* icmp: Fix data-races around sysctl_icmp_echo_enable_probe.Kuniyuki Iwashima2022-07-211-1/+1
* ipv6: fix lockdep splat in in6_dump_addrs()Eric Dumazet2022-07-071-2/+2
* ipv6/sit: fix ipip6_tunnel_get_prl return valuekatrinzhou2022-07-071-5/+3
* net: ipv6: unexport __init-annotated seg6_hmac_net_init()YueHaibing2022-07-071-1/+0
* ipv6: take care of disable_policy when restoring routesNicolas Dichtel2022-07-072-5/+8
* erspan: do not assume transport header is always setEric Dumazet2022-06-291-5/+10
* net: ipv6: unexport __init-annotated seg6_hmac_init()Masahiro Yamada2022-06-141-1/+0
* tcp: add accessors to read/set tp->snd_cwndEric Dumazet2022-06-141-1/+1
* ipv6: Don't send rs packets to the interface of ARPHRD_TUNNELjianghaoran2022-06-091-1/+2
* ipv6: fix locking issues with loops over idev->addr_listNiels Dossche2022-06-091-6/+24
* secure_seq: use the 64 bits of the siphash for port offset calculationWilly Tarreau2022-05-181-2/+2
* mld: respect RCU rules in ip6_mc_source() and ip6_mc_msfilter()Eric Dumazet2022-05-121-4/+4
* netfilter: Update ip6_route_me_harder to consider L3 domainMartin Willi2022-05-091-2/+8
* tcp: make sure treq->af_specific is initializedEric Dumazet2022-05-091-1/+2
* ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md modePeilin Ye2022-05-091-3/+4
* ip6_gre: Make o_seqno start from 0 in native modePeilin Ye2022-05-091-6/+5
* ipv6: make ip6_rt_gc_expire an atomic_tEric Dumazet2022-04-271-5/+6
* ip6_gre: Fix skb_under_panic in __gre6_xmit()Peilin Ye2022-04-271-3/+6
* ip6_gre: Avoid updating tunnel->tun_hlen in __gre6_xmit()Peilin Ye2022-04-271-2/+3
* esp: limit skb_page_frag_refill use to a single pageSabrina Dubroca2022-04-271-3/+2
* ipv6: fix panic when forwarding a pkt with no in6 devNicolas Dichtel2022-04-201-1/+1
* ipv6: Fix stats accounting in ip6_pkt_dropDavid Ahern2022-04-131-1/+1
* tcp: Don't acquire inet_listen_hashbucket::lock with disabled BH.Sebastian Andrzej Siewior2022-04-131-4/+1
* ipv6: make mc_forwarding atomicEric Dumazet2022-04-133-7/+7
* xfrm: fix tunnel model fragmentation behaviorLina Wang2022-04-081-0/+16
* net: ipv6: fix skb_over_panic in __ip6_append_dataTadeusz Struk2022-03-281-2/+2
* esp6: fix check on ipv6_skip_exthdr's return valueSabrina Dubroca2022-03-231-2/+1
* ipv6: prevent a possible race condition with lifetimesNiels Dossche2022-03-161-0/+2
* esp: Fix BEET mode inter address family tunneling on GSOSteffen Klassert2022-03-161-0/+3
* esp: Fix possible buffer overflow in ESP transformationSteffen Klassert2022-03-161-0/+5
* Revert "xfrm: xfrm_state_mtu should return at least 1280 for ipv6"Jiri Bohac2022-03-081-1/+1
* net: ipv6: ensure we call ipv6_mc_down() at most oncej.nixdorf@avm.de2022-03-081-2/+6
* xfrm: fix MTU regressionJiri Bohac2022-03-081-4/+7
* ipv6: fix skb drops in igmp6_event_query() and igmp6_event_report()Eric Dumazet2022-03-081-20/+12