summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2022-08-17raw: remove unused variables from raw6_icmp_error()Eric Dumazet
2022-08-17ipv6: add READ_ONCE(sk->sk_bound_dev_if) in INET6_MATCH()Eric Dumazet
2022-08-17raw: convert raw sockets to RCUEric Dumazet
2022-08-17raw: use more conventional iteratorsEric Dumazet
2022-08-03tcp: Fix data-races around sysctl_tcp_reflect_tos.Kuniyuki Iwashima
2022-08-03net: mld: fix reference count leak in mld_{query | report}_work()Taehee Yoo
2022-08-03net: ping6: Fix memleak in ipv6_renew_options().Kuniyuki Iwashima
2022-07-29tcp: Fix data-races around sysctl_tcp_syncookies.Kuniyuki Iwashima
2022-07-29tcp/udp: Make early_demux back namespacified.Kuniyuki Iwashima
2022-07-29ip: Fix data-races around sysctl_ip_no_pmtu_disc.Kuniyuki Iwashima
2022-07-22seg6: fix skb checksum in SRv6 End.B6 and End.B6.Encaps behaviorsAndrea Mayer
2022-07-22seg6: fix skb checksum evaluation in SRH encapsulation/insertionAndrea Mayer
2022-07-22nexthop: Fix data-races around nexthop_compat_mode.Kuniyuki Iwashima
2022-07-22icmp: Fix data-races around sysctl_icmp_echo_enable_probe.Kuniyuki Iwashima
2022-07-07ipv6: fix lockdep splat in in6_dump_addrs()Eric Dumazet
2022-07-07ipv6/sit: fix ipip6_tunnel_get_prl return valuekatrinzhou
2022-07-07net: ipv6: unexport __init-annotated seg6_hmac_net_init()YueHaibing
2022-07-07ipv6: take care of disable_policy when restoring routesNicolas Dichtel
2022-06-29erspan: do not assume transport header is always setEric Dumazet
2022-06-22net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp
2022-06-22ipv6: Fix signed integer overflow in __ip6_append_dataWang Yufen
2022-06-14net: seg6: fix seg6_lookup_any_nexthop() to handle VRFs using flowi_l3mdevAndrea Mayer
2022-06-14net: ipv6: unexport __init-annotated seg6_hmac_init()Masahiro Yamada
2022-06-14net: ping6: Fix ping -6 with interface nameAya Levin
2022-06-14tcp: add accessors to read/set tp->snd_cwndEric Dumazet
2022-06-09net: annotate races around sk->sk_bound_dev_ifEric Dumazet
2022-06-09ipv6: Don't send rs packets to the interface of ARPHRD_TUNNELjianghaoran
2022-06-09ipv6: fix locking issues with loops over idev->addr_listNiels Dossche
2022-05-13Revert "tcp/dccp: get rid of inet_twsk_purge()"Eric Dumazet
2022-05-04secure_seq: use the 64 bits of the siphash for port offset calculationWilly Tarreau
2022-04-30mld: respect RCU rules in ip6_mc_source() and ip6_mc_msfilter()Eric Dumazet
2022-04-25tcp: make sure treq->af_specific is initializedEric Dumazet
2022-04-25ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md modePeilin Ye
2022-04-25ip6_gre: Make o_seqno start from 0 in native modePeilin Ye
2022-04-25netfilter: Update ip6_route_me_harder to consider L3 domainMartin Willi
2022-04-15ipv6: make ip6_rt_gc_expire an atomic_tEric Dumazet
2022-04-15ip6_gre: Fix skb_under_panic in __gre6_xmit()Peilin Ye
2022-04-15ip6_gre: Avoid updating tunnel->tun_hlen in __gre6_xmit()Peilin Ye
2022-04-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2022-04-13esp: limit skb_page_frag_refill use to a single pageSabrina Dubroca
2022-04-11ipv6: fix panic when forwarding a pkt with no in6 devNicolas Dichtel
2022-04-06net: ipv6mr: fix unused variable warning with CONFIG_IPV6_PIMSM_V2=nFlorian Westphal
2022-04-05ipv6: Fix stats accounting in ip6_pkt_dropDavid Ahern
2022-03-20netfilter: nft_fib: add reduce supportFlorian Westphal
2022-03-20netfilter: nf_tables: do not reduce read-only expressionsPablo Neira Ayuso
2022-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-03-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski
2022-03-15net: Add l3mdev index to flow struct and avoid oif reset for port devicesDavid Ahern
2022-03-14esp6: fix check on ipv6_skip_exthdr's return valueSabrina Dubroca
2022-03-11net: ipv6: fix skb_over_panic in __ip6_append_dataTadeusz Struk