aboutsummaryrefslogtreecommitdiffstats
path: root/net/irda/ircomm (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-05net, TTY: initialize tty->driver_data before usageSasha Levin1-0/+2
2012-09-05serial: add a new helper functionHuang Shijie2-3/+3
2012-08-13TTY: ircomm_tty, add tty installJiri Slaby1-16/+25
2012-07-16tty: move the termios object into the ttyAlan Cox2-11/+11
2012-06-12TTY: ircomm, use tty_port_close_start helperJiri Slaby1-47/+1
2012-06-12TTY: ircomm, use tty_port_close_end helperJiri Slaby1-15/+1
2012-06-12TTY: ircomm, define carrier routinesJiri Slaby1-10/+33
2012-06-12TTY: ircomm, define local tty_portJiri Slaby1-53/+56
2012-06-12TTY: ircomm, use tty from tty_portJiri Slaby4-41/+70
2012-06-12TTY: ircomm, revamp lockingJiri Slaby1-20/+18
2012-06-12TTY: ircomm, use flags from tty_portJiri Slaby3-30/+31
2012-06-12TTY: ircomm, use open counts from tty_portJiri Slaby1-21/+21
2012-06-12TTY: ircomm, use close times from tty_portJiri Slaby2-8/+6
2012-06-12TTY: ircomm, add tty_portJiri Slaby2-11/+12
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-1/+1
2012-03-08TTY: remove unneeded tty->index checksJiri Slaby1-5/+1
2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby1-1/+0
2011-08-25TTY: use tty_wait_until_sent_from_close in other driversJiri Slaby1-1/+1
2011-06-16net: Remove casts of void *Joe Perches1-1/+1
2011-05-19irda: Fix error propagation in ircomm_lmp_connect_response()David S. Miller1-4/+1
2011-05-19irda: Kill set but unused variable 'clen' in ircomm_connect_indication()David S. Miller1-6/+0
2011-05-12net/irda/ircomm_tty.c: Use flip buffers to deliver dataAmit Virdi1-9/+5
2011-02-17tty: now phase out the ioctl file pointer for goodAlan Cox1-2/+2
2011-02-17tiocmset: kill the file pointer argumentAlan Cox1-2/+2
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox1-2/+2
2010-11-22Net: irda: ircomm: Makefile: Remove deprecated kbuild goal defintionsTracey Dent1-2/+2
2010-09-23net: return operator cleanupEric Dumazet1-2/+2
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller4-0/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo4-0/+4
2010-03-24net: remove trailing space in messagesFrans Pop1-1/+1
2010-01-10NET: irda, remove unnecessary checksJiri Slaby1-6/+0
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-08-05net: mark read-only arrays as constJan Engelhardt2-4/+4
2009-06-23net: Move rx skb_orphan call to where neededHerbert Xu1-0/+1
2009-04-01proc tty: switch ircomm to ->proc_fopsAlexey Dobriyan1-118/+138
2009-01-02tty: Fix an ircomm warning and note another bugAlan Cox1-2/+3
2008-07-20tty: Ldisc revampAlan Cox1-7/+7
2008-04-30tty: The big operations reworkAlan Cox1-4/+2
2008-03-05net: replace remaining __FUNCTION__ occurrencesHarvey Harrison8-166/+166
2008-02-29[IRDA]: Use proc_create() to setup ->proc_fops firstWang Chen1-3/+5
2008-01-28[IrDA]: Frame length validation.Robie Basak1-0/+12
2007-12-20[IRDA]: Spelling fixesJoe Perches1-1/+1
2007-12-05[IRDA]: Move ircomm_tty_line_info() under #ifdef CONFIG_PROC_FSPavel Emelyanov1-1/+1
2007-10-26[IRDA]: Make ircomm_tty static.Adrian Bunk1-1/+1
2007-10-17[IRDA]: IrCOMM discovery indication simplificationRyan Reading1-12/+3
2007-07-10[NET]: Make all initialized struct seq_operations const.Philippe De Muyter1-1/+1
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo1-2/+2
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau7-7/+0
2007-02-12[PATCH] mark struct file_operations const 8Arjan van de Ven1-1/+1
2007-02-10[NET] IRDA: Fix whitespace errors.YOSHIFUJI Hideaki8-536/+536