summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2025-09-27Bluetooth: Annotate struct hci_drv_rp_read_info with __counted_by_le()Thorsten Blum-1/+1
2025-09-26Merge tag 'wireless-next-2025-09-25' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski-25/+233
2025-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+21
2025-09-25net: gro: remove unnecessary df checksRichard Gobert-3/+2
2025-09-25net: gro: only merge packets with incrementing or fixed outer idsRichard Gobert-15/+11
2025-09-25net: gro: remove is_ipv6 from napi_gro_cbRichard Gobert-3/+0
2025-09-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-3/+23
2025-09-23udp: remove busylock and add per NUMA queuesEric Dumazet-2/+9
2025-09-23Merge branch 'bpf-next/xdp_pull_data' into 'bpf-next/master'Martin KaFai Lau-3/+23
2025-09-23Merge branch 'bpf-next/xdp_pull_data' into 'bpf-next/net'Martin KaFai Lau-3/+23
2025-09-23bpf: Allow bpf_xdp_shrink_data to shrink a frag from head and tailAmery Hung-3/+18
2025-09-23bpf: Clear pfmemalloc flag when freeing all fragmentsAmery Hung-0/+5
2025-09-23dibs: Move event handling to dibs layerJulian Ruess-15/+0
2025-09-23dibs: Move data path to dibs layerAlexandra Winter-22/+0
2025-09-23dibs: Move query_remote_gid() to dibs_dev_opsAlexandra Winter-2/+0
2025-09-23dibs: Move vlan support to dibs_dev_opsAlexandra Winter-5/+0
2025-09-23dibs: Local gid for dibs devicesAlexandra Winter-1/+0
2025-09-23dibs: Move struct device to dibs_devJulian Ruess-1/+0
2025-09-23dibs: Define dibs_client_ops and dibs_dev_opsAlexandra Winter-1/+2
2025-09-23net/smc: Remove error handling of unregister_dmb()Alexandra Winter-2/+0
2025-09-23tcp: Update bind bucket state on port releaseJakub Sitnicki-3/+11
2025-09-22tcp: reclaim 8 bytes in struct request_sock_queueEric Dumazet-1/+1
2025-09-22net: move sk->sk_err_soft and sk->sk_sndbufEric Dumazet-2/+2
2025-09-22net: move sk_uid and sk_protocol to sock_read_txEric Dumazet-3/+3
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