summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-171-0/+1
|\
| * Bluetooth: Fix initial RFCOMM DLC security levelJohan Hedberg2010-12-061-0/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-12-0612-164/+305
|\ \
| * | Bluetooth: clean up hci codeAndrei Emeltchenko2010-12-024-41/+73
| * | Bluetooth: clean up l2cap codeAndrei Emeltchenko2010-12-021-4/+3Star
| * | Bluetooth: clean up rfcomm codeAndrei Emeltchenko2010-12-023-18/+23
| * | Bluetooth: clean up sco codeAndrei Emeltchenko2010-12-021-9/+13
| * | Bluetooth: Fix error handling for l2cap_init()Anderson Lizardo2010-12-021-2/+5
| * | Bluetooth: Get rid of __rfcomm_get_sock_by_channel()Gustavo F. Padovan2010-12-021-12/+7Star
| * | Bluetooth: Get rid of __l2cap_get_sock_by_psm()Gustavo F. Padovan2010-12-021-13/+9Star
| * | Bluetooth: do not use assignment in if conditionAndrei Emeltchenko2010-12-021-6/+12
| * | Bluetooth: timer check sk is not owned before freeingAndrei Emeltchenko2010-12-021-12/+20
| * | Bluetooth: Check sk is not owned before freeing l2cap_connAndrei Emeltchenko2010-12-021-0/+26
| * | Bluetooth: hidp: fix information leak to userlandVasiliy Kulikov2010-12-021-1/+1
| * | Bluetooth: cmtp: fix information leak to userlandVasiliy Kulikov2010-12-021-0/+1
| * | Bluetooth: bnep: fix information leak to userlandVasiliy Kulikov2010-12-021-0/+1
| * | Bluetooth: Automate remote name requestsJohan Hedberg2010-12-021-18/+54
| * | Bluetooth: Create a unified authentication request functionJohan Hedberg2010-12-021-14/+40
| * | Bluetooth: Simplify remote features callback function logicJohan Hedberg2010-12-021-44/+47
| |/
| * Bluetooth: Fix not returning proper error in SCOGustavo F. Padovan2010-11-221-3/+3
* | Net: bluetooth: Makefile: Remove deprecated kbuild goal definitionsTracey Dent2010-11-221-1/+1
|/
* 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-181-2/+2
| * | Bluetooth: clean up rfcomm codeAndrei Emeltchenko2010-10-121-15/+14Star
| * | 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/+10Star
| * | Bluetooth: remove unused variable from cmtpGustavo F. Padovan2010-10-121-2/+1Star
| * | 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/+0Star
| * | 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/+6Star
| * | Bluetooth: Add common code for stream-oriented recvmsg()Mat Martineau2010-10-121-0/+109
| * | Bluetooth: Validate PSM values in calls to connect() and bind()Mat Martineau2010-10-121-4/+21
| * | Bluetooth: Fix RFCOMM RPN negotiationYuri Kululin2010-10-121-4/+4
| * | Bluetooth: HCI devices are either BR/EDR or AMP radiosDavid Vrabel2010-10-121-2/+2
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-10-112-33/+33
| |\|
| * | net: return operator cleanupEric Dumazet2010-09-231-2/+2
| * | net: poll() optimizationsEric Dumazet2010-09-071-3/+2Star
* | | tty: icount changeover for other main devicesAlan Cox2010-10-221-4/+0Star
| |/ |/|
* | Bluetooth: Disallow to change L2CAP_OPTIONS values when connectedGustavo F. Padovan2010-10-051-0/+5
* | Revert "Bluetooth: Don't accept ConfigReq if we aren't in the BT_CONFIG state"Gustavo F. Padovan2010-09-301-7/+1Star