index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
mac80211
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
wifi: mac80211: align ieee80211_mle_get_bss_param_ch_cnt()
Johannes Berg
2024-02-21
1
-4
/
+5
*
wifi: mac80211: clean up assignments to pointer cache.
Colin Ian King
2024-02-21
1
-5
/
+1
*
wifi: mac80211: make associated BSS pointer visible to the driver
Miri Korenblit
2024-02-21
2
-11
/
+9
*
wifi: mac80211: check beacon countdown is complete on per link basis
Aditya Kumar Singh
2024-02-21
1
-2
/
+12
*
Merge wireless into wireless-next
Johannes Berg
2024-02-15
1
-1
/
+2
|
\
|
*
wifi: mac80211: reload info pointer in ieee80211_tx_dequeue()
Johannes Berg
2024-02-08
1
-2
/
+3
*
|
wifi: mac80211: drop injection on disabled-chan monitor
Johannes Berg
2024-02-12
1
-1
/
+9
*
|
wifi: mac80211: remove only own link stations during stop_ap
Aditya Kumar Singh
2024-02-12
1
-1
/
+1
*
|
wifi: mac80211: flush only stations using requests links
Aditya Kumar Singh
2024-02-12
8
-18
/
+33
*
|
wifi: mac80211: remove gfp parameter from ieee80211_obss_color_collision_notify
Lorenzo Bianconi
2024-02-12
2
-3
/
+2
*
|
wifi: mac80211: add support to call csa_finish on a link
Aditya Kumar Singh
2024-02-08
1
-2
/
+13
*
|
wifi: mac80211: start and finalize channel switch on link basis
Aditya Kumar Singh
2024-02-08
2
-24
/
+37
*
|
wifi: mac80211: handle set csa/after_csa beacon on per link basis
Aditya Kumar Singh
2024-02-08
1
-13
/
+15
*
|
wifi: mac80211: update beacon counters per link basis
Aditya Kumar Singh
2024-02-08
1
-3
/
+11
*
|
wifi: mac80211: refactor STA CSA parsing flows
Michael-CY Lee
2024-02-08
1
-52
/
+250
*
|
wifi: mac80211: don't use sband->band early
Johannes Berg
2024-02-08
1
-1
/
+1
*
|
wifi: mac80211: add missing kernel-doc for fast_tx_check
Johannes Berg
2024-02-08
1
-1
/
+2
*
|
wifi: mac80211: clarify vif handling in TX dequeue
Johannes Berg
2024-02-08
1
-1
/
+2
*
|
wifi: mac80211: allow CSA to same channel
Johannes Berg
2024-02-08
1
-4
/
+0
*
|
wifi: mac80211: convert ieee80211_ie_build_eht_cap() to SKB use
Johannes Berg
2024-02-08
5
-119
/
+42
*
|
wifi: mac80211: convert ieee80211_ie_build_he_cap() to SKB use
Johannes Berg
2024-02-08
5
-93
/
+37
*
|
wifi: mac80211: move element parsing to a new file
Johannes Berg
2024-02-08
3
-892
/
+927
*
|
wifi: mac80211: start building elements in SKBs
Johannes Berg
2024-02-08
3
-185
/
+189
*
|
wifi: mac80211: simplify adding supported rates
Johannes Berg
2024-02-08
6
-131
/
+77
*
|
wifi: mac80211: tdls: use ieee80211_put_he_6ghz_cap()
Johannes Berg
2024-02-08
3
-11
/
+3
*
|
wifi: mac80211: rename ieee80211_ie_build_he_6ghz_cap()
Johannes Berg
2024-02-08
4
-8
/
+10
*
|
wifi: mac80211: limit HE RU capabilities when limiting bandwidth
Johannes Berg
2024-02-08
1
-2
/
+33
*
|
wifi: mac80211: adjust EHT capa when lowering bandwidth
Johannes Berg
2024-02-08
5
-37
/
+103
*
|
wifi: mac80211: simplify HE/EHT element length functions
Johannes Berg
2024-02-08
4
-19
/
+16
*
|
wifi: mac80211: disallow basic multi-link element in per-STA profile
Johannes Berg
2024-02-08
3
-1
/
+8
*
|
wifi: mac80211: disambiguate element parsing errors
Johannes Berg
2024-02-08
2
-38
/
+81
*
|
wifi: mac80211: implement MLO multicast deduplication
Johannes Berg
2024-02-08
3
-3
/
+26
*
|
wifi: mac80211: add/use ieee80211_get_sn()
Johannes Berg
2024-02-08
1
-3
/
+2
*
|
wifi: cfg80211/mac80211: move puncturing into chandef
Johannes Berg
2024-02-08
5
-186
/
+53
*
|
wifi: mac80211: use cfg80211_chandef_primary_freq()
Johannes Berg
2024-02-08
1
-19
/
+11
*
|
wifi: mac80211: refactor puncturing bitmap extraction
Johannes Berg
2024-02-08
1
-35
/
+17
*
|
wifi: mac80211: validate assoc response channel config
Johannes Berg
2024-02-08
1
-2
/
+17
*
|
wifi: mac80211: support wider bandwidth OFDMA config
Johannes Berg
2024-02-08
4
-70
/
+201
*
|
wifi: mac80211: add and use a link iteration macro
Johannes Berg
2024-02-08
2
-170
/
+89
*
|
wifi: mac80211: introduce 'channel request'
Johannes Berg
2024-02-08
19
-288
/
+330
*
|
wifi: mac80211: chan: chandef is non-NULL for reserved
Johannes Berg
2024-02-08
1
-3
/
+3
*
|
wifi: mac80211: simplify non-chanctx drivers
Johannes Berg
2024-02-08
10
-201
/
+243
*
|
wifi: mac80211: clean up HE 6 GHz and EHT chandef parsing
Johannes Berg
2024-02-08
5
-93
/
+29
*
|
wifi: mac80211: clean up connection process
Johannes Berg
2024-02-08
10
-997
/
+1268
*
|
wifi: mac80211: clean up band switch in duration
Johannes Berg
2024-02-08
1
-11
/
+8
*
|
wifi: mac80211: remove extra shadowing variable
Johannes Berg
2024-02-08
1
-1
/
+0
*
|
wifi: mac80211: remove unused MAX_MSG_LEN define
Johannes Berg
2024-02-08
1
-2
/
+0
*
|
Merge wireless into wireless-next
Johannes Berg
2024-02-08
8
-65
/
+115
|
\
|
|
*
wifi: mac80211: accept broadcast probe responses on 6 GHz
Johannes Berg
2024-02-02
1
-12
/
+18
|
*
wifi: mac80211: adding missing drv_mgd_complete_tx() call
Johannes Berg
2024-02-02
1
-0
/
+1
[next]