aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds12-638/+990
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds1-26/+1
2012-05-22Merge tag 'tty-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-73/+64
2012-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextJohn W. Linville12-638/+990
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-7/+31
2012-05-16Bluetooth: Report proper error number in disconnectionGustavo Padovan1-1/+1
2012-05-16Bluetooth: Create flags for bt_sk()Gustavo Padovan4-22/+35
2012-05-16Bluetooth: report the right security level in getsockoptGustavo Padovan1-1/+4
2012-05-16Bluetooth: Lock the L2CAP channel when sendingMat Martineau1-6/+6
2012-05-16Bluetooth: Restore locking semantics when looking up L2CAP channelsMat Martineau1-7/+3
2012-05-16Bluetooth: Fix a redundant and problematic incoming MTU checkMat Martineau1-20/+0
2012-05-16Bluetooth: Fix EIR data generation for mgmt_device_foundVishal Agarwal1-1/+3
2012-05-16Bluetooth: Fix Inquiry with RSSI event maskJohan Hedberg1-1/+1
2012-05-16Bluetooth: improve readability of l2cap_seq_list codeGustavo Padovan1-15/+18
2012-05-16Bluetooth: Fix skb length calculationGustavo Padovan1-0/+3
2012-05-16Bluetooth: Fix packet size provided to the controllerGustavo Padovan1-2/+6
2012-05-16Bluetooth: Fix wrong set of skb fragmentsGustavo Padovan1-4/+8
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothGustavo Padovan5-7/+31
2012-05-15Bluetooth: Initialize the transmit queue for L2CAP streaming modeMat Martineau1-1/+2
2012-05-14Bluetooth: Update tx_send_head when sending ERTM dataMat Martineau1-0/+3
2012-05-14Bluetooth: mgmt: Fix device_connected sending orderJohan Hedberg2-2/+10
2012-05-14Bluetooth: notify userspace of security level changeGustavo Padovan4-5/+21
2012-05-09bluetooth: Convert compare_ether_addr to ether_addr_equalJoe Perches1-3/+3
2012-05-09Bluetooth: Fixed checkpatch warningsCristian Chilipirea1-1/+2
2012-05-09Bluetooth: bnep: use constant for ethertypeEldad Zack1-1/+1
2012-05-09Bluetooth: Refactor L2CAP ERTM and streaming transmit segmentationMat Martineau1-58/+86
2012-05-09Bluetooth: Remove unneeded calculation and magic numberAndrei Emeltchenko1-2/+2
2012-05-09Bluetooth: Remove hlen variableGustavo Padovan1-3/+3
2012-05-09Bluetooth: Enable Low Energy support by defaultMarcel Holtmann2-10/+4
2012-05-09Bluetooth: Remove unused hci_le_ltk_neg_reply()Syam Sidhardhan1-14/+0
2012-05-09Bluetooth: Remove unneeded elements from size calculationGustavo Padovan1-1/+1
2012-05-09Bluetooth: Remove unused hci_le_ltk_reply()Syam Sidhardhan1-16/+0
2012-05-09Bluetooth: Add Code Aurora Forum copyrightMat Martineau1-0/+1
2012-05-09Bluetooth: Make better use of l2cap_chan reference countingMat Martineau2-0/+9
2012-05-09Bluetooth: Remove unused functionMat Martineau1-11/+0
2012-05-09Bluetooth: Initialize new l2cap_chan structure membersMat Martineau1-8/+17
2012-05-09Bluetooth: Move recently-added ERTM header packing functionsMat Martineau1-100/+100
2012-05-09Bluetooth: Remove duplicate structure members from bt_skb_cbMat Martineau1-19/+19
2012-05-09Bluetooth: Remove advertising cacheAndre Guedes2-81/+0
2012-05-09Bluetooth: Use address type info from user-spaceAndre Guedes2-6/+7
2012-05-09Bluetooth: Add dst_type parameter to hci_connectAndre Guedes4-17/+13
2012-05-09Bluetooth: Move bdaddr_to_le to hci_coreAndre Guedes2-12/+12
2012-05-09Bluetooth: Rename mgmt_to_le to bdaddr_to_leAndre Guedes1-3/+3
2012-05-09Bluetooth: Rename link_to_mgmt to link_to_bdaddrAndre Guedes1-14/+14
2012-05-09Bluetooth: Move address type macros to bluetooth.hAndre Guedes1-15/+15
2012-05-09Bluetooth: Remove useless code in hci_connectAndre Guedes1-3/+0
2012-05-09Bluetooth: Add support for reusing the same hci_conn for LE linksVinicius Costa Gomes2-37/+58
2012-05-09Bluetooth: Search global l2cap channels by src/dst addressesIdo Yariv1-12/+31
2012-05-09Bluetooth: Remove unneeded initialization in hci_alloc_dev()David Herrmann1-10/+0
2012-05-09Bluetooth: Move device initialization to hci_alloc_dev()David Herrmann1-63/+52