index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
wireless
/
scan.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-09-11
wifi: mac80211: reduce iflist_mtx
Johannes Berg
7
-42
/
+29
2023-09-11
wifi: mac80211: remove local->mtx
Johannes Berg
14
-269
/
+135
2023-09-11
wifi: mac80211: remove ampdu_mlme.mtx
Johannes Berg
7
-117
/
+60
2023-09-11
wifi: mac80211: remove chanctx_mtx
Johannes Berg
9
-142
/
+113
2023-09-11
wifi: mac80211: remove key_mtx
Johannes Berg
9
-132
/
+90
2023-09-11
wifi: mac80211: remove sta_mtx
Johannes Berg
18
-214
/
+112
2023-09-11
wifi: mac80211: take wiphy lock for MAC addr change
Johannes Berg
1
-3
/
+16
2023-09-11
wifi: mac80211: extend wiphy lock in interface removal
Johannes Berg
1
-1
/
+2
2023-09-11
wifi: mac80211: hold wiphy_lock around concurrency checks
Johannes Berg
1
-2
/
+3
2023-09-11
wifi: mac80211: ethtool: hold wiphy mutex
Johannes Berg
1
-2
/
+6
2023-09-11
wifi: cfg80211: check wiphy mutex is held for wdev mutex
Johannes Berg
1
-1
/
+7
2023-09-11
wifi: cfg80211: hold wiphy lock in cfg80211_any_wiphy_oper_chan()
Johannes Berg
1
-3
/
+7
2023-09-11
wifi: cfg80211: sme: hold wiphy lock for wdev iteration
Johannes Berg
1
-0
/
+2
2023-09-11
wifi: cfg80211: reg: hold wiphy mutex for wdev iteration
Johannes Berg
1
-0
/
+3
2023-09-11
wifi: mac80211: check wiphy mutex in ops
Johannes Berg
2
-0
/
+95
2023-09-11
wifi: mac80211: move color change finalize to wiphy work
Johannes Berg
4
-9
/
+11
2023-09-11
wifi: mac80211: move CSA finalize to wiphy work
Johannes Berg
5
-11
/
+11
2023-09-11
wifi: mac80211: move filter reconfig to wiphy work
Johannes Berg
4
-6
/
+7
2023-09-11
wifi: mac80211: move tspec work to wiphy work
Johannes Berg
2
-9
/
+14
2023-09-11
wifi: mac80211: move key tailroom work to wiphy work
Johannes Berg
6
-11
/
+17
2023-09-11
wifi: mac80211: move TDLS work to wiphy work
Johannes Berg
3
-10
/
+12
2023-09-11
wifi: mac80211: move sched-scan stop work to wiphy work
Johannes Berg
3
-8
/
+10
2023-09-11
wifi: mac80211: move dynamic PS to wiphy work
Johannes Berg
7
-19
/
+24
2023-09-11
wifi: mac80211: move link activation work to wiphy work
Johannes Berg
3
-6
/
+8
2023-09-11
wifi: mac80211: move offchannel works to wiphy work
Johannes Berg
3
-23
/
+23
2023-09-11
wifi: mac80211: lock wiphy in IP address notifier
Johannes Berg
2
-1
/
+35
2023-09-11
wifi: mac80211: move monitor work to wiphy work
Johannes Berg
2
-7
/
+9
2023-09-11
wifi: mac80211: move scan work to wiphy work
Johannes Berg
5
-25
/
+18
2023-09-11
wifi: mac80211: move radar detect work to wiphy work
Johannes Berg
3
-10
/
+11
2023-09-11
wifi: mac80211: move DFS CAC work to wiphy work
Johannes Berg
6
-15
/
+16
2023-09-11
wifi: mac80211: add more ops assertions
Johannes Berg
2
-0
/
+36
2023-09-11
wifi: mac80211: convert A-MPDU work to wiphy work
Johannes Berg
6
-17
/
+15
2023-09-11
wifi: mac80211: flush wiphy work where appropriate
Johannes Berg
2
-0
/
+2
2023-09-11
wifi: cfg80211: add flush functions for wiphy work
Johannes Berg
4
-5
/
+57
2023-09-11
wifi: cfg80211: check RTNL when iterating devices
Johannes Berg
6
-17
/
+27
2023-09-11
wifi: mac80211: lock wiphy for aggregation debugfs
Johannes Berg
1
-1
/
+3
2023-09-11
wifi: mac80211: hold wiphy lock in netdev/link debugfs
Johannes Berg
1
-33
/
+90
2023-09-11
wifi: mac80211: debugfs: lock wiphy instead of RTNL
Johannes Berg
1
-3
/
+3
2023-09-11
wifi: mac80211: fix SMPS status handling
Johannes Berg
5
-50
/
+78
2023-09-11
wifi: mac80211: Fix SMPS handling in the context of MLO
Ilan Peer
3
-5
/
+11
2023-09-11
wifi: mac80211: rework ack_frame_id handling a bit
Johannes Berg
5
-10
/
+25
2023-09-11
wifi: mac80211: tx: clarify conditions in if statement
Johannes Berg
1
-3
/
+4
2023-09-07
ssb: Fix division by zero issue in ssb_calc_clock_rate
Rand Deeb
1
-1
/
+1
2023-09-07
wifi: rtw89: 8922a: set memory heap address for secure firmware
Ping-Ke Shih
2
-0
/
+6
2023-09-07
wifi: rtw89: fw: refine download flow to support variant firmware suits
Ping-Ke Shih
1
-19
/
+65
2023-09-07
wifi: rtw89: 8922a: add chip_ops::bb_preinit to enable BB before downloading ...
Ping-Ke Shih
6
-0
/
+20
2023-09-07
wifi: rtw89: fw: propagate an argument include_bb for BB MCU firmware
Ping-Ke Shih
12
-14
/
+31
2023-09-07
wifi: rtw89: fw: add checking type for variant type of firmware
Ping-Ke Shih
6
-15
/
+45
2023-09-07
wifi: rtw89: fw: implement supported functions of download firmware for WiFi ...
Ping-Ke Shih
2
-0
/
+238
2023-09-07
wifi: rtw89: fw: generalize download firmware flow by mac_gen pointers
Ping-Ke Shih
3
-18
/
+29
[next]