summaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)Author
2012-06-05Bluetooth: Update l2cap_send_i_or_rr_or_rnr to fit the spec betterMat Martineau
2012-06-05Bluetooth: Use the transmit state machine for busy state changesMat Martineau
2012-06-05Bluetooth: Refactor l2cap_send_ackMat Martineau
2012-06-05Bluetooth: Remove receive code that has been supercededMat Martineau
2012-06-05Bluetooth: Add streaming mode receive and incoming packet classifierMat Martineau
2012-06-05Bluetooth: Consolidate common receive code for ERTM and streaming modeMat Martineau
2012-06-05Bluetooth: Refactor l2cap_send_sframeMat Martineau
2012-06-05Bluetooth: Refactor l2cap_ertm_sendMat Martineau
2012-06-05Bluetooth: Refactor l2cap_streaming_sendMat Martineau
2012-06-05Bluetooth: Add a new L2CAP ERTM transmit state machine.Mat Martineau
2012-06-05Bluetooth: Change default state of ERTM disable flagMat Martineau
2012-06-05Bluetooth: Fix early return from l2cap_chan_delMat Martineau
2012-06-05Bluetooth: Free allocated ERTM SREJ list if init failsMat Martineau
2012-06-05Bluetooth: Fix coding style in hci_core.cGustavo Padovan
2012-06-05Bluetooth: Fix coding style in hci_conn.cGustavo Padovan
2012-06-05Bluetooth: Fix coding style in hci_event.cGustavo Padovan
2012-06-05Bluetooth: Fix coding style in hci_sysfs.cGustavo Padovan
2012-06-05Bluetooth: Fix coding style in hci_sock.cGustavo Padovan
2012-06-05Bluetooth: Fix coding style in sco.cGustavo Padovan
2012-06-05Bluetooth: Fix coding style in mgmt.cGustavo Padovan
2012-06-05Bluetooth: Fix checking the wrong flag when accepting a socketVinicius Costa Gomes
2012-06-02tty: Revert the tty locking series, it needs more workLinus Torvalds
2012-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-05-22Merge tag 'tty-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2012-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextJohn W. Linville
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-05-16Bluetooth: Report proper error number in disconnectionGustavo Padovan
2012-05-16Bluetooth: Create flags for bt_sk()Gustavo Padovan
2012-05-16Bluetooth: report the right security level in getsockoptGustavo Padovan
2012-05-16Bluetooth: Lock the L2CAP channel when sendingMat Martineau
2012-05-16Bluetooth: Restore locking semantics when looking up L2CAP channelsMat Martineau
2012-05-16Bluetooth: Fix a redundant and problematic incoming MTU checkMat Martineau
2012-05-16Bluetooth: Fix EIR data generation for mgmt_device_foundVishal Agarwal
2012-05-16Bluetooth: Fix Inquiry with RSSI event maskJohan Hedberg
2012-05-16Bluetooth: improve readability of l2cap_seq_list codeGustavo Padovan
2012-05-16Bluetooth: Fix skb length calculationGustavo Padovan
2012-05-16Bluetooth: Fix packet size provided to the controllerGustavo Padovan
2012-05-16Bluetooth: Fix wrong set of skb fragmentsGustavo Padovan
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothGustavo Padovan
2012-05-15Bluetooth: Initialize the transmit queue for L2CAP streaming modeMat Martineau
2012-05-14Bluetooth: Update tx_send_head when sending ERTM dataMat Martineau
2012-05-14Bluetooth: mgmt: Fix device_connected sending orderJohan Hedberg
2012-05-14Bluetooth: notify userspace of security level changeGustavo Padovan
2012-05-09bluetooth: Convert compare_ether_addr to ether_addr_equalJoe Perches
2012-05-09Bluetooth: Fixed checkpatch warningsCristian Chilipirea
2012-05-09Bluetooth: bnep: use constant for ethertypeEldad Zack
2012-05-09Bluetooth: Refactor L2CAP ERTM and streaming transmit segmentationMat Martineau
2012-05-09Bluetooth: Remove unneeded calculation and magic numberAndrei Emeltchenko
2012-05-09Bluetooth: Remove hlen variableGustavo Padovan