| Commit message (Expand) | Author | Age | Files | Lines |
* | wifi: mac80211: enable EHT mesh support | Ryder Lee | 2023-03-31 | 1 | -0/+71 |
* | Merge wireless/main into wireless-next/main | Johannes Berg | 2023-03-31 | 1 | -1/+4 |
|\ |
|
| * | wifi: mac80211: fix the size calculation of ieee80211_ie_len_eht_cap() | Ryder Lee | 2023-03-30 | 1 | -1/+1 |
| * | wifi: mac80211: Serialize ieee80211_handle_wake_tx_queue() | Alexander Wetzel | 2023-03-15 | 1 | -0/+3 |
* | | wifi: mac80211: S1G capabilities information element in probe request | Kieran Frewen | 2023-03-30 | 1 | -0/+23 |
|/ |
|
* | mac80211: support minimal EHT rate reporting on RX | Johannes Berg | 2023-01-18 | 1 | -0/+13 |
* | Merge wireless into wireless-next | Kalle Valo | 2023-01-17 | 1 | -39/+3 |
|\ |
|
| * | wifi: mac80211: Proper mark iTXQs for resumption | Alexander Wetzel | 2023-01-10 | 1 | -39/+3 |
* | | wifi: mac80211: Drop stations iterator where the iterator function may sleep | Martin Blumenstingl | 2023-01-12 | 1 | -13/+0 |
|/ |
|
* | Kalle Valo says: | Jakub Kicinski | 2022-10-28 | 1 | -50/+196 |
|\ |
|
| * | wifi: mac80211: Drop support for TX push path | Alexander Wetzel | 2022-10-10 | 1 | -48/+5 |
| * | Merge remote-tracking branch 'wireless/main' into wireless-next | Johannes Berg | 2022-10-10 | 1 | -1/+1 |
| |\ |
|
| * | | wifi: mac80211: add internal handler for wake_tx_queue | Alexander Wetzel | 2022-10-10 | 1 | -0/+46 |
| * | | wifi: mac80211: Parse station profile from association response | Ilan Peer | 2022-10-07 | 1 | -2/+148 |
* | | | Merge branch 'cve-fixes-2022-10-13' | Johannes Berg | 2022-10-13 | 1 | -15/+17 |
|\ \ \
| |_|/
|/| | |
|
| * | | wifi: mac80211: fix MBSSID parsing use-after-free | Johannes Berg | 2022-10-10 | 1 | -15/+15 |
| * | | wifi: cfg80211/mac80211: reject bad MBSSID elements | Johannes Berg | 2022-10-10 | 1 | -0/+2 |
| |/ |
|
* | | wifi: mac80211: fix probe req HE capabilities access | James Prestwood | 2022-10-07 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'wireless-next-2022-09-30' of git://git.kernel.org/pub/scm/linux/ke... | Jakub Kicinski | 2022-09-30 | 1 | -1/+1 |
|\ |
|
| * | wifi: mac80211: isolate driver from inactive links | Johannes Berg | 2022-09-06 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2022-09-29 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | wifi: mac80211: ensure vif queues are operational after start | Alexander Wetzel | 2022-09-27 | 1 | -2/+2 |
* | | wifi: mac80211: call drv_sta_state() under sdata_lock() in reconfig | Johannes Berg | 2022-09-03 | 1 | -15/+13 |
* | | wifi: mac80211: remove unused arg to ieee80211_chandef_eht_oper | Johannes Berg | 2022-09-03 | 1 | -3/+2 |
* | | wifi: mac80211: correct SMPS mode in HE 6 GHz capability | Johannes Berg | 2022-08-26 | 1 | -1/+2 |
* | | wifi: cfg80211/mac80211: check EHT capability size correctly | Johannes Berg | 2022-08-25 | 1 | -9/+20 |
|/ |
|
* | wifi: mac80211: add API to parse multi-link element | Johannes Berg | 2022-07-15 | 1 | -0/+5 |
* | wifi: mac80211: move IEEE80211_SDATA_OPERATING_GMODE to link | Johannes Berg | 2022-07-15 | 1 | -4/+4 |
* | wifi: mac80211: add multi-link element to AUTH frames | Johannes Berg | 2022-07-15 | 1 | -1/+20 |
* | wifi: mac80211: replace link_id with link_conf in switch/(un)assign_vif_chanc... | Gregory Greenman | 2022-07-15 | 1 | -1/+1 |
* | wifi: mac80211: Support multi link in ieee80211_recalc_min_chandef() | Andrei Otcheretianski | 2022-07-15 | 1 | -7/+33 |
* | wifi: mac80211: add a helper to fragment an element | Johannes Berg | 2022-07-15 | 1 | -0/+28 |
* | wifi: mac80211: use only channel width in ieee80211_parse_bitrates() | Johannes Berg | 2022-07-15 | 1 | -3/+3 |
* | wifi: mac80211: fix multi-BSSID element parsing | Johannes Berg | 2022-07-15 | 1 | -8/+5 |
* | wifi: mac80211: replace link_id with link_conf in start/stop_ap() | Gregory Greenman | 2022-07-15 | 1 | -1/+2 |
* | wifi: mac80211: refactor elements parsing with parameter struct | Johannes Berg | 2022-07-15 | 1 | -29/+29 |
* | wifi: mac80211: change QoS settings API to take link into account | Johannes Berg | 2022-07-15 | 1 | -9/+9 |
* | wifi: mac80211: separate out connection downgrade flags | Johannes Berg | 2022-07-15 | 1 | -17/+17 |
* | wifi: mac80211: Align with Draft P802.11be_D1.5 | Ilan Peer | 2022-07-15 | 1 | -31/+56 |
* | wifi: mac80211: RCU-ify link/link_conf pointers | Johannes Berg | 2022-07-15 | 1 | -14/+20 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2022-07-14 | 1 | -0/+3 |
|\ |
|
| * | wifi: mac80211: do not wake queues on a vif that is being stopped | Felix Fietkau | 2022-06-29 | 1 | -0/+3 |
* | | wifi: mac80211: fix center freq calculation in ieee80211_chandef_downgrade | MeiChia Chiu | 2022-07-11 | 1 | -1/+1 |
* | | wifi: mac80211: pass the link id in start/stop ap | Shaul Triebitz | 2022-06-20 | 1 | -1/+1 |
* | | wifi: mac80211: make some SMPS code MLD-aware | Johannes Berg | 2022-06-20 | 1 | -2/+3 |
* | | wifi: mac80211: make channel context code MLO-aware | Johannes Berg | 2022-06-20 | 1 | -14/+25 |
* | | wifi: mac80211: split bss_info_changed method | Johannes Berg | 2022-06-20 | 1 | -2/+2 |
* | | wifi: mac80211: reorg some iface data structs for MLD | Johannes Berg | 2022-06-20 | 1 | -12/+10 |
* | | wifi: mac80211: move interface config to new struct | Johannes Berg | 2022-06-20 | 1 | -1/+1 |
* | | wifi: mac80211: move some future per-link data to bss_conf | Johannes Berg | 2022-06-20 | 1 | -8/+8 |