| Commit message (Expand) | Author | Age | Files | Lines |
* | cfg80211/mac80211: allow registering for and sending action frames | Jouni Malinen | 2010-02-15 | 10 | -15/+534 |
* | mac80211: reject unhandled action frames | Johannes Berg | 2010-02-15 | 1 | -33/+57 |
* | nl80211: does not allow NEW_STATION and DEL_STATION for mesh | Thadeu Lima de Souza Cascardo | 2010-02-15 | 1 | -36/+13 |
* | mac80211: fix netdev rename | Johannes Berg | 2010-02-15 | 1 | -1/+1 |
* | mac80211: Deny TX BA session requests during disassociation | Sujith | 2010-02-10 | 3 | -1/+15 |
* | mac80211: Retry null data frame for power save. | Vivek Natarajan | 2010-02-09 | 3 | -7/+31 |
* | mac80211: Reset dynamic ps timer in Rx path. | Vivek Natarajan | 2010-02-08 | 1 | -0/+8 |
* | mac80211: make rate_control_alloc static | Andres Salomon | 2010-02-08 | 2 | -6/+3 |
* | mac80211: remove get_tx_stats() driver op | Kalle Valo | 2010-02-08 | 2 | -31/+0 |
* | mac80211: fix deauth race | Johannes Berg | 2010-02-08 | 1 | -3/+9 |
* | mac80211: fix bss_conf.dtim_period | Johannes Berg | 2010-02-08 | 1 | -0/+2 |
* | mac80211: Added a new debugfs file for reading channel_type | Benoit Papillault | 2010-02-08 | 1 | -0/+33 |
* | mac80211: tear down all agg queues when restart/reconfig hw | Wey-Yi Guy | 2010-02-08 | 1 | -0/+8 |
* | mac80211: allow station add/remove to sleep | Johannes Berg | 2010-02-08 | 13 | -464/+511 |
* | mac80211: don't probe if we have probe response | Johannes Berg | 2010-02-08 | 1 | -5/+5 |
* | wireless: update radiotap parser | Johannes Berg | 2010-02-08 | 2 | -111/+203 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2010-02-08 | 3 | -10/+21 |
|\ |
|
| * | mac80211: fix deferred hardware scan requests | Johannes Berg | 2010-02-08 | 1 | -8/+10 |
| * | mac80211: Fix probe request filtering in IBSS mode | Benoit Papillault | 2010-02-08 | 1 | -1/+1 |
| * | mac80211: fix NULL pointer dereference when ftrace is enabled | Zhu Yi | 2010-01-26 | 1 | -1/+1 |
* | | lib80211: Introduce TKIP_HDR_LEN define for code clarity | Andriy Tkachuk | 2010-02-02 | 1 | -10/+10 |
* | | lib80211: Cosmetics - make room for MIC/CRC near the actual calculation | Andriy Tkachuk | 2010-02-02 | 2 | -3/+2 |
* | | mac80211: Don't call rate control when HW handles it | Vasanthakumar | 2010-02-01 | 1 | -0/+4 |
* | | mac80211: fix sta lookup with AP VLAN interfaces and injected frames | Felix Fietkau | 2010-02-01 | 1 | -0/+2 |
* | | mac80211: fix monitor mode tx radiotap header handling | Felix Fietkau | 2010-02-01 | 1 | -2/+4 |
* | | mac80211: fix sta lookup for received action frames on an AP VLAN | Felix Fietkau | 2010-02-01 | 1 | -2/+2 |
* | | mac80211: reduce stack usage in sta_agg_status_read() | Pavel Roskin | 2010-02-01 | 1 | -11/+13 |
* | | mac80211: reduce stack usage in sta_ht_capa_read() | Pavel Roskin | 2010-02-01 | 1 | -1/+1 |
* | | cfg80211: add regulatory hint disconnect support | Luis R. Rodriguez | 2010-02-01 | 3 | -3/+212 |
* | | cfg80211: avoid flushing the global workqueue for core reg hints | Luis R. Rodriguez | 2010-02-01 | 1 | -3/+1 |
* | | cfg80211: fix wext-compat for setting rate to 'auto' | John W. Linville | 2010-01-27 | 1 | -1/+1 |
* | | mac80211: wait for beacon before enabling powersave | Johannes Berg | 2010-01-26 | 2 | -7/+24 |
* | | cfg80211: export cfg80211_find_ie | Johannes Berg | 2010-01-26 | 1 | -18/+20 |
* | | mac80211: fill jiffies/vif on filtered frames | Johannes Berg | 2010-01-25 | 1 | -0/+3 |
* | | mac80211: track work started through callbacks | Johannes Berg | 2010-01-25 | 2 | -8/+10 |
* | | mac80211: fix sw crypto | Johannes Berg | 2010-01-25 | 1 | -1/+1 |
* | | mac80211: fix WARN_ON in the new work code | Felix Fietkau | 2010-01-25 | 1 | -2/+0 |
* | | mac80211: fix update_tkip_key() documentation about the context | Kalle Valo | 2010-01-25 | 1 | -2/+0 |
* | | mac80211: fix tx select key null pointer crash with hostapd | Kalle Valo | 2010-01-23 | 1 | -3/+4 |
* | | mac80211: add missing key check | Johannes Berg | 2010-01-22 | 1 | -1/+1 |
* | | mac80211: fix rx data handling for non-data frames on multiple vifs | Felix Fietkau | 2010-01-22 | 1 | -17/+28 |
* | | mac80211: Account HT Control field in Data frame hdrlen according to 802.11n-... | Andriy Tkachuk | 2010-01-22 | 1 | -1/+4 |
* | | cfg80211: export multiple MAC addresses in sysfs | Johannes Berg | 2010-01-22 | 2 | -0/+32 |
* | | mac80211: pass vif and station to update_tkip_key | Johannes Berg | 2010-01-22 | 3 | -17/+24 |
* | | mac80211: avoid NULL ptr deref when using WEP | John W. Linville | 2010-01-22 | 1 | -3/+2 |
* | | nl80211: Allow association to change channels during reassociation | Jouni Malinen | 2010-01-19 | 1 | -1/+3 |
* | | mac80211: Fixed a bug in IBSS merge | Benoit Papillault | 2010-01-19 | 1 | -5/+1 |
* | | mac80211: removed useless code in IBSS management | Benoit Papillault | 2010-01-19 | 1 | -7/+9 |
* | | cfg80211: rcu-ify rdev and wdev | Johannes Berg | 2010-01-19 | 2 | -12/+17 |
* | | mac80211: re-enable re-transmission of filtered frames | Johannes Berg | 2010-01-19 | 2 | -28/+11 |