summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mac80211: remove unnecessary NULL checkGustavo A. R. Silva2018-09-051-1/+2
* mac80211: add an option for drivers to check if packets can be aggregatedSara Sharon2018-09-053-0/+20
* mac80211: allow AMSDU size limitation per-TIDSara Sharon2018-09-052-0/+6
* mac80211: add an option for station management TXQSara Sharon2018-09-053-3/+17
* wireless: align to draft 11ax D3.0Shaul Triebitz2018-09-055-76/+146
* mac80211: fix saving a few HE valuesNaftali Goldstein2018-09-051-10/+7
* mac80211: support reporting 0-length PSDU in radiotapShaul Triebitz2018-09-053-1/+24
* mac80211: Fix PTK rekey freezes and clear text leakAlexander Wetzel2018-09-053-20/+107
* nl80211: Add CAN_REPLACE_PTK0 APIAlexander Wetzel2018-09-051-0/+6
* mac80211: support radiotap L-SIG dataShaul Triebitz2018-09-053-0/+38
* mac80211: Store sk_pacing_shift in ieee80211_hwWen Gong2018-09-053-7/+18
* mac80211: copy VHT EXT NSS BW Support/Capable data to stationJohannes Berg2018-09-051-0/+20
* mac80211: add ability to parse CCFS2Johannes Berg2018-09-056-22/+50
* mac80211: introduce capability flags for VHT EXT NSS supportJohannes Berg2018-09-054-0/+79
* ieee80211: add new VHT capability fields/parsingJohannes Berg2018-09-052-2/+142
* mac80211: in AP mode, set bss_conf::he_supportedShaul Triebitz2018-09-051-0/+3
* cfg80211: add he_capabilities (ext) IE to AP settingsShaul Triebitz2018-09-052-0/+5
* ieee80211: remove redundant leading zeroesSara Sharon2018-09-051-2/+2
* mac80211: add an optional TXQ for other PS-buffered framesJohannes Berg2018-09-056-26/+59
* mac80211: use le16_encode_bits() instead of open-codingJohannes Berg2018-09-051-1/+1
* mac80211: remove pointless 'params' NULL checksJohannes Berg2018-09-051-4/+2
* 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-04239-1377/+2415
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-09-0489-452/+941
| |\
| | * net: phy: sfp: Handle unimplemented hwmon limits and alarmsAndrew Lunn2018-09-041-4/+16
| | * net: sched: action_ife: take reference to meta moduleVlad Buslov2018-09-041-1/+15
| | * act_ife: fix a potential use-after-freeCong Wang2018-09-041-1/+1
| | * net/mlx5: Fix SQ offset in QPs with small RQTariq Toukan2018-09-041-2/+3
| | * Merge tag 'mac80211-for-davem-2018-09-03' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-09-0315-187/+182
| | |\
| | | * 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/+1
| | | * cfg80211: fix a type issue in ieee80211_chandef_to_operating_class()Dan Carpenter2018-09-031-1/+1
| | | * 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
| | | * cfg80211: nl80211_update_ft_ies() to validate NL80211_ATTR_IEArunk Khandavalli2018-08-301-0/+1
| | | * 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
| | | * nl80211: Pass center frequency in kHz instead of MHzHaim Dreyfuss2018-08-281-1/+1
| | | * nl80211: Fix nla_put_u8 to u16 for NL80211_WMMR_TXOPHaim Dreyfuss2018-08-281-2/+2
| | | * mac80211_hwsim: Fix possible Spectre-v1 for hwsim_world_regdom_customJinbum Park2018-08-281-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-286-135/+31
| | | * mac80211_hwsim: correct use of IEEE80211_VHT_CAP_RXSTBC_XDanek Duvall2018-08-281-3/+0
| | | * mac80211: correct use of IEEE80211_VHT_CAP_RXSTBC_XDanek Duvall2018-08-281-4/+1
| | | * cfg80211: remove division by size of sizeof(struct ieee80211_wmm_rule)Johannes Berg2018-08-201-2/+1
| | | * mac80211_hwsim: require at least one channelJohannes Berg2018-08-151-0/+5