summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2025-04-20ipv6: Align behavior across nexthops during path selectionIdo Schimmel
2025-04-10ipv6: Do not consider link down nexthops in path selectionIdo Schimmel
2025-04-10ipv6: Start path selection from the first nexthopIdo Schimmel
2025-04-10ipv6: fix omitted netlink attributes when using RTEXT_FILTER_SKIP_STATSFernando Fernandez Mancera
2025-04-10netlabel: Fix NULL pointer exception caused by CALIPSO on IPv4 socketsDebin Zhu
2025-04-07netfilter: socket: Lookup orig tuple for IPv6 SNATMaxim Mikityanskiy
2025-03-28Revert "gre: Fix IPv6 link-local address generation."Guillaume Nault
2025-03-28net: ipv6: ioam6: fix lwtunnel_output() loopJustin Iurman
2025-03-28ipv6: Set errno after ip_fib_metrics_init() in ip6_route_info_create().Kuniyuki Iwashima
2025-03-28ipv6: Fix memleak of nhc_pcpu_rth_output in fib_check_nh_v6_gw().Kuniyuki Iwashima
2025-03-28net: ipv6: fix TCP GSO segmentation with NATFelix Fietkau
2025-03-22gre: Fix IPv6 link-local address generation.Guillaume Nault
2025-03-13net: ipv6: fix missing dst ref drop in ila lwtunnelJustin Iurman
2025-03-13net: ipv6: fix dst ref loop in ila lwtunnelJustin Iurman
2025-03-07net: ipv6: fix dst ref loop on input in rpl lwtJustin Iurman
2025-03-07net: ipv6: fix dst ref loop on input in seg6 lwtJustin Iurman
2025-02-21net: ipv6: fix dst refleaks in rpl, seg6 and ioam6 lwtunnelsJakub Kicinski
2025-02-21ipv6: mcast: add RCU protection to mld_newpack()Eric Dumazet
2025-02-21ipv6: mcast: extend RCU protection in igmp6_send()Eric Dumazet
2025-02-21ndisc: extend RCU protection in ndisc_send_skb()Eric Dumazet
2025-02-21ndisc: use RCU protection in ndisc_alloc_skb()Eric Dumazet
2025-02-21ipv6: icmp: convert to dev_net_rcu()Eric Dumazet
2025-02-21ipv6: use RCU protection in ip6_default_advmss()Eric Dumazet
2025-02-21net: ipv6: fix dst ref loops in rpl, seg6 and ioam6 lwtunnelsJakub Kicinski
2025-02-21net: ipv6: rpl_iptunnel: mitigate 2-realloc issueJustin Iurman
2025-02-21net: ipv6: seg6_iptunnel: mitigate 2-realloc issueJustin Iurman
2025-02-21net: ipv6: ioam6_iptunnel: mitigate 2-realloc issueJustin Iurman
2025-02-21ndisc: ndisc_send_redirect() must use dev_get_by_index_rcu()Eric Dumazet
2025-02-17udp: gso: do not drop small packets when PMTU reducesYan Zhai
2025-02-08inet: ipmr: fix data-racesEric Dumazet
2025-02-08udp: Deal with race between UDP socket address change and rehashStefano Brivio
2025-02-08inetpeer: do not get a refcount in inet_getpeer()Eric Dumazet
2025-02-08inetpeer: remove create argument of inet_getpeer_v[46]()Eric Dumazet
2025-01-02ila: serialize calls to nf_register_net_hooks()Eric Dumazet
2024-12-04ipmr: tune the ipmr_can_free_table() checks.Paolo Abeni
2024-12-02net/ipv6: release expired exception dst cached in socketJiri Wiesner
2024-12-01ipv6: avoid possible NULL deref in modify_prefix_route()Eric Dumazet
2024-11-28ipmr: fix build with clang and DEBUG_NET disabled.Paolo Abeni
2024-11-28ip6mr: fix tables suspicious RCU usagePaolo Abeni
2024-11-28ipmr: add debug check for mr table cleanupPaolo Abeni
2024-11-26net/ipv6: delete temporary address if mngtmpaddr is removed or unmanagedHangbin Liu
2024-11-18ipv6/udp: Add 4-tuple hash for connected socketPhilo Lu
2024-11-18ipv4/udp: Add 4-tuple hash for connected socketPhilo Lu
2024-11-18net/udp: Add a new struct for hash2 slotPhilo Lu
2024-11-18Merge tag 'ipsec-next-2024-11-15' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller
2024-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-11-12net: ip: make ip_route_input() return drop reasonsMenglong Dong
2024-11-11net: fix data-races around sk->sk_forward_allocWang Liang
2024-11-11ipv6: Fix soft lockups in fib6_select_path under high next hop churnOmid Ehtemam-Haghighi
2024-11-11net: convert to nla_get_*_default()Johannes Berg