summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* mac80211: Parse legacy and HT rate in injected framesSven Eckelmann2016-02-241-2/+70
* mac80211: mesh: drop constant field mean_chain_lenBob Copeland2016-02-242-9/+3
* mac80211: avoid excessive stack usage in sta_infoArnd Bergmann2016-02-241-8/+16
* mac80211: always print a message when disconnectingJohannes Berg2016-02-241-5/+12
* mac80211: fix ibss scan parametersSara Sharon2016-02-241-7/+15
* mac80211: add RX_FLAG_MACTIME_PLCP_STARTJohannes Berg2016-02-242-2/+20
* mac80211: fix unnecessary frame drops in mesh fwdingMichal Kazior2016-02-241-2/+3
* mac80211: fix txq queue related crashesMichal Kazior2016-02-241-0/+3
* mac80211: mesh_plink: remove redundant sta_info checkSunil Shahu2016-02-241-6/+4
* mac80211: refactor HT/VHT to chandef codeJohannes Berg2016-02-245-78/+46
* mac80211: limit the A-MSDU Tx based on peer's capabilitiesEmmanuel Grumbach2016-02-243-0/+51
* mac80211: Recalc min chandef when station is associatedIlan Peer2016-02-242-5/+6
* mac80211: allow drivers to report (non-)monitor framesGrzegorz Bajorski2016-02-241-2/+3
* mac80211: support hw managing reorder logicSara Sharon2016-02-243-11/+35
* mac80211: pass block ack session timeout to to driverSara Sharon2016-01-145-52/+83
* cfg80211/mac80211: use to_delayed_workGeliang Tang2016-01-141-2/+1
* mac80211: pass RX aggregation window size to driverSara Sharon2016-01-141-1/+1
* mac80211: add flag for duplication checkSara Sharon2016-01-141-0/+3
* mac80211: process and save VHT MU-MIMO group frameSara Sharon2016-01-146-0/+52
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-176-69/+81
|\
| * mac80211: handle width changes from opmode notification IE in beaconEyal Shapira2015-12-155-14/+8
| * mac80211: suppress unchanged "limiting TX power" messagesJohannes Berg2015-12-151-5/+10
| * mac80211: reprogram in interface orderJohannes Berg2015-12-151-39/+37
| * mac80211: run scan completed work on reconfig failureJohannes Berg2015-12-151-11/+26
* | mac80211: handle HW ROC expired properlyIlan Peer2015-12-071-1/+5
* | mac80211: reject zero cookie in mgmt-tx/roc cancelJohannes Berg2015-12-041-0/+3
* | mac80211: Allow a STA to join an IBSS with 80+80 MHz channelJouni Malinen2015-12-041-0/+1
* | mac80211: rewrite remain-on-channel logicJohannes Berg2015-12-043-291/+316
* | mac80211: simplify ack_skb handlingJohannes Berg2015-12-043-18/+13
* | mac80211: move off-channel/mgmt-tx code to offchannel.cJohannes Berg2015-12-043-495/+502
* | mac80211: fix mgmt-tx abort cookie and leakJohannes Berg2015-12-041-3/+2
* | mac80211: catch queue stop underflowJohannes Berg2015-12-041-2/+5
* | mac80211: properly free TX skbs when monitor TX failsJohannes Berg2015-12-041-1/+1
* | mac80211: properly free skb when r-o-c for TX failsJohannes Berg2015-12-041-1/+1
* | Revert "mac80211: don't advertise NL80211_FEATURE_FULL_AP_CLIENT_STATE"Johannes Berg2015-12-041-1/+2
* | cfg80211: handle add_station auth/assoc flag quirksJohannes Berg2015-12-041-10/+0
* | mac80211: Add support for aborting an ongoing scanVidyullatha Kanchanapally2015-12-041-0/+6
* | mac80211: add new IEEE80211_VIF_GET_NOA_UPDATE flagJanusz.Dziedzic@tieto.com2015-12-041-2/+4
* | mac80211: add atomic uploaded keys iteratorEliad Peller2015-12-043-4/+55
* | mac80211: allow the driver to send EOSP when neededEmmanuel Grumbach2015-12-042-43/+126
* | mac80211: remove string from unaligned packet warningJohannes Berg2015-12-041-2/+1
* | mac80211: mesh: print MAC address instead of pointerJohannes Berg2015-12-041-2/+2
* | mac80211: allow driver to prevent two stations w/ same addressJohannes Berg2015-12-042-2/+17
|/
* mac80211: fix off-channel mgmt-tx uninitialized variable usageJohannes Berg2015-12-021-2/+6
* mac80211: do not actively scan DFS channelsAntonio Quartulli2015-12-021-4/+5
* mac80211: don't teardown sdata on sdata stopEliad Peller2015-12-021-1/+1
* mac80211: always set the buf_size in AddBA req to 64Gregory Greenman2015-11-201-1/+2
* mac80211: ensure we don't update tx power on a non-running sdataEmmanuel Grumbach2015-11-201-1/+2
* mac80211: mesh: fix call_rcu() usageJohannes Berg2015-11-171-4/+4
* mac80211: don't advertise NL80211_FEATURE_FULL_AP_CLIENT_STATEJohannes Berg2015-11-171-2/+1