| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber... | John W. Linville | 2012-10-19 | 45 | -948/+5140 |
| |\ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto... | John W. Linville | 2012-10-19 | 21 | -372/+1458 |
| |\ \ \ \ \ \ \
| | |_|/ / / / /
| |/| | | | | | |
|
| | * | | | | | | Bluetooth: AMP: Get amp_mgr reference in HS hci_conn | Andrei Emeltchenko | 2012-10-18 | 2 | -2/+4 |
| | * | | | | | | Bluetooth: Zero bredr pointer when chan is deleted | Andrei Emeltchenko | 2012-10-15 | 1 | -0/+4 |
| | * | | | | | | Bluetooth: Send EFS Conf Rsp only for BR/EDR chan | Andrei Emeltchenko | 2012-10-15 | 1 | -2/+10 |
| | * | | | | | | Bluetooth: AMP: Drop packets when no l2cap conn exist | Andrei Emeltchenko | 2012-10-15 | 1 | -0/+4 |
| | * | | | | | | Bluetooth: AMP: Handle complete frames in l2cap | Andrei Emeltchenko | 2012-10-15 | 1 | -5/+10 |
| | * | | | | | | Bluetooth: AMP: Use Loglink handle in ACL Handle field | Andrei Emeltchenko | 2012-10-15 | 1 | -1/+12 |
| | * | | | | | | Bluetooth: Rename __l2cap_connect() to l2cap_connect() | Gustavo Padovan | 2012-10-15 | 1 | -3/+3 |
| | * | | | | | | Bluetooth: Add chan->ops->defer() | Gustavo Padovan | 2012-10-15 | 3 | -7/+14 |
| | * | | | | | | Bluetooth: Move bt_accept_enqueue() to l2cap_sock.c | Gustavo Padovan | 2012-10-15 | 2 | -4/+2 |
| | * | | | | | | Bluetooth: Call ops->teardown() without checking for NULL | Gustavo Padovan | 2012-10-12 | 1 | -6/+3 |
| | * | | | | | | Bluetooth: Use locked l2cap_state_change() | Gustavo Padovan | 2012-10-12 | 1 | -1/+1 |
| | * | | | | | | Bluetooth: use l2cap_chan_set_err() | Gustavo Padovan | 2012-10-12 | 1 | -1/+1 |
| | * | | | | | | Bluetooth: Remove GFP_ATOMIC usage from l2cap_core.c | Gustavo Padovan | 2012-10-12 | 1 | -7/+7 |
| | * | | | | | | Bluetooth: Fix L2CAP coding style | Gustavo Padovan | 2012-10-12 | 2 | -171/+207 |
| | * | | | | | | Bluetooth: Factor out common L2CAP connection code | Mat Martineau | 2012-10-12 | 1 | -2/+8 |
| | * | | | | | | Bluetooth: Process create response and connect response identically | Mat Martineau | 2012-10-12 | 1 | -12/+1 |
| | * | | | | | | Bluetooth: AMP: Handle AMP_LINK connection | Andrei Emeltchenko | 2012-10-11 | 2 | -3/+20 |
| | * | | | | | | Bluetooth: AMP: Handle number of compl blocks for AMP_LINK | Andrei Emeltchenko | 2012-10-11 | 1 | -2/+23 |
| | * | | | | | | Bluetooth: AMP: Add handle to hci_chan structure | Andrei Emeltchenko | 2012-10-11 | 1 | -0/+32 |
| | * | | | | | | Bluetooth: AMP: Handle AMP_LINK timeout | Andrei Emeltchenko | 2012-10-11 | 1 | -3/+29 |
| | * | | | | | | Bluetooth: Allow to set flush timeout | Andrei Emeltchenko | 2012-10-11 | 1 | -0/+1 |
| | * | | | | | | Bluetooth: Use __constant modifier for RFCOMM PSM | Syam Sidhardhan | 2012-10-11 | 1 | -2/+2 |
| | * | | | | | | Bluetooth: Use __constant modifier for L2CAP SMP CID | Syam Sidhardhan | 2012-10-11 | 1 | -1/+1 |
| | * | | | | | | Bluetooth: don't attempt to free a channel that wasn't created | Sasha Levin | 2012-10-09 | 1 | -1/+2 |
| | * | | | | | | Bluetooth: L2CAP: Fix using default Flush Timeout for EFS | Andrei Emeltchenko | 2012-10-08 | 1 | -3/+3 |
| | * | | | | | | Bluetooth: AMP: Use block_mtu for AMP controller | Andrei Emeltchenko | 2012-10-08 | 1 | -3/+15 |
| | * | | | | | | Bluetooth: AMP: Factor out phylink_add | Andrei Emeltchenko | 2012-10-08 | 2 | -4/+6 |
| | * | | | | | | Bluetooth: AMP: Factor out amp_ctrl_add | Andrei Emeltchenko | 2012-10-08 | 2 | -9/+6 |
| | * | | | | | | Bluetooth: Fix dereference after NULL check | Andrei Emeltchenko | 2012-10-08 | 1 | -5/+6 |
| | * | | | | | | Bluetooth: AMP: Fix possible NULL dereference | Andrei Emeltchenko | 2012-10-08 | 1 | -0/+4 |
| | * | | | | | | Bluetooth: A2MP: Fix potential NULL dereference | Andrei Emeltchenko | 2012-10-01 | 1 | -6/+8 |
| | * | | | | | | Bluetooth: A2MP: Correct assoc_len size | Andrei Emeltchenko | 2012-09-28 | 1 | -4/+8 |
| | * | | | | | | Bluetooth: Use %zu print specifier for size_t type | Andrei Emeltchenko | 2012-09-28 | 1 | -1/+1 |
| | * | | | | | | Bluetooth: Factor out Create Configuration Response | Andrei Emeltchenko | 2012-09-27 | 1 | -13/+19 |
| | * | | | | | | Bluetooth: Factor out hci_queue_acl | Andrei Emeltchenko | 2012-09-27 | 1 | -4/+4 |
| | * | | | | | | bluetooth: Remove unneeded batostr function | Andrei Emeltchenko | 2012-09-27 | 1 | -14/+0 |
| | * | | | | | | Bluetooth: Use %pMR instead of baswap in seq_show | Andrei Emeltchenko | 2012-09-27 | 1 | -6/+4 |
| | * | | | | | | Bluetooth: Use %pMR in sprintf/seq_printf instead of batostr | Andrei Emeltchenko | 2012-09-27 | 8 | -26/+27 |
| | * | | | | | | Bluetooth: Use %pMR in debug instead of batostr | Andrei Emeltchenko | 2012-09-27 | 9 | -37/+35 |
| | * | | | | | | Bluetooth: Force the process of unpair command if disconnect failed | Jefferson Delfes | 2012-09-27 | 1 | -2/+3 |
| | * | | | | | | Bluetooth: Fix two warnings in BT_DBG | Gustavo Padovan | 2012-09-27 | 2 | -2/+2 |
| | * | | | | | | Bluetooth: AMP: Handle Accept phylink command status evt | Andrei Emeltchenko | 2012-09-27 | 3 | -1/+53 |
| | * | | | | | | Bluetooth: AMP: Accept Physical Link | Andrei Emeltchenko | 2012-09-27 | 2 | -4/+20 |
| | * | | | | | | Bluetooth: AMP: Process Chan Selected event | Andrei Emeltchenko | 2012-09-27 | 3 | -1/+76 |
| | * | | | | | | Bluetooth: A2MP: Add fallback to normal l2cap init sequence | Andrei Emeltchenko | 2012-09-27 | 2 | -1/+29 |
| | * | | | | | | Bluetooth: AMP: Write remote AMP Assoc | Andrei Emeltchenko | 2012-09-27 | 2 | -0/+109 |
| | * | | | | | | Bluetooth: AMP: Create Physical Link | Andrei Emeltchenko | 2012-09-27 | 3 | -0/+30 |
| | * | | | | | | Bluetooth: AMP: Add AMP key calculation | Andrei Emeltchenko | 2012-09-27 | 2 | -0/+46 |