summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-10-15Bluetooth: Move bt_accept_enqueue() to l2cap_sock.cGustavo Padovan2-4/+2
2012-10-12Bluetooth: Call ops->teardown() without checking for NULLGustavo Padovan1-6/+3
2012-10-12Bluetooth: Use locked l2cap_state_change()Gustavo Padovan1-1/+1
2012-10-12Bluetooth: use l2cap_chan_set_err()Gustavo Padovan1-1/+1
2012-10-12Bluetooth: Remove GFP_ATOMIC usage from l2cap_core.cGustavo Padovan1-7/+7
2012-10-12Bluetooth: Fix L2CAP coding styleGustavo Padovan2-171/+207
2012-10-12Bluetooth: Factor out common L2CAP connection codeMat Martineau1-2/+8
2012-10-12Bluetooth: Process create response and connect response identicallyMat Martineau1-12/+1
2012-10-11Bluetooth: AMP: Handle AMP_LINK connectionAndrei Emeltchenko2-3/+20
2012-10-11Bluetooth: AMP: Handle number of compl blocks for AMP_LINKAndrei Emeltchenko1-2/+23
2012-10-11Bluetooth: AMP: Add handle to hci_chan structureAndrei Emeltchenko1-0/+32
2012-10-11Bluetooth: AMP: Handle AMP_LINK timeoutAndrei Emeltchenko1-3/+29
2012-10-11Bluetooth: Allow to set flush timeoutAndrei Emeltchenko1-0/+1
2012-10-11Bluetooth: Use __constant modifier for RFCOMM PSMSyam Sidhardhan1-2/+2
2012-10-11Bluetooth: Use __constant modifier for L2CAP SMP CIDSyam Sidhardhan1-1/+1
2012-10-09Bluetooth: don't attempt to free a channel that wasn't createdSasha Levin1-1/+2
2012-10-08Bluetooth: L2CAP: Fix using default Flush Timeout for EFSAndrei Emeltchenko1-3/+3
2012-10-08Bluetooth: AMP: Use block_mtu for AMP controllerAndrei Emeltchenko1-3/+15
2012-10-08Bluetooth: AMP: Factor out phylink_addAndrei Emeltchenko2-4/+6
2012-10-08Bluetooth: AMP: Factor out amp_ctrl_addAndrei Emeltchenko2-9/+6
2012-10-08Bluetooth: Fix dereference after NULL checkAndrei Emeltchenko1-5/+6
2012-10-08Bluetooth: AMP: Fix possible NULL dereferenceAndrei Emeltchenko1-0/+4
2012-10-01Bluetooth: A2MP: Fix potential NULL dereferenceAndrei Emeltchenko1-6/+8
2012-09-28Bluetooth: A2MP: Correct assoc_len sizeAndrei Emeltchenko1-4/+8
2012-09-28Bluetooth: Use %zu print specifier for size_t typeAndrei Emeltchenko1-1/+1
2012-09-27Bluetooth: Factor out Create Configuration ResponseAndrei Emeltchenko1-13/+19
2012-09-27Bluetooth: Factor out hci_queue_aclAndrei Emeltchenko1-4/+4
2012-09-27bluetooth: Remove unneeded batostr functionAndrei Emeltchenko1-14/+0
2012-09-27Bluetooth: Use %pMR instead of baswap in seq_showAndrei Emeltchenko1-6/+4
2012-09-27Bluetooth: Use %pMR in sprintf/seq_printf instead of batostrAndrei Emeltchenko8-26/+27
2012-09-27Bluetooth: Use %pMR in debug instead of batostrAndrei Emeltchenko9-37/+35
2012-09-27Bluetooth: Force the process of unpair command if disconnect failedJefferson Delfes1-2/+3
2012-09-27Bluetooth: Fix two warnings in BT_DBGGustavo Padovan2-2/+2
2012-09-27Bluetooth: AMP: Handle Accept phylink command status evtAndrei Emeltchenko3-1/+53
2012-09-27Bluetooth: AMP: Accept Physical LinkAndrei Emeltchenko2-4/+20
2012-09-27Bluetooth: AMP: Process Chan Selected eventAndrei Emeltchenko3-1/+76
2012-09-27Bluetooth: A2MP: Add fallback to normal l2cap init sequenceAndrei Emeltchenko2-1/+29
2012-09-27Bluetooth: AMP: Write remote AMP AssocAndrei Emeltchenko2-0/+109
2012-09-27Bluetooth: AMP: Create Physical LinkAndrei Emeltchenko3-0/+30
2012-09-27Bluetooth: AMP: Add AMP key calculationAndrei Emeltchenko2-0/+46
2012-09-27Bluetooth: Add function to derive AMP key using hmacDmitry Kasatkin1-0/+36
2012-09-27Bluetooth: Choose connection based on capabilitiesAndrei Emeltchenko2-10/+57
2012-09-27Bluetooth: A2MP: Process A2MP Get AMP Assoc RspAndrei Emeltchenko1-1/+59
2012-09-27Bluetooth: A2MP: Process A2MP Getinfo RspAndrei Emeltchenko1-1/+33
2012-09-27Bluetooth: AMP: Handle create / disc phylink reqAndrei Emeltchenko1-2/+19
2012-09-27Bluetooth: AMP: Remote AMP ctrl definitionsAndrei Emeltchenko2-0/+84
2012-09-27Bluetooth: AMP: Physical link struct and helpersAndrei Emeltchenko1-0/+29
2012-09-27Bluetooth: A2MP: Process Discover ResponseAndrei Emeltchenko1-1/+61
2012-09-27Bluetooth: AMP: Use HCI cmd to Read Loc AMP AssocAndrei Emeltchenko4-6/+138
2012-09-27Bluetooth: AMP: Use HCI cmd to Read AMP InfoAndrei Emeltchenko2-17/+46