summaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | mac80211: do not allow HT/VHT IEs in 6 GHz mesh modeRajkumar Manoharan2020-05-311-0/+16
* | mac80211: build HE operation with 6 GHz oper informationRajkumar Manoharan2020-05-314-8/+72
* | mac80211: add HE 6 GHz Band Capability elementRajkumar Manoharan2020-05-316-1/+65
* | mac80211: add HE 6 GHz Band Capabilities into parse extensionRajkumar Manoharan2020-05-312-0/+5
* | mac80211: support control port TX status reportingMarkus Theil2020-05-285-22/+56
* | mac80211: fix HT-Control field reception for management framesJohannes Berg2020-05-271-7/+37
* | mac80211: allow SA-QUERY processing in userspaceJohannes Berg2020-05-271-13/+36
* | nl80211: add ability to report TX status for control port TXMarkus Theil2020-05-272-2/+4
* | mac80211: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-271-1/+1
* | nl80211: support scan frequencies in KHzThomas Pedersen2020-05-271-0/+2
* | cfg80211: add KHz variants of frame RX APIThomas Pedersen2020-05-271-5/+7
* | mac80211: fix variable names in TID config methodsSergey Matyukevich2020-05-272-5/+5
* | Merge tag 'mac80211-next-for-net-next-2020-04-25' of git://git.kernel.org/pub...David S. Miller2020-05-2720-107/+271
|\ \
| * | mac80211: fix memory overlap due to variable length paramRajkumar Manoharan2020-04-291-8/+5
| * | mac80211: TX legacy rate control for Beacon framesJouni Malinen2020-04-294-2/+34
| * | mac80211: fix two missing documentation entriesJohannes Berg2020-04-241-0/+2
| * | mac80211: add freq_offset to RX statusThomas Pedersen2020-04-243-3/+7
| * | mac80211: handle channel frequency offsetThomas Pedersen2020-04-249-15/+71
| * | mac80211: minstrel_ht_assign_best_tp_rates: remove redundant testJohannes Berg2020-04-241-1/+2
| * | mac80211: Fail association when AP has no legacy ratesIlan Peer2020-04-241-1/+9
| * | mac80211: agg-tx: add an option to defer ADDBA transmitMordechay Goodstein2020-04-242-1/+13
| * | mac80211: agg-tx: refactor sending addbaMordechay Goodstein2020-04-241-28/+39
| * | mac80211: Skip entries with HE membership selectorIlan Peer2020-04-241-3/+4
| * | mac80211: Don't destroy auth data in case of anti-cloggingAndrei Otcheretianski2020-04-241-1/+6
| * | mac80211: add twt_protected flag to the bss_conf structureShaul Triebitz2020-04-241-0/+9
| * | mac80211: implement Operating Mode Notification extended NSS supportJohannes Berg2020-04-241-2/+8
| * | mac80211: Process multicast RX registration for Action framesJouni Malinen2020-04-243-3/+15
| * | cfg80211: change internal management frame registration APIJohannes Berg2020-04-242-30/+22
| * | mac80211: Report beacon protection failures to user spaceJouni Malinen2020-04-241-2/+14
| * | mac80211: fix drv_config_iface_filter() behaviourJohannes Berg2020-04-242-6/+14
| * | mac80211: mlme: remove duplicate AID bookkeepingJohannes Berg2020-04-245-10/+6
* | | docs: networking: convert mac80211-injection.txt to ReSTMauro Carvalho Chehab2020-04-301-1/+1
| |/ |/|
* | mac80211: sta_info: Add lockdep condition for RCU list usageMadhuparna Bhowmik2020-04-241-1/+2
* | mac80211: populate debugfs only after cfg80211 initJohannes Berg2020-04-244-19/+43
|/
* mac80211: fix channel switch trigger from unknown mesh peerTamizh chelvam2020-04-151-4/+7
* mac80211: fix race in ieee80211_register_hw()Sumit Garg2020-04-151-11/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-311-1/+2
|\
| * mac80211: fix authentication with iwlwifi/mvmJohannes Berg2020-03-301-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2020-03-305-14/+52
|\|
| * mac80211: set IEEE80211_TX_CTRL_PORT_CTRL_PROTO for nl80211 TXJohannes Berg2020-03-261-2/+6
| * mac80211: mark station unauthorized before key removalJohannes Berg2020-03-261-1/+6
| * mac80211: Check port authorization in the ieee80211_tx_dequeue() caseJouni Malinen2020-03-261-1/+18
| * mac80211: drop data frames without key on encrypted linksJohannes Berg2020-03-264-12/+24
* | mac80211: driver can remain on channel if not using chan_ctxYan-Hsuan Chuang2020-03-201-1/+1
* | mac80211: Read rx_stats with perCPU pointersSeevalamuthu Mariappan2020-03-201-6/+29
* | mac80211: Allow deleting stations in ibss mode to reset their stateNicolas Cavallari2020-03-201-0/+4
* | mac80211: consider WLAN_EID_EXT_HE_OPERATION for parsing CRCJohannes Berg2020-03-201-1/+5
* | mac80211: HE: set missing bss_conf fields in AP modeShaul Triebitz2020-03-201-3/+9
* | mac80211: don't leave skb->next/prev pointing to stackJohannes Berg2020-03-201-1/+5
* | mac80211: handle no-preauth flag for control portMarkus Theil2020-03-206-1/+14