summaryrefslogtreecommitdiff
path: root/include/net/bluetooth/bluetooth.h
AgeCommit message (Expand)Author
2015-04-02Bluetooth: Add second hci_request callback option for full skbJohan Hedberg
2015-03-30Bluetooth: Refactor HCI request variables into own structJohan Hedberg
2015-03-30Bluetooth: Refactor L2CAP variables into l2cap_ctrlJohan Hedberg
2015-03-17Bluetooth: Add helper to get HCI channel of a socketJohan Hedberg
2015-03-15Bluetooth: Add hci_sock_test_flag helper functionMarcel Holtmann
2015-03-15Bluetooth: Add flags field and setting function for HCI socketsMarcel Holtmann
2015-03-06Bluetooth: Convert mgmt to use HCI chan registration APIJohan Hedberg
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue
2015-03-02net: bluetooth: compact struct bt_skb_cb by converting boolean fields to bit ...Eyal Birger
2015-03-02net: bluetooth: compact struct bt_skb_cb by inlining struct hci_req_ctrlEyal Birger
2015-01-12Bluetooth: Add opcode parameter to hci_req_complete_t callbackMarcel Holtmann
2014-09-24Bluetooth: Convert bt_<level> logging functions to return voidJoe Perches
2014-09-15Bluetooth: Provide HCI command opcode information to driverMarcel Holtmann
2014-07-03Bluetooth: Shrink size of struct l2cap_ctrl fieldsMarcel Holtmann
2014-02-13Bluetooth: Introduce requirements for security level 4Marcel Holtmann
2013-12-05Bluetooth: Add new BT_SNDMTU and BT_RCVMTU socket optionsJohan Hedberg
2013-11-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-10-21Bluetooth: Add L2CAP channel to skb private dataGustavo Padovan
2013-10-13Bluetooth: Provide msg_name callback for L2CAP connectionless channelsMarcel Holtmann
2013-10-13Bluetooth: Add support for per socket msg_name callbackMarcel Holtmann
2013-10-13Bluetooth: Remove src and dst fields from bt_sock structureMarcel Holtmann
2013-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller
2013-10-02Bluetooth: Replace BDADDR_LOCAL with BDADDR_NONEMarcel Holtmann
2013-09-23bluetooth: Remove extern from function prototypesJoe Perches
2013-09-18Bluetooth: Fix waiting for clearing of BT_SK_SUSPEND flagJohan Hedberg
2013-08-21Bluetooth: Add Bluetooth socket voice optionFrédéric Dalleau
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-04-17Bluetooth: allow constant arguments for bacmp()/bacpy()David Herrmann
2013-04-09bluetooth: kill unused fops field in struct bt_sock_listAl Viro
2013-04-09bluetooth: kill unused 'module' argument of bt_procfs_init()Al Viro
2013-04-04Bluetooth: Add support for custom event terminated commandsJohan Hedberg
2013-03-08Bluetooth: Add initial skeleton for asynchronous HCI requestsJohan Hedberg
2013-03-08Bluetooth: change bt_sock_unregister() to return voidDavid Herrmann
2013-01-23Bluetooth: Add helper functions for testing bdaddr typesJohan Hedberg
2012-09-27bluetooth: Remove unneeded batostr functionAndrei Emeltchenko
2012-08-06Bluetooth: /proc/net/ entries for bluetooth protocolsMasatake YAMATO
2012-06-05Bluetooth: Remove unnecessary headers includeGustavo Padovan
2012-06-05Bluetooth: Fix coding style in include/net/bluetoothGustavo Padovan
2012-06-05Bluetooth: Fix trailing whitespaces in license textGustavo Padovan
2012-05-16Bluetooth: Create flags for bt_sk()Gustavo Padovan
2012-05-16Bluetooth: Lock the L2CAP channel when sendingMat Martineau
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothGustavo Padovan
2012-05-14Bluetooth: notify userspace of security level changeGustavo Padovan
2012-05-09Bluetooth: Remove duplicate structure members from bt_skb_cbMat Martineau
2012-05-09Bluetooth: Move address type macros to bluetooth.hAndre Guedes
2012-05-09Bluetooth: Remove strtoba header declared but not definedSyam Sidhardhan
2012-05-09Bluetooth: Add a structure to carry ERTM data in skb control blocksMat Martineau
2012-02-20Bluetooth: Remove unneeded bt_cb(skb)->channel variableMarcel Holtmann
2012-02-17Bluetooth: Move scope of state_to_stringAndrei Emeltchenko