summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* mac80211: remove redundant IEEE80211_STA_CSA_RECEIVED flagLuciano Coelho2014-07-212-8/+1
* mac80211: make sure TDLS teardown packet is sent on timeLiad Kaufman2014-07-211-0/+11
* mac80211: ignore frames between TDLS peers when operating as APArik Nemtsov2014-07-211-0/+8
* cfg80211: fix TDLS setup with VHT peersArik Nemtsov2014-07-211-1/+2
* mac80211: disable VHT for TDLSArik Nemtsov2014-07-211-0/+4
* mac80211: set Rx highest rate in ht_capArik Nemtsov2014-07-211-0/+3
* mac80211: support HT for TDLS stationsArik Nemtsov2014-07-212-8/+87
* mac80211: move TDLS data to mgd private partArik Nemtsov2014-07-214-19/+20
* mac80211: add TDLS QoS param IE on setup-confirmArik Nemtsov2014-07-211-0/+124
* mac80211: add QoS IE during TDLS setup startArik Nemtsov2014-07-215-21/+26
* mac80211: set TDLS capab to zero on failure framesArik Nemtsov2014-07-211-4/+12
* mac80211: avoid adding some IEs on TDLS setup failure packetsArik Nemtsov2014-07-211-26/+32
* mac80211: split extra TDLS IEs in setup framesArik Nemtsov2014-07-211-7/+70
* mac80211: consolidate TDLS IE treatmentArik Nemtsov2014-07-211-28/+41
* mac80211: fix error path for TDLS setupArik Nemtsov2014-07-211-6/+10
* mac80211: track TDLS initiator internallyArik Nemtsov2014-07-212-11/+27
* mac80211: suppress unused variable warning without lockdepJohannes Berg2014-07-181-1/+1
* cfg80211: remove channel_switch combination checkMichal Kazior2014-06-251-11/+0
* mac80211: use chanctx reservation for STA CSAMichal Kazior2014-06-253-104/+69
* mac80211: use chanctx reservation for AP CSAMichal Kazior2014-06-252-29/+88
* mac80211: make check_combinations() aware of chanctx reservationMichal Kazior2014-06-251-4/+31
* mac80211: implement multi-vif in-place reservationsMichal Kazior2014-06-253-85/+715
* mac80211: split sched scan IEsDavid Spinadel2014-06-252-24/+25
* mac80211: support more than one band in scan requestDavid Spinadel2014-06-254-61/+140
* mac80211: protect TDLS discovery sessionArik Nemtsov2014-06-233-1/+32
* mac80211: make sure TDLS peer STA exists during setupArik Nemtsov2014-06-231-0/+13
* mac80211: add API to request TDLS operation from userspaceArik Nemtsov2014-06-231-0/+17
* mac80211: implement proper Tx path flushing for TDLSArik Nemtsov2014-06-232-0/+58
* mac80211: split tdls_mgmt functionArik Nemtsov2014-06-231-23/+55
* mac80211: use TDLS initiator in tdls_mgmt operationsArik Nemtsov2014-06-231-12/+28
* cfg80211: pass TDLS initiator in tdls_mgmt operationsArik Nemtsov2014-06-235-8/+18
* mac80211: cleanup TDLS state during failed setupArik Nemtsov2014-06-233-24/+115
* mac80211: set auth flags after other station infoArik Nemtsov2014-06-231-3/+13
* mac80211: clarify TDLS Tx handlingArik Nemtsov2014-06-231-16/+17
* mac80211: stop only the queues assigned to the vif during channel switchLuciano Coelho2014-06-234-64/+35
* mac80211: add functions to stop and wake all queues assigned to a vifLuciano Coelho2014-06-232-6/+41
* mac80211: introduce refcount for queue_stop_reasonsLuciano Coelho2014-06-2310-46/+98
* mac80211: don't stop all queues when flushingLuciano Coelho2014-06-231-2/+2
* net: Mac80211: Remove silly timespec danceThomas Gleixner2014-06-232-9/+3
* mac80211: Use ktime_get_ts()Thomas Gleixner2014-06-232-3/+3
* mac80211: use csa counter offsets instead of csa_activeMichal Kazior2014-06-231-3/+6
* mac80211: move csa counters from sdata to beacon/prespMichal Kazior2014-06-235-75/+115
* mac80211: allow tx via monitor iface when DFSJanusz Dziedzic2014-06-231-5/+6
* cfg80211: make ethtool the driver's responsibilityJohannes Berg2014-06-2312-530/+387
* mac80211: remove weak WEP IV accountingJohannes Berg2014-06-234-25/+1
* trivial: net/mac80211/mesh.c: fix typo s/Substract/Subtract/Antonio Ospite2014-06-231-1/+1
* mac80211: remove ignore_plink_timer flagBob Copeland2014-06-232-9/+23
* mac80211: fix station/driver powersave raceJohannes Berg2014-06-234-29/+51
* mac80211: remove PID rate controlJohn W. Linville2014-06-237-1026/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-06-164-14/+61
|\