summaryrefslogtreecommitdiffstats
path: root/net/irda
Commit message (Expand)AuthorAgeFilesLines
* 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
* | TTY: ircomm, revamp lockingJiri Slaby2012-06-121-20/+18
* | TTY: ircomm, use flags from tty_portJiri Slaby2012-06-123-30/+31
* | TTY: ircomm, use open counts from tty_portJiri Slaby2012-06-121-21/+21
* | TTY: ircomm, use close times from tty_portJiri Slaby2012-06-122-8/+6
* | TTY: ircomm, add tty_portJiri Slaby2012-06-122-11/+12
|/
* net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman2012-04-201-7/+1
* net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman2012-04-201-2/+2
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-1/+1
* Remove all #inclusions of asm/system.hDavid Howells2012-03-284-4/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-03-201-1/+1
|\
| * ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h>Paul Mackerras2012-03-041-1/+1
* | TTY: remove unneeded tty->index checksJiri Slaby2012-03-081-5/+1
* | TTY: remove re-assignments to tty_driver membersJiri Slaby2012-03-081-1/+0
|/
* 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-191-1/+1
* irttp: Use kmemdup rather than duplicating its implementationThomas Meyer2011-11-211-3/+1
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-314-0/+5
* Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-10-261-1/+1
|\
| * TTY: use tty_wait_until_sent_from_close in other driversJiri Slaby2011-08-251-1/+1
* | Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-09-222-6/+6
|\ \