summaryrefslogtreecommitdiffstats
path: root/net/irda
Commit message (Expand)AuthorAgeFilesLines
* net: irda: using kzalloc() instead of kmalloc() to avoid strncpy() issue.Chen Gang2013-05-191-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-05-013-5/+4
|\
| * irda: irlmp_reasons[] can be staticWu Fengguang2013-04-251-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-222-2/+11
| |\
| * | TTY: ircomm, use GFP_KERNEL in ircomm_open()Mathias Krause2013-04-081-1/+1
| * | irda: use GFP_KERNEL in irda_connect_response()Mathias Krause2013-04-081-2/+1
| * | irda: use GFP_KERNEL in irda_create()Mathias Krause2013-04-081-1/+1
* | | Merge tag 'tty-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-04-292-6/+2
|\ \ \ | |_|/ |/| |
| * | Merge 3.9-rc7 intp tty-nextGreg Kroah-Hartman2013-04-141-0/+2
| |\|
| * | TTY: ircomm: fix DTR being raised on hang upJohan Hovold2013-04-121-1/+1
| * | Merge 3.9-rc5 into tty-nextGreg Kroah-Hartman2013-04-011-2/+4
| |\ \
| * \ \ Merge 3.9-rc3 into tty-nextGreg Kroah-Hartman2013-03-211-13/+16
| |\ \ \
| * | | | TTY: add tty_port_tty_hangup helperJiri Slaby2013-03-181-5/+1
* | | | | irda: small read past the end of array in debug codeDan Carpenter2013-04-192-2/+11
| |_|_|/ |/| | |
* | | | irda: Fix missing msg_namelen update in irda_recvmsg_dgram()Mathias Krause2013-04-071-0/+2
| |_|/ |/| |
* | | net/irda: add missing error path release_sock callKees Cook2013-03-201-2/+4
| |/ |/|
* | net/irda: Raise dtr in non-blocking openPeter Hurley2013-03-061-2/+9
* | net/irda: Use barrier to set task statePeter Hurley2013-03-061-1/+1
* | net/irda: Hold port lock while bumping blocked_openPeter Hurley2013-03-061-2/+2
* | net/irda: Fix port open countsPeter Hurley2013-03-061-9/+5
|/
* irda: small read beyond end of array in debug codeDan Carpenter2013-02-271-2/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-02-211-1/+1
|\
| * Merge branch 'master' into for-nextJiri Kosina2013-01-292-0/+2
| |\
| * | treewide: Replace incomming with incoming in all comments and stringsJorrit Schippers2013-01-031-1/+1
* | | Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-02-212-5/+5
|\ \ \
| * | | tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach2013-01-181-1/+1
| * | | TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-151-2/+2
| * | | TTY: move low_latency to tty_portJiri Slaby2013-01-151-1/+1
| * | | TTY: switch tty_insert_flip_stringJiri Slaby2013-01-151-1/+1
| | |/ | |/|
* | | net: remove redundant check for timer pending state before del_timerYing Xue2013-02-041-2/+1
* | | irda: buffer overflow in irnet_ctrl_read()Dan Carpenter2013-01-271-59/+58
|/ /
* | Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-12-111-0/+1
|\ \
| * | TTY: call tty_port_destroy in the rest of driversJiri Slaby2012-11-151-0/+1
| |/
* / irda: irttp: fix memory leak in irttp_open_tsap() error pathTommi Rantala2012-11-281-0/+1
|/
* Merge 3.7-rc1 into tty-linusGreg Kroah-Hartman2012-10-142-2/+2
|\
| * silence some noisy printks in irdaDave Jones2012-10-042-2/+2
* | net, TTY: initialize tty->driver_data before usageSasha Levin2012-10-051-0/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-021-1/+1
|\
| * netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-101-1/+1
* | serial: add a new helper functionHuang Shijie2012-09-052-3/+3
* | TTY: ircomm_tty, add tty installJiri Slaby2012-08-131-16/+25
* | Merge tty-next into 3.6-rc1Greg Kroah-Hartman2012-08-063-5/+5
|\|
| * irda: Fix typo in irdaMasanari Iida2012-07-162-2/+2
| * net: Remove casts to same typeJoe Perches2012-06-041-3/+3
* | tty: move the termios object into the ttyAlan Cox2012-07-162-11/+11
* | TTY: ircomm, use tty_port_close_start helperJiri Slaby2012-06-121-47/+1
* | TTY: ircomm, use tty_port_close_end helperJiri Slaby2012-06-121-15/+1
* | TTY: ircomm, define carrier routinesJiri Slaby2012-06-121-10/+33
* | TTY: ircomm, define local tty_portJiri Slaby2012-06-121-53/+56
* | TTY: ircomm, use tty from tty_portJiri Slaby2012-06-124-41/+70