aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)Author
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
2010-10-22tty: icount changeover for other main devicesAlan Cox
2010-10-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-10-17Bluetooth: fix oops in l2cap_connect_reqNathan Holstein
2010-10-12Bluetooth: clean up rfcomm codeAndrei Emeltchenko
2010-10-12Bluetooth: Update conf_state before send config_req outHaijun Liu
2010-10-12Bluetooth: Use the proper error value from bt_skb_send_alloc()Gustavo F. Padovan
2010-10-12Bluetooth: make batostr() print in the right orderGustavo F. Padovan
2010-10-12Bluetooth: remove unused variable from cmtpGustavo F. Padovan
2010-10-12Bluetooth: check for l2cap header in start fragmentAndrei Emeltchenko
2010-10-12Bluetooth: check L2CAP length in first ACL fragmentAndrei Emeltchenko
2010-10-12Bluetooth: Don't clear the blacklist when closing the HCI deviceJohan Hedberg
2010-10-12Bluetooth: remove extra newline from debug outputAndrei Emeltchenko
2010-10-12Bluetooth: Use a stream-oriented recvmsg with SOCK_STREAM L2CAP sockets.Mat Martineau