aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-19Bluetooth: Fix race condition with conn->sec_levelJohan Hedberg2-6/+11
2011-01-19Bluetooth: Fix authentication request for L2CAP raw socketsJohan Hedberg1-1/+2
2011-01-19Bluetooth: Create a unified auth_type evaluation functionJohan Hedberg1-49/+28
2011-01-19Bluetooth: Fix MITM protection requirement preservationJohan Hedberg1-0/+3
2011-01-19Revert "Bluetooth: Update sec_level/auth_type for already existing connections"Johan Hedberg1-5/+0
2011-01-19Bluetooth: Never deallocate a session when some DLC points to itLukáš Turek1-1/+2
2011-01-19Bluetooth: Fix leaking blacklist when unregistering a hci deviceJohan Hedberg1-0/+4
2011-01-19Bluetooth: l2cap: fix misuse of logical operation in place of bitopDavid Sterba1-2/+2
2011-01-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-next-2.6John W. Linville6-22/+398
2010-12-22Bluetooth: Improve handling of HCI control channel in bindGustavo F. Padovan1-1/+4
2010-12-22Bluetooth: Fix __hci_request synchronization for hci_open_devJohan Hedberg2-13/+35
2010-12-22Bluetooth: Add management events for controller addition & removalJohan Hedberg2-0/+43
2010-12-22Bluetooth: Add read_info management commandJohan Hedberg1-8/+82
2010-12-22Bluetooth: Add read_index_list management commandJohan Hedberg1-0/+53
2010-12-22Bluetooth: Add read_version management commandJohan Hedberg1-0/+36
2010-12-22Bluetooth: Add error handling for managment command handlersJohan Hedberg1-3/+8
2010-12-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-0/+1
2010-12-07Bluetooth: Make hci_send_to_sock usable for management control socketsJohan Hedberg1-1/+9
2010-12-07Bluetooth: Add initial Bluetooth Management interface callbacksJohan Hedberg3-7/+133
2010-12-07Net: bluetooth: Makefile: Remove deprecated kbuild goal definitionsTracey Dent1-1/+1
2010-12-06Bluetooth: Fix initial RFCOMM DLC security levelJohan Hedberg1-0/+1
2010-12-06Bluetooth: Don't accept ConfigReq if we aren't in the BT_CONFIG stateGustavo F. Padovan1-1/+7
2010-12-01Bluetooth: clean up hci codeAndrei Emeltchenko4-41/+73
2010-12-01Bluetooth: clean up l2cap codeAndrei Emeltchenko1-4/+3
2010-12-01Bluetooth: clean up rfcomm codeAndrei Emeltchenko3-18/+23
2010-12-01Bluetooth: clean up sco codeAndrei Emeltchenko1-9/+13
2010-12-01Bluetooth: Fix error handling for l2cap_init()Anderson Lizardo1-2/+5
2010-12-01Bluetooth: Get rid of __rfcomm_get_sock_by_channel()Gustavo F. Padovan1-12/+7
2010-12-01Bluetooth: Get rid of __l2cap_get_sock_by_psm()Gustavo F. Padovan1-13/+9
2010-12-01Bluetooth: do not use assignment in if conditionAndrei Emeltchenko1-6/+12
2010-12-01Bluetooth: timer check sk is not owned before freeingAndrei Emeltchenko1-12/+20
2010-12-01Bluetooth: Check sk is not owned before freeing l2cap_connAndrei Emeltchenko1-0/+26
2010-12-01Bluetooth: hidp: fix information leak to userlandVasiliy Kulikov1-1/+1
2010-12-01Bluetooth: cmtp: fix information leak to userlandVasiliy Kulikov1-0/+1
2010-12-01Bluetooth: bnep: fix information leak to userlandVasiliy Kulikov1-0/+1
2010-12-01Bluetooth: Automate remote name requestsJohan Hedberg1-18/+54
2010-12-01Bluetooth: Create a unified authentication request functionJohan Hedberg1-14/+40
2010-12-01Bluetooth: Simplify remote features callback function logicJohan Hedberg1-44/+47
2010-11-22Bluetooth: Fix not returning proper error in SCOGustavo F. Padovan1-3/+3
2010-11-09Bluetooth: fix not setting security level when creating a rfcomm sessionLuiz Augusto von Dentz1-3/+10
2010-11-09Bluetooth: fix endianness conversion in L2CAPGustavo F. Padovan1-2/+2
2010-11-09Bluetooth: fix unaligned access to l2cap conf datasteven miao1-4/+4
2010-11-09Bluetooth: Fix non-SSP auth request for HIGH security level socketsJohan Hedberg1-0/+6
2010-11-09Bluetooth: fix hidp kconfig dependency warningRandy Dunlap1-1/+1
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds10-166/+199
2010-10-22tty: icount changeover for other main devicesAlan Cox1-4/+0
2010-10-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+2
2010-10-17Bluetooth: fix oops in l2cap_connect_reqNathan Holstein1-2/+2
2010-10-12Bluetooth: clean up rfcomm codeAndrei Emeltchenko1-15/+14
2010-10-12Bluetooth: Update conf_state before send config_req outHaijun Liu1-0/+1