summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* net: fix data-races around sk->sk_forward_allocWang Liang2025-02-011-3/+1
* ipv6: avoid possible NULL deref in rt6_uncached_list_flush_dev()Eric Dumazet2025-02-011-1/+1
* ila: serialize calls to nf_register_net_hooks()Eric Dumazet2025-01-091-5/+11
* netfilter: Replace zero-length array with flexible-array memberGustavo A. R. Silva2025-01-091-2/+2
* ipv6: prevent possible UAF in ip6_xmit()Eric Dumazet2025-01-091-0/+4
* ipv6: fix possible UAF in ip6_finish_output2()Eric Dumazet2025-01-091-0/+4
* ipv6: use skb_expand_head in ip6_xmitVasily Averin2025-01-091-16/+11
* ipv6: use skb_expand_head in ip6_finish_output2Vasily Averin2025-01-091-35/+16
* net: inet6: do not leave a dangling sk pointer in inet6_create()Ignat Korchagin2024-12-141-12/+10
* net/ipv6: release expired exception dst cached in socketJiri Wiesner2024-12-141-3/+3
* ipmr: convert /proc handlers to rcu_read_lock()Eric Dumazet2024-12-141-4/+4
* net: annotate lockless accesses to sk->sk_ack_backlogEric Dumazet2024-11-081-1/+1
* netfilter: nf_tables: prevent nf_skb_duplicated corruptionEric Dumazet2024-11-081-2/+5
* netfilter: nf_reject_ipv6: fix nf_reject_ip6_tcphdr_put()Eric Dumazet2024-11-081-12/+2
* inet: inet_defrag: prevent sk release while still in useFlorian Westphal2024-11-081-1/+1
* ila: call nf_unregister_net_hooks() soonerEric Dumazet2024-09-123-4/+16
* ipv6: prevent UAF in ip6_send_skb()Eric Dumazet2024-09-041-0/+2
* ipv6: fix ndisc_is_useropt() handling for PIOMaciej Żenczykowski2024-08-191-16/+18
* ipv6: take care of scope when choosing the src addrNicolas Dichtel2024-08-191-1/+2
* ila: block BH in ila_output()Eric Dumazet2024-07-271-1/+6
* tcp: Fix data races around icsk->icsk_af_ops.Kuniyuki Iwashima2024-07-052-3/+6
* ipv6: Fix data races around sk->sk_prot.Kuniyuki Iwashima2024-07-051-2/+2
* ipv6: annotate some data-races around sk->sk_protEric Dumazet2024-07-052-8/+22
* xfrm6: check ip6_dst_idev() return value in xfrm6_get_saddr()Eric Dumazet2024-07-051-1/+7
* ipv6: prevent possible NULL dereference in rt6_probe()Eric Dumazet2024-07-051-0/+2
* ipv6: prevent possible NULL deref in fib6_nh_init()Eric Dumazet2024-07-051-1/+1
* net/ipv6: Fix the RT cache flush via sysctl using a previous delayPetr Pavlu2024-07-051-2/+2
* tcp: fix race in tcp_v6_syn_recv_sock()Eric Dumazet2024-07-051-1/+2
* ipv6: fix possible race in __fib6_drop_pcpu_from()Eric Dumazet2024-07-052-1/+6
* ipv6: sr: block BH in seg6_output_core() and seg6_input_core()Eric Dumazet2024-07-051-8/+6
* net: fix __dst_negative_advice() raceEric Dumazet2024-06-161-14/+15
* net/ipv6: Fix route deleting failure when metric equals 0xu xin2024-06-161-1/+4
* ipv6: sr: fix memleak in seg6_hmac_init_algoHangbin Liu2024-06-161-14/+28
* ipv6: sr: fix invalid unregister error pathHangbin Liu2024-06-161-0/+2
* ipv6: sr: fix incorrect unregister orderHangbin Liu2024-06-161-1/+1
* ipv6: sr: add missing seg6_local_exitHangbin Liu2024-06-161-0/+1
* ipv6: fib6_rules: avoid possible NULL dereference in fib6_rule_action()Eric Dumazet2024-05-171-1/+5
* xfrm: Preserve vlan tags for transport mode software GROPaul Davey2024-05-171-1/+5
* udp: preserve the connected status if only UDP cmsgYick Xie2024-05-021-2/+3
* ipv6: fix race condition between ipv6_get_ifaddr and ipv6_del_addrJiri Benc2024-05-021-3/+4
* ipv6: fib: hide unused 'pn' variableArnd Bergmann2024-05-021-2/+5
* erspan: make sure erspan_base_hdr is present in skb->headEric Dumazet2024-04-131-0/+3
* ipv6: Fix infinite recursion in fib6_dump_done().Kuniyuki Iwashima2024-04-131-7/+7
* ipv6: fib6_rules: flush route cache when rule is changedShiming Cheng2024-03-261-0/+6
* net/ipv6: avoid possible UAF in ip6_route_mpath_notify()Eric Dumazet2024-03-151-14/+7
* ipv6: fix potential "struct net" leak in inet6_rtm_getaddr()Eric Dumazet2024-03-061-3/+4
* ipv6: sr: fix possible use-after-free and null-ptr-derefVasiliy Kovalev2024-03-011-9/+11
* ipv6: properly combine dev_base_seq and ipv6.dev_addr_genidEric Dumazet2024-03-011-3/+18
* ipv6: Ensure natural alignment of const ipv6 loopback and router addressesHelge Deller2024-02-231-7/+14
* ip6_tunnel: fix NEXTHDR_FRAGMENT handling in ip6_tnl_parse_tlv_enc_lim()Eric Dumazet2024-01-251-13/+13