summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2025-09-19net: port to ns_ref_*() helpersChristian Brauner
2025-09-19ns: add to_<type>_ns() to respective headersChristian Brauner
2025-09-19wifi: cfg80211: remove ieee80211_s1g_channel_widthLachlan Hodges
2025-09-19wifi: cfg80211: correctly implement and validate S1G chandefLachlan Hodges
2025-09-19wifi: mac80211: Export an API to check if NAN is startedIlan Peer
2025-09-19wifi: mac80211: Support Tx of action frame for NANIlan Peer
2025-09-19wifi: cfg80211: Store the NAN cluster IDIlan Peer
2025-09-19wifi: cfg80211: Advertise supported NAN capabilitiesIlan Peer
2025-09-19wifi: cfg80211: Add cluster joined notification APIsAndrei Otcheretianski
2025-09-19wifi: nl80211: Add NAN Discovery Window (DW) notificationAndrei Otcheretianski
2025-09-19wifi: nl80211: Add more configuration options for NAN commandsAndrei Otcheretianski
2025-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-09-18net: clear sk->sk_ino in sk_set_socket(sk, NULL)Eric Dumazet
2025-09-18Merge branch 'add-basic-psp-encryption-for-tcp-connections'Paolo Abeni
2025-09-18psp: provide decapsulation and receive helper for driversRaed Salem
2025-09-18psp: provide encapsulation helper for driversRaed Salem
2025-09-18psp: track generations of device keyJakub Kicinski
2025-09-18net: psp: update the TCP MSS to reflect PSP packet overheadJakub Kicinski
2025-09-18net: psp: add socket security association codeJakub Kicinski
2025-09-18net: tcp: allow tcp_timewait_sock to validate skbs before handing to deviceDaniel Zahka
2025-09-18net: move sk_validate_xmit_skb() to net/core/dev.cDaniel Zahka
2025-09-18psp: add op for rotation of device keyJakub Kicinski
2025-09-18tcp: add datapath logic for PSP with inline key exchangeJakub Kicinski
2025-09-18net: modify core data structures for PSP datapath supportJakub Kicinski
2025-09-18psp: base PSP device supportJakub Kicinski
2025-09-18udp: make busylock per socketEric Dumazet
2025-09-18udp: add udp_drops_inc() helperEric Dumazet
2025-09-18net: group sk_backlog and sk_receive_queueEric Dumazet
2025-09-18ipv6: make ipv6_pinfo.daddr_cache a booleanEric Dumazet
2025-09-18ipv6: make ipv6_pinfo.saddr_cache a booleanEric Dumazet
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: 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-15tcp: ecn functions in separated include fileChia-Yu Chang
2025-09-15tcp: fast path functions laterIlpo Järvinen
2025-09-14net: dst_metadata: fix IP_DF bit not extracted from tunnel headersIlya Maximets
2025-09-14net/cls_cgroup: Fix task_get_classid() during qdisc runYafang Shao
2025-09-14net: use NUMA drop counters for softnet_data.droppedEric Dumazet
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-11Merge tag 'wireless-next-2025-09-11' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski
2025-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-09-11ipv4: icmp: Pass IPv4 control block structure as an argument to __icmp_send()Ido Schimmel
2025-09-11net: xdp: handle frags with unreadable memoryJakub Kicinski
2025-09-11net: xdp: pass full flags to xdp_update_skb_shared_info()Jakub Kicinski