summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-06-03mptcp: close TOCTOU race while computing rcv_wndPaolo Abeni1-18/+18
2026-06-03mptcp: fix retransmission loop when csum is enabledPaolo Abeni1-0/+4
2026-06-03mptcp: fix missing wakeups in edge scenariosPaolo Abeni1-0/+4
2026-06-03ipv4: raw: remove six obsolete EXPORT_SYMBOL_GPL()Eric Dumazet1-6/+0
2026-06-03ipv4: restrict IPOPT_SSRR and IPOPT_LSRR optionsEric Dumazet1-0/+4
2026-06-03af_unix: Fix inq_len update problem in partial readJianyu Li1-5/+6
2026-06-03appletalk: aarp: zero-initialize aarp_entry to prevent heap info leakYizhou Zhao1-1/+1
2026-06-03xsk: cache csum_start/csum_offset to fix TOCTOU in xsk_skb_metadata()Jason Xing1-4/+7
2026-06-03mm/slab: improve kmem_cache_alloc_bulkChristoph Hellwig2-15/+16
2026-06-03Bluetooth: MGMT: Fix backward compatibility with userspaceLuiz Augusto von Dentz1-2/+3
2026-06-03Bluetooth: SCO: Fix data-race on sco_pi fields in sco_connectSeungJu Cheon1-5/+15
2026-06-03Bluetooth: ISO: Fix data-race on iso_pi fields in hci_get_route callsSeungJu Cheon1-16/+44
2026-06-03Bluetooth: ISO: Fix a use-after-free of the hci_conn pointerLuiz Augusto von Dentz1-1/+1
2026-06-03Bluetooth: ISO: Fix not releasing hdev reference on iso_conn_big_syncLuiz Augusto von Dentz1-0/+1
2026-06-03Bluetooth: fix memory leak in error path of hci_alloc_dev()Bharath Reddy1-2/+4
2026-06-03Bluetooth: bnep: reject short frames before parsingZhang Cen1-21/+36
2026-06-03Bluetooth: hci_sync: reject oversized Broadcast Announcement prependYuqi Xu1-0/+5
2026-06-03Bluetooth: L2CAP: reject BR/EDR signaling packets over MTUsigMichael Bommarito1-0/+46
2026-06-03Bluetooth: RFCOMM: validate skb length in MCC handlersSeungJu Cheon1-18/+49
2026-06-03Bluetooth: MGMT: validate advertising TLV before type checksZhang Cen1-6/+6
2026-06-03Bluetooth: RFCOMM: hold listener socket in rfcomm_connect_ind()Zhang Cen1-4/+22
2026-06-03wifi: mac80211: AP: handle DBE for clientsJohannes Berg6-3/+203
2026-06-03wifi: mac80211: parse and apply UHR DBE channelJohannes Berg7-14/+513
2026-06-03wifi: mac80211: refactor link STA bandwidth updateJohannes Berg4-39/+36
2026-06-03wifi: mac80211: explain ieee80211_determine_chan_mode() parsingJohannes Berg1-0/+8
2026-06-03wifi: mac80211: mlme: allow UHR only with MLOJohannes Berg1-1/+1
2026-06-03wifi: mac80211: always expose multi-link elementJohannes Berg1-1/+8
2026-06-03wifi: cfg80211: harden cfg80211_defragment_element()Johannes Berg1-2/+4
2026-06-03wifi: mac80211: use local ml_basic_elem in parsingJohannes Berg1-7/+7
2026-06-03wifi: mac80211: clarify beacon parsing with MBSSID/EMAJohannes Berg3-21/+75
2026-06-03wifi: mac80211: rename "multi_link_inner" variableJohannes Berg1-5/+5
2026-06-03wifi: mac80211: clean up return in ieee802_11_find_bssid_profile()Johannes Berg1-2/+2
2026-06-03wifi: mac80211: unify link STA removal in vif link removalJohannes Berg2-19/+30
2026-06-03wifi: mac80211: basic S1G rx rate reporting supportLachlan Hodges3-1/+25
2026-06-03wifi: mac80211: Add KUnit test for ieee80211_mesh_perr_size_okMasashi Honma1-0/+124
2026-06-03wifi: mac80211: Add KUnit test for ieee80211_mesh_prep_size_okMasashi Honma1-0/+53
2026-06-03wifi: mac80211: Add KUnit test for ieee80211_mesh_preq_size_okMasashi Honma1-0/+105
2026-06-03wifi: mac80211: Fix PERR frame processingMasashi Honma2-4/+23
2026-06-03wifi: mac80211: Fix overread in PREP frame processingMasashi Honma2-4/+9
2026-06-03wifi: mac80211: Fix overread in PREQ frame processingMasashi Honma2-4/+17
2026-06-03wifi: mac80211: Use struct instead of macro for PERR frameMasashi Honma1-26/+5
2026-06-03wifi: mac80211: Use struct instead of macro for PREP frameMasashi Honma1-24/+22
2026-06-03wifi: mac80211: Use struct instead of macro for PREQ frameMasashi Honma1-34/+31
2026-06-03wifi: mac80211: remove 5/10 MHz channel codeJohannes Berg10-94/+16
2026-06-03wifi: cfg80211: remove 5/10 MHz channel supportJohannes Berg4-43/+11
2026-06-03wifi: mac80211: report assoc_link_id in station info for non-MLD STAs on MLD APFelix Fietkau1-1/+4
2026-06-03wifi: cfg80211: enforce HE/EHT cap/oper consistencyJohannes Berg1-0/+6
2026-06-03wifi: fix leak if split 6 GHz scanning failsFedor Pchelkin1-1/+8
2026-06-03batman-adv: tt: directly retrieve wifi flags of net_deviceSven Eckelmann3-13/+27
2026-06-03batman-adv: tt: sync local and global tvlv preparation return valuesSven Eckelmann1-5/+13