| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2013-05-01 | 1 | -1/+1 |
|\ |
|
| * | net: add ETH_P_802_3_MIN | Simon Horman | 2013-03-28 | 1 | -1/+1 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2013-04-30 | 1 | -1/+0 |
|\ \ |
|
| * | | drivers/isdn: delete 'break' after 'return' | Chen Gang | 2013-03-18 | 1 | -1/+0 |
* | | | Merge 3.9-rc3 into tty-next | Greg Kroah-Hartman | 2013-03-21 | 1 | -1/+3 |
|\ \ \
| | |/
| |/| |
|
| * | | drivers/isdn: checkng length to be sure not memory overflow | Chen Gang | 2013-03-08 | 1 | -1/+3 |
| |/ |
|
* / | TTY: cleanup tty->hw_stopped uses | Jiri Slaby | 2013-03-18 | 1 | -3/+0 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-02-26 | 2 | -5/+5 |
|\ |
|
| * | new helper: file_inode(file) | Al Viro | 2013-02-22 | 2 | -5/+5 |
* | | Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2013-02-21 | 3 | -40/+35 |
|\ \ |
|
| * | | TTY: switch tty_flip_buffer_push | Jiri Slaby | 2013-01-15 | 1 | -23/+16 |
| * | | TTY: switch tty_insert_flip_string | Jiri Slaby | 2013-01-15 | 3 | -7/+6 |
| * | | TTY: switch tty_insert_flip_char | Jiri Slaby | 2013-01-15 | 2 | -10/+10 |
| * | | TTY: switch tty_buffer_request_room to tty_port | Jiri Slaby | 2013-01-15 | 2 | -6/+9 |
| |/ |
|
* / | wanrouter: completely decouple obsolete code from kernel. | Paul Gortmaker | 2013-01-31 | 1 | -1/+0 |
|/ |
|
* | TTY: call tty_port_destroy in the rest of drivers | Jiri Slaby | 2012-11-15 | 1 | -0/+4 |
* | isdn: Make CONFIG_ISDN depend on CONFIG_NETDEVICES | Lee Jones | 2012-11-07 | 2 | -5/+1 |
* | isdn: fix a wrapping bug in isdn_ppp_ioctl() | Dan Carpenter | 2012-10-10 | 1 | -1/+1 |
* | TTY: i4l, add tty install | Jiri Slaby | 2012-08-13 | 1 | -8/+15 |
* | TTY: automatically create nodes for some drivers | Jiri Slaby | 2012-08-13 | 1 | -1/+1 |
* | tty: move the termios object into the tty | Alan Cox | 2012-07-16 | 1 | -8/+8 |
* | Merge tag 'tty-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2012-05-22 | 2 | -292/+179 |
|\ |
|
| * | ISDN: remove uses of isdn_tty_revision | Jiri Slaby | 2012-04-10 | 1 | -3/+0 |
| * | TTY: isdn, use tty_port_block_til_ready helper | Jiri Slaby | 2012-04-09 | 1 | -96/+1 |
| * | TTY: isdn, define tty_port_operations | Jiri Slaby | 2012-04-09 | 1 | -1/+13 |
| * | TTY: isdn, use tty_port_close_end helper | Jiri Slaby | 2012-04-09 | 1 | -7/+2 |
| * | TTY: isdn, define local tty_port | Jiri Slaby | 2012-04-09 | 1 | -46/+52 |
| * | TTY: isdn, use xmit_buf from tty_port | Jiri Slaby | 2012-04-09 | 1 | -7/+9 |
| * | TTY: isdn, use tty from tty_port | Jiri Slaby | 2012-04-09 | 1 | -21/+20 |
| * | TTY: isdn, use counts from tty_port | Jiri Slaby | 2012-04-09 | 1 | -22/+21 |
| * | TTY: isdn, use open/close_wait from tty_port | Jiri Slaby | 2012-04-09 | 2 | -11/+7 |
| * | TTY: isdn, add tty_port | Jiri Slaby | 2012-04-09 | 1 | -29/+31 |
| * | TTY: isdn, make some functions readable | Jiri Slaby | 2012-04-09 | 1 | -85/+93 |
| * | TTY: isdn, do not play with module refcounts | Jiri Slaby | 2012-04-09 | 1 | -11/+0 |
| * | TTY: isdn, remove ISDN_ASYNC_* flags | Jiri Slaby | 2012-04-09 | 1 | -29/+30 |
| * | TTY: isdn, remove callout | Jiri Slaby | 2012-04-09 | 1 | -26/+6 |
| * | ISDN: i4l, remove cvs crap | Jiri Slaby | 2012-04-09 | 1 | -5/+1 |
* | | isdn: remove duplicate NULL check | Dan Carpenter | 2012-05-17 | 1 | -1/+1 |
|/ |
|
* | 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 | 19 | -4586/+4572 |
|\ |
|
| * | isdn: whitespace coding style cleanup | Joe Perches | 2012-02-21 | 19 | -4584/+4570 |
| * | isdn: Fix typo in isdn_ppp.c | Masanari Iida | 2012-02-13 | 1 | -2/+2 |
* | | Merge tag 'tty-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty | Linus Torvalds | 2012-03-20 | 1 | -5/+2 |
|\ \
| |/
|/| |
|
| * | TTY: remove unneeded tty->index checks | Jiri Slaby | 2012-03-08 | 1 | -5/+2 |
* | | isdn: type bug in isdn_net_header() | Dan Carpenter | 2012-02-09 | 1 | -1/+1 |
|/ |
|
* | drivers: isdn: Fix dependency for ISDN_PPP | Fabio Estevam | 2012-01-10 | 1 | -1/+1 |
* | isdn: avoid copying too long drvid | Dan Carpenter | 2011-11-29 | 1 | -0/+3 |
* | drivers/isdn: Add module.h to ISDN files implicitly using it. | Paul Gortmaker | 2011-10-31 | 1 | -0/+1 |
* | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2011-10-26 | 1 | -1/+1 |
|\ |
|
| * | TTY: use tty_wait_until_sent_from_close in other drivers | Jiri Slaby | 2011-08-25 | 1 | -1/+1 |