summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2025-09-18tcp: accecn: AccECN negotiationIlpo Järvinen-22/+79
2025-09-18tcp: AccECN coreIlpo Järvinen-10/+104
2025-09-17devlink: Add a 'num_doorbells' driverinit paramCosmin Ratiu-0/+5
2025-09-17mptcp: Use __sk_dst_get() and dst_dev_rcu() in mptcp_active_enable().Kuniyuki Iwashima-4/+7
2025-09-17mptcp: Call dst_release() in mptcp_active_enable().Kuniyuki Iwashima-0/+2
2025-09-17tls: Use __sk_dst_get() and dst_dev_rcu() in get_netdev_for_sock().Kuniyuki Iwashima-8/+10
2025-09-17smc: Use __sk_dst_get() and dst_dev_rcu() in smc_vlan_by_tcpsk().Kuniyuki Iwashima-15/+12
2025-09-17smc: Use __sk_dst_get() and dst_dev_rcu() in smc_clc_prfx_match().Kuniyuki Iwashima-13/+13
2025-09-17smc: Use __sk_dst_get() and dst_dev_rcu() in in smc_clc_prfx_set().Kuniyuki Iwashima-19/+22
2025-09-17smc: Fix use-after-free in __pnet_find_base_ndev().Kuniyuki Iwashima-21/+22
2025-09-17Merge tag 'wireless-2025-09-17' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski-2/+2
2025-09-17tcp: Clear tcp_sk(sk)->fastopen_rsk in tcp_disconnect().Kuniyuki Iwashima-0/+5
2025-09-17bpf: Explicitly check accesses to bpf_sock_addrPaul Chaignon-6/+10
2025-09-17net: rfkill: gpio: Fix crash due to dereferencering uninitialized pointerHans de Goede-2/+2
2025-09-16Merge tag 'batadv-next-pullrequest-20250916' of https://git.open-mesh.org/lin...Jakub Kicinski-2341/+41
2025-09-15ethernet: Extend device_get_mac_address() to use NVMEMStefan Wahren-1/+4
2025-09-15mptcp: pm: netlink: fix if-idx typeMatthieu Baerts (NGI0)-1/+1
2025-09-15page_pool: always add GFP_NOWARN for ATOMIC allocationsJakub Kicinski-0/+6
2025-09-15mptcp: tfo: record 'deny join id0' infoMatthieu Baerts (NGI0)-3/+3
2025-09-15mptcp: pm: nl: announce deny-join-id0 flagMatthieu Baerts (NGI0)-0/+7
2025-09-15mptcp: set remote_deny_join_id0 on SYN recvMatthieu Baerts (NGI0)-0/+4
2025-09-15mptcp: propagate shutdown to subflows when possibleMatthieu Baerts (NGI0)-0/+16
2025-09-15rds: ib: Increment i_fastreg_wrs before bailing outHåkon Bugge-8/+12
2025-09-15tcp: ecn functions in separated include fileChia-Yu Chang-99/+2
2025-09-15tcp: reorganize tcp_sock_write_txrx group for variables laterChia-Yu Chang-2/+2
2025-09-15tcp: reorganize SYN ECN codeIlpo Järvinen-2/+3
2025-09-15xfrm: fix offloading of cross-family tunnelsSabrina Dubroca-1/+1
2025-09-14rxrpc: Fix untrusted unsigned subtractDavid Howells-5/+14
2025-09-14rxrpc: Fix unhandled errors in rxgk_verify_packet_integrity()David Howells-14/+28
2025-09-14net/tcp: Fix a NULL pointer dereference when using TCP-AO with TCP_REPAIRAnderson Nascimento-1/+3
2025-09-14net/smc: Remove unused argument from 2 SMC functionsMahanta Jambigi-7/+5
2025-09-14net: use NUMA drop counters for softnet_data.droppedEric Dumazet-2/+3
2025-09-13Merge tag 'ceph-for-6.17-rc6' of https://github.com/ceph/ceph-clientLinus Torvalds-3/+4
2025-09-12net: ethtool: handle EOPNOTSUPP from ethtool get_ts_info() methodRussell King (Oracle)-2/+2
2025-09-12Merge tag 'nf-next-25-09-11' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski-24/+87
2025-09-11udp_tunnel: use netdev_warn() instead of netdev_WARN()Alok Tiwari-1/+1
2025-09-11tcp: Free TCP-AO/TCP-MD5 info/keys without RCUDmitry Safonov-33/+12
2025-09-11tcp: Destroy TCP-AO, TCP-MD5 keys in .sk_destruct()Dmitry Safonov-25/+43
2025-09-11net: bridge: Introduce UAPI for BR_BOOLOPT_FDB_LOCAL_VLAN_0Petr Machata-0/+120
2025-09-11net: bridge: BROPT_FDB_LOCAL_VLAN_0: Skip local FDBs on VLAN creationPetr Machata-4/+6
2025-09-11net: bridge: BROPT_FDB_LOCAL_VLAN_0: On bridge changeaddr, skip per-VLAN FDBsPetr Machata-1/+4
2025-09-11net: bridge: BROPT_FDB_LOCAL_VLAN_0: On port changeaddr, skip per-VLAN FDBsPetr Machata-5/+8
2025-09-11net: bridge: BROPT_FDB_LOCAL_VLAN_0: Look up FDB on VLAN 0 on missPetr Machata-0/+8
2025-09-11net: bridge: Introduce BROPT_FDB_LOCAL_VLAN_0Petr Machata-0/+1
2025-09-11net: devmem: expose tcp_recvmsg_locked errorsStanislav Fomichev-2/+2
2025-09-11ipv6: udp: fix typos in commentsAlok Tiwari-3/+3
2025-09-11net: af_packet: Use hrtimer to do the retire operationXin Zhao-83/+33
2025-09-11net: af_packet: remove last_kactive_blk_num fieldXin Zhao-38/+28
2025-09-11net: Use NAPI_* in test_bit when stopping napi kthreadSamiullah Khawaja-1/+1
2025-09-11Merge tag 'wireless-next-2025-09-11' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski-182/+902