summaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2011-11-07Bluetooth: make use sk_priority to priritize RFCOMM packetsLuiz Augusto von Dentz2-16/+37
2011-11-07Bluetooth: set skbuffer priority based on L2CAP socket priorityLuiz Augusto von Dentz2-8/+21
2011-11-07Bluetooth: replace list_for_each with list_for_each_entry whenever possibleLuiz Augusto von Dentz9-120/+51
2011-11-07Bluetooth: correct debug outputAndrei Emeltchenko1-1/+1
2011-11-07Bluetooth: remove magic offset and sizeAndrei Emeltchenko1-1/+1
2011-11-07Bluetooth: small styles clean ups to l2cap_core.cGustavo F. Padovan1-7/+6
2011-11-07Bluetooth: EFS: implement L2CAP config pending stateAndrei Emeltchenko1-1/+46
2011-11-07Bluetooth: Make hci_unregister_dev return voidDavid Herrmann1-3/+1
2011-11-07Bluetooth: Replace rfcomm tty tasklet by workqueueDavid Herrmann1-7/+9
2011-11-07Bluetooth: Return proper error codes on rfcomm tty initDavid Herrmann1-3/+6
2011-11-07Bluetooth: Use miliseconds for L2CAP channel timeoutsAndrzej Kaczmarek1-8/+8
2011-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-5/+8
2011-11-07Bluetooth: Revert: Fix L2CAP connection establishmentArek Lichwa1-1/+1
2011-11-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville3-5/+8
2011-11-01net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2011-11-01net: Fix files explicitly needing to include module.hPaul Gortmaker2-0/+2
2011-10-31Bluetooth: Set HCI_MGMT flag only in read_controller_infoJohan Hedberg1-2/+0
2011-10-31Bluetooth: Increase HCI reset timeout in hci_dev_do_closeSzymon Janc1-1/+1
2011-10-25Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-1/+11
2011-10-19bluetooth: Properly clone LSM attributes to newly created child connectionsPaul Moore3-1/+11
2011-10-18Bluetooth: EFS: parse L2CAP config requestAndrei Emeltchenko1-1/+43
2011-10-18Bluetooth: EWS: fix max_pdu calculationAndrei Emeltchenko1-14/+28
2011-10-18Bluetooth: EWS: remove magic numbers in l2capAndrei Emeltchenko1-20/+26
2011-10-18Bluetooth: EWS: support extended seq numbersAndrei Emeltchenko1-33/+30
2011-10-17Bluetooth: EWS: handling different Control fieldsAndrei Emeltchenko1-44/+51
2011-10-16Bluetooth: Fix missing cmd_status in mgmtGustavo F. Padovan1-0/+3
2011-10-15Bluetooth: Use list_for_each_entry() in mgmtGustavo F. Padovan1-5/+2
2011-10-15Bluetooth: Add missing cmd_status() in mgmtGustavo F. Padovan1-2/+2
2011-10-15Bluetooth: return proper error if sock_queue_rcv_skb() failsGustavo F. Padovan1-4/+8
2011-10-14Bluetooth: Forward errors from hci_register_devDavid Herrmann1-6/+12
2011-10-14Bluetooth: Rename sysfs un/register to add/delDavid Herrmann2-4/+4
2011-10-14Bluetooth: Fix hci core device initializationDavid Herrmann2-6/+13
2011-10-14Bluetooth: rfcomm: Fix sleep in invalid context in rfcomm_security_cfmSzymon Janc1-2/+7
2011-10-14Bluetooth: AMP: read local amp info HCI commandAndrei Emeltchenko1-0/+28
2011-10-14Bluetooth: EFS: add efs option in L2CAP conf reqAndrei Emeltchenko1-0/+45
2011-10-14Bluetooth: EFS: assign default values in chan addAndrei Emeltchenko1-0/+7
2011-10-13Bluetooth: EWS: recalculate L2CAP header sizeAndrei Emeltchenko1-3/+18
2011-10-13Bluetooth: EWS: rewrite handling POLL (P) bitAndrei Emeltchenko1-7/+7
2011-10-13Bluetooth: EWS: rewrite handling FINAL (F) bitAndrei Emeltchenko1-10/+10
2011-10-13Bluetooth: EWS: rewrite check frame type functionAndrei Emeltchenko1-4/+5
2011-10-13Bluetooth: EWS: rewrite L2CAP ERTM txseq calculationAndrei Emeltchenko1-11/+11
2011-10-13Bluetooth: EWS: rewrite reqseq calculationAndrei Emeltchenko1-21/+21
2011-10-13Bluetooth: EWS: rewrite handling SAR bitsAndrei Emeltchenko1-15/+15
2011-10-13Bluetooth: EWS: rewrite handling Supervisory (S) bitsAndrei Emeltchenko1-19/+22
2011-10-13Bluetooth: EWS: extended window size option supportAndrei Emeltchenko2-7/+52
2011-10-11Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next...John W. Linville8-192/+152
2011-10-11Bluetooth: Fix permission of enable_le paramGustavo F. Padovan1-1/+1
2011-10-11Bluetooth: convert role_switch variable to flag in l2cap chanAndrei Emeltchenko2-6/+7
2011-10-11Bluetooth: convert force_active variable to flag in l2cap chanAndrei Emeltchenko2-7/+9
2011-10-11Bluetooth: convert force_reliable variable to flag in l2cap chanAndrei Emeltchenko2-5/+7