summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
...
| * | mac80211: move netdev stats to common functionJohannes Berg2015-03-161-5/+3
| * | mesh_plink: fixup type of timeout to match usageNicholas Mc Guire2015-03-041-1/+1
| * | mesh_plink: use msecs_to_jiffies for proper time conversionNicholas Mc Guire2015-03-041-2/+2
| * | mac80211: provide station PMF configuration to driverSenthilKumar Jegadeesan2015-03-042-1/+6
| * | mac80211: allow iterating inactive interfacesArik Nemtsov2015-03-041-13/+16
| * | mac80211: check and dequeue skb in ieee80211_tx_prepare_skb()Johannes Berg2015-03-041-0/+9
| * | mac80211: remove duplicate check for quiescing when queueing workLuciano Coelho2015-03-041-10/+0
| * | mac80211: allow TDLS setup code to take wdev lockArik Nemtsov2015-03-041-17/+24
| * | mac80211: start queues if driver rejected wowlanJohannes Berg2015-03-041-0/+7
| * | mac80211: remove useless double check for open_count in __ieee80211_suspend()Luciano Coelho2015-03-041-1/+1
| * | mac80211: don't do driver suspend with auth/assoc in progressJohannes Berg2015-03-041-1/+18
| * | mac80211: handle drv_add_interface failures properly during reconfigLuciano Coelho2015-03-031-1/+18
| * | mac80211: fix another suspend vs. association raceJohannes Berg2015-03-031-0/+28
| * | mac80211: TDLS: support VHT between peersArik Nemtsov2015-03-034-9/+118
| * | mac80211: Update beacon's timing and DTIM count on every beaconAlexander Bondar2015-03-031-12/+20
| * | cfg80211: add bss_type and privacy arguments in cfg80211_get_bss()Dedy Lansky2015-03-031-31/+12
| * | mac80211: remove TX latency measurement codeJohannes Berg2015-02-288-495/+5
| * | nl/mac80211: allow zero plink timeout to disable STA expirationMasashi Honma2015-02-281-1/+2
| * | mac80211: iterate using station list in AP SMPSJohannes Berg2015-02-281-39/+30
| * | mac80211: don't look up stations for multicast addressesJohannes Berg2015-02-281-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-204-8/+37
|\ \ \ | | |/ | |/|
| * | mac80211: ignore CSA to same channelJohannes Berg2015-03-162-0/+14
| * | mac80211: ask for ECSA IE to be considered for beacon parse CRCJohannes Berg2015-03-161-1/+2
| * | mac80211: count interfaces correctly for combination checksAndrei Otcheretianski2015-03-161-1/+1
| * | mac80211: disable u-APSD queues by defaultMichal Kazior2015-03-031-6/+17
| * | mac80211: drop unencrypted frames in mesh fwdingBob Copeland2015-03-031-0/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-033-1/+7
|\| |
| * | mac80211: Send EAPOL frames at lowest rateJouni Malinen2015-02-261-0/+1
| * | mac80211/minstrel: fix !x!=0 confusionJiri Slaby2015-02-241-1/+1
| * | mac80211: clear sdata->radar_requiredEliad Peller2015-02-241-0/+5
| |/
* / mac80211: Use eth_<foo>_addr instead of memsetJoe Perches2015-03-034-8/+8
|/
* Merge tag 'mac80211-next-for-davem-2015-02-03' of git://git.kernel.org/pub/sc...David S. Miller2015-02-0428-138/+1246
|\
| * mac80111: Add BIP-GMAC-128 and BIP-GMAC-256 ciphersJouni Malinen2015-01-2712-3/+339
| * 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
| * 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
| * 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
| * mac80211: enable TPC through mac80211 stackLorenzo Bianconi2015-01-234-8/+23
| * mac80211: allow drivers to control software cryptoJohannes Berg2015-01-222-29/+46
| * mac80211: fix HW registration error pathsJohannes Berg2015-01-211-6/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-273-16/+17
|\ \ | |/ |/|
| * mac80211: properly set CCK flag in radiotapMathy Vanhoef2015-01-231-1/+1