aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-29Merge tag 'mac80211-next-for-davem-2018-03-29' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller14-96/+311
2018-03-29mac80211: don't WARN on bad WMM parameters from buggy APsEmmanuel Grumbach1-1/+2
2018-03-29mac80211: Send control port frames over nl80211Denis Kenzior7-5/+42
2018-03-29mac80211: Add support for tx_control_portDenis Kenzior3-0/+50
2018-03-29mac80211: remove shadowing duplicated variableJohannes Berg1-2/+0
2018-03-29mac80211: allow AP_VLAN operation on crypto controlled devicesManikanta Pubbisetty2-5/+11
2018-03-29mac80211: limit wmm params to comply with ETSI requirementsHaim Dreyfuss4-0/+52
2018-03-29mac80211: Use proper chan_width enum in sta opmode eventtamizhr@codeaurora.org3-2/+35
2018-03-29mac80211: Use proper smps_mode enum in sta opmode eventtamizhr@codeaurora.org3-1/+19
2018-03-26net: Use octal not symbolic permissionsJoe Perches3-9/+9
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+3
2018-03-23mac80211: notify driver for change in multicast ratesPradeep Kumar Chitrapu4-3/+7
2018-03-21mac80211: inform wireless layer when frame RSSI is invalidTosoni3-77/+93
2018-03-21mac80211: add ieee80211_hw flag for QoS NDP supportBen Caradoc-Davies2-1/+3
2018-03-15net: drivers/net: Remove unnecessary skb_copy_expand OOM messagesJoe Perches1-4/+1
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+9
2018-02-27mac80211: support A-MSDU in fast-rxFelix Fietkau1-51/+73
2018-02-27mac80211: agg-rx: Accept ADDBA request update if timeout did not changeIlan Peer1-2/+12
2018-02-27mac80211: support station 4-addr mode fast-rxFelix Fietkau1-4/+7
2018-02-27mac80211: support fast-rx with incompatible PS capabilities when PS is disabledFelix Fietkau2-6/+12
2018-02-27mac80211: support AP 4-addr mode fast-rxFelix Fietkau1-0/+9
2018-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-21/+14
2018-02-23mac80211: drop frames with unexpected DS bits from fast-rx to slow pathFelix Fietkau1-1/+1
2018-02-23mac80211: Adjust TSQ pacing shiftToke Høiland-Jørgensen1-0/+8
2018-02-22Merge tag 'mac80211-for-davem-2018-02-22' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller6-21/+14
2018-02-22mac80211: Call mgd_prep_tx before transmitting deauthenticationIlan Peer2-1/+16
2018-02-22mac80211: add get TID helperSara Sharon7-21/+11
2018-02-22mac80211: support reporting A-MPDU EOF bit value/knownJohannes Berg1-0/+4
2018-02-19mac80211: Fix sending ADDBA response for an ongoing sessionIlan Peer1-3/+1
2018-02-19mac80211: Do not disconnect on invalid operating classIlan Peer1-4/+3
2018-02-19mac80211: fix calling sleeping function in atomic contextSara Sharon1-1/+1
2018-02-19mac80211: fix a possible leak of station statsSara Sharon1-0/+1
2018-02-19mac80211: Add tx ack signal support in sta infoVenkateswara Naralasetty3-2/+19
2018-02-19cfg80211: send ack_signal to user in probe client responseVenkateswara Naralasetty1-1/+1
2018-02-19mac80211: remove redundant initialization to pointer 'hdr'Colin Ian King1-1/+1
2018-02-19cfg80211: fix cfg80211_beacon_dupArnd Bergmann1-1/+1
2018-01-31mac80211: Add support to notify ht/vht opmode modification.tamizhr@codeaurora.org2-0/+23
2018-01-31mac80211: Add txq flags to debugfsBen Greear1-3/+7
2018-01-31mac80211: mesh: fix wrong mesh TTL offset calculationPeter Oh2-12/+7
2018-01-22debugfs_sta: Remove unneeded semicolonsChristopher Díaz Riveros1-2/+2
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2018-01-04Merge tag 'mac80211-next-for-davem-2018-01-04' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller21-87/+114
2018-01-04mac80211: mesh: drop frames appearing to be from usJohannes Berg1-0/+2
2018-01-04mac80211: Fix setting TX power on monitor interfacesPeter Große2-2/+29
2017-12-19Revert "mac80211: Add TXQ scheduling API"Johannes Berg7-73/+41
2017-12-19Revert "mac80211: Add airtime account and scheduling to TXQs"Johannes Berg9-97/+8
2017-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+2
2017-12-11rhashtable: Change rhashtable_walk_start to return voidTom Herbert1-24/+10
2017-12-11mac80211: Add airtime account and scheduling to TXQsToke Høiland-Jørgensen9-8/+97
2017-12-11mac80211: Add TXQ scheduling APIToke Høiland-Jørgensen7-41/+73