aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/padovan/...John W. Linville2011-01-046-22/+398
|\
| * Bluetooth: Improve handling of HCI control channel in bindGustavo F. Padovan2010-12-221-1/+4
| * Bluetooth: Fix __hci_request synchronization for hci_open_devJohan Hedberg2010-12-222-13/+35
| * Bluetooth: Add management events for controller addition & removalJohan Hedberg2010-12-222-0/+43
| * Bluetooth: Add read_info management commandJohan Hedberg2010-12-221-8/+82
| * Bluetooth: Add read_index_list management commandJohan Hedberg2010-12-221-0/+53
| * Bluetooth: Add read_version management commandJohan Hedberg2010-12-221-0/+36
| * Bluetooth: Add error handling for managment command handlersJohan Hedberg2010-12-221-3/+8
| * Bluetooth: Make hci_send_to_sock usable for management control socketsJohan Hedberg2010-12-071-1/+9
| * Bluetooth: Add initial Bluetooth Management interface callbacksJohan Hedberg2010-12-073-7/+133
| * Net: bluetooth: Makefile: Remove deprecated kbuild goal definitionsTracey Dent2010-12-071-1/+1
| * Bluetooth: Don't accept ConfigReq if we aren't in the BT_CONFIG stateGustavo F. Padovan2010-12-061-1/+7
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-12-151-0/+1
|\ \ | |/ |/|
| * Bluetooth: Fix initial RFCOMM DLC security levelJohan Hedberg2010-12-061-0/+1
* | Bluetooth: clean up hci codeAndrei Emeltchenko2010-12-014-41/+73
* | Bluetooth: clean up l2cap codeAndrei Emeltchenko2010-12-011-4/+3
* | Bluetooth: clean up rfcomm codeAndrei Emeltchenko2010-12-013-18/+23
* | Bluetooth: clean up sco codeAndrei Emeltchenko2010-12-011-9/+13
* | Bluetooth: Fix error handling for l2cap_init()Anderson Lizardo2010-12-011-2/+5
* | Bluetooth: Get rid of __rfcomm_get_sock_by_channel()Gustavo F. Padovan2010-12-011-12/+7
* | Bluetooth: Get rid of __l2cap_get_sock_by_psm()Gustavo F. Padovan2010-12-011-13/+9
* | Bluetooth: do not use assignment in if conditionAndrei Emeltchenko2010-12-011-6/+12
* | Bluetooth: timer check sk is not owned before freeingAndrei Emeltchenko2010-12-011-12/+20
* | Bluetooth: Check sk is not owned before freeing l2cap_connAndrei Emeltchenko2010-12-011-0/+26
* | Bluetooth: hidp: fix information leak to userlandVasiliy Kulikov2010-12-011-1/+1
* | Bluetooth: cmtp: fix information leak to userlandVasiliy Kulikov2010-12-011-0/+1
* | Bluetooth: bnep: fix information leak to userlandVasiliy Kulikov2010-12-011-0/+1
* | Bluetooth: Automate remote name requestsJohan Hedberg2010-12-011-18/+54
* | Bluetooth: Create a unified authentication request functionJohan Hedberg2010-12-011-14/+40
* | Bluetooth: Simplify remote features callback function logicJohan Hedberg2010-12-011-44/+47
|/
* Bluetooth: Fix not returning proper error in SCOGustavo F. Padovan2010-11-221-3/+3
* Bluetooth: fix not setting security level when creating a rfcomm sessionLuiz Augusto von Dentz2010-11-091-3/+10
* Bluetooth: fix endianness conversion in L2CAPGustavo F. Padovan2010-11-091-2/+2
* Bluetooth: fix unaligned access to l2cap conf datasteven miao2010-11-091-4/+4
* Bluetooth: Fix non-SSP auth request for HIGH security level socketsJohan Hedberg2010-11-091-0/+6
* Bluetooth: fix hidp kconfig dependency warningRandy Dunlap2010-11-091-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-10-2310-166/+199
|\
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-10-211-2/+2
| |\
| | * Bluetooth: fix oops in l2cap_connect_reqNathan Holstein2010-10-171-2/+2
| * | Bluetooth: clean up rfcomm codeAndrei Emeltchenko2010-10-121-15/+14
| * | Bluetooth: Update conf_state before send config_req outHaijun Liu2010-10-121-0/+1
| * | Bluetooth: Use the proper error value from bt_skb_send_alloc()Gustavo F. Padovan2010-10-121-4/+4
| * | Bluetooth: make batostr() print in the right orderGustavo F. Padovan2010-10-125-28/+10
| * | Bluetooth: remove unused variable from cmtpGustavo F. Padovan2010-10-121-2/+1
| * | Bluetooth: check for l2cap header in start fragmentAndrei Emeltchenko2010-10-121-1/+2
| * | Bluetooth: check L2CAP length in first ACL fragmentAndrei Emeltchenko2010-10-121-0/+16
| * | Bluetooth: Don't clear the blacklist when closing the HCI deviceJohan Hedberg2010-10-121-1/+0
| * | Bluetooth: remove extra newline from debug outputAndrei Emeltchenko2010-10-121-1/+1
| * | Bluetooth: Use a stream-oriented recvmsg with SOCK_STREAM L2CAP sockets.Mat Martineau2010-10-121-0/+3
| * | Bluetooth: Use common SOCK_STREAM receive code in RFCOMMMat Martineau2010-10-121-98/+6