aboutsummaryrefslogtreecommitdiffstats
path: root/net/irda (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-06net/irda: Raise dtr in non-blocking openPeter Hurley1-2/+9
2013-03-06net/irda: Use barrier to set task statePeter Hurley1-1/+1
2013-03-06net/irda: Hold port lock while bumping blocked_openPeter Hurley1-2/+2
2013-03-06net/irda: Fix port open countsPeter Hurley1-9/+5
2013-02-27irda: small read beyond end of array in debug codeDan Carpenter1-2/+5
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2-5/+5
2013-02-04net: remove redundant check for timer pending state before del_timerYing Xue1-2/+1
2013-01-29Merge branch 'master' into for-nextJiri Kosina2-0/+2
2013-01-27irda: buffer overflow in irnet_ctrl_read()Dan Carpenter1-59/+58
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach1-1/+1
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-2/+2
2013-01-15TTY: move low_latency to tty_portJiri Slaby1-1/+1
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby1-1/+1
2013-01-03treewide: Replace incomming with incoming in all comments and stringsJorrit Schippers1-1/+1
2012-12-11Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-0/+1
2012-11-28irda: irttp: fix memory leak in irttp_open_tsap() error pathTommi Rantala1-0/+1
2012-11-15TTY: call tty_port_destroy in the rest of driversJiri Slaby1-0/+1
2012-10-14Merge 3.7-rc1 into tty-linusGreg Kroah-Hartman2-2/+2
2012-10-05net, TTY: initialize tty->driver_data before usageSasha Levin1-0/+2
2012-10-04silence some noisy printks in irdaDave Jones2-2/+2
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-1/+1
2012-09-05serial: add a new helper functionHuang Shijie2-3/+3
2012-08-13TTY: ircomm_tty, add tty installJiri Slaby1-16/+25
2012-08-06Merge tty-next into 3.6-rc1Greg Kroah-Hartman3-5/+5
2012-07-16irda: Fix typo in irdaMasanari Iida2-2/+2
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-06-04net: Remove casts to same typeJoe Perches1-3/+3
2012-04-20net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman1-7/+1
2012-04-20net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman1-2/+2
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-1/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells4-4/+0
2012-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-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
2012-03-04ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h>Paul Mackerras1-1/+1
2011-12-21irda: use msecs_to_jiffies() rather than manual calculationXi Wang1-2/+2
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell1-1/+1
2011-11-21irttp: Use kmemdup rather than duplicating its implementationThomas Meyer1-3/+1