aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-09-18tcp: accecn: try to fit AccECN option with SACKChia-Yu Chang1-1/+20
2025-09-18tcp: accecn: AccECN option ceb/cep and ACE field multi-wrap heuristicsIlpo Järvinen1-2/+34
2025-09-18tcp: accecn: AccECN option failure handlingChia-Yu Chang4-5/+58
2025-09-18tcp: accecn: AccECN option send controlChia-Yu Chang6-8/+39
2025-09-18tcp: accecn: AccECN optionIlpo Järvinen5-10/+274
2025-09-18tcp: sack option handling improvementsIlpo Järvinen1-10/+13
2025-09-18tcp: accecn: AccECN needs to know delivered bytesIlpo Järvinen1-2/+12
2025-09-18tcp: accecn: add AccECN rx byte countersIlpo Järvinen3-5/+7
2025-09-18tcp: accecn: AccECN negotiationIlpo Järvinen9-22/+79
2025-09-18tcp: AccECN coreIlpo Järvinen3-10/+104
2025-09-17devlink: Add a 'num_doorbells' driverinit paramCosmin Ratiu1-0/+5
2025-09-17mptcp: Use __sk_dst_get() and dst_dev_rcu() in mptcp_active_enable().Kuniyuki Iwashima1-4/+7
2025-09-17mptcp: Call dst_release() in mptcp_active_enable().Kuniyuki Iwashima1-0/+2
2025-09-17tls: Use __sk_dst_get() and dst_dev_rcu() in get_netdev_for_sock().Kuniyuki Iwashima1-8/+10
2025-09-17smc: Use __sk_dst_get() and dst_dev_rcu() in smc_vlan_by_tcpsk().Kuniyuki Iwashima1-15/+12
2025-09-17smc: Use __sk_dst_get() and dst_dev_rcu() in smc_clc_prfx_match().Kuniyuki Iwashima1-13/+13
2025-09-17smc: Use __sk_dst_get() and dst_dev_rcu() in in smc_clc_prfx_set().Kuniyuki Iwashima1-19/+22
2025-09-17smc: Fix use-after-free in __pnet_find_base_ndev().Kuniyuki Iwashima1-21/+22
2025-09-17Merge tag 'wireless-2025-09-17' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wirelessJakub Kicinski1-2/+2
2025-09-17tcp: Clear tcp_sk(sk)->fastopen_rsk in tcp_disconnect().Kuniyuki Iwashima1-0/+5
2025-09-17bpf: Explicitly check accesses to bpf_sock_addrPaul Chaignon1-6/+10
2025-09-17net: rfkill: gpio: Fix crash due to dereferencering uninitialized pointerHans de Goede1-2/+2
2025-09-16Merge tag 'batadv-next-pullrequest-20250916' of https://git.open-mesh.org/linux-mergeJakub Kicinski20-2341/+41
2025-09-15ethernet: Extend device_get_mac_address() to use NVMEMStefan Wahren1-1/+4
2025-09-15mptcp: pm: netlink: fix if-idx typeMatthieu Baerts (NGI0)1-1/+1
2025-09-15page_pool: always add GFP_NOWARN for ATOMIC allocationsJakub Kicinski1-0/+6
2025-09-15mptcp: tfo: record 'deny join id0' infoMatthieu Baerts (NGI0)1-3/+3
2025-09-15mptcp: pm: nl: announce deny-join-id0 flagMatthieu Baerts (NGI0)1-0/+7
2025-09-15mptcp: set remote_deny_join_id0 on SYN recvMatthieu Baerts (NGI0)1-0/+4
2025-09-15mptcp: propagate shutdown to subflows when possibleMatthieu Baerts (NGI0)1-0/+16
2025-09-15rds: ib: Increment i_fastreg_wrs before bailing outHåkon Bugge1-8/+12
2025-09-15tcp: ecn functions in separated include fileChia-Yu Chang2-99/+2
2025-09-15tcp: reorganize tcp_sock_write_txrx group for variables laterChia-Yu Chang1-2/+2
2025-09-15tcp: reorganize SYN ECN codeIlpo Järvinen1-2/+3
2025-09-15xfrm: fix offloading of cross-family tunnelsSabrina Dubroca1-1/+1
2025-09-14rxrpc: Fix untrusted unsigned subtractDavid Howells1-5/+14
2025-09-14rxrpc: Fix unhandled errors in rxgk_verify_packet_integrity()David Howells3-14/+28
2025-09-14net/tcp: Fix a NULL pointer dereference when using TCP-AO with TCP_REPAIRAnderson Nascimento1-1/+3
2025-09-14net/smc: Remove unused argument from 2 SMC functionsMahanta Jambigi1-7/+5
2025-09-14net: use NUMA drop counters for softnet_data.droppedEric Dumazet2-2/+3
2025-09-13Merge tag 'ceph-for-6.17-rc6' of https://github.com/ceph/ceph-clientLinus Torvalds1-3/+4
2025-09-12net: ethtool: handle EOPNOTSUPP from ethtool get_ts_info() methodRussell King (Oracle)1-2/+2
2025-09-12Merge tag 'nf-next-25-09-11' of https://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski8-24/+87
2025-09-11udp_tunnel: use netdev_warn() instead of netdev_WARN()Alok Tiwari1-1/+1
2025-09-11tcp: Free TCP-AO/TCP-MD5 info/keys without RCUDmitry Safonov4-33/+12
2025-09-11tcp: Destroy TCP-AO, TCP-MD5 keys in .sk_destruct()Dmitry Safonov3-25/+43
2025-09-11net: bridge: Introduce UAPI for BR_BOOLOPT_FDB_LOCAL_VLAN_0Petr Machata3-0/+120
2025-09-11net: bridge: BROPT_FDB_LOCAL_VLAN_0: Skip local FDBs on VLAN creationPetr Machata1-4/+6
2025-09-11net: bridge: BROPT_FDB_LOCAL_VLAN_0: On bridge changeaddr, skip per-VLAN FDBsPetr Machata1-1/+4
2025-09-11net: bridge: BROPT_FDB_LOCAL_VLAN_0: On port changeaddr, skip per-VLAN FDBsPetr Machata1-5/+8