Age | Commit message (Expand) | Author | Files | Lines |
2012-05-23 | Merge tag 'tty-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2 | -292/+179 |
2012-05-17 | isdn: remove duplicate NULL check | Dan Carpenter | 1 | -1/+1 |
2012-04-10 | ISDN: remove uses of isdn_tty_revision | Jiri Slaby | 1 | -3/+0 |
2012-04-09 | TTY: isdn, use tty_port_block_til_ready helper | Jiri Slaby | 1 | -96/+1 |
2012-04-09 | TTY: isdn, define tty_port_operations | Jiri Slaby | 1 | -1/+13 |
2012-04-09 | TTY: isdn, use tty_port_close_end helper | Jiri Slaby | 1 | -7/+2 |
2012-04-09 | TTY: isdn, define local tty_port | Jiri Slaby | 1 | -46/+52 |
2012-04-09 | TTY: isdn, use xmit_buf from tty_port | Jiri Slaby | 1 | -7/+9 |
2012-04-09 | TTY: isdn, use tty from tty_port | Jiri Slaby | 1 | -21/+20 |
2012-04-09 | TTY: isdn, use counts from tty_port | Jiri Slaby | 1 | -22/+21 |
2012-04-09 | TTY: isdn, use open/close_wait from tty_port | Jiri Slaby | 2 | -11/+7 |
2012-04-09 | TTY: isdn, add tty_port | Jiri Slaby | 1 | -29/+31 |
2012-04-09 | TTY: isdn, make some functions readable | Jiri Slaby | 1 | -85/+93 |
2012-04-09 | TTY: isdn, do not play with module refcounts | Jiri Slaby | 1 | -11/+0 |
2012-04-09 | TTY: isdn, remove ISDN_ASYNC_* flags | Jiri Slaby | 1 | -29/+30 |
2012-04-09 | TTY: isdn, remove callout | Jiri Slaby | 1 | -26/+6 |
2012-04-09 | ISDN: i4l, remove cvs crap | Jiri Slaby | 1 | -5/+1 |
2012-03-28 | Remove all #inclusions of asm/system.h | David Howells | 1 | -1/+0 |
2012-03-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 19 | -4586/+4572 |
2012-03-20 | Merge tag 'tty-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty | Linus Torvalds | 1 | -5/+2 |
2012-03-08 | TTY: remove unneeded tty->index checks | Jiri Slaby | 1 | -5/+2 |
2012-02-21 | isdn: whitespace coding style cleanup | Joe Perches | 19 | -4584/+4570 |
2012-02-13 | isdn: Fix typo in isdn_ppp.c | Masanari Iida | 1 | -2/+2 |
2012-02-10 | isdn: type bug in isdn_net_header() | Dan Carpenter | 1 | -1/+1 |
2012-01-11 | drivers: isdn: Fix dependency for ISDN_PPP | Fabio Estevam | 1 | -1/+1 |
2011-11-30 | isdn: avoid copying too long drvid | Dan Carpenter | 1 | -0/+3 |
2011-11-01 | drivers/isdn: Add module.h to ISDN files implicitly using it. | Paul Gortmaker | 1 | -0/+1 |
2011-10-26 | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -1/+1 |
2011-09-15 | Merge branch 'master' into for-next | Jiri Kosina | 1 | -0/+3 |
2011-09-15 | isdn: Convert vmalloc/memset to vzalloc | Joe Perches | 1 | -2/+2 |
2011-08-25 | TTY: use tty_wait_until_sent_from_close in other drivers | Jiri Slaby | 1 | -1/+1 |
2011-07-28 | net: Audit drivers to identify those needing IFF_TX_SKB_SHARING cleared | Neil Horman | 1 | -0/+3 |
2011-07-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2011-07-21 | treewide: fix potentially dangerous trailing ';' in #defined values/expressions | Phil Carmody | 1 | -1/+1 |
2011-07-13 | net: Push protocol type directly down to header_ops->cache() | David S. Miller | 1 | -2/+3 |
2011-04-18 | isdn: i4l: isdn_tty: Fix unused-but-set variables. | David S. Miller | 1 | -2/+0 |
2011-04-18 | isdn: i4l: isdn_net: Fix set-but-unused variables. | David S. Miller | 1 | -2/+0 |
2011-04-18 | isdn: i4l: isdn_common: Fix set-but-unused variables. | David S. Miller | 1 | -9/+2 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 3 | -5/+5 |
2011-02-17 | tty: now phase out the ioctl file pointer for good | Alan Cox | 1 | -2/+1 |
2011-02-17 | tiocmset: kill the file pointer argument | Alan Cox | 1 | -1/+1 |
2011-02-17 | tiocmget: kill off the passing of the struct file | Alan Cox | 1 | -1/+1 |
2010-11-19 | filter: optimize sk_run_filter | Eric Dumazet | 1 | -8/+6 |
2010-11-17 | drivers/isdn/i4l: Remove unnecessary casts of netdev_priv | Joe Perches | 3 | -17/+17 |
2010-10-25 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 1 | -1/+1 |
2010-10-18 | Update broken web addresses in the kernel. | Justin P. Mattock | 1 | -1/+1 |
2010-09-16 | i4l: kill big kernel lock | Arnd Bergmann | 1 | -5/+6 |
2010-09-07 | isdn: cleanup: make buffer smaller | Dan Carpenter | 1 | -2/+2 |
2010-07-13 | drivers/isdn: Remove unnecessary casts of private_data | Joe Perches | 1 | -1/+1 |
2010-07-13 | isdn: autoconvert trivial BKL users to private mutex | Arnd Bergmann | 1 | -13/+14 |