Age | Commit message (Expand) | Author | Files | Lines |
2012-11-15 | TTY: call tty_port_destroy in the rest of drivers | Jiri Slaby | 1 | -0/+1 |
2012-10-05 | net, TTY: initialize tty->driver_data before usage | Sasha Levin | 1 | -0/+2 |
2012-09-05 | serial: add a new helper function | Huang Shijie | 2 | -3/+3 |
2012-08-13 | TTY: ircomm_tty, add tty install | Jiri Slaby | 1 | -16/+25 |
2012-07-16 | tty: move the termios object into the tty | Alan Cox | 2 | -11/+11 |
2012-06-12 | TTY: ircomm, use tty_port_close_start helper | Jiri Slaby | 1 | -47/+1 |
2012-06-12 | TTY: ircomm, use tty_port_close_end helper | Jiri Slaby | 1 | -15/+1 |
2012-06-12 | TTY: ircomm, define carrier routines | Jiri Slaby | 1 | -10/+33 |
2012-06-12 | TTY: ircomm, define local tty_port | Jiri Slaby | 1 | -53/+56 |
2012-06-12 | TTY: ircomm, use tty from tty_port | Jiri Slaby | 4 | -41/+70 |
2012-06-12 | TTY: ircomm, revamp locking | Jiri Slaby | 1 | -20/+18 |
2012-06-12 | TTY: ircomm, use flags from tty_port | Jiri Slaby | 3 | -30/+31 |
2012-06-12 | TTY: ircomm, use open counts from tty_port | Jiri Slaby | 1 | -21/+21 |
2012-06-12 | TTY: ircomm, use close times from tty_port | Jiri Slaby | 2 | -8/+6 |
2012-06-12 | TTY: ircomm, add tty_port | Jiri Slaby | 2 | -11/+12 |
2012-04-15 | net: cleanup unsigned to unsigned int | Eric Dumazet | 1 | -1/+1 |
2012-03-08 | TTY: remove unneeded tty->index checks | Jiri Slaby | 1 | -5/+1 |
2012-03-08 | TTY: remove re-assignments to tty_driver members | Jiri Slaby | 1 | -1/+0 |
2011-08-25 | TTY: use tty_wait_until_sent_from_close in other drivers | Jiri Slaby | 1 | -1/+1 |
2011-06-16 | net: Remove casts of void * | Joe Perches | 1 | -1/+1 |
2011-05-19 | irda: Fix error propagation in ircomm_lmp_connect_response() | David S. Miller | 1 | -4/+1 |
2011-05-19 | irda: Kill set but unused variable 'clen' in ircomm_connect_indication() | David S. Miller | 1 | -6/+0 |
2011-05-12 | net/irda/ircomm_tty.c: Use flip buffers to deliver data | Amit Virdi | 1 | -9/+5 |
2011-02-17 | tty: now phase out the ioctl file pointer for good | Alan Cox | 1 | -2/+2 |
2011-02-17 | tiocmset: kill the file pointer argument | Alan Cox | 1 | -2/+2 |
2011-02-17 | tiocmget: kill off the passing of the struct file | Alan Cox | 1 | -2/+2 |
2010-11-22 | Net: irda: ircomm: Makefile: Remove deprecated kbuild goal defintions | Tracey Dent | 1 | -2/+2 |
2010-09-23 | net: return operator cleanup | Eric Dumazet | 1 | -2/+2 |
2010-04-11 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 4 | -0/+4 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 4 | -0/+4 |
2010-03-24 | net: remove trailing space in messages | Frans Pop | 1 | -1/+1 |
2010-01-10 | NET: irda, remove unnecessary checks | Jiri Slaby | 1 | -6/+0 |
2009-10-11 | headers: remove sched.h from interrupt.h | Alexey Dobriyan | 1 | -0/+1 |
2009-08-05 | net: mark read-only arrays as const | Jan Engelhardt | 2 | -4/+4 |
2009-06-23 | net: Move rx skb_orphan call to where needed | Herbert Xu | 1 | -0/+1 |
2009-04-01 | proc tty: switch ircomm to ->proc_fops | Alexey Dobriyan | 1 | -118/+138 |
2009-01-02 | tty: Fix an ircomm warning and note another bug | Alan Cox | 1 | -2/+3 |
2008-07-20 | tty: Ldisc revamp | Alan Cox | 1 | -7/+7 |
2008-04-30 | tty: The big operations rework | Alan Cox | 1 | -4/+2 |
2008-03-05 | net: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 8 | -166/+166 |
2008-02-29 | [IRDA]: Use proc_create() to setup ->proc_fops first | Wang Chen | 1 | -3/+5 |
2008-01-28 | [IrDA]: Frame length validation. | Robie Basak | 1 | -0/+12 |
2007-12-20 | [IRDA]: Spelling fixes | Joe Perches | 1 | -1/+1 |
2007-12-05 | [IRDA]: Move ircomm_tty_line_info() under #ifdef CONFIG_PROC_FS | Pavel Emelyanov | 1 | -1/+1 |
2007-10-26 | [IRDA]: Make ircomm_tty static. | Adrian Bunk | 1 | -1/+1 |
2007-10-17 | [IRDA]: IrCOMM discovery indication simplification | Ryan Reading | 1 | -12/+3 |
2007-07-10 | [NET]: Make all initialized struct seq_operations const. | Philippe De Muyter | 1 | -1/+1 |
2007-04-25 | [SK_BUFF]: Convert skb->tail to sk_buff_data_t | Arnaldo Carvalho de Melo | 1 | -2/+2 |
2007-02-14 | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau | 7 | -7/+0 |
2007-02-12 | [PATCH] mark struct file_operations const 8 | Arjan van de Ven | 1 | -1/+1 |