aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-29Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211John W. Linville3-26/+92
2012-10-26mac80211: make sure data is accessible in EAPOL checkJohannes Berg1-8/+10
2012-10-26mac80211: verify that skb data is presentJohannes Berg1-1/+31
2012-10-26mac80211: check management frame header lengthJohannes Berg1-4/+8
2012-10-26mac80211: fix SSID copy on IBSS JOINAntonio Quartulli1-1/+1
2012-10-25mac80211: don't inspect Sequence Control field on control framesJavier Cardona1-0/+4
2012-10-25mac80211: Don't drop frames received with mesh ttl == 1Javier Cardona1-1/+1
2012-10-25mac80211: Only process mesh config header on frames that RA_MATCHJavier Cardona1-4/+2
2012-10-24mac80211: use blacklist for duplicate IE checkJohannes Berg1-7/+35
2012-10-17Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211John W. Linville2-15/+31
2012-10-17mac80211: connect with HT20 if HT40 is not permittedJohannes Berg1-10/+20
2012-10-15mac80211: use ieee80211_free_txskb in a few more placesFelix Fietkau3-5/+5
2012-10-15mac80211: check if key has TKIP type before updating IVStanislaw Gruszka1-1/+2
2012-10-15cfg80211/mac80211: avoid state mishmash on deauthStanislaw Gruszka1-2/+3
2012-10-15Merge remote-tracking branch 'wireless/master' into mac80211Johannes Berg29-697/+1122
2012-10-08mac80211: use ieee80211_free_txskb to fix possible skb leaksFelix Fietkau2-12/+14
2012-10-08mac80211: call drv_get_tsf() in sleepable contextThomas Pedersen1-2/+1
2012-10-01mac80211: Fix FC masking in BIP AAD generationJouni Malinen1-3/+8
2012-09-21mac80211: don't send delBA on addBA failureJohannes Berg1-1/+1
2012-09-21mac80211: don't send delBA when removing stationsJohannes Berg1-1/+1
2012-09-21mac80211: don't send delBA before disassocJohannes Berg1-1/+1
2012-09-20mac80211: fix IBSS auth TX debug messageSylvain Roger Rieunier1-1/+1
2012-09-19cfg80211: constify name parameter to add_virtual_intfJohannes Berg1-1/+2
2012-09-19mac80211: make reset debugfs depend on CONFIG_PMJohannes Berg1-0/+4
2012-09-14mac80211: allow re-open the blocked peer link in meshChun-Yeow Yeoh1-1/+2
2012-09-14mac80211: change locking around ieee80211_recalc_smpsJohannes Berg4-8/+5
2012-09-14mac80211: handle power constraint/country IE betterJohannes Berg3-22/+72
2012-09-11mac80211: remove unneeded CONFIG_PM ifdefJohannes Berg1-13/+0
2012-09-10mac80211: validate skb->dev in the tx status pathFelix Fietkau1-18/+30
2012-09-10mac80211: use call_rcu() on sta deletionEliad Peller3-57/+81
2012-09-10mac80211: add key flag for management keysJohannes Berg2-1/+33
2012-09-07mac80211: reply to AUTH with DEAUTH if sta allocation fails in IBSSAntonio Quartulli1-1/+32
2012-09-07mac80211: move ieee80211_send_deauth_disassoc outside mlme codeAntonio Quartulli3-50/+54
2012-09-07net/mac80211/scan.c: removes unnecessary semicolonPeter Senna Tschudin1-1/+1
2012-09-06mac80211: refactor set_channel_typeMichal Kazior1-19/+48
2012-09-06mac80211: use synchronize_net() on key destroyingEliad Peller1-1/+1
2012-09-06mac80211: check power constraint IE size when parsingJohannes Berg3-10/+6
2012-09-06Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg3-34/+33
2012-09-06mac80211: disconnect if channel switch failsJohannes Berg2-18/+38
2012-09-06mac80211: don't hang on to sched_scan_iesJohannes Berg2-26/+14
2012-09-06Merge remote-tracking branch 'mac80211/master' into mac80211-nextJohannes Berg5-29/+30
2012-09-06mac80211: use list_move instead of list_del/list_addWei Yongjun1-2/+1
2012-09-05mac80211: Various small fixes for cfg.c: mpath_set_pinfo()LEO Airwarosu Yoichi Shinoda1-5/+4
2012-09-05mac80211: don't use kerneldoc for ieee80211_add_rx_radiotap_headerJohannes Berg1-1/+1
2012-09-04mac80211: clear bssid on auth/assoc failureEliad Peller1-0/+4
2012-09-04mac80211: Do not check for valid hw_queues for P2P_DEVICEIlan Peer1-7/+9
2012-08-23Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-1/+1
2012-08-22mac80211: Fix AP mode regressionSujith Manoharan1-1/+1
2012-08-22mac80211: fix DS to MBSS address translationThomas Pedersen1-22/+16
2012-08-21Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville22-409/+657