aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-20mac80211: remove drop_unencrypted codeJohannes Berg7-30/+2
2015-03-17mac80211: Get IV len from key conf and not cipher schemeCedric Izoard3-7/+9
2015-03-17mac80211: IBSS: refactor ieee80211_rx_bss_infoJanusz.Dziedzic@tieto.com1-85/+99
2015-03-17mac80211: minstrel_ht: fix rounding issue in MCS duration calculationFelix Fietkau1-2/+4
2015-03-17mac80211: initialize rate control earlier for tdls stationMarek Puzyniak1-5/+8
2015-03-16mac80211: ignore CSA to same channelJohannes Berg2-0/+14
2015-03-16mac80211: ask for ECSA IE to be considered for beacon parse CRCJohannes Berg1-1/+2
2015-03-16mac80211: count interfaces correctly for combination checksAndrei Otcheretianski1-1/+1
2015-03-16mac80211: refactor drop connection/unlock in CSA processingJohannes Berg1-20/+9
2015-03-16mac80211: allow to get wireless_dev structure from ieee80211_vifEmmanuel Grumbach1-0/+12
2015-03-16mac80211: add comment for rx_path_lockJohannes Berg1-0/+6
2015-03-16mac80211: move netdev stats to common functionJohannes Berg1-5/+3
2015-03-04mesh_plink: fixup type of timeout to match usageNicholas Mc Guire1-1/+1
2015-03-04mesh_plink: use msecs_to_jiffies for proper time conversionNicholas Mc Guire1-2/+2
2015-03-04mac80211: provide station PMF configuration to driverSenthilKumar Jegadeesan2-1/+6
2015-03-04mac80211: allow iterating inactive interfacesArik Nemtsov1-13/+16
2015-03-04mac80211: check and dequeue skb in ieee80211_tx_prepare_skb()Johannes Berg1-0/+9
2015-03-04mac80211: remove duplicate check for quiescing when queueing workLuciano Coelho1-10/+0
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-138/+1246
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-21/+171
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-18/+18
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