| Commit message (Expand) | Author | Age | Files | Lines |
* | bluetooth: remove improper bluetooth class symlinks. | Greg Kroah-Hartman | 2008-07-21 | 1 | -7/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-07-20 | 16 | -283/+1031 |
|\ |
|
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma... | David S. Miller | 2008-07-19 | 13 | -261/+1031 |
| |\ |
|
| | * | [Bluetooth] Allow security for outgoing L2CAP connections | Marcel Holtmann | 2008-07-14 | 1 | -64/+108 |
| | * | [Bluetooth] Add option to disable eSCO connection creation | Marcel Holtmann | 2008-07-14 | 1 | -2/+10 |
| | * | [Bluetooth] Signal user-space for HIDP and BNEP socket errors | Marcel Holtmann | 2008-07-14 | 2 | -0/+15 |
| | * | [Bluetooth] Move pending packets from RFCOMM socket to TTY | Marcel Holtmann | 2008-07-14 | 2 | -2/+55 |
| | * | [Bluetooth] Store remote modem status for RFCOMM TTY | Marcel Holtmann | 2008-07-14 | 2 | -0/+7 |
| | * | [Bluetooth] Use non-canonical TTY by default for RFCOMM | Marcel Holtmann | 2008-07-14 | 1 | -0/+1 |
| | * | [Bluetooth] Update Bluetooth core version number | Marcel Holtmann | 2008-07-14 | 1 | -1/+1 |
| | * | [Bluetooth] Use a more unique bus name for connections | Marcel Holtmann | 2008-07-14 | 3 | -9/+14 |
| | * | [Bluetooth] Add support for TIOCOUTQ and TIOCINQ ioctls | Marcel Holtmann | 2008-07-14 | 1 | -0/+23 |
| | * | [Bluetooth] Add timestamp support to L2CAP, RFCOMM and SCO | Marcel Holtmann | 2008-07-14 | 4 | -6/+41 |
| | * | [Bluetooth] Export details about authentication requirements | Marcel Holtmann | 2008-07-14 | 4 | -22/+51 |
| | * | [Bluetooth] Initiate authentication during connection establishment | Marcel Holtmann | 2008-07-14 | 1 | -11/+103 |
| | * | [Bluetooth] Use ACL config stage to retrieve remote features | Marcel Holtmann | 2008-07-14 | 3 | -22/+114 |
| | * | [Bluetooth] Export remote Simple Pairing mode via sysfs | Marcel Holtmann | 2008-07-14 | 1 | -4/+19 |
| | * | [Bluetooth] Track status of remote Simple Pairing mode | Marcel Holtmann | 2008-07-14 | 2 | -5/+52 |
| | * | [Bluetooth] Track status of Simple Pairing mode | Marcel Holtmann | 2008-07-14 | 1 | -0/+37 |
| | * | [Bluetooth] Disable disconnect timer during Simple Pairing | Marcel Holtmann | 2008-07-14 | 1 | -0/+40 |
| | * | [Bluetooth] Update class of device value whenever possible | Marcel Holtmann | 2008-07-14 | 1 | -0/+4 |
| | * | [Bluetooth] Some cleanups for HCI event handling | Marcel Holtmann | 2008-07-14 | 1 | -16/+23 |
| | * | [Bluetooth] Make use of the default link policy settings | Marcel Holtmann | 2008-07-14 | 3 | -23/+89 |
| | * | [Bluetooth] Track connection packet type changes | Marcel Holtmann | 2008-07-14 | 2 | -15/+49 |
| | * | [Bluetooth] Support the case when headset falls back to SCO link | Marcel Holtmann | 2008-07-14 | 1 | -2/+10 |
| | * | [Bluetooth] Update authentication status after successful encryption | Marcel Holtmann | 2008-07-14 | 1 | -2/+4 |
| | * | [Bluetooth] Disconnect when encryption gets disabled | Marcel Holtmann | 2008-07-14 | 2 | -1/+20 |
| | * | [Bluetooth] Enforce security for outgoing RFCOMM connections | Marcel Holtmann | 2008-07-14 | 2 | -34/+51 |
| | * | [Bluetooth] Change retrieval of L2CAP features mask | Marcel Holtmann | 2008-07-14 | 1 | -48/+118 |
| * | | net: remove CVS keywords | Adrian Bunk | 2008-06-11 | 7 | -22/+0 |
| |/ |
|
* | | tty: Ldisc revamp | Alan Cox | 2008-07-20 | 1 | -11/+2 |
|/ |
|
* | bluetooth: rfcomm_dev_state_change deadlock fix | Dave Young | 2008-06-03 | 1 | -1/+12 |
* | bluetooth: fix locking bug in the rfcomm socket cleanup handling | Arjan van de Ven | 2008-05-29 | 1 | -1/+1 |
* | bluetooth: use get/put_unaligned_* helpers | Harvey Harrison | 2008-05-02 | 4 | -11/+10 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | David S. Miller | 2008-04-02 | 7 | -10/+45 |
|\ |
|
| * | bluetooth : __rfcomm_dlc_close lock fix | Dave Young | 2008-04-01 | 2 | -6/+1 |
| * | bluetooth : use lockdep sub-classes for diffrent bluetooth protocol | Dave Young | 2008-04-01 | 1 | -0/+40 |
| * | bluetooth: replace deprecated RW_LOCK_UNLOCKED macros | Robert P. J. Day | 2008-03-28 | 4 | -4/+4 |
* | | [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. | YOSHIFUJI Hideaki | 2008-03-26 | 3 | -3/+3 |
|/ |
|
* | bluetooth: make bnep_sock_cleanup() return void | Tobias Klauser | 2008-03-05 | 2 | -4/+2 |
* | bluetooth: Make hci_sock_cleanup() return void | Tobias Klauser | 2008-03-05 | 1 | -3/+1 |
* | bluetooth: hci_core: defer hci_unregister_sysfs() | Dave Young | 2008-03-05 | 1 | -2/+2 |
* | [BLUETOOTH]: l2cap info_timer delete fix in hci_conn_del | Dave Young | 2008-03-03 | 1 | -1/+2 |
* | bluetooth: delete timer in l2cap_conn_del() | Thomas Gleixner | 2008-02-26 | 1 | -0/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-02-19 | 3 | -12/+18 |
|\ |
|
| * | bluetooth: do not move child device other than rfcomm | Dave Young | 2008-02-18 | 1 | -7/+6 |
| * | bluetooth: put hci dev after del conn | Dave Young | 2008-02-18 | 2 | -1/+3 |
| * | [BLUETOOTH] hci_sysfs.c: Kill build warning. | David S. Miller | 2008-02-18 | 1 | -2/+6 |
| * | [BLUETOOTH] net/bluetooth/hci_core.c: Use time_* macros | S.Çağlar Onur | 2008-02-17 | 1 | -2/+3 |
* | | remove final fastcall users | Harvey Harrison | 2008-02-13 | 1 | -2/+2 |
|/ |
|