index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
mac80211
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'leds-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/le...
Linus Torvalds
2023-07-03
2
-7
/
+3
|
\
|
*
leds: Change led_trigger_blink[_oneshot]() delay parameters to pass-by-value
Hans de Goede
2023-05-25
2
-7
/
+3
*
|
Merge tag 'wireless-next-2023-06-22' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
2023-06-22
21
-396
/
+1059
|
\
\
|
*
|
wifi: mac80211: mark keys as uploaded when added by the driver
Yedidya Benshimol
2023-06-21
1
-2
/
+6
|
*
|
wifi: mac80211: fix CRC calculation for extended elems
Johannes Berg
2023-06-21
1
-14
/
+11
|
*
|
wifi: mac80211: avoid lockdep checking when removing deflink
Benjamin Berg
2023-06-21
1
-2
/
+3
|
*
|
wifi: mac80211: always hold sdata lock in chanctx assign/unassign
Johannes Berg
2023-06-21
2
-5
/
+18
|
*
|
wifi: mac80211: store BSS param change count from assoc response
Johannes Berg
2023-06-21
2
-1
/
+17
|
*
|
wifi: mac80211: drop some unprotected action frames
Johannes Berg
2023-06-21
1
-2
/
+13
|
*
|
wifi: mac80211: move action length check up
Johannes Berg
2023-06-21
1
-4
/
+5
|
*
|
wifi: mac80211: drop unprotected robust mgmt before 4-way-HS
Alon Giladi
2023-06-21
1
-3
/
+10
|
*
|
wifi: mac80211: add eht_capa debugfs field
Ben Greear
2023-06-19
1
-0
/
+185
|
*
|
wifi: mac80211: check EHT basic MCS/NSS set
Johannes Berg
2023-06-19
1
-1
/
+88
|
*
|
wifi: update multi-link element STA reconfig
Johannes Berg
2023-06-19
1
-1
/
+1
|
*
|
wifi: mac80211: agg-tx: prevent start/stop race
Johannes Berg
2023-06-19
1
-0
/
+8
|
*
|
wifi: mac80211: agg-tx: add a few locking assertions
Johannes Berg
2023-06-19
1
-1
/
+5
|
*
|
wifi: mac80211: Support link removal using Reconfiguration ML element
Ilan Peer
2023-06-19
2
-0
/
+172
|
*
|
wifi: mac80211: add set_active_links variant not locking sdata
Benjamin Berg
2023-06-19
2
-2
/
+14
|
*
|
wifi: mac80211: add ___ieee80211_disconnect variant not locking sdata
Benjamin Berg
2023-06-19
1
-5
/
+7
|
*
|
wifi: ieee80211: add helper to validate ML element type and size
Benjamin Berg
2023-06-19
1
-1
/
+2
|
*
|
wifi: mac80211: Include Multi-Link in CRC calculation
Ilan Peer
2023-06-19
1
-0
/
+4
|
*
|
wifi: mac80211: Rename ieee80211_mle_sta_prof_size_ok()
Ilan Peer
2023-06-19
1
-1
/
+2
|
*
|
wifi: mac80211: Add support for parsing Reconfiguration Multi Link element
Ilan Peer
2023-06-19
2
-3
/
+23
|
*
|
wifi: mac80211: Rename multi_link
Ilan Peer
2023-06-19
3
-18
/
+18
|
*
|
wifi: mac80211: use cfg80211 defragmentation helper
Benjamin Berg
2023-06-19
2
-58
/
+37
|
*
|
wifi: mac80211: use new inform_bss callback
Benjamin Berg
2023-06-19
3
-55
/
+42
|
*
|
wifi: mac80211: feed the link_id to cfg80211_ch_switch_started_notify
Emmanuel Grumbach
2023-06-19
1
-2
/
+3
|
*
|
wifi: mac80211: add consistency check for compat chandef
Anjaneyulu
2023-06-19
1
-0
/
+5
|
*
|
wifi: mac80211: stop passing cbss to parser
Benjamin Berg
2023-06-19
1
-1
/
+0
|
*
|
wifi: mac80211: Extend AID element addition for TDLS frames
Mukesh Sisodiya
2023-06-19
1
-10
/
+9
|
*
|
wifi: mac80211: Add HE and EHT capa elements in TDLS frames
Abhishek Naik
2023-06-19
3
-1
/
+88
|
*
|
wifi: mac80211: handle TDLS data frames with MLO
Abhishek Naik
2023-06-19
1
-2
/
+20
|
*
|
wifi: mac80211: handle TDLS negotiation with MLO
Mukesh Sisodiya
2023-06-19
1
-72
/
+91
|
*
|
wifi: cfg80211: make TDLS management link-aware
Mukesh Sisodiya
2023-06-19
2
-9
/
+9
|
*
|
wifi: mac80211: Remove "Missing iftype sband data/EHT cap" spam
Nicolas Cavallari
2023-06-19
1
-3
/
+1
|
*
|
wifi: mac80211: Add debugfs entry to report dormant links
Ilan Peer
2023-06-19
1
-0
/
+14
|
*
|
wifi: mac80211: Support disabled links during association
Ilan Peer
2023-06-19
4
-31
/
+50
|
*
|
Merge wireless into wireless-next
Johannes Berg
2023-06-19
6
-11
/
+19
|
|
\
\
|
*
|
|
wifi: mac80211: Replace strlcpy with strscpy
Azeem Shaikh
2023-06-14
1
-1
/
+1
|
*
|
|
wifi: mac80211: Fix permissions for valid_links debugfs entry
Ilan Peer
2023-06-14
1
-1
/
+1
|
*
|
|
wifi: mac80211: Add getter functions for vif MLD state
Ilan Peer
2023-06-14
9
-51
/
+52
|
*
|
|
wifi: mac80211: allow disabling SMPS debugfs controls
Miri Korenblit
2023-06-14
1
-1
/
+4
|
*
|
|
wifi: mac80211: don't update rx_stats.last_rate for NDP
Johannes Berg
2023-06-14
1
-3
/
+3
|
*
|
|
wifi: mac80211: fix CSA processing while scanning
Benjamin Berg
2023-06-14
1
-3
/
+4
|
*
|
|
wifi: mac80211: mlme: clarify WMM messages
Johannes Berg
2023-06-14
1
-9
/
+9
|
*
|
|
wifi: mac80211: pass roc->sdata to drv_cancel_remain_on_channel()
Anjaneyulu
2023-06-14
1
-2
/
+2
|
*
|
|
wifi: mac80211: include key action/command in tracing
Johannes Berg
2023-06-14
1
-3
/
+5
|
*
|
|
wifi: mac80211: add helpers to access sband iftype data
Johannes Berg
2023-06-14
4
-32
/
+17
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-06-22
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
wifi: mac80211: report all unusable beacon frames
Benjamin Berg
2023-06-21
1
-1
/
+1
|
|
|
/
/
|
|
/
|
|
[next]