index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
mac80211
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
6
-28
/
+24
2022-07-11
wifi: mac80211: fix queue selection for mesh/OCB interfaces
Felix Fietkau
1
-2
/
+2
2022-07-11
wifi: mac80211: Use the bitmap API to allocate bitmaps
Christophe JAILLET
1
-3
/
+2
2022-07-11
wifi: mac80211: fix center freq calculation in ieee80211_chandef_downgrade
MeiChia Chiu
1
-1
/
+1
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
12
-651
/
+176
2022-07-01
wifi: mac80211: sta_info: fix a missing kernel-doc struct element
Mauro Carvalho Chehab
1
-0
/
+2
2022-06-29
wifi: mac80211: do not wake queues on a vif that is being stopped
Felix Fietkau
2
-0
/
+5
2022-06-29
wifi: mac80211: check skb_shared in ieee80211_8023_xmit()
Ryder Lee
1
-23
/
+13
2022-06-29
wifi: mac80211: add gfp_t parameter to ieeee80211_obss_color_collision_notify
Lorenzo Bianconi
2
-3
/
+4
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
16
-145
/
+179
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
1
-31
/
+44
2022-06-20
wifi: mac80211: pass the link id in start/stop ap
Shaul Triebitz
4
-16
/
+41
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: mac80211: add sta link addition/removal
Johannes Berg
9
-33
/
+195
2022-06-20
wifi: mac80211: add MLO link ID to TX frame metadata
Johannes Berg
1
-2
/
+32
2022-06-20
wifi: mac80211: remove band from TX info in MLO
Johannes Berg
2
-38
/
+70
2022-06-20
wifi: mac80211: add vif link addition/removal
Johannes Berg
4
-3
/
+182
2022-06-20
wifi: mac80211: ignore IEEE80211_CONF_CHANGE_SMPS in chanctx mode
Johannes Berg
1
-1
/
+2
2022-06-20
wifi: mac80211: tx: simplify chanctx_conf handling
Johannes Berg
1
-36
/
+9
2022-06-20
wifi: mac80211: status: look up band only where needed
Johannes Berg
5
-23
/
+13
2022-06-20
wifi: mac80211: sort trace.h file
Johannes Berg
1
-456
/
+456
2022-06-20
wifi: mac80211: correct link config data in tracing
Johannes Berg
1
-23
/
+25
2022-06-20
wifi: mac80211: make ieee80211_he_cap_ie_to_sta_he_cap() MLO-aware
Johannes Berg
5
-11
/
+13
2022-06-20
wifi: mac80211: make some SMPS code MLD-aware
Johannes Berg
7
-25
/
+38
2022-06-20
wifi: mac80211: HT: make ieee80211_ht_cap_ie_to_sta_ht_cap() MLO-aware
Johannes Berg
6
-11
/
+12
2022-06-20
wifi: mac80211: add link_id to eht.c code for MLO
Johannes Berg
4
-7
/
+12
2022-06-20
wifi: mac80211: add link_id to vht.c code for MLO
Johannes Berg
10
-78
/
+89
2022-06-20
wifi: mac80211: refactor some link setup code
Johannes Berg
1
-11
/
+22
2022-06-20
wifi: mac80211: validate some driver features for MLO
Johannes Berg
1
-0
/
+42
2022-06-20
wifi: mac80211: use IEEE80211_MLD_MAX_NUM_LINKS
Johannes Berg
1
-1
/
+1
2022-06-20
wifi: mac80211: refactor some sta_info link handling
Johannes Berg
1
-23
/
+56
2022-06-20
wifi: mac80211: remove sta_info_tx_streams()
Johannes Berg
2
-36
/
+0
2022-06-20
wifi: mac80211: make channel context code MLO-aware
Johannes Berg
19
-391
/
+566
2022-06-20
wifi: mac80211: pass link ID where already present
Johannes Berg
1
-3
/
+4
2022-06-20
wifi: mac80211: add per-link configuration pointer
Johannes Berg
2
-2
/
+22
2022-06-20
wifi: mac80211: split bss_info_changed method
Johannes Berg
15
-109
/
+241
2022-06-20
wifi: mac80211: reorg some iface data structs for MLD
Johannes Berg
22
-486
/
+534
2022-06-20
wifi: mac80211: move interface config to new struct
Johannes Berg
13
-67
/
+76
[next]