summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-10-293-26/+92
|\
| * mac80211: make sure data is accessible in EAPOL checkJohannes Berg2012-10-261-8/+10
| * mac80211: verify that skb data is presentJohannes Berg2012-10-261-1/+31
| * mac80211: check management frame header lengthJohannes Berg2012-10-261-4/+8
| * mac80211: fix SSID copy on IBSS JOINAntonio Quartulli2012-10-261-1/+1
| * mac80211: don't inspect Sequence Control field on control framesJavier Cardona2012-10-251-0/+4
| * mac80211: Don't drop frames received with mesh ttl == 1Javier Cardona2012-10-251-1/+1
| * mac80211: Only process mesh config header on frames that RA_MATCHJavier Cardona2012-10-251-4/+2
| * mac80211: use blacklist for duplicate IE checkJohannes Berg2012-10-241-7/+35
* | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-10-172-15/+31
|\|
| * mac80211: connect with HT20 if HT40 is not permittedJohannes Berg2012-10-171-10/+20
| * cfg80211/mac80211: avoid state mishmash on deauthStanislaw Gruszka2012-10-151-2/+3
| * Merge remote-tracking branch 'wireless/master' into mac80211Johannes Berg2012-10-1529-697/+1122
| |\
| * | mac80211: Fix FC masking in BIP AAD generationJouni Malinen2012-10-011-3/+8
* | | mac80211: use ieee80211_free_txskb in a few more placesFelix Fietkau2012-10-153-5/+5
* | | mac80211: check if key has TKIP type before updating IVStanislaw Gruszka2012-10-151-1/+2
| |/ |/|
* | mac80211: use ieee80211_free_txskb to fix possible skb leaksFelix Fietkau2012-10-082-12/+14
* | mac80211: call drv_get_tsf() in sleepable contextThomas Pedersen2012-10-081-2/+1
* | mac80211: don't send delBA on addBA failureJohannes Berg2012-09-211-1/+1
* | mac80211: don't send delBA when removing stationsJohannes Berg2012-09-211-1/+1
* | mac80211: don't send delBA before disassocJohannes Berg2012-09-211-1/+1
* | mac80211: fix IBSS auth TX debug messageSylvain Roger Rieunier2012-09-201-1/+1
* | cfg80211: constify name parameter to add_virtual_intfJohannes Berg2012-09-191-1/+2
* | mac80211: make reset debugfs depend on CONFIG_PMJohannes Berg2012-09-191-0/+4
* | mac80211: allow re-open the blocked peer link in meshChun-Yeow Yeoh2012-09-141-1/+2
* | mac80211: change locking around ieee80211_recalc_smpsJohannes Berg2012-09-144-8/+5
* | mac80211: handle power constraint/country IE betterJohannes Berg2012-09-143-22/+72
* | mac80211: remove unneeded CONFIG_PM ifdefJohannes Berg2012-09-111-13/+0
* | mac80211: validate skb->dev in the tx status pathFelix Fietkau2012-09-101-18/+30
* | mac80211: use call_rcu() on sta deletionEliad Peller2012-09-103-57/+81
* | mac80211: add key flag for management keysJohannes Berg2012-09-102-1/+33
* | mac80211: reply to AUTH with DEAUTH if sta allocation fails in IBSSAntonio Quartulli2012-09-071-1/+32
* | mac80211: move ieee80211_send_deauth_disassoc outside mlme codeAntonio Quartulli2012-09-073-50/+54
* | net/mac80211/scan.c: removes unnecessary semicolonPeter Senna Tschudin2012-09-071-1/+1
* | mac80211: refactor set_channel_typeMichal Kazior2012-09-061-19/+48
* | mac80211: use synchronize_net() on key destroyingEliad Peller2012-09-061-1/+1
* | mac80211: check power constraint IE size when parsingJohannes Berg2012-09-063-10/+6
* | Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg2012-09-063-34/+33
|\ \
| * \ Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-08-231-1/+1
| |\ \
| * \ \ Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-08-2122-409/+657
| |\ \ \
| * | | | mac80211: fix unnecessary beacon update after peering status changeMarco Porsch2012-08-133-34/+33
* | | | | mac80211: disconnect if channel switch failsJohannes Berg2012-09-062-18/+38
* | | | | mac80211: don't hang on to sched_scan_iesJohannes Berg2012-09-062-26/+14
* | | | | Merge remote-tracking branch 'mac80211/master' into mac80211-nextJohannes Berg2012-09-065-29/+30
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | mac80211: Various small fixes for cfg.c: mpath_set_pinfo()LEO Airwarosu Yoichi Shinoda2012-09-051-5/+4
| * | | | mac80211: clear bssid on auth/assoc failureEliad Peller2012-09-041-0/+4
| * | | | mac80211: fix DS to MBSS address translationThomas Pedersen2012-08-221-22/+16
| * | | | mac80211: cancel mesh path timerJohannes Berg2012-08-011-0/+1
| * | | | mac80211: clear timer bits when disconnectingJohannes Berg2012-08-012-0/+4
| * | | | mac80211: don't clear sched_scan_sdata on sched scan stop requestEliad Peller2012-07-301-1/+0