summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
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
2025-02-27net: ipv6: fix dst ref loop on input in seg6 lwtJustin Iurman
2025-02-21ipv6: fib_rules: Add DSCP mask matchingIdo Schimmel
2025-02-21net: ipv6: Use link netns in newlink() of rtnl_link_opsXiao Liang
2025-02-21net: ipv6: Init tunnel link-netns before registering devXiao Liang
2025-02-21rtnetlink: Pack newlink() params into structXiao Liang
2025-02-19ipv6: fib_rules: Add port mask matchingIdo Schimmel
2025-02-18ipv6: initialize inet socket cookies with sockcm_initWillem de Bruijn
2025-02-18ipv6: replace ipcm6_init calls with ipcm6_init_skWillem de Bruijn
2025-02-15ndisc: ndisc_send_redirect() cleanupEric Dumazet
2025-02-14inet: consolidate inet_csk_clone_lock()Eric Dumazet
2025-02-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-02-13ipv6: mcast: add RCU protection to mld_newpack()Eric Dumazet
2025-02-10ip: fib_rules: Fetch net from fib_rule in fib[46]_rule_configure().Kuniyuki Iwashima
2025-02-10ipv6: mcast: extend RCU protection in igmp6_send()Eric Dumazet
2025-02-10ndisc: extend RCU protection in ndisc_send_skb()Eric Dumazet
2025-02-10ndisc: use RCU protection in ndisc_alloc_skb()Eric Dumazet
2025-02-10ndisc: ndisc_send_redirect() must use dev_get_by_index_rcu()Eric Dumazet
2025-02-06ipv6: Use RCU in ip6_input()Eric Dumazet
2025-02-06ipv6: icmp: convert to dev_net_rcu()Eric Dumazet
2025-02-06ipv6: use RCU protection in ip6_default_advmss()Eric Dumazet
2025-02-03udp: gso: do not drop small packets when PMTU reducesYan Zhai
2025-02-01net: ipv6: fix dst ref loops in rpl, seg6 and ioam6 lwtunnelsJakub Kicinski
2025-02-01net: ipv6: fix dst refleaks in rpl, seg6 and ioam6 lwtunnelsJakub Kicinski
2025-01-27Merge tag 'ipsec-2025-01-27' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2025-01-20ipv6: Convert inet6_rtm_deladdr() to per-netns RTNL.Kuniyuki Iwashima