| Commit message (Expand) | Author | Age |
* | [Bluetooth] Disconnect when encryption gets disabled | Marcel Holtmann | 2008-07-14 |
* | [Bluetooth] Enforce security for outgoing RFCOMM connections | Marcel Holtmann | 2008-07-14 |
* | bluetooth: rfcomm_dev_state_change deadlock fix | Dave Young | 2008-06-03 |
* | bluetooth: fix locking bug in the rfcomm socket cleanup handling | Arjan van de Ven | 2008-05-29 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | David S. Miller | 2008-04-03 |
|\ |
|
| * | bluetooth : __rfcomm_dlc_close lock fix | Dave Young | 2008-04-02 |
| * | bluetooth: replace deprecated RW_LOCK_UNLOCKED macros | Robert P. J. Day | 2008-03-28 |
* | | [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. | YOSHIFUJI Hideaki | 2008-03-25 |
|/ |
|
* | remove final fastcall users | Harvey Harrison | 2008-02-13 |
* | bluetooth rfcomm tty: destroy before tty_close() | Dave Young | 2008-02-05 |
* | [NET]: Convert init_timer into setup_timer | Pavel Emelyanov | 2008-01-28 |
* | [BLUETOOTH]: Move children of connection device to NULL before connection down. | Dave Young | 2008-01-23 |
* | [BLUETOOTH]: rfcomm tty BUG_ON() code fix | Dave Young | 2008-01-11 |
* | [NET]: Forget the zero_it argument of sk_alloc() | Pavel Emelyanov | 2007-11-01 |
* | [Bluetooth] Convert RFCOMM to use kthread API | Marcel Holtmann | 2007-10-22 |
* | [Bluetooth] Add address and channel attribute to RFCOMM TTY device | Marcel Holtmann | 2007-10-22 |
* | [NET]: Make socket creation namespace safe. | Eric W. Biederman | 2007-10-10 |
* | [IRDA]: Fix rfcomm use-after-free | Marcel Holtmann | 2007-07-31 |
* | Freezer: make kernel threads nonfreezable by default | Rafael J. Wysocki | 2007-07-17 |
* | [Bluetooth] Keep rfcomm_dev on the list until it is freed | Ville Tervo | 2007-07-11 |
* | [Bluetooth] Hangup TTY before releasing rfcomm_dev | Mikko Rapeli | 2007-07-11 |
* | [Bluetooth] Disconnect L2CAP connection after last RFCOMM DLC | Marcel Holtmann | 2007-05-04 |
* | [Bluetooth] Check that device is in rfcomm_dev_list before deleting | Marcel Holtmann | 2007-05-04 |
* | [Bluetooth] Use in-kernel sockets API | Marcel Holtmann | 2007-05-04 |
* | [BLUETOOTH] rfcomm_worker(): fix wakeup race | Andrew Morton | 2007-04-26 |
* | [SK_BUFF]: Convert skb->tail to sk_buff_data_t | Arnaldo Carvalho de Melo | 2007-04-26 |
* | [Bluetooth] Make use of device_move() for RFCOMM TTY devices | Marcel Holtmann | 2007-02-26 |
* | [NET] BLUETOOTH: Fix whitespace errors. | YOSHIFUJI Hideaki | 2007-02-11 |
* | [Bluetooth] Fix uninitialized return value for RFCOMM sendmsg() | Marcel Holtmann | 2007-01-09 |
* | [Bluetooth] More checks if DLC is still attached to the TTY | Marcel Holtmann | 2007-01-09 |
* | [PATCH] tty: switch to ktermios | Alan Cox | 2006-12-08 |
* | [BLUETOOTH] rfcomm endianness bug: param_mask is little-endian on the wire | Al Viro | 2006-12-03 |
* | [BLUETOOTH]: rfcomm endianness annotations | Al Viro | 2006-12-03 |
* | [Bluetooth] Check if RFCOMM session is still attached to the TTY | Marcel Holtmann | 2006-11-21 |
* | [Bluetooth] Add locking for bt_proto array manipulation | Marcel Holtmann | 2006-10-16 |
* | [Bluetooth] Check if DLC is still attached to the TTY | Marcel Holtmann | 2006-10-16 |
* | [Bluetooth] Fix reference count when connection lookup fails | Marcel Holtmann | 2006-10-16 |
* | [Bluetooth] Handle return values from driver core functions | Marcel Holtmann | 2006-10-16 |
* | [PATCH] const struct tty_operations | Jeff Dike | 2006-10-02 |
* | [Bluetooth] Return EINPROGRESS for non-blocking socket calls | Marcel Holtmann | 2006-09-28 |
* | [Bluetooth] Integrate services into the driver model | Marcel Holtmann | 2006-09-28 |
* | [Bluetooth] Correct RFCOMM channel MTU for broken implementations | Marcel Holtmann | 2006-07-24 |
* | [Bluetooth] Remaining transitions to use kzalloc() | Marcel Holtmann | 2006-07-12 |
* | [Bluetooth] Add RFCOMM role switch support | Marcel Holtmann | 2006-07-03 |
* | [Bluetooth] Allow disabling of credit based flow control | Marcel Holtmann | 2006-07-03 |
* | [Bluetooth] Use real devices for host controllers | Marcel Holtmann | 2006-07-03 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6 | Linus Torvalds | 2006-06-29 |
|\ |
|
| * | [PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEV | Greg Kroah-Hartman | 2006-06-26 |
| * | [PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer needed | Greg Kroah-Hartman | 2006-06-26 |