summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* ip6_vti: fix slab-use-after-free in decode_session6Zhengchao Shao2023-08-301-2/+2
* ipv6: adjust ndisc_is_useropt() to also return true for PIOMaciej Żenczykowski2023-08-161-1/+2
* ip6mr: Fix skb_under_panic in ip6mr_cache_report()Yue Haibing2023-08-111-1/+1
* ipv6 addrconf: fix bug where deleting a mngtmpaddr can create a new temporary...Maciej Żenczykowski2023-08-111-4/+10
* ipv6/addrconf: fix a potential refcount underflow for idevZiyang Xuan2023-08-111-2/+1
* udp6: fix udp6_ehashfn() typoEric Dumazet2023-08-111-1/+1
* treewide: Remove uninitialized_var() usageKees Cook2023-08-112-2/+2
* xfrm: Linearize the skb after offloading if needed.Sebastian Andrzej Siewior2023-06-281-0/+3
* ping6: Fix send to link-local addresses with VRF.Guillaume Nault2023-06-211-1/+2
* ipv6: Fix out-of-bounds access in ipv6_find_tlv()Gavrilov Ilia2023-05-301-0/+2
* netfilter: nftables: add nft_parse_register_load() and use itPablo Neira Ayuso2023-05-301-9/+9
* sit: update dev->needed_headroom in ipip6_tunnel_bind_dev()Cong Wang2023-05-171-3/+5
* dccp: Call inet6_destroy_sock() via sk->sk_destruct().Kuniyuki Iwashima2023-04-261-0/+1
* inet6: Remove inet6_destroy_sock() in sk->sk_prot->destroy().Kuniyuki Iwashima2023-04-264-17/+1
* tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct().Kuniyuki Iwashima2023-04-264-3/+30
* udp: Call inet6_destroy_sock() in setsockopt(IPV6_ADDRFORM).Kuniyuki Iwashima2023-04-262-12/+14
* ipv6: Fix an uninit variable access bug in __ip6_make_skb()Ziyang Xuan2023-04-201-1/+6
* net: tunnels: annotate lockless accesses to dev->needed_headroomEric Dumazet2023-03-221-2/+2
* ila: do not generate empty messages in ila_xlat_nl_cmd_get_mapping()Eric Dumazet2023-03-171-0/+1
* ipv6: Fix tcp socket connection with DSCP.Guillaume Nault2023-02-221-0/+1
* ipv6: Fix datagram socket connection with DSCP.Guillaume Nault2023-02-221-1/+1
* dccp/tcp: Avoid negative sk_forward_alloc by ipv6_pinfo.pktoptions.Kuniyuki Iwashima2023-02-221-7/+3
* ipv6: ensure sane device mtu in tunnelsEric Dumazet2023-02-063-12/+18
* ipv6: raw: Deduct extension header length in rawv6_push_pending_framesHerbert Xu2023-01-181-0/+4
* ipv6: avoid use-after-free in ip6_fragment()Eric Dumazet2022-12-141-0/+5
* tcp/udp: Fix memory leak in ipv6_renew_options().Kuniyuki Iwashima2022-12-081-0/+7
* dccp/tcp: Reset saddr on failure after inet6?_hash_connect().Kuniyuki Iwashima2022-12-081-0/+2
* xfrm: Fix ignored return value in xfrm6_init()Chen Zhongjin2022-12-081-1/+5
* ipv6: addrlabel: fix infoleak when sending struct ifaddrlblmsg to networkAlexander Potapenko2022-11-251-0/+1
* tcp/udp: Make early_demux back namespacified.Kuniyuki Iwashima2022-11-103-22/+19
* 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-251-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
* 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
* secure_seq: use the 64 bits of the siphash for port offset calculationWilly Tarreau2022-06-061-2/+2
* net: ipv6: ensure we call ipv6_mc_down() at most oncej.nixdorf@avm.de2022-05-121-2/+6
* tcp: fix race condition when creating child sockets from syncookiesRicardo Dias2022-04-271-1/+12
* net: add missing SOF_TIMESTAMPING_OPT_ID supportWillem de Bruijn2022-04-201-1/+1
* ipv6: add missing tx timestamping on IPPROTO_RAWWillem de Bruijn2022-04-201-2/+5
* 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