aboutsummaryrefslogtreecommitdiffstats
path: root/net/irda (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-19net/irda: fixed style issues in irttpDragos Foianu1-27/+23
2013-07-16net/irda: fixed style issues in irlan_ethDragos Foianu1-17/+14
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches1-3/+3
2013-05-19net: irda: using kzalloc() instead of kmalloc() to avoid strncpy() issue.Chen Gang1-1/+1
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-5/+4
2013-04-29Merge tag 'tty-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2-6/+2
2013-04-25irda: irlmp_reasons[] can be staticWu Fengguang1-1/+1
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+11
2013-04-19irda: small read past the end of array in debug codeDan Carpenter2-2/+11
2013-04-14Merge 3.9-rc7 intp tty-nextGreg Kroah-Hartman1-0/+2
2013-04-12TTY: ircomm: fix DTR being raised on hang upJohan Hovold1-1/+1
2013-04-08TTY: ircomm, use GFP_KERNEL in ircomm_open()Mathias Krause1-1/+1
2013-04-08irda: use GFP_KERNEL in irda_connect_response()Mathias Krause1-2/+1
2013-04-08irda: use GFP_KERNEL in irda_create()Mathias Krause1-1/+1
2013-04-07irda: Fix missing msg_namelen update in irda_recvmsg_dgram()Mathias Krause1-0/+2
2013-04-01Merge 3.9-rc5 into tty-nextGreg Kroah-Hartman1-2/+4
2013-03-21Merge 3.9-rc3 into tty-nextGreg Kroah-Hartman1-13/+16
2013-03-20net/irda: add missing error path release_sock callKees Cook1-2/+4
2013-03-18TTY: add tty_port_tty_hangup helperJiri Slaby1-5/+1
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