summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-02-03tcp: accecn: add tcpi_ecn_mode and tcpi_option2 in tcp_infoChia-Yu Chang1-0/+8
2026-02-03tcp: accecn: detect loss ACK w/ AccECN option and add TCP_ACCECN_OPTION_PERSISTChia-Yu Chang3-3/+19
2026-02-03tcp: accecn: unset ECT if receive or send ACE=0 in AccECN negotiaionChia-Yu Chang5-11/+38
2026-02-03tcp: accecn: retransmit SYN/ACK without AccECN option or non-AccECN SYN/ACKChia-Yu Chang1-2/+2
2026-02-03tcp: add TCP_SYNACK_RETRANS synack_typeChia-Yu Chang1-1/+2
2026-02-03tcp: accecn: retransmit downgraded SYN in AccECN negotiationChia-Yu Chang1-6/+9
2026-02-03tcp: disable RFC3168 fallback identifier for CC modulesChia-Yu Chang2-4/+5
2026-02-03tcp: ECT_1_NEGOTIATION and NEEDS_ACCECN identifiersChia-Yu Chang2-3/+5
2026-02-03gro: flushing when CWR is set negatively affects AccECNIlpo Järvinen1-2/+1
2026-02-03tcp: try to avoid safer when ACKs are thinnedIlpo Järvinen2-1/+21
2026-02-03net: dsa: tag_yt921x: add priority supportDavid Yang1-1/+5
2026-02-03net: dsa: tag_yt921x: clarify priority and code fieldsDavid Yang1-30/+53
2026-02-03devlink: Refactor devlink_rate_nodes_checkCosmin Ratiu4-12/+16
2026-02-03devlink: Reverse locking order for nested instancesCosmin Ratiu1-3/+1
2026-02-03mptcp: implement .splice_readGeliang Tang1-0/+117
2026-02-03tcp: export tcp_splice_stateGeliang Tang1-11/+2
2026-02-03mptcp: implement .read_sockGeliang Tang1-0/+82
2026-02-03mptcp: add eat_recv_skb helperGeliang Tang1-7/+12
2026-02-03ipv6: colocate inet6_cork in inet_cork_fullEric Dumazet2-29/+28
2026-02-03ipv4: use dst4_mtu() instead of dst_mtu()Eric Dumazet7-14/+13
2026-02-03ipv6: use dst6_mtu() instead of dst_mtu()Eric Dumazet6-16/+19
2026-02-03ipv6: use SKB_DROP_REASON_PKT_TOO_BIG in ip6_xmit()Eric Dumazet1-1/+1
2026-02-03ipv6: use __skb_push() in ip6_xmit()Eric Dumazet1-2/+2
2026-02-03ipv6: add some unlikely()/likely() clauses in ip6_output.cEric Dumazet1-12/+12
2026-02-03ipv6: pass proto by value to ipv6_push_nfrag_opts() and ipv6_push_frag_opts()Eric Dumazet3-35/+41
2026-02-03tipc: use kfree_sensitive() for session key materialDaniel Hodges1-2/+2
2026-02-03net: rss: fix reporting RXH_XFRM_NO_CHANGE as input_xfrm for contextsJakub Kicinski2-10/+2
2026-02-03linkwatch: use __dev_put() in callers to prevent UAFJiayuan Chen1-5/+15
2026-02-02wifi: mac80211: Add eMLSR/eMLMR action frame parsing supportLorenzo Bianconi6-1/+247
2026-02-02wifi: mac80211: add initial UHR supportJohannes Berg11-37/+337
2026-02-02wifi: cfg80211: add initial UHR supportJohannes Berg3-27/+180
2026-02-02wifi: mac80211: use wiphy_hrtimer_work for CAC timeoutAmith A5-9/+9
2026-02-02xfrm: skip templates check for packet offload tunnel modeLeon Romanovsky1-2/+9
2026-02-02xfrm6: fix uninitialized saddr in xfrm6_get_saddr()Jiayuan Chen1-2/+5
2026-02-01bpf: Fix bpf_xdp_store_bytes proto for read-only argPaul Chaignon1-1/+1
2026-01-31net: don't touch dev->stats in BPF redirect pathsJakub Kicinski1-4/+4
2026-01-31Revert "net/smc: Introduce TCP ULP support"D. Wythe1-87/+4
2026-01-31net: ax25: remove plumbing for never-implemented DAMA Master supportEthan Nelson-Moore2-16/+0
2026-01-31udp: add drop count for packets in udp_prod_queueMahdi Faramarzpour1-1/+19
2026-01-31tcp: reduce tcp sockets size by one cache lineEric Dumazet3-6/+14
2026-01-30Merge tag 'wireless-next-2026-01-29' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski15-101/+304
2026-01-30ipv6: optimize fl6_update_dst()Eric Dumazet1-7/+7
2026-01-30net/sched: cls_u32: use skb_header_pointer_careful()Eric Dumazet1-7/+6
2026-01-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski13-23/+83
2026-01-309p/xen: protect xen_9pfs_front_free against concurrent callsStefano Stabellini1-41/+44
2026-01-29Bluetooth: L2CAP: Fix not tracking outstanding TX identLuiz Augusto von Dentz1-14/+32
2026-01-29Bluetooth: MGMT: Fix memory leak in set_ssp_completeJianpeng Chang1-0/+3
2026-01-29Bluetooth: hci_core: Export hci_discovery_activeLinmao Li1-0/+1
2026-01-29Bluetooth: Fix using PHYs bitfields as PHY valueLuiz Augusto von Dentz4-29/+45
2026-01-29Bluetooth: L2CAP: Add support for setting BT_PHYLuiz Augusto von Dentz4-1/+222