summaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)Author
2018-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-01mac80211: fix setting IEEE80211_KEY_FLAG_RX_MGMT for AP mode keysFelix Fietkau
2018-09-26mac80211: allocate TXQs for active monitor interfacesFelix Fietkau
2018-09-10mac80211: Don't access sk_queue_head->next directly.David S. Miller
2018-09-10mac80211: fix TX status reporting for ieee80211sYuan-Chi Pang
2018-09-10mac80211: TDLS: fix skb queue/priority assignmentJohannes Berg
2018-09-05mac80211: fix pending queue hang due to TX_DROPBob Copeland
2018-09-05mac80211: remove unnecessary NULL checkGustavo A. R. Silva
2018-09-05mac80211: add an option for drivers to check if packets can be aggregatedSara Sharon
2018-09-05mac80211: allow AMSDU size limitation per-TIDSara Sharon
2018-09-05mac80211: add an option for station management TXQSara Sharon
2018-09-05wireless: align to draft 11ax D3.0Shaul Triebitz
2018-09-05mac80211: fix saving a few HE valuesNaftali Goldstein
2018-09-05mac80211: support reporting 0-length PSDU in radiotapShaul Triebitz
2018-09-05mac80211: Don't wake up from PS for offchannel TXAndrei Otcheretianski
2018-09-05mac80211: Always report TX statusAndrei Otcheretianski
2018-09-05mac80211: Fix PTK rekey freezes and clear text leakAlexander Wetzel
2018-09-05mac80211: support radiotap L-SIG dataShaul Triebitz
2018-09-05mac80211: Store sk_pacing_shift in ieee80211_hwWen Gong
2018-09-05mac80211: copy VHT EXT NSS BW Support/Capable data to stationJohannes Berg
2018-09-05mac80211: add ability to parse CCFS2Johannes Berg
2018-09-05mac80211: introduce capability flags for VHT EXT NSS supportJohannes Berg
2018-09-05mac80211: in AP mode, set bss_conf::he_supportedShaul Triebitz
2018-09-05mac80211: add an optional TXQ for other PS-buffered framesJohannes Berg
2018-09-05mac80211: use le16_encode_bits() instead of open-codingJohannes Berg
2018-09-05mac80211: remove pointless 'params' NULL checksJohannes Berg
2018-09-05mac80211: Add he_capa debugfs entryIdo Yariv
2018-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-09-03Merge tag 'mac80211-for-davem-2018-09-03' of git://git.kernel.org/pub/scm/lin...David S. Miller
2018-09-03mac80211: shorten the IBSS debug messagesEmmanuel Grumbach
2018-09-03mac80211: don't Tx a deauth frame if the AP forbade TxEmmanuel Grumbach
2018-09-03mac80211: Fix station bandwidth setting after channel switchIlan Peer
2018-09-03mac80211: fix a race between restart and CSA flowsEmmanuel Grumbach
2018-09-03mac80211: fix WMM TXOP calculationDreyfuss, Haim
2018-09-03mac80211: fix an off-by-one issue in A-MSDU max_subframe computationLorenzo Bianconi
2018-08-30mac80211: always account for A-MSDU header changesJohannes Berg
2018-08-30mac80211: do not convert to A-MSDU if frag/subframe limitedLorenzo Bianconi
2018-08-29mac80211: avoid kernel panic when building AMSDU from non-linear SKBSara Sharon
2018-08-29mac80211: mesh: fix HWMP sequence numbering to follow standardYuan-Chi Pang
2018-08-29cfg80211: clarify frames covered by average ACK signal reportBalaji Pothunoori
2018-08-29mac80211: add missing WFA Multi-AP backhaul STA Rx requirementSathishkumar Muruganandam
2018-08-28mac80211: add stop/start logic for software TXQsManikanta Pubbisetty
2018-08-28cfg80211/mac80211: make ieee80211_send_layer2_update a public functionDedy Lansky
2018-08-28mac80211: don't update the PM state of a peer upon a multicast frameEmmanuel Grumbach
2018-08-28cfg80211: make wmm_rule part of the reg_rule structureStanislaw Gruszka
2018-08-28mac80211: correct use of IEEE80211_VHT_CAP_RXSTBC_XDanek Duvall
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-08-14Merge tag 'leds-for-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-08-14mac80211: Run TXQ teardown code before de-registering interfacesToke Høiland-Jørgensen