aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)Author
2011-04-21Bluetooth: Fix HCI_RESET command synchronizationGustavo F. Padovan
2011-04-14Bluetooth: bnep: fix buffer overflowVasiliy Kulikov
2011-04-14Bluetooth: sco: fix information leak to userspaceVasiliy Kulikov
2011-02-16Bluetooth: Release BTM while sleeping to avoid deadlockVladislav P
2011-02-02Bluetooth: Set conn state to BT_DISCONN to avoid multiple responsesBao Liang
2011-01-19Bluetooth: Fix race condition with conn->sec_levelJohan Hedberg
2011-01-19Bluetooth: Fix authentication request for L2CAP raw socketsJohan Hedberg
2011-01-19Bluetooth: Create a unified auth_type evaluation functionJohan Hedberg
2011-01-19Bluetooth: Fix MITM protection requirement preservationJohan Hedberg
2011-01-19Revert "Bluetooth: Update sec_level/auth_type for already existing connections"Johan Hedberg
2011-01-19Bluetooth: Never deallocate a session when some DLC points to itLukáš Turek
2011-01-19Bluetooth: Fix leaking blacklist when unregistering a hci deviceJohan Hedberg
2011-01-19Bluetooth: l2cap: fix misuse of logical operation in place of bitopDavid Sterba
2011-01-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/padovan/...John W. Linville
2010-12-22Bluetooth: Improve handling of HCI control channel in bindGustavo F. Padovan
2010-12-22Bluetooth: Fix __hci_request synchronization for hci_open_devJohan Hedberg
2010-12-22Bluetooth: Add management events for controller addition & removalJohan Hedberg
2010-12-22Bluetooth: Add read_info management commandJohan Hedberg
2010-12-22Bluetooth: Add read_index_list management commandJohan Hedberg
2010-12-22Bluetooth: Add read_version management commandJohan Hedberg
2010-12-22Bluetooth: Add error handling for managment command handlersJohan Hedberg
2010-12-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2010-12-07Bluetooth: Make hci_send_to_sock usable for management control socketsJohan Hedberg
2010-12-07Bluetooth: Add initial Bluetooth Management interface callbacksJohan Hedberg
2010-12-07Net: bluetooth: Makefile: Remove deprecated kbuild goal definitionsTracey Dent
2010-12-06Bluetooth: Fix initial RFCOMM DLC security levelJohan Hedberg
2010-12-06Bluetooth: Don't accept ConfigReq if we aren't in the BT_CONFIG stateGustavo F. Padovan
2010-12-01Bluetooth: clean up hci codeAndrei Emeltchenko
2010-12-01Bluetooth: clean up l2cap codeAndrei Emeltchenko
2010-12-01Bluetooth: clean up rfcomm codeAndrei Emeltchenko
2010-12-01Bluetooth: clean up sco codeAndrei Emeltchenko
2010-12-01Bluetooth: Fix error handling for l2cap_init()Anderson Lizardo
2010-12-01Bluetooth: Get rid of __rfcomm_get_sock_by_channel()Gustavo F. Padovan
2010-12-01Bluetooth: Get rid of __l2cap_get_sock_by_psm()Gustavo F. Padovan
2010-12-01Bluetooth: do not use assignment in if conditionAndrei Emeltchenko
2010-12-01Bluetooth: timer check sk is not owned before freeingAndrei Emeltchenko
2010-12-01Bluetooth: Check sk is not owned before freeing l2cap_connAndrei Emeltchenko
2010-12-01Bluetooth: hidp: fix information leak to userlandVasiliy Kulikov
2010-12-01Bluetooth: cmtp: fix information leak to userlandVasiliy Kulikov
2010-12-01Bluetooth: bnep: fix information leak to userlandVasiliy Kulikov
2010-12-01Bluetooth: Automate remote name requestsJohan Hedberg
2010-12-01Bluetooth: Create a unified authentication request functionJohan Hedberg
2010-12-01Bluetooth: Simplify remote features callback function logicJohan Hedberg
2010-11-22Bluetooth: Fix not returning proper error in SCOGustavo F. Padovan
2010-11-09Bluetooth: fix not setting security level when creating a rfcomm sessionLuiz Augusto von Dentz
2010-11-09Bluetooth: fix endianness conversion in L2CAPGustavo F. Padovan
2010-11-09Bluetooth: fix unaligned access to l2cap conf datasteven miao
2010-11-09Bluetooth: Fix non-SSP auth request for HIGH security level socketsJohan Hedberg
2010-11-09Bluetooth: fix hidp kconfig dependency warningRandy Dunlap
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds