summaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
2012-12-10mac80211: fix remain-on-channel (non-)cancellingJohannes Berg1-2/+0
2012-12-03mac80211: deinitialize ibss-internals after emptiness checkSimon Wunderlich1-4/+4
2012-11-27mac80211: call skb_dequeue/ieee80211_free_txskb instead of __skb_queue_purgeFelix Fietkau4-6/+20
2012-11-27mac80211: don't send null data packet when not associatedJohannes Berg1-0/+2
2012-11-27mac80211: sync acccess to tx_filtered/ps_tx_buf queuesArik Nemtsov1-0/+5
2012-11-18mac80211: fix SSID copy on IBSS JOINAntonio Quartulli1-1/+1
2012-11-18mac80211: make sure data is accessible in EAPOL checkJohannes Berg1-8/+10
2012-11-18mac80211: verify that skb data is presentJohannes Berg1-1/+31
2012-11-18mac80211: check management frame header lengthJohannes Berg1-4/+8
2012-11-18mac80211: don't inspect Sequence Control field on control framesJavier Cardona1-0/+4
2012-11-18mac80211: Only process mesh config header on frames that RA_MATCHJavier Cardona1-4/+2
2012-11-18mac80211: use blacklist for duplicate IE checkJohannes Berg1-7/+35
2012-10-31cfg80211/mac80211: avoid state mishmash on deauthStanislaw Gruszka1-2/+3
2012-10-31mac80211: use ieee80211_free_txskb in a few more placesFelix Fietkau3-5/+5
2012-10-31mac80211: check if key has TKIP type before updating IVStanislaw Gruszka1-1/+2
2012-10-31mac80211: connect with HT20 if HT40 is not permittedJohannes Berg1-10/+20
2012-10-28mac80211: call drv_get_tsf() in sleepable contextThomas Pedersen1-2/+1
2012-10-21mac80211: use ieee80211_free_txskb to fix possible skb leaksFelix Fietkau2-12/+14
2012-09-05Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2-5/+8
2012-09-05mac80211: Various small fixes for cfg.c: mpath_set_pinfo()LEO Airwarosu Yoichi Shinoda1-5/+4
2012-09-04mac80211: clear bssid on auth/assoc failureEliad Peller1-0/+4
2012-08-23Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-22/+16
2012-08-22mac80211: fix DS to MBSS address translationThomas Pedersen1-22/+16
2012-08-02Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville3-2/+6
2012-08-01mac80211: cancel mesh path timerJohannes Berg1-0/+1
2012-08-01mac80211: clear timer bits when disconnectingJohannes Berg2-0/+4
2012-07-30mac80211: don't clear sched_scan_sdata on sched scan stop requestEliad Peller1-1/+0
2012-07-30Merge remote-tracking branch 'wireless/master' into mac80211Johannes Berg40-2002/+2150
2012-07-27Merge branch 'for-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds1-1/+1
2012-07-24mac80211: fix scan_sdata assignmentJohannes Berg1-1/+1
2012-07-24leds: Rename led_brightness_set() to led_set_brightness()Shuah Khan1-1/+1
2012-07-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville16-227/+250
2012-07-19Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-0/+1
2012-07-18mac80211: flush stations before stop beaconingEliad Peller1-0/+1
2012-07-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+4
2012-07-17Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville5-20/+36
2012-07-17mac80211: go out of PS before sending disassocEliad Peller1-6/+11
2012-07-17mac80211: fix tx-mgmt cookie value being left uninitializedNicolas Cavallari1-0/+1
2012-07-13cfg80211/mac80211: re-add get_channel operationJohannes Berg1-0/+11
2012-07-13Revert "mac80211: refactor virtual monitor code"Johannes Berg3-17/+14
2012-07-13mac80211: fix use after freeAlan Cox1-2/+4
2012-07-12Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville16-206/+209
2012-07-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville11-194/+258
2012-07-12mac80211: iterate the virtual monitor interfaceJohannes Berg2-10/+28
2012-07-12minstrel_ht: enable frame aggregation for fixed rateSylvain Roger Rieunier1-2/+6
2012-07-12mac80211: tx: do not drop non-robust mgmt to non-MFP stas.Nicolas Cavallari1-0/+3
2012-07-12mac80211: restructure key selectionJohannes Berg1-9/+13
2012-07-12mac80211: add time synchronisation with BSS for assocJohannes Berg4-10/+16
2012-07-12mac80211: redesign scan RXJohannes Berg4-80/+32
2012-07-12mac80211: track scheduled scan virtual interfaceJohannes Berg4-14/+15