summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2025-09-22tcp: Remove inet6_hash().Kuniyuki Iwashima-3/+0
2025-09-22tcp: Remove osk from __inet_hash() arg.Kuniyuki Iwashima-1/+1
2025-09-22wifi: cfg80211: remove IEEE80211_CHAN_{1,2,4,8,16}MHZ flagsJohannes Berg-15/+1
2025-09-20Bluetooth: hci_event: Fix UAF in hci_acl_create_conn_syncLuiz Augusto von Dentz-0/+21
2025-09-19net: ipv4: make udp_v4_early_demux explicitly return drop reasonAntoine Tenart-1/+1
2025-09-19psp: Fix typo in kdoc for struct psp_dev_caps.assoc_drv_spc.Kuniyuki Iwashima-1/+1
2025-09-19psp: don't use flags for checking sk_stateDaniel Zahka-3/+3
2025-09-19psp: fix preemptive inet_twsk() cast in psp_sk_get_assoc_rcu()Daniel Zahka-4/+3
2025-09-19psp: make struct sock argument const in psp_sk_get_assoc_rcu()Daniel Zahka-1/+1
2025-09-19net: port to ns_ref_*() helpersChristian Brauner-4/+4
2025-09-19ns: add to_<type>_ns() to respective headersChristian Brauner-0/+5
2025-09-19wifi: cfg80211: remove ieee80211_s1g_channel_widthLachlan Hodges-10/+0
2025-09-19wifi: cfg80211: correctly implement and validate S1G chandefLachlan Hodges-0/+95
2025-09-19wifi: mac80211: Export an API to check if NAN is startedIlan Peer-0/+6
2025-09-19wifi: mac80211: Support Tx of action frame for NANIlan Peer-0/+4
2025-09-19wifi: cfg80211: Store the NAN cluster IDIlan Peer-0/+3
2025-09-19wifi: cfg80211: Advertise supported NAN capabilitiesIlan Peer-0/+38
2025-09-19wifi: cfg80211: Add cluster joined notification APIsAndrei Otcheretianski-0/+14
2025-09-19wifi: nl80211: Add NAN Discovery Window (DW) notificationAndrei Otcheretianski-0/+12
2025-09-19wifi: nl80211: Add more configuration options for NAN commandsAndrei Otcheretianski-0/+60
2025-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+12
2025-09-18net: clear sk->sk_ino in sk_set_socket(sk, NULL)Eric Dumazet-2/+3
2025-09-18Merge branch 'add-basic-psp-encryption-for-tcp-connections'Paolo Abeni-22/+424
2025-09-18psp: provide decapsulation and receive helper for driversRaed Salem-0/+1
2025-09-18psp: provide encapsulation helper for driversRaed Salem-0/+4
2025-09-18psp: track generations of device keyJakub Kicinski-0/+10
2025-09-18net: psp: update the TCP MSS to reflect PSP packet overheadJakub Kicinski-0/+17
2025-09-18net: psp: add socket security association codeJakub Kicinski-9/+162
2025-09-18net: tcp: allow tcp_timewait_sock to validate skbs before handing to deviceDaniel Zahka-0/+5
2025-09-18net: move sk_validate_xmit_skb() to net/core/dev.cDaniel Zahka-22/+0
2025-09-18psp: add op for rotation of device keyJakub Kicinski-0/+5
2025-09-18tcp: add datapath logic for PSP with inline key exchangeJakub Kicinski-0/+83
2025-09-18net: modify core data structures for PSP datapath supportJakub Kicinski-0/+20
2025-09-18psp: base PSP device supportJakub Kicinski-0/+126
2025-09-18udp: make busylock per socketEric Dumazet-0/+1
2025-09-18udp: add udp_drops_inc() helperEric Dumazet-1/+6
2025-09-18net: group sk_backlog and sk_receive_queueEric Dumazet-1/+1
2025-09-18ipv6: make ipv6_pinfo.daddr_cache a booleanEric Dumazet-2/+2
2025-09-18ipv6: make ipv6_pinfo.saddr_cache a booleanEric Dumazet-2/+2
2025-09-18tcp: accecn: AccECN option ceb/cep and ACE field multi-wrap heuristicsIlpo Järvinen-0/+1
2025-09-18tcp: accecn: AccECN option failure handlingChia-Yu Chang-3/+48
2025-09-18tcp: accecn: AccECN option send controlChia-Yu Chang-0/+56
2025-09-18tcp: accecn: AccECN optionIlpo Järvinen-1/+102
2025-09-18tcp: accecn: add AccECN rx byte countersIlpo Järvinen-1/+28
2025-09-18tcp: accecn: AccECN negotiationIlpo Järvinen-22/+289
2025-09-18tcp: AccECN coreIlpo Järvinen-2/+66
2025-09-17devlink: Add a 'num_doorbells' driverinit paramCosmin Ratiu-0/+4
2025-09-15tcp: ecn functions in separated include fileChia-Yu Chang-0/+116
2025-09-15tcp: fast path functions laterIlpo Järvinen-27/+27
2025-09-14net: dst_metadata: fix IP_DF bit not extracted from tunnel headersIlya Maximets-2/+9