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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-01
wifi: nl80211: relax wdev mutex check in wdev_chandef()
Johannes Berg
1
-1
/
+11
2022-07-01
wifi: nl80211: acquire wdev mutex earlier in start_ap
Johannes Berg
1
-12
/
+13
2022-07-01
wifi: nl80211: hold wdev mutex for tid config
Johannes Berg
1
-0
/
+3
2022-07-01
wifi: cfg80211: handle IBSS in channel switch
Johannes Berg
1
-0
/
+3
2022-07-01
wifi: mac80211: properly skip link info driver update
Johannes Berg
1
-0
/
+3
2022-07-01
wifi: mac80211: only accumulate airtime deficit for active clients
Felix Fietkau
1
-1
/
+6
2022-07-01
wifi: mac80211: add debugfs file to display per-phy AQL pending airtime
Felix Fietkau
1
-0
/
+31
2022-07-01
wifi: mac80211: add a per-PHY AQL limit to improve fairness
Felix Fietkau
4
-4
/
+43
2022-07-01
wifi: mac80211: keep recently active tx queues in scheduling list
Felix Fietkau
3
-4
/
+44
2022-07-01
wifi: mac80211: consider aql_tx_pending when checking airtime deficit
Felix Fietkau
1
-2
/
+9
2022-07-01
wifi: mac80211: make sta airtime deficit field s32 instead of s64
Felix Fietkau
3
-4
/
+4
2022-07-01
wifi: mac80211: switch airtime fairness back to deficit round-robin scheduling
Felix Fietkau
13
-654
/
+190
2022-07-01
wifi: mac80211: fix a kernel-doc complaint
Johannes Berg
1
-1
/
+1
2022-07-01
wifi: cfg80211: remove redundant documentation
Johannes Berg
1
-10
/
+0
2022-07-01
wifi: mac80211: sta_info: fix a missing kernel-doc struct element
Mauro Carvalho Chehab
1
-0
/
+2
2022-07-01
wifi: mac80211: add a missing comma at kernel-doc markup
Mauro Carvalho Chehab
1
-1
/
+1
2022-07-01
wifi: cfg80211: fix kernel-doc warnings all over the file
Mauro Carvalho Chehab
1
-7
/
+21
2022-07-01
wifi: ieee80211: s1g action frames are not robust
Peter Chiu
1
-0
/
+1
2022-06-21
wifi: rtw89: 8852a: rfk: fix div 0 exception
Ping-Ke Shih
1
-2
/
+2
2022-06-21
wifi: rtw89: disable invalid phy reports for all ICs
Po-Hao Huang
1
-3
/
+1
2022-06-21
wifi: rtw89: pci: fix PCI doesn't reclaim TX BD properly
Ping-Ke Shih
1
-3
/
+6
2022-06-21
wifi: rtw89: fix long RX latency in low power mode
Ping-Ke Shih
1
-1
/
+7
2022-06-21
wifi: rtw89: drop invalid TX rate report of legacy rate
Ping-Ke Shih
3
-8
/
+17
2022-06-21
wifi: rtw89: add UNEXP debug mask to keep monitor messages unexpected to happ...
Ping-Ke Shih
3
-4
/
+7
2022-06-21
wifi: rtw89: enable VO TX AMPDU
Kuan-Chung Chen
2
-7
/
+92
2022-06-21
wifi: rtw89: fix potential TX stuck
Kuan-Chung Chen
1
-0
/
+4
2022-06-21
wifi: rtw89: support TDLS
Ping-Ke Shih
1
-0
/
+2
2022-06-21
wifi: rtw89: allocate BSSID CAM per TDLS peer
Ping-Ke Shih
7
-6
/
+36
2022-06-21
wifi: rtw89: separate BSSID CAM operations
Ping-Ke Shih
2
-8
/
+22
2022-06-21
wifi: rtw89: allocate address CAM and MAC ID to TDLS peer
Ping-Ke Shih
4
-19
/
+24
2022-06-21
wifi: iwlegacy: 4965: fix potential off-by-one overflow in il4965_rs_fill_lin...
Alexey Kodanev
1
-1
/
+4
2022-06-20
cfg80211: Indicate MLO connection info in connect and roam callbacks
Veerendranath Jakkam
11
-148
/
+480
2022-06-20
wifi: mac80211_hwsim: print the link id
Shaul Triebitz
1
-2
/
+2
2022-06-20
wifi: mac80211_hwsim: support creating MLO-capable radios
Johannes Berg
2
-21
/
+81
2022-06-20
wifi: nl80211: expose link ID for associated BSSes
Johannes Berg
1
-2
/
+4
2022-06-20
wifi: nl80211: expose link information for interfaces
Johannes Berg
1
-0
/
+22
2022-06-20
wifi: mac80211_hwsim: send a beacon per link
Shaul Triebitz
1
-31
/
+59
2022-06-20
wifi: mac80211: set STA deflink addresses
Johannes Berg
1
-0
/
+2
2022-06-20
wifi: mac80211: maintain link-sta hash table
Johannes Berg
3
-7
/
+92
2022-06-20
wifi: mac80211: RCU-ify link STA pointers
Johannes Berg
17
-146
/
+180
2022-06-20
wifi: mac80211: ethtool: use deflink for now
Johannes Berg
1
-10
/
+10
2022-06-20
wifi: mac80211: move ieee80211_bssid_match() function
Johannes Berg
2
-6
/
+6
2022-06-20
wifi: mac80211: return a beacon for a specific link
Shaul Triebitz
43
-88
/
+109
2022-06-20
wifi: mac80211: pass the link id in start/stop ap
Shaul Triebitz
10
-31
/
+93
2022-06-20
wifi: mac80211: use link in start/stop ap
Shaul Triebitz
1
-102
/
+115
2022-06-20
wifi: mac80211: implement add/del interface link callbacks
Johannes Berg
1
-0
/
+20
2022-06-20
wifi: cfg80211: add optional link add/remove callbacks
Johannes Berg
4
-2
/
+70
2022-06-20
wifi: cfg80211: sort trace.h
Johannes Berg
1
-137
/
+137
2022-06-20
wifi: mac80211: add sta link addition/removal
Johannes Berg
10
-35
/
+206
2022-06-20
wifi: mac80211: add MLO link ID to TX frame metadata
Johannes Berg
2
-2
/
+39
[next]