aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * Bluetooth: Fix L2CAP coding styleGustavo Padovan2012-10-122-171/+207
| * Bluetooth: Factor out common L2CAP connection codeMat Martineau2012-10-121-2/+8
| * Bluetooth: Process create response and connect response identicallyMat Martineau2012-10-121-12/+1
| * Bluetooth: AMP: Handle AMP_LINK connectionAndrei Emeltchenko2012-10-112-3/+20
| * Bluetooth: AMP: Handle number of compl blocks for AMP_LINKAndrei Emeltchenko2012-10-111-2/+23
| * Bluetooth: AMP: Add handle to hci_chan structureAndrei Emeltchenko2012-10-111-0/+32
| * Bluetooth: AMP: Handle AMP_LINK timeoutAndrei Emeltchenko2012-10-111-3/+29
| * Bluetooth: Allow to set flush timeoutAndrei Emeltchenko2012-10-111-0/+1
| * Bluetooth: Use __constant modifier for RFCOMM PSMSyam Sidhardhan2012-10-111-2/+2
| * Bluetooth: Use __constant modifier for L2CAP SMP CIDSyam Sidhardhan2012-10-111-1/+1
| * Bluetooth: don't attempt to free a channel that wasn't createdSasha Levin2012-10-091-1/+2
| * Bluetooth: L2CAP: Fix using default Flush Timeout for EFSAndrei Emeltchenko2012-10-081-3/+3
| * Bluetooth: AMP: Use block_mtu for AMP controllerAndrei Emeltchenko2012-10-081-3/+15
| * Bluetooth: AMP: Factor out phylink_addAndrei Emeltchenko2012-10-082-4/+6
| * Bluetooth: AMP: Factor out amp_ctrl_addAndrei Emeltchenko2012-10-082-9/+6
| * Bluetooth: Fix dereference after NULL checkAndrei Emeltchenko2012-10-081-5/+6
| * Bluetooth: AMP: Fix possible NULL dereferenceAndrei Emeltchenko2012-10-081-0/+4
| * Bluetooth: A2MP: Fix potential NULL dereferenceAndrei Emeltchenko2012-10-011-6/+8
| * Bluetooth: A2MP: Correct assoc_len sizeAndrei Emeltchenko2012-09-281-4/+8
| * Bluetooth: Use %zu print specifier for size_t typeAndrei Emeltchenko2012-09-281-1/+1
| * Bluetooth: Factor out Create Configuration ResponseAndrei Emeltchenko2012-09-271-13/+19
| * Bluetooth: Factor out hci_queue_aclAndrei Emeltchenko2012-09-271-4/+4
| * bluetooth: Remove unneeded batostr functionAndrei Emeltchenko2012-09-271-14/+0
| * Bluetooth: Use %pMR instead of baswap in seq_showAndrei Emeltchenko2012-09-271-6/+4
| * Bluetooth: Use %pMR in sprintf/seq_printf instead of batostrAndrei Emeltchenko2012-09-278-26/+27
| * Bluetooth: Use %pMR in debug instead of batostrAndrei Emeltchenko2012-09-279-37/+35
| * Bluetooth: Force the process of unpair command if disconnect failedJefferson Delfes2012-09-271-2/+3
| * Bluetooth: Fix two warnings in BT_DBGGustavo Padovan2012-09-272-2/+2
| * Bluetooth: AMP: Handle Accept phylink command status evtAndrei Emeltchenko2012-09-273-1/+53
| * Bluetooth: AMP: Accept Physical LinkAndrei Emeltchenko2012-09-272-4/+20
| * Bluetooth: AMP: Process Chan Selected eventAndrei Emeltchenko2012-09-273-1/+76
| * Bluetooth: A2MP: Add fallback to normal l2cap init sequenceAndrei Emeltchenko2012-09-272-1/+29
| * Bluetooth: AMP: Write remote AMP AssocAndrei Emeltchenko2012-09-272-0/+109
| * Bluetooth: AMP: Create Physical LinkAndrei Emeltchenko2012-09-273-0/+30
| * Bluetooth: AMP: Add AMP key calculationAndrei Emeltchenko2012-09-272-0/+46
| * Bluetooth: Add function to derive AMP key using hmacDmitry Kasatkin2012-09-271-0/+36
| * Bluetooth: Choose connection based on capabilitiesAndrei Emeltchenko2012-09-272-10/+57
| * Bluetooth: A2MP: Process A2MP Get AMP Assoc RspAndrei Emeltchenko2012-09-271-1/+59
| * Bluetooth: A2MP: Process A2MP Getinfo RspAndrei Emeltchenko2012-09-271-1/+33
| * Bluetooth: AMP: Handle create / disc phylink reqAndrei Emeltchenko2012-09-271-2/+19
| * Bluetooth: AMP: Remote AMP ctrl definitionsAndrei Emeltchenko2012-09-272-0/+84
| * Bluetooth: AMP: Physical link struct and helpersAndrei Emeltchenko2012-09-271-0/+29
| * Bluetooth: A2MP: Process Discover ResponseAndrei Emeltchenko2012-09-271-1/+61
| * Bluetooth: AMP: Use HCI cmd to Read Loc AMP AssocAndrei Emeltchenko2012-09-274-6/+138
| * Bluetooth: AMP: Use HCI cmd to Read AMP InfoAndrei Emeltchenko2012-09-272-17/+46
| * Bluetooth: A2MP: Create amp_mgr global listAndrei Emeltchenko2012-09-271-0/+29
* | Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-143-27/+28
|\ \
| * | KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells2012-10-083-27/+28
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-131-1/+1
|\ \ \
| * | | userns: Properly print bluetooth socket uidsEric W. Biederman2012-10-121-1/+1