aboutsummaryrefslogtreecommitdiff
path: root/include/net/bluetooth/bluetooth.h
AgeCommit message (Expand)AuthorFilesLines
2020-05-11Bluetooth: Introduce debug feature when dynamic debug is disabledGravatar Marcel Holtmann 1-0/+11
2020-04-02Bluetooth: Add BT_MODE socket optionGravatar Luiz Augusto von Dentz 1-0/+8
2020-02-14Bluetooth: Add BT_PHY socket optionGravatar Luiz Augusto von Dentz 1-0/+17
2020-01-04Bluetooth: Remove usage of BT_ERR_RATELIMITED macroGravatar Marcel Holtmann 1-3/+1
2020-01-04Bluetooth: Adding a bt_dev_warn_ratelimited macro.Gravatar Alain Michaud 1-0/+4
2019-01-22Bluetooth: Fix locking in bt_accept_enqueue() for BH contextGravatar Matthias Kaehlcke 1-1/+1
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLGravatar Linus Torvalds 1-1/+1
2018-05-26net/bluetooth: convert to ->poll_maskGravatar Christoph Hellwig 1-1/+1
2017-11-27net: annotate ->poll() instancesGravatar Al Viro 1-1/+1
2017-10-30Bluetooth: Use bt_dev_err and bt_dev_info when possibleGravatar Marcel Holtmann 1-0/+3
2017-09-01Bluetooth: make baswap src constGravatar Loic Poulain 1-1/+1
2016-11-27Bluetooth: __ variants of u8 and friends are not neccessary inside kernelGravatar Pavel Machek 1-12/+13
2016-09-19Bluetooth: Increase the subsystem minor version numberGravatar Marcel Holtmann 1-1/+1
2016-09-19Bluetooth: Use numbers for subsystem version stringGravatar Marcel Holtmann 1-1/+2
2016-09-19Bluetooth: Store control socket cookie and comm informationGravatar Marcel Holtmann 1-0/+1
2015-11-19Bluetooth: Add support for sending system notes to monitor channelGravatar Marcel Holtmann 1-0/+2
2015-11-19Bluetooth: Compress the size of struct hci_ctrlGravatar Johan Hedberg 1-3/+8
2015-11-19Bluetooth: Remove redundant setting to zero of bt_cbGravatar Johan Hedberg 1-6/+2
2015-11-19Bluetooth: Add hci_skb_* helper wrappers for bt_cb(skb) accessGravatar Marcel Holtmann 1-0/+4
2015-10-26Bluetooth: Rename bt_cb()->req into bt_cb()->hciGravatar Marcel Holtmann 1-7/+7
2015-09-24Bluetooth: Add BT_WARN and bt_dev_warn logging macrosGravatar Frederic Danis 1-0/+5
2015-09-18Bluetooth: Add BT_ERR_RATELIMITEDGravatar Szymon Janc 1-0/+4
2015-09-17Bluetooth: Add bt_dev logging macrosGravatar Loic Poulain 1-0/+7
2015-06-09Bluetooth: Move SCO support under BT_BREDR config optionGravatar Arron Wang 1-0/+11
2015-04-02Bluetooth: Add second hci_request callback option for full skbGravatar Johan Hedberg 1-0/+3
2015-03-30Bluetooth: Refactor HCI request variables into own structGravatar Johan Hedberg 1-4/+10
2015-03-30Bluetooth: Refactor L2CAP variables into l2cap_ctrlGravatar Johan Hedberg 1-4/+4
2015-03-17Bluetooth: Add helper to get HCI channel of a socketGravatar Johan Hedberg 1-0/+1
2015-03-15Bluetooth: Add hci_sock_test_flag helper functionGravatar Marcel Holtmann 1-0/+1
2015-03-15Bluetooth: Add flags field and setting function for HCI socketsGravatar Marcel Holtmann 1-0/+3
2015-03-06Bluetooth: Convert mgmt to use HCI chan registration APIGravatar Johan Hedberg 1-0/+3
2015-03-02net: Remove iocb argument from sendmsg and recvmsgGravatar Ying Xue 1-4/+4
2015-03-02net: bluetooth: compact struct bt_skb_cb by converting boolean fields to bit ...Gravatar Eyal Birger 1-3/+3
2015-03-02net: bluetooth: compact struct bt_skb_cb by inlining struct hci_req_ctrlGravatar Eyal Birger 1-7/+3
2015-01-12Bluetooth: Add opcode parameter to hci_req_complete_t callbackGravatar Marcel Holtmann 1-1/+1
2014-09-24Bluetooth: Convert bt_<level> logging functions to return voidGravatar Joe Perches 1-2/+2
2014-09-15Bluetooth: Provide HCI command opcode information to driverGravatar Marcel Holtmann 1-0/+1
2014-07-03Bluetooth: Shrink size of struct l2cap_ctrl fieldsGravatar Marcel Holtmann 1-9/+9
2014-02-13Bluetooth: Introduce requirements for security level 4Gravatar Marcel Holtmann 1-0/+1
2013-12-05Bluetooth: Add new BT_SNDMTU and BT_RCVMTU socket optionsGravatar Johan Hedberg 1-0/+3
2013-11-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 1-0/+1
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 1-2/+3
2013-10-21Bluetooth: Add L2CAP channel to skb private dataGravatar Gustavo Padovan 1-0/+1
2013-10-13Bluetooth: Provide msg_name callback for L2CAP connectionless channelsGravatar Marcel Holtmann 1-0/+2
2013-10-13Bluetooth: Add support for per socket msg_name callbackGravatar Marcel Holtmann 1-0/+1
2013-10-13Bluetooth: Remove src and dst fields from bt_sock structureGravatar Marcel Holtmann 1-2/+0
2013-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextGravatar David S. Miller 1-2/+3
2013-10-02Bluetooth: Replace BDADDR_LOCAL with BDADDR_NONEGravatar Marcel Holtmann 1-2/+2
2013-09-23bluetooth: Remove extern from function prototypesGravatar Joe Perches 1-8/+8
2013-09-18Bluetooth: Fix waiting for clearing of BT_SK_SUSPEND flagGravatar Johan Hedberg 1-0/+1