| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | mac80211: Fix warnings due to -Wunused-but-set-variable | Rajkumar Manoharan | 2011-04-26 | 7 | -31/+5 |
* | | | mac80211: fix too early reorder release timer | Christian Lamparter | 2011-04-26 | 1 | -1/+1 |
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2011-04-26 | 6 | -7/+16 |
|\ \ \
| | |/
| |/| |
|
| * | | mac80211: fix SMPS debugfs locking | Johannes Berg | 2011-04-20 | 2 | -2/+4 |
| * | | Bluetooth: Only keeping SAR bits when retransmitting one frame. | Ruiyi Zhang | 2011-04-18 | 1 | -0/+1 |
| * | | Bluetooth: fix shutdown on SCO sockets | Luiz Augusto von Dentz | 2011-04-18 | 1 | -0/+9 |
| * | | Bluetooth: Fix keeping the command timer running | Vinicius Costa Gomes | 2011-04-18 | 1 | -3/+2 |
| * | | Bluetooth: Fix refcount balance for hci connection | Ville Tervo | 2011-04-18 | 1 | -2/+0 |
* | | | cfg80211: module_param to disable HT40 in 2.4GHz band | Amitkumar Karwar | 2011-04-25 | 2 | -18/+17 |
* | | | mac80211: tear down BA sessions properly on suspend | Johannes Berg | 2011-04-25 | 1 | -5/+11 |
* | | | mac80211: explain padding in place of rate field | Johannes Berg | 2011-04-19 | 1 | -1/+2 |
* | | | mac80211: add a function for setting the TIM bit for a specific station | Felix Fietkau | 2011-04-19 | 2 | -1/+15 |
* | | | mac80211: fix debugfs printk format warning | Randy Dunlap | 2011-04-19 | 1 | -1/+1 |
* | | | rfkill: Regulator consumer driver for rfkill | Antonio Ospite | 2011-04-19 | 3 | -0/+176 |
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova... | John W. Linville | 2011-04-19 | 3 | -666/+754 |
|\ \ \
| | |/
| |/| |
|
| * | | Bluetooth: Fix lockdep warning in L2CAP | Gustavo F. Padovan | 2011-04-14 | 1 | -2/+0 |
| * | | Bluetooth: Fix another locking unbalance | Gustavo F. Padovan | 2011-04-14 | 1 | -0/+2 |
| * | | Bluetooth: Don't lock sock inside l2cap_get_sock_by_scid() | Gustavo F. Padovan | 2011-04-13 | 1 | -5/+3 |
| * | | Bluetooth: Fix Out Of Band pairing when mgmt interface is disabled | Szymon Janc | 2011-04-13 | 1 | -0/+4 |
| * | | Bluetooth: Add proper handling of received LE data | Gustavo F. Padovan | 2011-04-13 | 1 | -0/+34 |
| * | | Bluetooth: Fix wrong comparison in listen() | Gustavo F. Padovan | 2011-04-13 | 1 | -1/+1 |
| * | | Bluetooth: Move tx queue to struct l2cap_chan | Gustavo F. Padovan | 2011-04-13 | 2 | -25/+22 |
| * | | Bluetooth: Remove unneeded uninitialized_vars() | Gustavo F. Padovan | 2011-04-13 | 1 | -1/+1 |
| * | | Bluetooth: Remove some sk references from l2cap_core.c | Gustavo F. Padovan | 2011-04-13 | 1 | -17/+12 |
| * | | Bluetooth: Move SREJ list to struct l2cap_chan | Gustavo F. Padovan | 2011-04-13 | 2 | -12/+11 |
| * | | Bluetooth: Fix lockdep warning with skb list lock | Gustavo F. Padovan | 2011-04-07 | 1 | -0/+5 |
| * | | Bluetooth: Move busy workqueue to struct l2cap_chan | Gustavo F. Padovan | 2011-04-07 | 1 | -11/+9 |
| * | | Bluetooth: Move srej and busy queues to struct l2cap_chan | Gustavo F. Padovan | 2011-04-07 | 2 | -24/+20 |
| * | | Bluetooth: Move ERTM timers to struct l2cap_chan | Gustavo F. Padovan | 2011-04-07 | 2 | -44/+43 |
| * | | Bluetooth: Move remote info to struct l2cap_chan | Gustavo F. Padovan | 2011-04-07 | 2 | -18/+18 |
| * | | Bluetooth: Move SDU related vars to struct l2cap_chan | Gustavo F. Padovan | 2011-04-07 | 1 | -37/+37 |
| * | | Bluetooth: Move more ERTM stuff to struct l2cap_chan | Gustavo F. Padovan | 2011-04-07 | 1 | -27/+24 |
| * | | Bluetooth: Move of ERTM *_seq vars to struct l2cap_chan | Gustavo F. Padovan | 2011-04-07 | 2 | -67/+63 |
| * | | Bluetooth: Move conn_state to struct l2cap_chan | Gustavo F. Padovan | 2011-04-07 | 2 | -193/+214 |
| * | | Bluetooth: clean up l2cap_sock_recvmsg() | Gustavo F. Padovan | 2011-04-07 | 2 | -25/+28 |
| * | | Bluetooth: Move conf_{req,rsp} stuff to struct l2cap_chan | Gustavo F. Padovan | 2011-04-07 | 2 | -31/+32 |
| * | | Bluetooth: Move ident to struct l2cap_chan | Gustavo F. Padovan | 2011-04-07 | 2 | -21/+21 |
| * | | Bluetooth: Remove struct del_list | Gustavo F. Padovan | 2011-04-07 | 1 | -17/+7 |
| * | | Bluetooth: Use struct list_head for L2CAP channels list | Gustavo F. Padovan | 2011-04-07 | 1 | -103/+85 |
| * | | Bluetooth: Create struct l2cap_chan | Gustavo F. Padovan | 2011-04-07 | 2 | -90/+163 |
* | | | mac80211: Allocate new mesh path and portal tables before taking locks | cozybit Inc | 2011-04-13 | 1 | -24/+25 |
* | | | mac80211: receive EAP frames from a station in an AP VLAN on the main AP | Felix Fietkau | 2011-04-13 | 1 | -4/+16 |
* | | | {mac|nl}80211: Add station connected time | Mohammed Shafi Shajakhan | 2011-04-12 | 5 | -1/+40 |
* | | | mac80211: send notification on new peer candidate for our secure mesh | Javier Cardona | 2011-04-12 | 4 | -9/+21 |
* | | | nl80211: New notification to discover mesh peer candidates. | Javier Cardona | 2011-04-12 | 3 | -0/+56 |
* | | | nl80211/mac80211: Perform PLINK_ACTION on new station | Javier Cardona | 2011-04-12 | 2 | -1/+6 |
* | | | mac80211: ignore peer link requests from unauthenticated stations. | Javier Cardona | 2011-04-12 | 1 | -0/+9 |
* | | | mac80211: Let user space receive and send mesh auth/deauth frames | Javier Cardona | 2011-04-12 | 2 | -2/+5 |
* | | | nl80211/mac80211: let userspace authenticate stations | Javier Cardona | 2011-04-12 | 2 | -1/+10 |
* | | | mac80211: ignore peers if security is enabled for this mesh | Javier Cardona | 2011-04-12 | 5 | -0/+11 |