| Commit message (Expand) | Author | Age | Files | Lines |
* | nl80211: use netlink consistent dump feature for BSS dumps | Johannes Berg | 2011-06-22 | 1 | -4/+8 |
* | netlink: advertise incomplete dumps | Johannes Berg | 2011-06-22 | 1 | -0/+2 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/padovan/... | John W. Linville | 2011-06-22 | 10 | -425/+1295 |
|\ |
|
| * | Bluetooth: Fix not setting the chan state | Vinicius Costa Gomes | 2011-06-21 | 1 | -1/+1 |
| * | Merge master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6 | Gustavo F. Padovan | 2011-06-21 | 2 | -10/+19 |
| |\ |
|
| | * | Bluetooth: Fix L2CAP connection establishment | Ilia Kolomisnky | 2011-06-15 | 1 | -1/+1 |
| | * | Bluetooth: Fix accepting connect requests for defer_setup | Johan Hedberg | 2011-06-14 | 1 | -6/+15 |
| | * | Bluetooth: Fix L2CAP security check | Luiz Augusto von Dentz | 2011-06-13 | 1 | -2/+2 |
| | * | Bluetooth: Do not send SET_EVENT_MASK for 1.1 and earlier devices | Ville Tervo | 2011-06-10 | 1 | -8/+10 |
| | * | Bluetooth: fix shutdown on SCO sockets | Luiz Augusto von Dentz | 2011-06-10 | 1 | -1/+12 |
| * | | Bluetooth: Remove useless access to the socket | Vinicius Costa Gomes | 2011-06-20 | 1 | -2/+2 |
| * | | Bluetooth: Fix crash when setting a LE socket to ready | Vinicius Costa Gomes | 2011-06-20 | 1 | -2/+2 |
| * | | Bluetooth: Fix locking in blacklist code | Gustavo F. Padovan | 2011-06-17 | 1 | -13/+25 |
| * | | Bluetooth: Use bit operations on conn_state | Gustavo F. Padovan | 2011-06-16 | 1 | -87/+74 |
| * | | Bluetooth: use bit operation on conf_state | Gustavo F. Padovan | 2011-06-16 | 2 | -44/+37 |
| * | | Bluetooth: Add blacklisting support for mgmt interface | Antti Julku | 2011-06-16 | 1 | -0/+70 |
| * | | Bluetooth: Move blacklisting functions to hci_core | Antti Julku | 2011-06-16 | 2 | -64/+85 |
| * | | Bluetooth: Add key size checks for SMP | Vinicius Costa Gomes | 2011-06-14 | 1 | -13/+41 |
| * | | Bluetooth: Add support for SMP timeout | Vinicius Costa Gomes | 2011-06-14 | 2 | -30/+58 |
| * | | Bluetooth: fix missing parameter for HCI_OP_DISCONNECT | Anderson Lizardo | 2011-06-13 | 1 | -1/+1 |
| * | | Bluetooth: Add support for Pairing features exchange | Vinicius Costa Gomes | 2011-06-13 | 2 | -53/+54 |
| * | | Bluetooth: Add support for building pairing commands | Vinicius Costa Gomes | 2011-06-13 | 1 | -0/+11 |
| * | | Bluetooth: Fix initial security level of LE links | Vinicius Costa Gomes | 2011-06-13 | 2 | -0/+2 |
| * | | Bluetooth: Add support for resuming socket when SMP is finished | Vinicius Costa Gomes | 2011-06-13 | 3 | -42/+75 |
| * | | Bluetooth: Remove debug statements | Vinicius Costa Gomes | 2011-06-13 | 1 | -5/+1 |
| * | | Bluetooth: Add support for LE Start Encryption | Vinicius Costa Gomes | 2011-06-13 | 3 | -4/+128 |
| * | | Bluetooth: Add SMP confirmation checks methods | Anderson Briglia | 2011-06-13 | 1 | -14/+83 |
| * | | Bluetooth: Add SMP confirmation structs | Anderson Briglia | 2011-06-13 | 1 | -0/+17 |
| * | | Bluetooth: Add LE SMP Cryptoolbox functions | Anderson Briglia | 2011-06-13 | 1 | -0/+117 |
| * | | Bluetooth: Add support for using the crypto subsystem | Vinicius Costa Gomes | 2011-06-13 | 3 | -4/+48 |
| * | | Bluetooth: Add simple SMP pairing negotiation | Anderson Briglia | 2011-06-13 | 1 | -5/+102 |
| * | | Bluetooth: Start SMP procedure | Anderson Briglia | 2011-06-13 | 1 | -0/+9 |
| * | | Bluetooth: Implement the first SMP commands | Anderson Briglia | 2011-06-13 | 2 | -1/+147 |
| * | | Bluetooth: Don't forget to check for LE_LINK | Gustavo F. Padovan | 2011-06-13 | 1 | -1/+1 |
| * | | Bluetooth: keep reference if any ERTM timer is enabled | Gustavo F. Padovan | 2011-06-13 | 1 | -22/+22 |
| * | | Bluetooth: Make timer functions generic | Gustavo F. Padovan | 2011-06-13 | 1 | -29/+29 |
| * | | Bluetooth: Add refcnt to struct l2cap_chan | Gustavo F. Padovan | 2011-06-13 | 1 | -9/+21 |
| * | | Bluetooth: Add state tracking to struct l2cap_chan | Gustavo F. Padovan | 2011-06-13 | 2 | -54/+71 |
| * | | Bluetooth: add close() callback to l2cap_chan_ops | Gustavo F. Padovan | 2011-06-13 | 2 | -9/+18 |
| * | | Bluetooth: add recv() callback to l2cap_chan_ops | Gustavo F. Padovan | 2011-06-13 | 2 | -8/+16 |
| * | | Bluetooth: Add l2cap_chan_ops abstraction | Gustavo F. Padovan | 2011-06-13 | 2 | -12/+34 |
| * | | Bluetooth: Merge l2cap_chan_create() in the l2cap_sock_alloc() | Gustavo F. Padovan | 2011-06-13 | 2 | -24/+12 |
* | | | mac80211: quiesce vif before suspending | Eliad Peller | 2011-06-20 | 1 | -16/+27 |
* | | | mac80211: add cancel_hw_scan() callback | Eliad Peller | 2011-06-17 | 3 | -16/+37 |
* | | | mac80211: Start monitor work on restart | Paul Stewart | 2011-06-17 | 1 | -0/+1 |
* | | | networking: fix warning about unused label wake_up | Vincent Zweije | 2011-06-10 | 1 | -0/+2 |
* | | | cfg80211: Ignore downstream DEAUTH for authtry_bsses | Paul Stewart | 2011-06-10 | 1 | -1/+3 |
* | | | mac80211: add ieee80211_get_operstate() function | Eliad Peller | 2011-06-10 | 1 | -0/+7 |
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2011-06-10 | 3 | -13/+8 |
|\ \ \
| |/ /
|/| | |
|
| * | | mac80211: fix IBSS teardown race | Johannes Berg | 2011-06-08 | 1 | -2/+4 |