summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet2022-10-262-6/+9
* netfilter: nft_fib: Fix for rpath check with VRF devicesPhil Sutter2022-10-261-1/+5
* ipv6: sr: fix out-of-bounds read when setting HMAC data.David Lebrun2022-09-151-0/+5
* net: ping6: Fix memleak in ipv6_renew_options().Kuniyuki Iwashima2022-08-111-0/+6
* 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
* esp: limit skb_page_frag_refill use to a single pageSabrina Dubroca2022-07-121-3/+2
* ipv6/sit: fix ipip6_tunnel_get_prl return valuekatrinzhou2022-07-071-5/+3
* sit: use minkernel test robot2022-07-071-1/+1
* net: ipv6: unexport __init-annotated seg6_hmac_net_init()YueHaibing2022-07-071-1/+0
* erspan: do not assume transport header is always setEric Dumazet2022-07-021-5/+10
* net: ipv6: unexport __init-annotated seg6_hmac_init()Masahiro Yamada2022-06-141-1/+0
* ipv6: Don't send rs packets to the interface of ARPHRD_TUNNELjianghaoran2022-06-141-1/+2
* ipv6: fix locking issues with loops over idev->addr_listNiels Dossche2022-06-141-6/+24
* secure_seq: use the 64 bits of the siphash for port offset calculationWilly Tarreau2022-06-061-2/+2
* tcp: make sure treq->af_specific is initializedEric Dumazet2022-05-122-1/+2
* ip6_gre: Avoid updating tunnel->tun_hlen in __gre6_xmit()Peilin Ye2022-05-121-2/+3
* tcp: fix race condition when creating child sockets from syncookiesRicardo Dias2022-04-271-1/+12
* ipv6: fix panic when forwarding a pkt with no in6 devNicolas Dichtel2022-04-201-1/+1
* net: add missing SOF_TIMESTAMPING_OPT_ID supportWillem de Bruijn2022-04-151-1/+1
* xfrm: fix tunnel model fragmentation behaviorLina Wang2022-04-151-0/+16
* esp: Fix possible buffer overflow in ESP transformationSteffen Klassert2022-03-281-0/+5
* net: ipv6: fix skb_over_panic in __ip6_append_dataTadeusz Struk2022-03-281-2/+2
* xfrm: fix MTU regressionJiri Bohac2022-03-081-4/+7
* gso: do not skip outer ip header in case of ipip and net_failoverTao Liu2022-03-021-0/+2
* ipmr,ip6mr: acquire RTNL before calling ip[6]mr_free_table() on failure pathEric Dumazet2022-02-161-0/+2
* ipv6: annotate accesses to fn->fn_sernumEric Dumazet2022-02-082-11/+14
* ipv6_tunnel: Rate limit warning messagesIdo Schimmel2022-02-081-4/+4
* ip6_vti: initialize __ip6_tnl_parm struct in vti6_siocdevprivateWilliam Zhao2022-01-111-0/+2
* ipv6: Do cleanup if attribute validation fails in multipath routeDavid Ahern2022-01-111-5/+3
* ipv6: Continue processing multipath route even if gateway attribute is invalidDavid Ahern2022-01-111-2/+5
* ipv6: Check attribute length for RTA_GATEWAY when deleting multipath routeDavid Ahern2022-01-111-1/+5
* ipv6: Check attribute length for RTA_GATEWAY in multipath routeDavid Ahern2022-01-111-1/+20
* udp: using datalen to cap ipv6 udp max gso segmentsCoco Li2022-01-051-1/+1
* sit: do not call ipip6_dev_free() from sit_init_net()Eric Dumazet2021-12-221-1/+0
* seg6: fix the iif in the IPv6 socket control blockAndrea Mayer2021-12-141-0/+8
* ipv6: fix typos in __ip6_finish_output()Eric Dumazet2021-12-011-1/+1
* gre/sit: Don't generate link-local addr if addr_gen_mode is IN6_ADDR_GEN_MODE...Stephen Suryaputra2021-11-261-0/+3
* ipv6: make exception cache less predictibleEric Dumazet2021-11-021-1/+4
* ipv6: use siphash in rt6_exception_hash()Eric Dumazet2021-11-021-6/+14
* netfilter: ip6_tables: zero-initialize fragment offsetJeremy Sowden2021-10-171-0/+1
* net: udp: annotate data race around udp_sk(sk)->corkflagEric Dumazet2021-10-061-1/+1
* netfilter: socket: icmp6: fix use-after-scopeBenjamin Hesmans2021-09-221-3/+1
* ipv6: fix 'disable_policy' for fwd packetsNicolas Dichtel2021-07-281-1/+3
* udp: annotate data races around unix_sk(sk)->gso_sizeEric Dumazet2021-07-281-1/+1
* ipv6: tcp: drop silly ICMPv6 packet too big messagesEric Dumazet2021-07-281-2/+17
* tcp: annotate data races around tp->mtu_infoEric Dumazet2021-07-281-2/+2
* net: send SYNACK packet with accepted fwmarkAlexander Ovechkin2021-07-281-1/+2
* net: ipv6: fix return value of ip6_skb_dst_mtuVadim Fedorenko2021-07-281-1/+1
* net: ip: avoid OOM kills with large UDP sends over loopbackJakub Kicinski2021-07-201-15/+17