summaryrefslogtreecommitdiffstats
path: root/net/irda
Commit message (Expand)AuthorAgeFilesLines
* 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/+5Star
* 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-221-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-191-1/+1
| * | | TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-161-2/+2
| * | | TTY: move low_latency to tty_portJiri Slaby2013-01-161-1/+1
| * | | TTY: switch tty_insert_flip_stringJiri Slaby2013-01-161-1/+1
| | |/ | |/|
* | | net: remove redundant check for timer pending state before del_timerYing Xue2013-02-041-2/+1Star
* | | irda: buffer overflow in irnet_ctrl_read()Dan Carpenter2013-01-281-59/+58Star
|/ /
* | 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-161-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-152-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-141-16/+25
* | Merge tty-next into 3.6-rc1Greg Kroah-Hartman2012-08-063-5/+5
|\|
| * irda: Fix typo in irdaMasanari Iida2012-07-172-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-131-47/+1Star
* | TTY: ircomm, use tty_port_close_end helperJiri Slaby2012-06-131-15/+1Star
* | TTY: ircomm, define carrier routinesJiri Slaby2012-06-131-10/+33
* | TTY: ircomm, define local tty_portJiri Slaby2012-06-131-53/+56
* | TTY: ircomm, use tty from tty_portJiri Slaby2012-06-134-41/+70
* | TTY: ircomm, revamp lockingJiri Slaby2012-06-131-20/+18Star
* | TTY: ircomm, use flags from tty_portJiri Slaby2012-06-133-30/+31
* | TTY: ircomm, use open counts from tty_portJiri Slaby2012-06-131-21/+21
* | TTY: ircomm, use close times from tty_portJiri Slaby2012-06-132-8/+6Star
* | TTY: ircomm, add tty_portJiri Slaby2012-06-132-11/+12
|/
* net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman2012-04-211-7/+1Star
* net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman2012-04-211-2/+2
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-1/+1
* Remove all #inclusions of asm/system.hDavid Howells2012-03-284-4/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-03-211-1/+1
|\
| * ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h>Paul Mackerras2012-03-051-1/+1
* | TTY: remove unneeded tty->index checksJiri Slaby2012-03-081-5/+1Star
* | TTY: remove re-assignments to tty_driver membersJiri Slaby2012-03-081-1/+0Star
|/
* irda: use msecs_to_jiffies() rather than manual calculationXi Wang2011-12-211-2/+2
* module_param: make bool parameters really bool (net & drivers/net)Rusty Russell2011-12-201-1/+1
* irttp: Use kmemdup rather than duplicating its implementationThomas Meyer2011-11-211-3/+1Star