summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2024-06-27seg6: fix parameter passing when calling NF_HOOK() in End.DX4 and End.DX6 beh...Jianguo Wu
2024-06-27xfrm6: check ip6_dst_idev() return value in xfrm6_get_saddr()Eric Dumazet
2024-06-27ipv6: prevent possible NULL dereference in rt6_probe()Eric Dumazet
2024-06-27ipv6: prevent possible NULL deref in fib6_nh_init()Eric Dumazet
2024-06-21net/ipv6: Fix the RT cache flush via sysctl using a previous delayPetr Pavlu
2024-06-21tcp: fix race in tcp_v6_syn_recv_sock()Eric Dumazet
2024-06-21ipv6: fix possible race in __fib6_drop_pcpu_from()Eric Dumazet
2024-06-21ipv6: sr: block BH in seg6_output_core() and seg6_input_core()Eric Dumazet
2024-06-21ipv6: ioam: block BH from ioam6_output()Eric Dumazet
2024-06-16net/ipv6: Fix route deleting failure when metric equals 0xu xin
2024-06-12net: fix __dst_negative_advice() raceEric Dumazet
2024-06-12ipv6: introduce dst_rt6_info() helperEric Dumazet
2024-06-12ipv6: sr: fix memleak in seg6_hmac_init_algoHangbin Liu
2024-06-12ipv6: sr: fix missing sk_buff release in seg6_input_coreAndrea Mayer
2024-05-30ipv6: sr: fix invalid unregister error pathHangbin Liu
2024-05-30ipv6: sr: fix incorrect unregister orderHangbin Liu
2024-05-30ipv6: sr: add missing seg6_local_exitHangbin Liu
2024-05-30net: ipv6: fix wrong start position when receive hop-by-hop fragmentgaoxingwang
2024-05-30udp: Avoid call to compute_score on multiple sitesGabriel Krisman Bertazi
2024-05-08ipv6: prevent NULL dereference in ip6_output()Eric Dumazet
2024-05-08ipv6: fib6_rules: avoid possible NULL dereference in fib6_rule_action()Eric Dumazet
2024-05-08ipv6: Fix potential uninit-value access in __ip6_make_skb()Shigeru Yoshida
2024-05-03Merge tag 'ipsec-2024-05-02' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2024-05-02net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...Richard Gobert
2024-04-26xfrm: Preserve vlan tags for transport mode software GROPaul Davey
2024-04-19udp: preserve the connected status if only UDP cmsgYick Xie
2024-04-10netfilter: complete validation of user inputEric Dumazet
2024-04-09ipv6: fix race condition between ipv6_get_ifaddr and ipv6_del_addrJiri Benc
2024-04-09ipv6: fib: hide unused 'pn' variableArnd Bergmann
2024-04-04netfilter: validate user input for expected lengthEric Dumazet
2024-04-02ipv6: Fix infinite recursion in fib6_dump_done().Kuniyuki Iwashima
2024-03-29erspan: make sure erspan_base_hdr is present in skb->headEric Dumazet
2024-03-29udp: do not transition UDP GRO fraglist partial checksums to unnecessaryAntoine Tenart
2024-03-29udp: do not accept non-tunnel GSO skbs landing in a tunnelAntoine Tenart
2024-03-28inet: inet_defrag: prevent sk release while still in useFlorian Westphal
2024-03-22ipv6: Fix address dump when IPv6 is disabled on an interfaceIdo Schimmel
2024-03-21Merge tag 'net-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2024-03-19Merge tag 'ipsec-2024-03-19' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2024-03-19tcp: Clear req->syncookie in reqsk_alloc().Kuniyuki Iwashima
2024-03-18Revert "net: Re-use and set mono_delivery_time bit for userspace tstamp packets"Abhishek Chauhan
2024-03-18net: esp: fix bad handling of pages from page_poolDragos Tatulea
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-03-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-03-11net: ipv6: exthdrs: get rid of ipv6_skb_net()Justin Iurman
2024-03-11udp: no longer touch sk->sk_refcnt in early demuxEric Dumazet
2024-03-08ipv6: raw: check sk->sk_rcvbuf earlierEric Dumazet
2024-03-08ipv6: remove RTNL protection from inet6_dump_addr()Eric Dumazet
2024-03-08ipv6: use xa_array iterator to implement inet6_dump_addr()Eric Dumazet
2024-03-08ipv6: make in6_dump_addrs() locklessEric Dumazet
2024-03-08ipv6: make inet6_fill_ifaddr() locklessEric Dumazet