summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-156-11/+19
|\
| * wifi: mac80211: fragment per STA profile correctlyBenjamin Berg2023-06-123-5/+6
| * wifi: mac80211: Use active_links instead of valid_links in TxIlan Peer2023-06-091-3/+3
| * wifi: mac80211: take lock before setting vif linksBenjamin Berg2023-06-091-1/+8
| * wifi: mac80211: fix link activation settings orderJohannes Berg2023-06-091-2/+2
* | net: move gso declarations and functions to their own filesEric Dumazet2023-06-101-0/+1
* | wifi: mac80211: mlme: move disconnects to wiphy workJohannes Berg2023-06-074-26/+32
* | wifi: mac80211: ibss: move disconnect to wiphy workJohannes Berg2023-06-072-7/+9
* | wifi: mac80211: use wiphy work for channel switchJohannes Berg2023-06-073-27/+20
* | wifi: mac80211: use wiphy work for SMPSJohannes Berg2023-06-074-9/+12
* | wifi: mac80211: unregister netdevs through cfg80211Johannes Berg2023-06-071-13/+7
* | wifi: mac80211: use wiphy work for sdata->workJohannes Berg2023-06-0711-30/+30
* | Merge wireless into wireless-nextJohannes Berg2023-06-079-42/+77
|\|
| * wifi: mac80211: fix switch count in EMA beaconsAditya Kumar Singh2023-06-061-1/+1
| * wifi: mac80211: don't translate beacon/presp addrsJohannes Berg2023-06-061-1/+3
| * wifi: mac80211: mlme: fix non-inheritence elementJohannes Berg2023-06-061-1/+7
| * wifi: mac80211: use correct iftype HE capJohannes Berg2023-06-061-5/+10
| * wifi: mac80211: recalc chanctx mindef before assigningJohannes Berg2023-05-161-0/+3
| * wifi: mac80211: consider reserved chanctx for mindefJohannes Berg2023-05-163-30/+47
| * wifi: mac80211: simplify chanctx allocationJohannes Berg2023-05-161-1/+1
| * wifi: mac80211: Abort running color change when stopping the APMichael Lee2023-05-161-1/+2
| * wifi: mac80211: fix min center freq offset tracingJohannes Berg2023-05-161-1/+1
| * wifi: mac80211: Fix puncturing bitmap handling in __ieee80211_csa_finalize()Christophe JAILLET2023-05-161-2/+2
| * wifi: mac80211: fortify the spinlock against deadlock by interruptMirsad Goran Todorovac2023-05-161-2/+3
* | wifi: mac80211: stop warning after reconfig failuresJohannes Berg2023-06-064-4/+13
* | wifi: mac80211: consistently use u64 for BSS changesAnjaneyulu2023-06-0612-111/+119
* | wifi: mac80211: batch recalc during STA flushJohannes Berg2023-06-061-14/+34
* | wifi: mac80211: move sta_info_move_state() upJohannes Berg2023-06-061-101/+100
* | wifi: mac80211: recalc min chandef for new STA linksJohannes Berg2023-06-061-0/+2
* | wifi: mac80211: provide a helper to fetch the medium synchronization delayEmmanuel Grumbach2023-06-061-1/+4
* | wifi: mac80211: refactor ieee80211_select_link_key()Mukesh Sisodiya2023-06-061-22/+6
* | wifi: mac80211: use u64 to hold enum ieee80211_bss_change flagsMukesh Sisodiya2023-06-061-2/+2
* | wifi: mac80211: implement proper AP MLD HW restartJohannes Berg2023-06-061-1/+43
* | wifi: mac80211: fetch and store the EML capability informationEmmanuel Grumbach2023-06-061-0/+11
* | wifi: mac80211: skip EHT BSS membership selectorJohannes Berg2023-06-061-2/+3
* | wifi: mac80211: remove element scratch_lenJohannes Berg2023-06-062-4/+1
* | wifi: mac80211: HW restart for MLOJohannes Berg2023-06-061-34/+73
|/
* Merge tag 'wireless-next-2023-04-21' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2023-04-217-30/+40
|\
| * wifi: mac80211: remove return value check of debugfs_create_dir()Yingsha Xu2023-04-201-4/+0
| * wifi: mac80211: remove ieee80211_tx_status_8023Felix Fietkau2023-04-181-24/+0
| * wifi: mac80211: add flush_sta methodJohannes Berg2023-04-133-2/+28
| * wifi: mac80211: flush queues on STA removalJohannes Berg2023-04-131-0/+8
| * wifi: ieee80211: correctly mark FTM frames non-bufferableJohannes Berg2023-04-131-2/+2
| * wifi: mac80211: set EHT support flag in AP modeAloka Dixit2023-04-111-0/+4
* | mac80211: use the new drop reasons infrastructureJohannes Berg2023-04-205-48/+126
|/
* wifi: mac80211: enable EHT mesh supportRyder Lee2023-03-315-4/+162
* Merge wireless/main into wireless-next/mainJohannes Berg2023-03-317-38/+53
|\
| * wifi: mac80211: fix invalid drv_sta_pre_rcu_remove calls for non-uploaded staFelix Fietkau2023-03-301-1/+2
| * wifi: mac80211: fix flow dissection for forwarded packetsFelix Fietkau2023-03-301-1/+1
| * wifi: mac80211: fix mesh forwardingFelix Fietkau2023-03-301-0/+3