| Commit message (Expand) | Author | Age | Files | Lines |
* | bluetooth: driver API update | Stephen Hemminger | 2009-01-08 | 3 | -27/+19 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-12-24 | 1 | -2/+0 |
|\ |
|
| * | net: Fix module refcount leak in kernel_accept() | Wei Yongjun | 2008-12-19 | 1 | -2/+0 |
* | | bt/rfcomm/tty: join error paths | Ilpo Järvinen | 2008-12-15 | 1 | -6/+7 |
* | | bluetooth: Fix unused var warning properly in rfcomm_sock_ioctl(). | David S. Miller | 2008-12-09 | 1 | -4/+2 |
* | | bluetooth: Fix rfcomm_sock_ioctl() build failure with debugging enabled. | David S. Miller | 2008-12-09 | 1 | -1/+1 |
* | | Bluetooth: Fix RFCOMM release oops when device is still in use | Marcel Holtmann | 2008-11-30 | 1 | -9/+21 |
* | | Bluetooth: Fix format arguments warning | Marcel Holtmann | 2008-11-30 | 1 | -1/+1 |
* | | Bluetooth: Enable per-module dynamic debug messages | Marcel Holtmann | 2008-11-30 | 20 | -99/+4 |
* | | Bluetooth: Send HCI Reset command by default on device initialization | Marcel Holtmann | 2008-11-30 | 2 | -2/+2 |
* | | Bluetooth: Fix warnings for bt_key_strings and bt_slock_key_strings | Marcel Holtmann | 2008-11-30 | 1 | -18/+23 |
* | | Bluetooth: Fix leak of uninitialized data to userspace | Vegard Nossum | 2008-11-30 | 1 | -1/+1 |
* | | bluetooth: fix warning in net/bluetooth/rfcomm/sock.c | Ingo Molnar | 2008-11-26 | 1 | -0/+2 |
* | | netdevice: safe convert to netdev_priv() #part-4 | Wang Chen | 2008-11-13 | 2 | -4/+4 |
* | | net: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2008-11-10 | 1 | -4/+3 |
* | | net/: Kill now superfluous ->last_rx stores. | David S. Miller | 2008-11-04 | 1 | -1/+0 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-10-17 | 1 | -7/+1 |
|\ |
|
| * | net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely) | Johannes Berg | 2008-10-17 | 1 | -7/+1 |
* | | HID: move connect quirks | Jiri Slaby | 2008-10-14 | 1 | -3/+0 |
* | | HID: move apple quirks | Jiri Slaby | 2008-10-14 | 1 | -22/+0 |
* | | HID: move ignore quirks | Jiri Slaby | 2008-10-14 | 1 | -1/+1 |
* | | HID: hid, make parsing event driven | Jiri Slaby | 2008-10-14 | 2 | -82/+111 |
* | | HID: make a bus from hid code | Jiri Slaby | 2008-10-14 | 1 | -9/+55 |
|/ |
|
* | [Bluetooth] Fix regression from using default link policy | Marcel Holtmann | 2008-09-12 | 1 | -0/+3 |
* | [Bluetooth] Reject L2CAP connections on an insecure ACL link | Marcel Holtmann | 2008-09-09 | 3 | -5/+25 |
* | [Bluetooth] Enforce correct authentication requirements | Marcel Holtmann | 2008-09-09 | 3 | -6/+23 |
* | [Bluetooth] Fix reference counting during ACL config stage | Marcel Holtmann | 2008-09-09 | 1 | -7/+4 |
* | [Bluetooth] Consolidate maintainers information | Marcel Holtmann | 2008-08-18 | 5 | -5/+5 |
* | [Bluetooth] Fix userspace breakage due missing class links | Marcel Holtmann | 2008-08-18 | 1 | -187/+189 |
* | [Bluetooth] Add parameters to control BNEP header compression | Marcel Holtmann | 2008-08-07 | 1 | -3/+12 |
* | bluetooth: remove improper bluetooth class symlinks. | Greg Kroah-Hartman | 2008-07-22 | 1 | -7/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-07-21 | 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 |