summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-09-18tcp: accecn: try to fit AccECN option with SACKChia-Yu Chang
2025-09-18tcp: accecn: AccECN option ceb/cep and ACE field multi-wrap heuristicsIlpo Järvinen
2025-09-18tcp: accecn: AccECN option failure handlingChia-Yu Chang
2025-09-18tcp: accecn: AccECN option send controlChia-Yu Chang
2025-09-18tcp: accecn: AccECN optionIlpo Järvinen
2025-09-18tcp: sack option handling improvementsIlpo Järvinen
2025-09-18tcp: accecn: AccECN needs to know delivered bytesIlpo Järvinen
2025-09-18tcp: accecn: add AccECN rx byte countersIlpo Järvinen
2025-09-18tcp: accecn: AccECN negotiationIlpo Järvinen
2025-09-18tcp: AccECN coreIlpo Järvinen
2025-09-17devlink: Add a 'num_doorbells' driverinit paramCosmin Ratiu
2025-09-17mptcp: Use __sk_dst_get() and dst_dev_rcu() in mptcp_active_enable().Kuniyuki Iwashima
2025-09-17mptcp: Call dst_release() in mptcp_active_enable().Kuniyuki Iwashima
2025-09-17tls: Use __sk_dst_get() and dst_dev_rcu() in get_netdev_for_sock().Kuniyuki Iwashima
2025-09-17smc: Use __sk_dst_get() and dst_dev_rcu() in smc_vlan_by_tcpsk().Kuniyuki Iwashima
2025-09-17smc: Use __sk_dst_get() and dst_dev_rcu() in smc_clc_prfx_match().Kuniyuki Iwashima
2025-09-17smc: Use __sk_dst_get() and dst_dev_rcu() in in smc_clc_prfx_set().Kuniyuki Iwashima
2025-09-17smc: Fix use-after-free in __pnet_find_base_ndev().Kuniyuki Iwashima
2025-09-17Merge tag 'wireless-2025-09-17' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2025-09-17tcp: Clear tcp_sk(sk)->fastopen_rsk in tcp_disconnect().Kuniyuki Iwashima
2025-09-17bpf: Explicitly check accesses to bpf_sock_addrPaul Chaignon
2025-09-17net: rfkill: gpio: Fix crash due to dereferencering uninitialized pointerHans de Goede
2025-09-16Merge tag 'batadv-next-pullrequest-20250916' of https://git.open-mesh.org/lin...Jakub Kicinski
2025-09-15ethernet: Extend device_get_mac_address() to use NVMEMStefan Wahren
2025-09-15mptcp: pm: netlink: fix if-idx typeMatthieu Baerts (NGI0)
2025-09-15page_pool: always add GFP_NOWARN for ATOMIC allocationsJakub Kicinski
2025-09-15mptcp: tfo: record 'deny join id0' infoMatthieu Baerts (NGI0)
2025-09-15mptcp: pm: nl: announce deny-join-id0 flagMatthieu Baerts (NGI0)
2025-09-15mptcp: set remote_deny_join_id0 on SYN recvMatthieu Baerts (NGI0)
2025-09-15mptcp: propagate shutdown to subflows when possibleMatthieu Baerts (NGI0)
2025-09-15rds: ib: Increment i_fastreg_wrs before bailing outHåkon Bugge
2025-09-15tcp: ecn functions in separated include fileChia-Yu Chang
2025-09-15tcp: reorganize tcp_sock_write_txrx group for variables laterChia-Yu Chang
2025-09-15tcp: reorganize SYN ECN codeIlpo Järvinen
2025-09-15xfrm: fix offloading of cross-family tunnelsSabrina Dubroca
2025-09-14rxrpc: Fix untrusted unsigned subtractDavid Howells
2025-09-14rxrpc: Fix unhandled errors in rxgk_verify_packet_integrity()David Howells
2025-09-14net/tcp: Fix a NULL pointer dereference when using TCP-AO with TCP_REPAIRAnderson Nascimento
2025-09-14net/smc: Remove unused argument from 2 SMC functionsMahanta Jambigi
2025-09-14net: use NUMA drop counters for softnet_data.droppedEric Dumazet
2025-09-13Merge tag 'ceph-for-6.17-rc6' of https://github.com/ceph/ceph-clientLinus Torvalds
2025-09-12net: ethtool: handle EOPNOTSUPP from ethtool get_ts_info() methodRussell King (Oracle)
2025-09-12Merge tag 'nf-next-25-09-11' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2025-09-11udp_tunnel: use netdev_warn() instead of netdev_WARN()Alok Tiwari
2025-09-11tcp: Free TCP-AO/TCP-MD5 info/keys without RCUDmitry Safonov
2025-09-11tcp: Destroy TCP-AO, TCP-MD5 keys in .sk_destruct()Dmitry Safonov
2025-09-11net: bridge: Introduce UAPI for BR_BOOLOPT_FDB_LOCAL_VLAN_0Petr Machata
2025-09-11net: bridge: BROPT_FDB_LOCAL_VLAN_0: Skip local FDBs on VLAN creationPetr Machata
2025-09-11net: bridge: BROPT_FDB_LOCAL_VLAN_0: On bridge changeaddr, skip per-VLAN FDBsPetr Machata
2025-09-11net: bridge: BROPT_FDB_LOCAL_VLAN_0: On port changeaddr, skip per-VLAN FDBsPetr Machata