| Commit message (Expand) | Author | Age |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-05-01 |
|\ |
|
| * | bluetooth: kill unused 'module' argument of bt_procfs_init() | Al Viro | 2013-04-09 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2013-04-10 |
|\ \ |
|
| * | | Bluetooth: fix error return code in rfcomm_add_listener() | Wei Yongjun | 2013-03-20 |
| * | | Bluetooth: Remove redundant RFCOMM BT_CLOSED settings | Dean Jenkins | 2013-03-08 |
| * | | Bluetooth: Remove redundant call to rfcomm_send_disc | Dean Jenkins | 2013-03-08 |
| * | | Bluetooth: Remove RFCOMM session refcnt | Dean Jenkins | 2013-03-08 |
| * | | Bluetooth: Return RFCOMM session ptrs to avoid freed session | Dean Jenkins | 2013-03-08 |
| * | | Bluetooth: Check rfcomm session and DLC exists on socket close | Dean Jenkins | 2013-03-08 |
| * | | Bluetooth: Avoid rfcomm_session_timeout using freed session | Dean Jenkins | 2013-03-08 |
| * | | Bluetooth: discard bt_sock_unregister() errors | David Herrmann | 2013-03-08 |
| |/ |
|
* / | Bluetooth: RFCOMM - Fix missing msg_namelen update in rfcomm_sock_recvmsg() | Mathias Krause | 2013-04-07 |
|/ |
|
* | hlist: drop the node parameter from iterators | Sasha Levin | 2013-02-27 |
* | Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2013-02-21 |
|\ |
|
| * | tty: Added a CONFIG_TTY option to allow removal of TTY | Joe Millenbach | 2013-01-18 |
| * | TTY: switch tty_flip_buffer_push | Jiri Slaby | 2013-01-16 |
| * | TTY: switch tty_insert_flip_string | Jiri Slaby | 2013-01-16 |
* | | net: remove redundant check for timer pending state before del_timer | Ying Xue | 2013-02-04 |
|/ |
|
* | Bluetooth: Add missing lock nesting notation | Gustavo Padovan | 2012-12-03 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto... | John W. Linville | 2012-10-19 |
|\ |
|
| * | Bluetooth: Use __constant modifier for RFCOMM PSM | Syam Sidhardhan | 2012-10-11 |
| * | Bluetooth: Use %pMR in sprintf/seq_printf instead of batostr | Andrei Emeltchenko | 2012-09-27 |
| * | Bluetooth: Use %pMR in debug instead of batostr | Andrei Emeltchenko | 2012-09-27 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2012-10-02 |
|\ \ |
|
| * \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-08-22 |
| |\ \
| | |/
| |/| |
|
| * | | Bluetooth: Added /proc/net/rfcomm via bt_procfs_init() | Masatake YAMATO | 2012-08-06 |
* | | | Merge 3.6-rc3 into tty-next | Greg Kroah-Hartman | 2012-08-27 |
|\ \ \
| | |/
| |/| |
|
| * | | Bluetooth: RFCOMM - Fix info leak via getsockname() | Mathias Krause | 2012-08-16 |
| * | | Bluetooth: RFCOMM - Fix info leak in ioctl(RFCOMMGETDEVLIST) | Mathias Krause | 2012-08-16 |
| * | | Bluetooth: RFCOMM - Fix info leak in getsockopt(BT_SECURITY) | Mathias Krause | 2012-08-16 |
| |/ |
|
* | | TTY: use tty_port_register_device | Jiri Slaby | 2012-08-13 |
* | | tty: localise the lock | Alan Cox | 2012-08-10 |
* | | Merge tty-next into 3.6-rc1 | Greg Kroah-Hartman | 2012-08-06 |
|\| |
|
| * | Bluetooth: Remove unnecessary headers include | Gustavo Padovan | 2012-06-04 |
| * | Bluetooth: Remove most of the inline usage | Gustavo Padovan | 2012-06-04 |
* | | tty: move the termios object into the tty | Alan Cox | 2012-07-16 |
* | | tty: revert incorrectly applied lock patch | Alan Cox | 2012-07-16 |
* | | tty: localise the lock | Alan Cox | 2012-07-06 |
|/ |
|
* | tty: Revert the tty locking series, it needs more work | Linus Torvalds | 2012-06-02 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2012-05-24 |
|\ |
|
| * | Bluetooth: Create flags for bt_sk() | Gustavo Padovan | 2012-05-16 |
* | | tty_lock: Localise the lock | Alan Cox | 2012-05-04 |
* | | TTY: rfcomm/tty, use count from tty_port | Jiri Slaby | 2012-04-09 |
* | | TTY: rfcomm/tty, remove work for tty_wakeup | Jiri Slaby | 2012-04-09 |
* | | TTY: rfcomm/tty, use tty_port refcounting | Jiri Slaby | 2012-04-09 |
* | | TTY: rfcomm/tty, add tty_port | Jiri Slaby | 2012-04-09 |
|/ |
|
* | Remove all #inclusions of asm/system.h | David Howells | 2012-03-28 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2012-03-21 |
|\ |
|
| * | Bluetooth: Fix using uninitialized variable | Luiz Augusto von Dentz | 2012-03-08 |
| * | Bluetooth: Fix RFCOMM session reference counting issue | Octavian Purdila | 2012-02-13 |