summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2025-09-18net: ethtool: add support for ETHTOOL_GRXRINGS ioctlBreno Leitao-0/+40
2025-09-18net: ethtool: pass the num of RX rings directly to ethtool_copy_validate_indirBreno Leitao-5/+5
2025-09-18psp: rename our psp_dev_destroy()Eric Dumazet-4/+4
2025-09-18tls: make sure to abort the stream if headers are bogusJakub Kicinski-7/+11
2025-09-18Merge branch 'add-basic-psp-encryption-for-tcp-connections'Paolo Abeni-14/+1471
2025-09-18psp: provide decapsulation and receive helper for driversRaed Salem-0/+88
2025-09-18psp: provide encapsulation helper for driversRaed Salem-0/+65
2025-09-18psp: track generations of device keyJakub Kicinski-1/+32
2025-09-18net: psp: update the TCP MSS to reflect PSP packet overheadJakub Kicinski-6/+15
2025-09-18net: psp: add socket security association codeJakub Kicinski-2/+601
2025-09-18net: tcp: allow tcp_timewait_sock to validate skbs before handing to deviceDaniel Zahka-2/+15
2025-09-18net: move sk_validate_xmit_skb() to net/core/dev.cDaniel Zahka-0/+22
2025-09-18psp: add op for rotation of device keyJakub Kicinski-1/+59
2025-09-18tcp: add datapath logic for PSP with inline key exchangeJakub Kicinski-8/+64
2025-09-18net: modify core data structures for PSP datapath supportJakub Kicinski-0/+8
2025-09-18psp: base PSP device supportJakub Kicinski-0/+508
2025-09-18udp: use skb_attempt_defer_free()Eric Dumazet-0/+7
2025-09-18udp: make busylock per socketEric Dumazet-18/+2
2025-09-18udp: add udp_drops_inc() helperEric Dumazet-10/+9
2025-09-18udp: update sk_rmem_alloc before busylock acquisitionEric Dumazet-2/+5
2025-09-18udp: refine __udp_enqueue_schedule_skb() testEric Dumazet-2/+2
2025-09-18ipv6: np->rxpmtu race annotationEric Dumazet-2/+2
2025-09-18ipv6: make ipv6_pinfo.daddr_cache a booleanEric Dumazet-7/+7
2025-09-18ipv6: make ipv6_pinfo.saddr_cache a booleanEric Dumazet-7/+8
2025-09-18tcp: accecn: try to fit AccECN option with SACKChia-Yu Chang-1/+20
2025-09-18tcp: accecn: AccECN option ceb/cep and ACE field multi-wrap heuristicsIlpo Järvinen-2/+34
2025-09-18tcp: accecn: AccECN option failure handlingChia-Yu Chang-5/+58
2025-09-18tcp: accecn: AccECN option send controlChia-Yu Chang-8/+39
2025-09-18tcp: accecn: AccECN optionIlpo Järvinen-10/+274
2025-09-18tcp: sack option handling improvementsIlpo Järvinen-11/+14
2025-09-18tcp: accecn: AccECN needs to know delivered bytesIlpo Järvinen-2/+12
2025-09-18tcp: accecn: add AccECN rx byte countersIlpo Järvinen-5/+7
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