aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-5/+12
2015-04-01mac80211: fix RX A-MPDU session reorder timer deletionJohannes Berg3-5/+12
2015-03-31Merge tag 'mac80211-next-for-davem-2015-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller33-932/+959
2015-03-30mac80211: set QoS capability before changing station stateJohannes Berg1-4/+4
2015-03-30mac80211: send HT/VHT IEs in TDLS discovery responseArik Nemtsov1-3/+8
2015-03-30mac80211: add VHT support for IBSSJanusz.Dziedzic@tieto.com5-11/+80
2015-03-30mac80211: IBSS fix scan requestJanusz.Dziedzic@tieto.com3-12/+97
2015-03-30mac80211: factor out station lookup from ieee80211_build_hdr()Johannes Berg1-70/+118
2015-03-30mac80211: make sta.wme indicate whether QoS is usedJohannes Berg4-5/+6
2015-03-30mac80211: send AP probe as unicast againJohannes Berg1-1/+1
2015-03-30mac80111: aes_gcm: clean up ieee80211_aes_gcm_key_setup_encrypt()Johannes Berg1-4/+8
2015-03-30mac80111: aes_ccm: cleanup ieee80211_aes_key_setup_encrypt()Dan Carpenter1-4/+8
2015-03-30mac80211: Fix misplaced return in AES-GMAC key setupJouni Malinen1-2/+2
2015-03-30cfg80211: pass name_assign_type to rdev_add_virtual_intf()Tom Gundersen4-3/+6
2015-03-30mac80211: fix typo in debug outputMichael Braun1-1/+1
2015-03-30mac80211: reject aggregation sessions with non-HT peersJohannes Berg2-1/+12
2015-03-30cfg/mac80211: add regulatory classes IE during TDLS setupArik Nemtsov1-0/+21
2015-03-30mac80211: stop scan before connectionDavid Spinadel1-0/+4
2015-03-30mac80211: notify the driver about deauthEmmanuel Grumbach1-18/+42
2015-03-30mac80211: notify the driver about association statusEmmanuel Grumbach1-0/+15
2015-03-30mac80211: notify the driver about authentication statusEmmanuel Grumbach1-0/+15
2015-03-30mac80211: convert rssi_callback() to event_callback()Emmanuel Grumbach3-15/+20
2015-03-30mac80211: agg-tx: avoid sending DelBA with sta->lock heldJohannes Berg1-2/+7
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-8/+37
2015-03-20mac80211: avoid duplicate TX path station lookupJohannes Berg4-30/+50
2015-03-20mac80211: mesh: avoid pointless station lookupJohannes Berg1-4/+6
2015-03-20mac80211: drop 4-addr VLAN frames earlier if not connectedJohannes Berg1-0/+3
2015-03-20mac80211: don't look up destination station twiceJohannes Berg1-4/+6
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