summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
...
* | mac80211: add an optional TXQ for other PS-buffered framesJohannes Berg2018-09-055-21/+47
* | mac80211: use le16_encode_bits() instead of open-codingJohannes Berg2018-09-051-1/+1
* | mac80211: remove pointless 'params' NULL checksJohannes Berg2018-09-051-4/+2Star
* | mac80211: Add he_capa debugfs entryIdo Yariv2018-09-051-0/+325
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-057-49/+141
|\|
| * Merge tag 'mac80211-for-davem-2018-09-03' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-09-047-49/+141
| |\
| | * mac80211: shorten the IBSS debug messagesEmmanuel Grumbach2018-09-031-11/+11
| | * mac80211: don't Tx a deauth frame if the AP forbade TxEmmanuel Grumbach2018-09-031-2/+15
| | * mac80211: Fix station bandwidth setting after channel switchIlan Peer2018-09-031-0/+53
| | * mac80211: fix a race between restart and CSA flowsEmmanuel Grumbach2018-09-031-1/+20
| | * mac80211: fix WMM TXOP calculationDreyfuss, Haim2018-09-031-2/+1Star
| | * mac80211: fix an off-by-one issue in A-MSDU max_subframe computationLorenzo Bianconi2018-09-031-1/+1
| | * mac80211: always account for A-MSDU header changesJohannes Berg2018-08-301-5/+7
| | * mac80211: do not convert to A-MSDU if frag/subframe limitedLorenzo Bianconi2018-08-301-3/+3
| | * mac80211: avoid kernel panic when building AMSDU from non-linear SKBSara Sharon2018-08-291-17/+21
| | * mac80211: mesh: fix HWMP sequence numbering to follow standardYuan-Chi Pang2018-08-291-0/+4
| | * mac80211: don't update the PM state of a peer upon a multicast frameEmmanuel Grumbach2018-08-281-0/+1
| | * cfg80211: make wmm_rule part of the reg_rule structureStanislaw Gruszka2018-08-281-4/+4
| | * mac80211: correct use of IEEE80211_VHT_CAP_RXSTBC_XDanek Duvall2018-08-281-4/+1Star
| | * mac80211: Run TXQ teardown code before de-registering interfacesToke Høiland-Jørgensen2018-08-141-1/+1
* | | cfg80211: clarify frames covered by average ACK signal reportBalaji Pothunoori2018-08-291-3/+3
* | | mac80211: add missing WFA Multi-AP backhaul STA Rx requirementSathishkumar Muruganandam2018-08-291-1/+1
* | | mac80211: add stop/start logic for software TXQsManikanta Pubbisetty2018-08-284-7/+121
* | | cfg80211/mac80211: make ieee80211_send_layer2_update a public functionDedy Lansky2018-08-281-46/+2Star
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-1621-164/+854
|\ \
| * | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-252-5/+3Star
| |\|
| * | net: remove blank lines at end of fileStephen Hemminger2018-07-241-1/+0Star
| * | Merge tag 'mac80211-next-for-davem-2018-07-24' of git://git.kernel.org/pub/sc...David S. Miller2018-07-243-11/+17
| |\ \
| | * | mac80211: restrict delayed tailroom needed decrementManikanta Pubbisetty2018-07-242-10/+16
| | * | mac80211: don't put null-data frames on the normal TXQJohannes Berg2018-07-091-1/+1
| * | | net: allow ndo_select_queue to pass netdevAlexander Duyck2018-07-091-2/+2
| |/ /
| * | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-031-0/+2
| |\ \
| * \ \ Merge tag 'mac80211-next-for-davem-2018-06-29' of git://git.kernel.org/pub/sc...David S. Miller2018-06-3018-150/+835
| |\ \ \
| | * | | mac80211: use BIT_ULL for NL80211_STA_INFO_* attribute typesOmer Efrat2018-06-292-45/+45
| | * | | mac80211: remove unnecessary NULL checkJohannes Berg2018-06-291-2/+1Star
| | * | | mac80211: fix potential null pointer dereferenceGustavo A. R. Silva2018-06-291-1/+3
| | * | | mac80211: add support for HELuca Coelho2018-06-1813-36/+661
| | * | | ieee80211: bump IEEE80211_MAX_AMPDU_BUF to support HEJohannes Berg2018-06-184-6/+6
| | * | | mac80211: support scan features for improved scan privacyJohannes Berg2018-06-159-24/+71
| | * | | mac80211: split ieee80211_send_probe_req()Johannes Berg2018-06-154-35/+37
| | * | | mac80211: add probe request building flagsJohannes Berg2018-06-154-16/+26
* | | | | Merge tag 'leds-for-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-08-141-5/+15
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | leds: triggers: let struct led_trigger::activate() return an error codeUwe Kleine-König2018-07-051-5/+15
| |/ / /
* | | | nl80211/mac80211: allow non-linear skb in rx_control_portDenis Kenzior2018-07-061-4/+1Star
* | | | mac80211: add stations tied to AP_VLANs during hw reconfigmpubbise@codeaurora.org2018-07-031-1/+2
| |_|/ |/| |
* | | mac80211: disable BHs/preemption in ieee80211_tx_control_port()Denis Kenzior2018-06-291-0/+2
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-06-161-6/+6
|\ \
| * | mac80211: Move up init of TXQsToke Høiland-Jørgensen2018-06-151-6/+6
| |/
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-135-6/+7
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-133-3/+3
|/