aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-02-04net/rds: Encode cp_index in TCP source portGerd Rausch7-7/+77
2026-02-04net/rds: new extension header: rdma bytesShamir Rabinovitch4-29/+107
2026-02-04net_sched: sch_fq: tweak unlikely() hints in fq_dequeue()Eric Dumazet1-2/+2
2026-02-04net/iucv: clean up iucv kernel-doc warningsRandy Dunlap1-119/+108
2026-02-04tcp: split tcp_check_space() in two partsEric Dumazet1-9/+4
2026-02-04tcp: move tcp_rbtree_insert() to tcp_output.cEric Dumazet2-19/+19
2026-02-04tcp: use __skb_push() in __tcp_transmit_skb()Eric Dumazet1-1/+1
2026-02-04Merge tag 'wireless-next-2026-02-04' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski19-74/+773
2026-02-04mptcp: Change some dubious min_t(int, ...) to min()David Laight1-4/+5
2026-02-04mptcp: pm: align endpoint flags size with the NL specsMatthieu Baerts (NGI0)1-2/+2
2026-02-04trace: mptcp: add mptcp_rcvbuf_grow tracepointPaolo Abeni1-0/+3
2026-02-04mptcp: consolidate rcv space initPaolo Abeni3-18/+15
2026-02-04mptcp: fix receive space timestamp initializationPaolo Abeni2-4/+9
2026-02-04mptcp: do not account for OoO in mptcp_rcvbuf_grow()Paolo Abeni1-6/+0
2026-02-04vmw_vsock: bypass false-positive Wnonnull warning with gcc-16Arnd Bergmann1-1/+1
2026-02-04bpf: Don't check sk_fullsock() in bpf_skc_to_unix_sock().Kuniyuki Iwashima1-1/+1
2026-02-03net: gro: fix outer network offsetPaolo Abeni1-0/+2
2026-02-03net: add proper RCU protection to /proc/net/ptypeEric Dumazet1-16/+34
2026-02-03net: bridge: use sysfs_emit instead of sprintfDavid Corvaglia3-75/+73
2026-02-03netclassid: use thread_group_leader(p) in update_classid_task()Oleg Nesterov1-1/+1
2026-02-03net: Keep ignoring isolated cpuset changeFrederic Weisbecker1-1/+1
2026-02-03tcp: accecn: enable AccECNChia-Yu Chang1-1/+1
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-9/+36
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-02devlink: Refactor devlink_rate_nodes_checkCosmin Ratiu4-12/+16
2026-02-02devlink: Reverse locking order for nested instancesCosmin Ratiu1-3/+1
2026-02-02mptcp: implement .splice_readGeliang Tang1-0/+117
2026-02-02tcp: export tcp_splice_stateGeliang Tang1-11/+2
2026-02-02mptcp: implement .read_sockGeliang Tang1-0/+82
2026-02-02mptcp: add eat_recv_skb helperGeliang Tang1-7/+12
2026-02-02ipv6: colocate inet6_cork in inet_cork_fullEric Dumazet2-29/+28
2026-02-02ipv4: use dst4_mtu() instead of dst_mtu()Eric Dumazet7-14/+13
2026-02-02ipv6: use dst6_mtu() instead of dst_mtu()Eric Dumazet6-16/+19
2026-02-02ipv6: use SKB_DROP_REASON_PKT_TOO_BIG in ip6_xmit()Eric Dumazet1-1/+1
2026-02-02ipv6: use __skb_push() in ip6_xmit()Eric Dumazet1-2/+2
2026-02-02ipv6: add some unlikely()/likely() clauses in ip6_output.cEric Dumazet1-12/+12
2026-02-02ipv6: pass proto by value to ipv6_push_nfrag_opts() and ipv6_push_frag_opts()Eric Dumazet3-35/+41
2026-02-02tipc: use kfree_sensitive() for session key materialDaniel Hodges1-2/+2
2026-02-02net: rss: fix reporting RXH_XFRM_NO_CHANGE as input_xfrm for contextsJakub Kicinski2-10/+2
2026-02-02linkwatch: use __dev_put() in callers to prevent UAFJiayuan Chen1-5/+15