aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-01mac80211: fix setting IEEE80211_KEY_FLAG_RX_MGMT for AP mode keysFelix Fietkau1-1/+1
2018-09-26mac80211: allocate TXQs for active monitor interfacesFelix Fietkau1-1/+2
2018-09-10mac80211: fix TX status reporting for ieee80211sYuan-Chi Pang3-8/+8
2018-09-10mac80211: TDLS: fix skb queue/priority assignmentJohannes Berg1-4/+4
2018-09-05mac80211: fix pending queue hang due to TX_DROPBob Copeland1-1/+1
2018-09-05mac80211: Don't wake up from PS for offchannel TXAndrei Otcheretianski1-0/+4
2018-09-05mac80211: Always report TX statusAndrei Otcheretianski1-5/+2
2018-09-03Merge tag 'mac80211-for-davem-2018-09-03' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller7-49/+141
2018-09-03mac80211: shorten the IBSS debug messagesEmmanuel Grumbach1-11/+11
2018-09-03mac80211: don't Tx a deauth frame if the AP forbade TxEmmanuel Grumbach1-2/+15
2018-09-03mac80211: Fix station bandwidth setting after channel switchIlan Peer1-0/+53
2018-09-03mac80211: fix a race between restart and CSA flowsEmmanuel Grumbach1-1/+20
2018-09-03mac80211: fix WMM TXOP calculationDreyfuss, Haim1-2/+1
2018-09-03mac80211: fix an off-by-one issue in A-MSDU max_subframe computationLorenzo Bianconi1-1/+1
2018-08-30mac80211: always account for A-MSDU header changesJohannes Berg1-5/+7
2018-08-30mac80211: do not convert to A-MSDU if frag/subframe limitedLorenzo Bianconi1-3/+3
2018-08-29mac80211: avoid kernel panic when building AMSDU from non-linear SKBSara Sharon1-17/+21
2018-08-29mac80211: mesh: fix HWMP sequence numbering to follow standardYuan-Chi Pang1-0/+4
2018-08-28mac80211: don't update the PM state of a peer upon a multicast frameEmmanuel Grumbach1-0/+1
2018-08-28cfg80211: make wmm_rule part of the reg_rule structureStanislaw Gruszka1-4/+4
2018-08-28mac80211: correct use of IEEE80211_VHT_CAP_RXSTBC_XDanek Duvall1-4/+1
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds21-164/+854
2018-08-14Merge tag 'leds-for-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-ledsLinus Torvalds1-5/+15
2018-08-14mac80211: Run TXQ teardown code before de-registering interfacesToke Høiland-Jørgensen1-1/+1
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-5/+3
2018-07-24net: remove blank lines at end of fileStephen Hemminger1-1/+0
2018-07-24Merge tag 'mac80211-next-for-davem-2018-07-24' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller3-11/+17
2018-07-24mac80211: restrict delayed tailroom needed decrementManikanta Pubbisetty2-10/+16
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck1-2/+2
2018-07-09mac80211: don't put null-data frames on the normal TXQJohannes Berg1-1/+1
2018-07-06nl80211/mac80211: allow non-linear skb in rx_control_portDenis Kenzior1-4/+1
2018-07-05leds: triggers: let struct led_trigger::activate() return an error codeUwe Kleine-König1-5/+15
2018-07-03mac80211: add stations tied to AP_VLANs during hw reconfigmpubbise@codeaurora.org1-1/+2
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2018-06-30Merge tag 'mac80211-next-for-davem-2018-06-29' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller18-150/+835
2018-06-29mac80211: use BIT_ULL for NL80211_STA_INFO_* attribute typesOmer Efrat2-45/+45
2018-06-29mac80211: remove unnecessary NULL checkJohannes Berg1-2/+1
2018-06-29mac80211: fix potential null pointer dereferenceGustavo A. R. Silva1-1/+3
2018-06-29mac80211: disable BHs/preemption in ieee80211_tx_control_port()Denis Kenzior1-0/+2
2018-06-18mac80211: add support for HELuca Coelho13-36/+661
2018-06-18ieee80211: bump IEEE80211_MAX_AMPDU_BUF to support HEJohannes Berg4-6/+6
2018-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-6/+6
2018-06-15mac80211: support scan features for improved scan privacyJohannes Berg9-24/+71
2018-06-15mac80211: split ieee80211_send_probe_req()Johannes Berg4-35/+37
2018-06-15mac80211: add probe request building flagsJohannes Berg4-16/+26
2018-06-15mac80211: Move up init of TXQsToke Høiland-Jørgensen1-6/+6
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook5-6/+7
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook3-3/+3
2018-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+4
2018-05-23mac80211: Support adding duration for prepare_tx() callbackIlan Peer3-12/+38