| Commit message (Expand) | Author | Age | Files | Lines |
* | wifi: mac80211: always hold sdata lock in chanctx assign/unassign | Johannes Berg | 2023-06-21 | 1 | -0/+7 |
* | wifi: mac80211: Add getter functions for vif MLD state | Ilan Peer | 2023-06-14 | 1 | -2/+2 |
* | wifi: mac80211: unregister netdevs through cfg80211 | Johannes Berg | 2023-06-07 | 1 | -13/+7 |
* | wifi: mac80211: use wiphy work for sdata->work | Johannes Berg | 2023-06-07 | 1 | -5/+5 |
* | wifi: mac80211: stop warning after reconfig failures | Johannes Berg | 2023-06-06 | 1 | -0/+3 |
* | wifi: mac80211: consistently use u64 for BSS changes | Anjaneyulu | 2023-06-06 | 1 | -2/+2 |
* | wifi: mac80211: add support for letting drivers register tc offload support | Felix Fietkau | 2023-03-22 | 1 | -0/+11 |
* | Revert "wifi: mac80211: fix memory leak in ieee80211_if_add()" | Eric Dumazet | 2023-01-16 | 1 | -1/+0 |
* | wifi: mac80211: fix MLO + AP_VLAN check | Felix Fietkau | 2023-01-10 | 1 | -1/+3 |
* | wifi: mac80211: add support for restricting netdev features per vif | Felix Fietkau | 2022-12-01 | 1 | -0/+1 |
* | wifi: mac80211: remove unnecessary synchronize_net() | Johannes Berg | 2022-12-01 | 1 | -2/+1 |
* | wifi: mac80211: fix memory leak in ieee80211_if_add() | Zhengchao Shao | 2022-12-01 | 1 | -0/+1 |
* | wifi: mac80211: Drop support for TX push path | Alexander Wetzel | 2022-10-10 | 1 | -66/+3 |
* | wifi: mac80211: netdev compatible TX stop for iTXQ drivers | Alexander Wetzel | 2022-10-07 | 1 | -3/+3 |
* | wifi: mac80211: unlock on error in ieee80211_can_powered_addr_change() | Dan Carpenter | 2022-10-07 | 1 | -1/+1 |
* | wifi: mac80211: implement link switching | Johannes Berg | 2022-09-06 | 1 | -0/+12 |
* | wifi: mac80211: move link code to a new file | Johannes Berg | 2022-09-03 | 1 | -251/+0 |
* | wifi: mac80211: Support POWERED_ADDR_CHANGE feature | James Prestwood | 2022-09-03 | 1 | -2/+69 |
* | wifi: mac80211: prevent VLANs on MLDs | Johannes Berg | 2022-09-03 | 1 | -0/+5 |
* | wifi: mac80211: move from strlcpy with unused retval to strscpy | Wolfram Sang | 2022-08-26 | 1 | -1/+1 |
* | wifi: mac80211: properly implement MLO key handling | Johannes Berg | 2022-08-25 | 1 | -0/+9 |
* | wifi: mac80211: set link BSSID | Shaul Triebitz | 2022-08-25 | 1 | -0/+2 |
* | wifi: mac80211: fix link data leak | Johannes Berg | 2022-07-22 | 1 | -10/+10 |
* | wifi: mac80211: verify link addresses are different | Johannes Berg | 2022-07-22 | 1 | -4/+34 |
* | wifi: mac80211: do not abuse fq.lock in ieee80211_do_stop() | Tetsuo Handa | 2022-07-18 | 1 | -2/+1 |
* | wifi: mac80211: release channel context on link stop | Johannes Berg | 2022-07-15 | 1 | -0/+2 |
* | wifi: mac80211: fix link manipulation | Johannes Berg | 2022-07-15 | 1 | -18/+26 |
* | wifi: mac80211: don't set link address for station | Johannes Berg | 2022-07-15 | 1 | -3/+0 |
* | wifi: mac80211: change QoS settings API to take link into account | Johannes Berg | 2022-07-15 | 1 | -1/+1 |
* | wifi: mac80211: provide link ID in link_conf | Johannes Berg | 2022-07-15 | 1 | -0/+1 |
* | wifi: mac80211: set up/tear down client vif links properly | Johannes Berg | 2022-07-15 | 1 | -138/+208 |
* | wifi: mac80211: RCU-ify link/link_conf pointers | Johannes Berg | 2022-07-15 | 1 | -16/+20 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2022-07-15 | 1 | -0/+2 |
|\ |
|
| * | wifi: mac80211: do not wake queues on a vif that is being stopped | Felix Fietkau | 2022-06-29 | 1 | -0/+2 |
* | | wifi: mac80211: switch airtime fairness back to deficit round-robin scheduling | Felix Fietkau | 2022-07-01 | 1 | -4/+0 |
* | | wifi: mac80211: RCU-ify link STA pointers | Johannes Berg | 2022-06-20 | 1 | -1/+2 |
* | | wifi: mac80211: add vif link addition/removal | Johannes Berg | 2022-06-20 | 1 | -3/+131 |
* | | wifi: mac80211: make some SMPS code MLD-aware | Johannes Berg | 2022-06-20 | 1 | -1/+1 |
* | | wifi: mac80211: add link_id to vht.c code for MLO | Johannes Berg | 2022-06-20 | 1 | -3/+3 |
* | | wifi: mac80211: refactor some link setup code | Johannes Berg | 2022-06-20 | 1 | -11/+22 |
* | | wifi: mac80211: make channel context code MLO-aware | Johannes Berg | 2022-06-20 | 1 | -7/+8 |
* | | wifi: mac80211: add per-link configuration pointer | Johannes Berg | 2022-06-20 | 1 | -2/+21 |
* | | wifi: mac80211: split bss_info_changed method | Johannes Berg | 2022-06-20 | 1 | -2/+3 |
* | | wifi: mac80211: reorg some iface data structs for MLD | Johannes Berg | 2022-06-20 | 1 | -20/+24 |
* | | 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 | -4/+4 |
* | | wifi: mac80211: remove cipher scheme support | Johannes Berg | 2022-06-10 | 1 | -6/+1 |
|/ |
|
* | mac80211: add support for .ndo_fill_forward_path | Felix Fietkau | 2021-11-26 | 1 | -0/+59 |
* | mac80211: fix monitor_sdata RCU/locking assertions | Johannes Berg | 2021-11-15 | 1 | -1/+3 |
* | mac80211: use eth_hw_addr_set() | Jakub Kicinski | 2021-10-21 | 1 | -5/+3 |