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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-27
wifi: mac80211: don't start TX with fq->lock to fix deadlock
Alexander Wetzel
1
-1
/
+1
2022-09-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
3
-8
/
+12
2022-09-06
wifi: mac80211: implement link switching
Johannes Berg
6
-0
/
+250
2022-09-06
wifi: mac80211: keep A-MSDU data in sta and per-link
Benjamin Berg
7
-16
/
+72
2022-09-06
wifi: mac80211: set up beacon timing config on links
Johannes Berg
1
-36
/
+47
2022-09-06
wifi: mac80211: add vif/sta link RCU dereference macros
Johannes Berg
1
-0
/
+10
2022-09-06
wifi: mac80211: extend ieee80211_nullfunc_get() for MLO
Johannes Berg
2
-17
/
+31
2022-09-06
wifi: mac80211: add ieee80211_find_sta_by_link_addrs API
Johannes Berg
1
-0
/
+37
2022-09-06
wifi: mac80211: isolate driver from inactive links
Johannes Berg
7
-174
/
+270
2022-09-06
wifi: mac80211: make smps_mode per-link
Benjamin Berg
5
-11
/
+13
2022-09-06
wifi: mac80211: use correct rx link_sta instead of default
Benjamin Berg
1
-34
/
+35
2022-09-06
wifi: mac80211: set link_sta in reorder timeout
Johannes Berg
1
-0
/
+1
2022-09-06
Merge remote-tracking branch 'wireless/main' into wireless-next
Johannes Berg
3
-8
/
+12
2022-09-04
Merge tag 'wireless-next-2022-09-03' of git://git.kernel.org/pub/scm/linux/ke...
David S. Miller
10
-296
/
+412
2022-09-04
Merge tag 'wireless-2022-09-03' of git://git.kernel.org/pub/scm/linux/kernel/...
David S. Miller
3
-8
/
+12
2022-09-03
wifi: mac80211: call drv_sta_state() under sdata_lock() in reconfig
Johannes Berg
1
-15
/
+13
2022-09-03
wifi: mac80211: mlme: refactor QoS settings code
Johannes Berg
2
-13
/
+27
2022-09-03
wifi: mac80211: fix double SW scan stop
Johannes Berg
1
-1
/
+1
2022-09-03
wifi: mac80211: mlme: assign link address correctly
Johannes Berg
1
-3
/
+2
2022-09-03
wifi: mac80211: move link code to a new file
Johannes Berg
4
-254
/
+274
2022-09-03
wifi: mac80211: remove unused arg to ieee80211_chandef_eht_oper
Johannes Berg
3
-6
/
+4
2022-09-03
wifi: mac80211: Support POWERED_ADDR_CHANGE feature
James Prestwood
2
-2
/
+71
2022-09-03
wifi: mac80211: prevent 4-addr use on MLDs
Johannes Berg
2
-0
/
+11
2022-09-03
wifi: mac80211: prevent VLANs on MLDs
Johannes Berg
1
-0
/
+5
2022-09-03
wifi: use struct_group to copy addresses
Johannes Berg
1
-2
/
+2
2022-09-03
wifi: mac80211: fix locking in auth/assoc timeout
Johannes Berg
1
-6
/
+5
2022-09-03
wifi: mac80211: mlme: release deflink channel in error case
Johannes Berg
1
-0
/
+1
2022-09-03
wifi: mac80211: fix link warning in RX agg timer expiry
Mukesh Sisodiya
1
-0
/
+4
2022-09-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-10
/
+18
2022-08-29
net: Use u64_stats_fetch_begin_irq() for stats fetch.
Sebastian Andrzej Siewior
1
-4
/
+4
2022-08-29
wifi: mac80211: fix potential deadlock in ieee80211_key_link()
Sun Ke
1
-2
/
+4
2022-08-26
Merge tag 'wireless-next-2022-08-26-v2' of git://git.kernel.org/pub/scm/linux...
David S. Miller
14
-175
/
+581
2022-08-26
wifi: mac80211: use full 'unsigned int' type
Xin Gao
1
-4
/
+4
2022-08-26
wifi: mac80211: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-1
/
+1
2022-08-26
wifi: mac80211: read ethtool's sta_stats from sinfo
Ryder Lee
1
-5
/
+5
2022-08-26
wifi: mac80211: correct SMPS mode in HE 6 GHz capability
Johannes Berg
4
-4
/
+7
2022-08-25
wifi: cfg80211: Add link_id to cfg80211_ch_switch_started_notify()
Veerendranath Jakkam
2
-2
/
+2
2022-08-25
wifi: mac80211: allow bw change during channel switch in mesh
Hari Chandrakanthan
1
-3
/
+0
2022-08-25
wifi: mac80211: clean up a needless assignment in ieee80211_sta_activate_link()
Lukas Bulwahn
1
-3
/
+1
2022-08-25
wifi: mac80211: allow link address A2 in TXQ dequeue
Johannes Berg
1
-2
/
+2
2022-08-25
wifi: mac80211: fix control port frame addressing
Johannes Berg
1
-1
/
+2
2022-08-25
wifi: mac80211: set link ID in TX info for beacons
Johannes Berg
1
-0
/
+2
2022-08-25
wifi: mac80211: maintain link_id in link_sta
Johannes Berg
1
-0
/
+1
2022-08-25
wifi: cfg80211/mac80211: check EHT capability size correctly
Johannes Berg
4
-20
/
+62
2022-08-25
wifi: mac80211: mlme: don't add empty EML capabilities
Mordechay Goodstein
1
-3
/
+10
2022-08-25
wifi: mac80211: use link ID for MLO in queued frames
Johannes Berg
2
-7
/
+27
2022-08-25
wifi: mac80211: use the corresponding link for stats update
Vasanthakumar Thiagarajan
1
-6
/
+29
2022-08-25
wifi: mac80211: add link information in ieee80211_rx_status
Vasanthakumar Thiagarajan
1
-1
/
+94
2022-08-25
wifi: mac80211: properly implement MLO key handling
Johannes Berg
7
-104
/
+284
2022-08-25
wifi: cfg80211: Add link_id parameter to various key operations for MLO
Veerendranath Jakkam
1
-8
/
+9
[prev]
[next]