summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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_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
* sit: do not call ipip6_dev_free() from sit_init_net()Eric Dumazet2021-12-221-1/+0