summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2025-04-10Merge tag 'net-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-04-09ipv6: Align behavior across nexthops during path selectionIdo Schimmel
2025-04-07ipv6: Fix null-ptr-deref in addrconf_add_ifaddr().Kuniyuki Iwashima
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-04-04ipv6: Do not consider link down nexthops in path selectionIdo Schimmel
2025-04-04ipv6: Start path selection from the first nexthopIdo Schimmel
2025-04-03net: use netif_disable_lro in ipv6_add_devStanislav Fomichev
2025-04-03ipv6: fix omitted netlink attributes when using RTEXT_FILTER_SKIP_STATSFernando Fernandez Mancera
2025-04-02netlabel: Fix NULL pointer exception caused by CALIPSO on IPv4 socketsDebin Zhu
2025-03-25tcp/dccp: remove icsk->icsk_timeoutEric Dumazet
2025-03-25Revert "udp_tunnel: GRO optimizations"Jakub Kicinski
2025-03-25Merge tag 'nf-next-25-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2025-03-24tcp/dccp: Remove inet_connection_sock_af_ops.addr2sockaddr().Kuniyuki Iwashima
2025-03-23netfilter: socket: Lookup orig tuple for IPv6 SNATMaxim Mikityanskiy
2025-03-21netfilter: fib: avoid lookup if socket is availableFlorian Westphal
2025-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2025-03-20Revert "gre: Fix IPv6 link-local address generation."Guillaume Nault
2025-03-20net: ipv6: ioam6: fix lwtunnel_output() loopJustin Iurman
2025-03-18inet: frags: save a pair of atomic operations in reassemblyEric Dumazet
2025-03-18inet: frags: change inet_frag_kill() to defer refcount updatesEric Dumazet
2025-03-18inet: frags: add inet_frag_putn() helperEric Dumazet
2025-03-18ipv6: Set errno after ip_fib_metrics_init() in ip6_route_info_create().Kuniyuki Iwashima
2025-03-18ipv6: Fix memleak of nhc_pcpu_rth_output in fib_check_nh_v6_gw().Kuniyuki Iwashima
2025-03-18net: ipv6: fix TCP GSO segmentation with NATFelix Fietkau
2025-03-18udp_tunnel: create a fastpath GRO lookup.Paolo Abeni
2025-03-17tcp: add new TCP_TW_ACK_OOW state and allow ECN bits in TOSIlpo Järvinen
2025-03-17tcp: extend TCP flags to allow AE bit/ACE fieldIlpo Järvinen
2025-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2025-03-13gre: Fix IPv6 link-local address generation.Guillaume Nault
2025-03-10ipv6: save dontfrag in corkWillem de Bruijn
2025-03-10ipv6: remove leftover ip6 cookie initializerWillem de Bruijn
2025-03-08net: move misc netdev_lock flavors to a separate headerJakub Kicinski
2025-03-08udp: expand SKB_DROP_REASON_UDP_CSUM useEric Dumazet
2025-03-06inet: call inet6_ehashfn() once from inet6_hash_connect()Eric Dumazet
2025-03-06inet: change lport contribution to inet_ehashfn() and inet6_ehashfn()Eric Dumazet
2025-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-03-06net: ipv6: fix missing dst ref drop in ila lwtunnelJustin Iurman
2025-03-06net: ipv6: fix dst ref loop in ila lwtunnelJustin Iurman
2025-03-05inet: fix lwtunnel_valid_encap_type() lock imbalanceEric Dumazet
2025-03-04tcp: use RCU lookup in __inet_hash_connect()Eric Dumazet
2025-03-04tcp: use RCU in __inet{6}_check_established()Eric Dumazet
2025-03-04net: rename netns_local to netns_immutableNicolas Dichtel
2025-03-03net: use sock_kmemdup for ip_optionsGeliang Tang
2025-03-03tcp: remove READ_ONCE(req->ts_recent)Eric Dumazet
2025-03-03net: gro: convert four dev_net() callsEric Dumazet
2025-03-03tcp: convert to dev_net_rcu()Eric Dumazet
2025-03-03tcp: add a drop_reason pointer to tcp_check_req()Eric Dumazet
2025-02-28inet: ping: avoid skb_clone() dance in ping_rcv()Eric Dumazet
2025-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-02-27net: ipv6: fix dst ref loop on input in rpl lwtJustin Iurman