aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
2015-03-04mac80211: allow TDLS setup code to take wdev lockArik Nemtsov1-17/+24
2015-03-04mac80211: start queues if driver rejected wowlanJohannes Berg1-0/+7
2015-03-04mac80211: remove useless double check for open_count in __ieee80211_suspend()Luciano Coelho1-1/+1
2015-03-04mac80211: don't do driver suspend with auth/assoc in progressJohannes Berg1-1/+18
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-1/+7
2015-03-03mac80211: Use eth_<foo>_addr instead of memsetJoe Perches4-8/+8
2015-03-03mac80211: handle drv_add_interface failures properly during reconfigLuciano Coelho1-1/+18
2015-03-03mac80211: fix another suspend vs. association raceJohannes Berg1-0/+28
2015-03-03mac80211: TDLS: support VHT between peersArik Nemtsov4-9/+118
2015-03-03mac80211: Update beacon's timing and DTIM count on every beaconAlexander Bondar1-12/+20
2015-03-03cfg80211: add bss_type and privacy arguments in cfg80211_get_bss()Dedy Lansky1-31/+12
2015-03-03mac80211: disable u-APSD queues by defaultMichal Kazior1-6/+17
2015-03-03mac80211: drop unencrypted frames in mesh fwdingBob Copeland1-0/+3
2015-02-28mac80211: remove TX latency measurement codeJohannes Berg8-495/+5
2015-02-28nl/mac80211: allow zero plink timeout to disable STA expirationMasashi Honma1-1/+2
2015-02-28mac80211: iterate using station list in AP SMPSJohannes Berg1-39/+30
2015-02-28mac80211: don't look up stations for multicast addressesJohannes Berg1-1/+1
2015-02-26mac80211: Send EAPOL frames at lowest rateJouni Malinen1-0/+1
2015-02-24mac80211/minstrel: fix !x!=0 confusionJiri Slaby1-1/+1
2015-02-24mac80211: clear sdata->radar_requiredEliad Peller1-0/+5
2015-02-04Merge tag 'mac80211-next-for-davem-2015-02-03' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller28-135/+1243
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-16/+17
2015-01-27mac80111: Add BIP-GMAC-128 and BIP-GMAC-256 ciphersJouni Malinen12-3/+339
2015-01-27mac80111: Add BIP-CMAC-256 cipherJouni Malinen10-20/+170
2015-01-27mac80111: Add CCMP-256 cipherJouni Malinen10-31/+88
2015-01-27mac80111: Add GCMP and GCMP-256 ciphersJouni Malinen13-4/+482
2015-01-27mac80211: handle potential race between suspend and scan completionLuciano Coelho2-1/+14
2015-01-23mac80211: support beacon statisticsJohannes Berg1-0/+14
2015-01-23mac80211: fix per-TID RX-MSDU counterJohannes Berg1-2/+2
2015-01-23mac80211: tdls: disentangle HT supported conditionsJohannes Berg1-16/+16
2015-01-23mac80211: tdls: remove shadowing variableJohannes Berg1-1/+0
2015-01-23Revert "mac80211: keep sending peer candidate events while in listen state"Bob Copeland1-7/+0
2015-01-23mac80211: complete scan work immediately if quiesced or suspendedLuciano Coelho1-0/+5
2015-01-23mac80211: avoid races related to suspend flowEmmanuel Grumbach3-12/+40
2015-01-23mac80211: synchronize_net() before flushing the queuesEmmanuel Grumbach1-0/+3
2015-01-23mac80211: properly set CCK flag in radiotapMathy Vanhoef1-1/+1
2015-01-23mac80211: only roll back station states for WDS when suspendingLuciano Coelho1-14/+15
2015-01-23mac80211: enable TPC through mac80211 stackLorenzo Bianconi4-8/+23
2015-01-22mac80211: allow drivers to control software cryptoJohannes Berg2-29/+46
2015-01-21mac80211: fix HW registration error pathsJohannes Berg1-6/+6
2015-01-19mac80211: delete the assoc/auth timer upon suspendEmmanuel Grumbach1-0/+12
2015-01-16mac80211: remove doubled semicolonJohannes Berg1-1/+1
2015-01-15cfg80211: change bandwidth reporting to explicit fieldJohannes Berg2-19/+37
2015-01-15mac80211: remove 80+80 MHz rate reportingJohannes Berg3-9/+0
2015-01-14mac80211: don't defer scans in case of radar detectionEliad Peller1-1/+1
2015-01-14mac80211: consider only relevant vifs for radar_required calculationEliad Peller1-2/+30
2015-01-14mac80211: remove local->radar_detect_enabledEliad Peller4-7/+5
2015-01-14mac80211: add TDLS supported channels correctlyArik Nemtsov1-5/+21
2015-01-14mac80211: let flush() drop packets when possibleEmmanuel Grumbach10-22/+27
2015-01-09mac80211: fix handling TIM IE when stations disconnectJohannes Berg1-3/+13