aboutsummaryrefslogtreecommitdiff
path: root/net/irda
AgeCommit message (Expand)Author
2012-12-11Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2012-11-28irda: irttp: fix memory leak in irttp_open_tsap() error pathTommi Rantala
2012-11-15TTY: call tty_port_destroy in the rest of driversJiri Slaby
2012-10-14Merge 3.7-rc1 into tty-linusGreg Kroah-Hartman
2012-10-05net, TTY: initialize tty->driver_data before usageSasha Levin
2012-10-04silence some noisy printks in irdaDave Jones
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman
2012-09-05serial: add a new helper functionHuang Shijie
2012-08-13TTY: ircomm_tty, add tty installJiri Slaby
2012-08-06Merge tty-next into 3.6-rc1Greg Kroah-Hartman
2012-07-16irda: Fix typo in irdaMasanari Iida
2012-07-16tty: move the termios object into the ttyAlan Cox
2012-06-12TTY: ircomm, use tty_port_close_start helperJiri Slaby
2012-06-12TTY: ircomm, use tty_port_close_end helperJiri Slaby
2012-06-12TTY: ircomm, define carrier routinesJiri Slaby
2012-06-12TTY: ircomm, define local tty_portJiri Slaby
2012-06-12TTY: ircomm, use tty from tty_portJiri Slaby
2012-06-12TTY: ircomm, revamp lockingJiri Slaby
2012-06-12TTY: ircomm, use flags from tty_portJiri Slaby
2012-06-12TTY: ircomm, use open counts from tty_portJiri Slaby
2012-06-12TTY: ircomm, use close times from tty_portJiri Slaby
2012-06-12TTY: ircomm, add tty_portJiri Slaby
2012-06-04net: Remove casts to same typeJoe Perches
2012-04-20net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman
2012-04-20net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-03-08TTY: remove unneeded tty->index checksJiri Slaby
2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby
2012-03-04ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h>Paul Mackerras
2011-12-21irda: use msecs_to_jiffies() rather than manual calculationXi Wang
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell
2011-11-21irttp: Use kmemdup rather than duplicating its implementationThomas Meyer
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker
2011-10-26Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller
2011-09-16IRDA: Fix global type conflicts in net/irda/irsysctl.c v2Andi Kleen
2011-08-25TTY: use tty_wait_until_sent_from_close in other driversJiri Slaby
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-06-16net: Remove casts of void *Joe Perches
2011-06-06irda: iriap: Use seperate lockdep class for irias_objects->hb_spinlockDavid S. Miller
2011-05-19irda: Fix error propagation in ircomm_lmp_connect_response()David S. Miller
2011-05-19irda: Kill set but unused variable 'bytes' in irlan_check_command_param()David S. Miller
2011-05-19irda: Kill set but unused variable 'clen' in ircomm_connect_indication()David S. Miller
2011-05-19irda: Kill set but unused vars 'saddr' and 'daddr' in irlan_provider_connect_...David S. Miller
2011-05-12net/irda/ircomm_tty.c: Use flip buffers to deliver dataAmit Virdi
2011-04-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller