summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* mac80211: fix smatch lock errors in meshThomas Pedersen2012-03-071-10/+10
* mac80211: Fix potential null pointer dereferencingAshok Nagarajan2012-03-071-6/+7
* mac80211: Filter duplicate IE idsPaul Stewart2012-03-074-22/+141
* mac80211: Modify tsf via debugfs in mesh interfacesJavier Cardona2012-03-061-1/+6
* mac80211: fix mesh airtime link metric estimatingThomas Pedersen2012-03-063-10/+22
* cfg80211/mac80211: report signal strength for mgmt framesJohannes Berg2012-03-061-2/+11
* mac80211: combine QoS with other BSS changesJohannes Berg2012-03-054-9/+17
* mac80211: use common radiotap code for cooked monitorsJohannes Berg2012-03-051-30/+9
* mac80211: fix the support of setting non-forwarding entity in MeshChun-Yeow Yeoh2012-03-052-1/+11
* mac80211: add an rx flag for ignoring a packet's signal strengthFelix Fietkau2012-03-051-3/+6
* mac80211: use compare_ether_addr on MAC addresses instead of memcmpFelix Fietkau2012-03-0510-42/+53
* mac80211: use 16 bit alignment for the if_ibss bssid fieldFelix Fietkau2012-03-051-1/+1
* {nl,cfg,mac}80211: Implement RSSI threshold for mesh peeringAshok Nagarajan2012-03-053-1/+25
* mac80211: Fix the generation of PREQs in proactive RANN mechanism of HWMPChun-Yeow Yeoh2012-03-052-5/+19
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-292-1/+4
|\
| * mac80211: Fix a warning on changing to monitor mode from STAMohammed Shafi Shajakhan2012-02-211-0/+3
| * mac80211: zero initialize count field in ieee80211_tx_rateMohammed Shafi Shajakhan2012-02-211-1/+1
* | mac80211: handle non-bufferable MMPDUs correctlyJohannes Berg2012-02-292-8/+13
* | mac80211: make deauth/disassoc sequence more naturalJohannes Berg2012-02-291-37/+47
* | mac80211: fix ieee80211_set_disassoc() sending DelBAJohannes Berg2012-02-291-3/+3
* | mac80211: dont call cfg80211 from ieee80211_send_deauth_disassocJohannes Berg2012-02-291-33/+38
* | cfg80211: remove cookies from callbacksJohannes Berg2012-02-293-26/+20
* | mac80211: remove local_to_hwJohannes Berg2012-02-274-11/+5
* | mac80211: fix sta_info_flush() return valueJohannes Berg2012-02-271-1/+3
* | mac80211: fix auth/assoc data & timer leakJohannes Berg2012-02-273-0/+16
* | mac80211: use proper sub_if_data on suspend pathJakub Kicinski2012-02-271-1/+1
* | mac80211: fix associated vs. idle raceJohannes Berg2012-02-271-1/+15
* | mac80211: clean up asm/unaligned.h inclusionJohannes Berg2012-02-276-2/+4
* | mac80211: remove redundant monitor_work enqueueingEliad Peller2012-02-271-1/+0
* | mac80211: don't queue monitor work for HW_CONNECTION_MONITOREliad Peller2012-02-271-2/+6
* | cfg80211: restructure AP/GO mode APIJohannes Berg2012-02-223-93/+68
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-152-3/+3
|\|
| * mac80211: do not call rate control .tx_status before .rate_initFelix Fietkau2012-02-151-1/+1
| * mac80211: call rate control only after initJohannes Berg2012-02-154-3/+6
| * mac80211: Fix a rwlock bad magic bugMohammed Shafi Shajakhan2012-02-091-2/+2
| * mac80211: timeout a single frame in the rx reorder bufferEliad Peller2012-02-011-1/+1
* | mac80211: do not call rate control .tx_status before .rate_initFelix Fietkau2012-02-081-1/+1
* | mac80211: rename mesh static path_lookup()Luis R. Rodriguez2012-02-081-3/+3
* | mac80211: add #ifdef CONFIG_MAC80211_VERBOSE_DEBUG for a debug printkFelix Fietkau2012-02-081-0/+2
* | mac80211: call rate control only after initJohannes Berg2012-02-064-3/+6
* | mac80211: support hw scan while idleEliad Peller2012-02-063-1/+7
* | mac80211: off by one in mcs mask handlingDan Carpenter2012-02-061-1/+1
* | cfg80211/mac80211: userspace peer authorization in IBSSAntonio Quartulli2012-02-062-1/+7
* | mac80211: redesign auth/assocJohannes Berg2012-02-068-1227/+1038
* | cfg80211: stop tracking authenticated stateJohannes Berg2012-02-061-15/+8
* | mac80211: remove dummy STA supportJohannes Berg2012-02-064-155/+38
* | mac80211: implement sta_add/sta_remove in sta_stateJohannes Berg2012-02-064-19/+19
* | mac80211: add sta_state callbackJohannes Berg2012-02-067-28/+164
* | mac80211: add NOTEXIST station stateJohannes Berg2012-02-062-0/+3
* | mac80211: dont program keys for stations not uploadedJohannes Berg2012-02-061-16/+14