| Commit message (Expand) | Author | Age | Files | Lines |
* | bluetooth: kill unused 'module' argument of bt_procfs_init() | Al Viro | 2013-04-09 | 1 | -1/+1 |
* | hlist: drop the node parameter from iterators | Sasha Levin | 2013-02-27 | 1 | -8/+5 |
* | Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2013-02-21 | 2 | -13/+9 |
|\ |
|
| * | tty: Added a CONFIG_TTY option to allow removal of TTY | Joe Millenbach | 2013-01-18 | 1 | -0/+1 |
| * | TTY: switch tty_flip_buffer_push | Jiri Slaby | 2013-01-15 | 1 | -11/+5 |
| * | TTY: switch tty_insert_flip_string | Jiri Slaby | 2013-01-15 | 1 | -2/+3 |
* | | net: remove redundant check for timer pending state before del_timer | Ying Xue | 2013-02-04 | 1 | -2/+2 |
|/ |
|
* | Bluetooth: Add missing lock nesting notation | Gustavo Padovan | 2012-12-03 | 1 | -2/+2 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto... | John W. Linville | 2012-10-19 | 3 | -18/+16 |
|\ |
|
| * | Bluetooth: Use __constant modifier for RFCOMM PSM | Syam Sidhardhan | 2012-10-11 | 1 | -2/+2 |
| * | Bluetooth: Use %pMR in sprintf/seq_printf instead of batostr | Andrei Emeltchenko | 2012-09-27 | 3 | -10/+8 |
| * | Bluetooth: Use %pMR in debug instead of batostr | Andrei Emeltchenko | 2012-09-27 | 3 | -6/+6 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2012-10-02 | 1 | -2/+12 |
|\ \ |
|
| * \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-08-22 | 2 | -1/+3 |
| |\ \
| | |/
| |/| |
|
| * | | Bluetooth: Added /proc/net/rfcomm via bt_procfs_init() | Masatake YAMATO | 2012-08-06 | 1 | -2/+12 |
* | | | Merge 3.6-rc3 into tty-next | Greg Kroah-Hartman | 2012-08-27 | 2 | -1/+3 |
|\ \ \
| | |/
| |/| |
|
| * | | Bluetooth: RFCOMM - Fix info leak via getsockname() | Mathias Krause | 2012-08-15 | 1 | -0/+1 |
| * | | Bluetooth: RFCOMM - Fix info leak in ioctl(RFCOMMGETDEVLIST) | Mathias Krause | 2012-08-15 | 1 | -1/+1 |
| * | | Bluetooth: RFCOMM - Fix info leak in getsockopt(BT_SECURITY) | Mathias Krause | 2012-08-15 | 1 | -0/+1 |
| |/ |
|
* | | TTY: use tty_port_register_device | Jiri Slaby | 2012-08-13 | 1 | -2/+2 |
* | | tty: localise the lock | Alan Cox | 2012-08-10 | 1 | -2/+2 |
* | | Merge tty-next into 3.6-rc1 | Greg Kroah-Hartman | 2012-08-06 | 3 | -50/+12 |
|\| |
|
| * | Bluetooth: Remove unnecessary headers include | Gustavo Padovan | 2012-06-05 | 3 | -39/+1 |
| * | Bluetooth: Remove most of the inline usage | Gustavo Padovan | 2012-06-05 | 2 | -11/+11 |
* | | tty: move the termios object into the tty | Alan Cox | 2012-07-16 | 1 | -1/+1 |
* | | tty: revert incorrectly applied lock patch | Alan Cox | 2012-07-16 | 1 | -2/+2 |
* | | tty: localise the lock | Alan Cox | 2012-07-06 | 1 | -2/+2 |
|/ |
|
* | tty: Revert the tty locking series, it needs more work | Linus Torvalds | 2012-06-02 | 1 | -2/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2012-05-24 | 1 | -4/+10 |
|\ |
|
| * | Bluetooth: Create flags for bt_sk() | Gustavo Padovan | 2012-05-16 | 1 | -4/+10 |
* | | tty_lock: Localise the lock | Alan Cox | 2012-05-04 | 1 | -2/+2 |
* | | TTY: rfcomm/tty, use count from tty_port | Jiri Slaby | 2012-04-09 | 1 | -9/+21 |
* | | TTY: rfcomm/tty, remove work for tty_wakeup | Jiri Slaby | 2012-04-09 | 1 | -19/+3 |
* | | TTY: rfcomm/tty, use tty_port refcounting | Jiri Slaby | 2012-04-09 | 1 | -32/+26 |
* | | TTY: rfcomm/tty, add tty_port | Jiri Slaby | 2012-04-09 | 1 | -12/+13 |
|/ |
|
* | Remove all #inclusions of asm/system.h | David Howells | 2012-03-28 | 1 | -1/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2012-03-20 | 1 | -3/+3 |
|\ |
|
| * | Bluetooth: Fix using uninitialized variable | Luiz Augusto von Dentz | 2012-03-08 | 1 | -3/+3 |
| * | Bluetooth: Fix RFCOMM session reference counting issue | Octavian Purdila | 2012-02-13 | 1 | -6/+12 |
| * | Bluetooth: silence lockdep warning | Octavian Purdila | 2012-02-13 | 1 | -0/+2 |
* | | Merge tag 'tty-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty | Linus Torvalds | 2012-03-20 | 1 | -1/+0 |
|\ \ |
|
| * | | TTY: remove re-assignments to tty_driver members | Jiri Slaby | 2012-03-08 | 1 | -1/+0 |
| |/ |
|
* | | Bluetooth: Fix RFCOMM session reference counting issue | Octavian Purdila | 2012-02-15 | 1 | -6/+12 |
* | | Bluetooth: silence lockdep warning | Octavian Purdila | 2012-02-15 | 1 | -0/+2 |
|/ |
|
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova... | John W. Linville | 2012-01-10 | 2 | -17/+17 |
|\ |
|
| * | Bluetooth: Fix context in RFCOMM tty | Gustavo F. Padovan | 2012-01-02 | 1 | -11/+11 |
| * | Bluetooth: Fix context in rfcomm_sock_lock | Gustavo F. Padovan | 2012-01-02 | 1 | -6/+6 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2012-01-03 | 2 | -28/+15 |
|\| |
|
| * | Bluetooth: Fix a compile warning in RFCOMM | Gustavo F. Padovan | 2011-12-27 | 1 | -3/+0 |
| * | Bluetooth: Remove l2cap priority from inside RFCOMM. | Gustavo F. Padovan | 2011-12-22 | 1 | -27/+17 |