summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* mac80111: Add BIP-CMAC-256 cipherJouni Malinen2015-01-2710-21/+171
* mac80111: Add CCMP-256 cipherJouni Malinen2015-01-2710-31/+88
* mac80111: Add GCMP and GCMP-256 ciphersJouni Malinen2015-01-2713-4/+482
* cfg80211: Add new GCMP, CCMP-256, BIP-GMAC, BIP-CMAC-256 ciphersJouni Malinen2015-01-271-0/+36
* cfg80211: Fix BIP (AES-CMAC) cipher validationJouni Malinen2015-01-271-12/+20
* mac80211: handle potential race between suspend and scan completionLuciano Coelho2015-01-272-1/+14
* mac80211: support beacon statisticsJohannes Berg2015-01-231-0/+14
* mac80211: fix per-TID RX-MSDU counterJohannes Berg2015-01-231-2/+2
* mac80211: tdls: disentangle HT supported conditionsJohannes Berg2015-01-231-18/+18
* mac80211: tdls: remove shadowing variableJohannes Berg2015-01-231-1/+0
* nl80211: suppress smatch warningsJohannes Berg2015-01-231-5/+5
* Revert "mac80211: keep sending peer candidate events while in listen state"Bob Copeland2015-01-231-7/+0
* mac80211: complete scan work immediately if quiesced or suspendedLuciano Coelho2015-01-231-0/+5
* mac80211: avoid races related to suspend flowEmmanuel Grumbach2015-01-233-12/+40
* mac80211: synchronize_net() before flushing the queuesEmmanuel Grumbach2015-01-231-0/+3
* nl80211: add an attribute to allow delaying the first scheduled scan cycleLuciano Coelho2015-01-231-0/+5
* mac80211: enable TPC through mac80211 stackLorenzo Bianconi2015-01-234-8/+23
* nl80211: Allow set network namespace by fdVadim Kochan2015-01-232-5/+12
* mac80211: allow drivers to control software cryptoJohannes Berg2015-01-222-29/+46
* mac80211: fix HW registration error pathsJohannes Berg2015-01-211-6/+6
* mac80211: delete the assoc/auth timer upon suspendEmmanuel Grumbach2015-01-191-0/+12
* Revert "wireless: Support of IFLA_INFO_KIND rtnl attribute"Johannes Berg2015-01-191-6/+0
* cfg80211: fix checking nl80211_send_station() return valueJohannes Berg2015-01-161-1/+1
* mac80211: remove doubled semicolonJohannes Berg2015-01-161-1/+1
* cfg80211: change bandwidth reporting to explicit fieldJohannes Berg2015-01-154-36/+84
* cfg80211: remove 80+80 MHz rate reportingJohannes Berg2015-01-152-5/+1
* mac80211: remove 80+80 MHz rate reportingJohannes Berg2015-01-153-9/+0
* nl80211: send netdetect configuration info in NL80211_CMD_GET_WOWLANLuciano Coelho2015-01-141-0/+52
* cfg80211: avoid reg-hints in self-managed only systemsArik Nemtsov2015-01-141-0/+25
* cfg80211: introduce sync regdom set API for self-managedArik Nemtsov2015-01-141-2/+29
* mac80211: don't defer scans in case of radar detectionEliad Peller2015-01-141-1/+1
* mac80211: consider only relevant vifs for radar_required calculationEliad Peller2015-01-141-2/+30
* mac80211: remove local->radar_detect_enabledEliad Peller2015-01-144-7/+5
* mac80211: add TDLS supported channels correctlyArik Nemtsov2015-01-141-5/+21
* mac80211: let flush() drop packets when possibleEmmanuel Grumbach2015-01-1410-22/+27
* mac80211: fix handling TIM IE when stations disconnectJohannes Berg2015-01-091-3/+13
* mac80211: provide per-TID RX/TX MSDU countersJohannes Berg2015-01-085-2/+68
* nl80211: support per-TID station statisticsJohannes Berg2015-01-081-0/+41
* cfg80211: add nl80211 beacon-only statisticsJohannes Berg2015-01-081-0/+2
* cfg80211: remove enum station_info_flagsJohannes Berg2015-01-084-133/+96
* mac80211: allow drivers to provide most station statisticsJohannes Berg2015-01-083-73/+87
* mac80211: send statistics with delete station eventJohannes Berg2015-01-081-1/+3
* cfg80211: allow including station info in delete eventJohannes Berg2015-01-081-22/+16
* cfg80211: add scan time to survey dataJohannes Berg2015-01-082-2/+9
* cfg80211: allow survey data to return global dataJohannes Berg2015-01-081-13/+18
* cfg80211: remove "channel" from survey namesJohannes Berg2015-01-083-38/+38
* mac80211: Re-fix accounting of the tailroom-needed counterIdo Yariv2015-01-071-6/+3
* Merge branch 'mac80211' into mac80211-nextJohannes Berg2015-01-078-23/+54
|\
| * Revert "mac80211: Fix accounting of the tailroom-needed counter"Johannes Berg2015-01-051-3/+9
| * mac80211: free management frame keys when removing stationJohannes Berg2014-12-171-1/+1