Age | Commit message (Expand) | Author | Files | Lines |
2012-02-29 | mac80211: make deauth/disassoc sequence more natural | Johannes Berg | 1 | -37/+47 |
2012-02-29 | mac80211: fix ieee80211_set_disassoc() sending DelBA | Johannes Berg | 1 | -3/+3 |
2012-02-29 | mac80211: dont call cfg80211 from ieee80211_send_deauth_disassoc | Johannes Berg | 1 | -33/+38 |
2012-02-29 | cfg80211: remove cookies from callbacks | Johannes Berg | 4 | -29/+23 |
2012-02-27 | mac80211: remove local_to_hw | Johannes Berg | 4 | -11/+5 |
2012-02-27 | mac80211: fix sta_info_flush() return value | Johannes Berg | 1 | -1/+3 |
2012-02-27 | mac80211: fix auth/assoc data & timer leak | Johannes Berg | 3 | -0/+16 |
2012-02-27 | mac80211: use proper sub_if_data on suspend path | Jakub Kicinski | 1 | -1/+1 |
2012-02-27 | mac80211: fix associated vs. idle race | Johannes Berg | 1 | -1/+15 |
2012-02-27 | mac80211: clean up asm/unaligned.h inclusion | Johannes Berg | 6 | -2/+4 |
2012-02-27 | mac80211: remove redundant monitor_work enqueueing | Eliad Peller | 1 | -1/+0 |
2012-02-27 | mac80211: don't queue monitor work for HW_CONNECTION_MONITOR | Eliad Peller | 1 | -2/+6 |
2012-02-22 | cfg80211: restructure AP/GO mode API | Johannes Berg | 4 | -206/+210 |
2012-02-16 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 48 | -231/+272 |
2012-02-15 | mac80211: do not call rate control .tx_status before .rate_init | Felix Fietkau | 1 | -1/+1 |
2012-02-15 | mac80211: call rate control only after init | Johannes Berg | 4 | -3/+6 |
2012-02-15 | Bluetooth: Fix possible use after free in delete path | Ulisses Furquim | 1 | -2/+2 |
2012-02-15 | Bluetooth: Remove usage of __cancel_delayed_work() | Ulisses Furquim | 1 | -3/+3 |
2012-02-15 | Bluetooth: Add missing QUIRK_NO_RESET test to hci_dev_do_close | Johan Hedberg | 1 | -1/+2 |
2012-02-15 | Bluetooth: Fix RFCOMM session reference counting issue | Octavian Purdila | 1 | -6/+12 |
2012-02-15 | Bluetooth: silence lockdep warning | Octavian Purdila | 3 | -7/+9 |
2012-02-15 | Bluetooth: l2cap_set_timer needs jiffies as timeout value | Andrzej Kaczmarek | 1 | -4/+8 |
2012-02-15 | Bluetooth: Fix sk_sndtimeo initialization for L2CAP socket | Andrzej Kaczmarek | 1 | -1/+1 |
2012-02-15 | Bluetooth: Remove bogus inline declaration from l2cap_chan_connect | Johan Hedberg | 1 | -1/+1 |
2012-02-15 | Bluetooth: Fix l2cap conn failures for ssp devices | Peter Hurley | 1 | -0/+4 |
2012-02-10 | mac80211: Fix a rwlock bad magic bug | Mohammed Shafi Shajakhan | 1 | -2/+2 |
2012-02-09 | mac80211: do not call rate control .tx_status before .rate_init | Felix Fietkau | 1 | -1/+1 |
2012-02-09 | mac80211: rename mesh static path_lookup() | Luis R. Rodriguez | 1 | -3/+3 |
2012-02-09 | mac80211: add #ifdef CONFIG_MAC80211_VERBOSE_DEBUG for a debug printk | Felix Fietkau | 1 | -0/+2 |
2012-02-07 | mac80211: call rate control only after init | Johannes Berg | 4 | -3/+6 |
2012-02-06 | mac80211: support hw scan while idle | Eliad Peller | 3 | -1/+7 |
2012-02-06 | mac80211: off by one in mcs mask handling | Dan Carpenter | 2 | -2/+2 |
2012-02-06 | cfg80211/mac80211: userspace peer authorization in IBSS | Antonio Quartulli | 3 | -9/+19 |
2012-02-06 | mac80211: redesign auth/assoc | Johannes Berg | 8 | -1227/+1038 |
2012-02-06 | cfg80211: export cfg80211_ref_bss | Johannes Berg | 2 | -5/+12 |
2012-02-06 | cfg80211: stop tracking authenticated state | Johannes Berg | 5 | -333/+80 |
2012-02-06 | mac80211: remove dummy STA support | Johannes Berg | 4 | -155/+38 |
2012-02-06 | mac80211: implement sta_add/sta_remove in sta_state | Johannes Berg | 4 | -19/+19 |
2012-02-06 | mac80211: add sta_state callback | Johannes Berg | 7 | -28/+164 |
2012-02-06 | mac80211: add NOTEXIST station state | Johannes Berg | 2 | -0/+3 |
2012-02-06 | mac80211: dont program keys for stations not uploaded | Johannes Berg | 1 | -16/+14 |
2012-02-06 | mac80211: simplify AP_VLAN handling | Johannes Berg | 5 | -33/+7 |
2012-02-06 | mac80211: move managed mode station state modification | Johannes Berg | 1 | -14/+14 |
2012-02-02 | mac80211: timeout a single frame in the rx reorder buffer | Eliad Peller | 1 | -1/+1 |
2012-02-01 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 6 | -20/+39 |
2012-01-31 | mac80211: Move num_sta_ps counter decrement after synchronize_rcu | Helmut Schaa | 1 | -9/+9 |
2012-01-31 | mac80211: add support for mcs masks | Simon Wunderlich | 6 | -9/+167 |
2012-01-31 | nl80211: add support for mcs masks | Simon Wunderlich | 1 | -1/+60 |
2012-01-31 | mac80211: Fix incorrect num_sta_ps decrement in ap_sta_ps_end | Helmut Schaa | 2 | -7/+5 |
2012-01-31 | mac80211: Fix incorrect num_sta_ps decrement in __sta_info_destroy | Helmut Schaa | 1 | -3/+1 |