index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
mac80211
/
cfg.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-11
wifi: mac80211: set EHT support flag in AP mode
Aloka Dixit
1
-0
/
+4
2023-03-30
Merge tag 'wireless-next-2023-03-30' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
1
-7
/
+63
2023-03-24
mac80211: support RNR for EMA AP
Aloka Dixit
1
-5
/
+58
2023-03-22
wifi: mac80211: generate EMA beacons in AP mode
Aloka Dixit
1
-4
/
+7
2023-03-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-10
/
+11
2023-03-10
wifi: mac80211: check basic rates validity
Johannes Berg
1
-10
/
+11
2023-03-07
wifi: mac80211: add LDPC related flags in ieee80211_bss_conf
Ryder Lee
1
-0
/
+11
2023-03-07
wifi: mac80211: add EHT MU-MIMO related flags in ieee80211_bss_conf
Ryder Lee
1
-0
/
+16
2023-03-07
wifi: mac80211: simplify reasoning about EHT capa handling
Johannes Berg
1
-1
/
+1
2023-03-07
wifi: mac80211: add support for set_hw_timestamp command
Avraham Stern
1
-0
/
+17
2023-02-14
wifi: cfg80211: get rid of gfp in cfg80211_bss_color_notify
Lorenzo Bianconi
1
-2
/
+1
2023-02-14
wifi: mac80211: configure puncturing bitmap
Aloka Dixit
1
-3
/
+19
2023-02-14
wifi: cfg80211: include puncturing bitmap in channel switch events
Aloka Dixit
1
-2
/
+3
2023-02-14
wifi: mac80211: mlme: handle EHT channel puncturing
Johannes Berg
1
-1
/
+1
2023-02-14
wifi: mac80211: move color collision detection report in a delayed work
Lorenzo Bianconi
1
-1
/
+25
2023-01-19
wifi: mac80211: drop extra 'e' from ieeee80211... name
Johannes Berg
1
-2
/
+2
2023-01-18
wifi: mac80211: Add HE MU-MIMO related flags in ieee80211_bss_conf
Muna Sinada
1
-0
/
+15
2023-01-18
wifi: mac80211: Add VHT MU-MIMO related flags in ieee80211_bss_conf
Muna Sinada
1
-0
/
+15
2023-01-17
Merge wireless into wireless-next
Kalle Valo
1
-0
/
+7
2023-01-12
wifi: mac80211: fix double space in comment
Nick Hainke
1
-1
/
+1
2023-01-10
wifi: mac80211: reset multiple BSSID options in stop_ap()
Aloka Dixit
1
-0
/
+7
2022-12-01
wifi: mac80211: fix maybe-unused warning
Íñigo Huguet
1
-1
/
+1
2022-10-10
wifi: mac80211: Drop support for TX push path
Alexander Wetzel
1
-3
/
+0
2022-10-07
wifi: mac80211: use link_id in ieee80211_change_bss()
Johannes Berg
1
-19
/
+21
2022-09-03
wifi: mac80211: prevent 4-addr use on MLDs
Johannes Berg
1
-0
/
+7
2022-08-25
wifi: cfg80211: Add link_id to cfg80211_ch_switch_started_notify()
Veerendranath Jakkam
1
-1
/
+1
2022-08-25
wifi: mac80211: allow bw change during channel switch in mesh
Hari Chandrakanthan
1
-3
/
+0
2022-08-25
wifi: mac80211: properly implement MLO key handling
Johannes Berg
1
-13
/
+62
2022-08-25
wifi: cfg80211: Add link_id parameter to various key operations for MLO
Veerendranath Jakkam
1
-8
/
+9
2022-08-25
wifi: mac80211: use link in TXQ parameter configuration
Shaul Triebitz
1
-1
/
+23
2022-08-25
wifi: mac80211: accept STA changes without link changes
Johannes Berg
1
-0
/
+14
2022-07-22
wifi: mac80211: remove erroneous sband/link validation
Johannes Berg
1
-13
/
+1
2022-07-22
wifi: mac80211: more station handling sanity checks
Johannes Berg
1
-0
/
+7
2022-07-22
wifi: mac80211: validate link address doesn't change
Johannes Berg
1
-6
/
+12
2022-07-22
wifi: mac80211: fix NULL pointer deref with non-MLD STA
Johannes Berg
1
-1
/
+6
2022-07-15
wifi: mac80211: select link when transmitting to non-MLO stations
Andrei Otcheretianski
1
-0
/
+4
2022-07-15
wifi: mac80211: fix up link station creation/insertion
Johannes Berg
1
-2
/
+8
2022-07-15
wifi: mac80211: limit A-MSDU subframes for client too
Johannes Berg
1
-27
/
+2
2022-07-15
wifi: mac80211: make ieee80211_check_rate_mask() link-aware
Johannes Berg
1
-1
/
+1
2022-07-15
wifi: mac80211: use only channel width in ieee80211_parse_bitrates()
Johannes Berg
1
-2
/
+2
2022-07-15
wifi: mac80211: move tdls_chan_switch_prohibited to link data
Johannes Berg
1
-1
/
+1
2022-07-15
wifi: mac80211: replace link_id with link_conf in start/stop_ap()
Gregory Greenman
1
-2
/
+2
2022-07-15
wifi: mac80211: change QoS settings API to take link into account
Johannes Berg
1
-3
/
+4
2022-07-15
wifi: mac80211: fix key lookup
Johannes Berg
1
-0
/
+4
2022-07-15
wifi: mac80211: RCU-ify link/link_conf pointers
Johannes Berg
1
-60
/
+109
2022-07-15
wifi: mac80211: implement callbacks for <add/mod/del>_link_station
Shaul Triebitz
1
-0
/
+108
2022-07-15
wifi: cfg80211/mac80211: separate link params from station params
Shaul Triebitz
1
-52
/
+91
2022-07-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2022-07-01
wifi: mac80211: switch airtime fairness back to deficit round-robin scheduling
Felix Fietkau
1
-34
/
+1
2022-06-29
wifi: mac80211: add gfp_t parameter to ieeee80211_obss_color_collision_notify
Lorenzo Bianconi
1
-2
/
+2
[next]