aboutsummaryrefslogtreecommitdiff
path: root/net/irda
AgeCommit message (Expand)AuthorFilesLines
2012-10-04silence some noisy printks in irdaGravatar Dave Jones 2-2/+2
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-1/+1
2012-09-10netlink: Rename pid to portid to avoid confusionGravatar Eric W. Biederman 1-1/+1
2012-09-05serial: add a new helper functionGravatar Huang Shijie 2-3/+3
2012-08-13TTY: ircomm_tty, add tty installGravatar Jiri Slaby 1-16/+25
2012-08-06Merge tty-next into 3.6-rc1Gravatar Greg Kroah-Hartman 3-5/+5
2012-07-16irda: Fix typo in irdaGravatar Masanari Iida 2-2/+2
2012-07-16tty: move the termios object into the ttyGravatar Alan Cox 2-11/+11
2012-06-12TTY: ircomm, use tty_port_close_start helperGravatar Jiri Slaby 1-47/+1
2012-06-12TTY: ircomm, use tty_port_close_end helperGravatar Jiri Slaby 1-15/+1
2012-06-12TTY: ircomm, define carrier routinesGravatar Jiri Slaby 1-10/+33
2012-06-12TTY: ircomm, define local tty_portGravatar Jiri Slaby 1-53/+56
2012-06-12TTY: ircomm, use tty from tty_portGravatar Jiri Slaby 4-41/+70
2012-06-12TTY: ircomm, revamp lockingGravatar Jiri Slaby 1-20/+18
2012-06-12TTY: ircomm, use flags from tty_portGravatar Jiri Slaby 3-30/+31
2012-06-12TTY: ircomm, use open counts from tty_portGravatar Jiri Slaby 1-21/+21
2012-06-12TTY: ircomm, use close times from tty_portGravatar Jiri Slaby 2-8/+6
2012-06-12TTY: ircomm, add tty_portGravatar Jiri Slaby 2-11/+12
2012-06-04net: Remove casts to same typeGravatar Joe Perches 1-3/+3
2012-04-20net: Convert all sysctl registrations to register_net_sysctlGravatar Eric W. Biederman 1-7/+1
2012-04-20net: Move all of the network sysctls without a namespace into init_net.Gravatar Eric W. Biederman 1-2/+2
2012-04-15net: cleanup unsigned to unsigned intGravatar Eric Dumazet 1-1/+1
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 4-4/+0
2012-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-1/+1
2012-03-08TTY: remove unneeded tty->index checksGravatar Jiri Slaby 1-5/+1
2012-03-08TTY: remove re-assignments to tty_driver membersGravatar Jiri Slaby 1-1/+0
2012-03-04ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h>Gravatar Paul Mackerras 1-1/+1
2011-12-21irda: use msecs_to_jiffies() rather than manual calculationGravatar Xi Wang 1-2/+2
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Gravatar Rusty Russell 1-1/+1
2011-11-21irttp: Use kmemdup rather than duplicating its implementationGravatar Thomas Meyer 1-3/+1
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesGravatar Paul Gortmaker 4-0/+5
2011-10-26Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-1/+1
2011-09-22Merge branch 'master' of github.com:davem330/netGravatar David S. Miller 2-6/+6
2011-09-16IRDA: Fix global type conflicts in net/irda/irsysctl.c v2Gravatar Andi Kleen 2-6/+6
2011-08-25TTY: use tty_wait_until_sent_from_close in other driversGravatar Jiri Slaby 1-1/+1
2011-08-17net: remove use of ndo_set_multicast_list in driversGravatar Jiri Pirko 1-1/+1
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-0/+5
2011-06-16net: Remove casts of void *Gravatar Joe Perches 10-35/+35
2011-06-06irda: iriap: Use seperate lockdep class for irias_objects->hb_spinlockGravatar David S. Miller 1-0/+5
2011-05-19irda: Fix error propagation in ircomm_lmp_connect_response()Gravatar David S. Miller 1-4/+1
2011-05-19irda: Kill set but unused variable 'bytes' in irlan_check_command_param()Gravatar David S. Miller 1-4/+0
2011-05-19irda: Kill set but unused variable 'clen' in ircomm_connect_indication()Gravatar David S. Miller 1-6/+0
2011-05-19irda: Kill set but unused vars 'saddr' and 'daddr' in irlan_provider_connect_...Gravatar David S. Miller 1-3/+0
2011-05-12net/irda/ircomm_tty.c: Use flip buffers to deliver dataGravatar Amit Virdi 1-9/+5
2011-04-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-2/+1
2011-04-17irda: irproc: Fix set-but-unused variables.Gravatar David S. Miller 1-3/+2
2011-04-17irda: irlap_event: Fix set-but-unused variables.Gravatar David S. Miller 1-3/+0
2011-04-12irda: fix locking unbalance in irda_sendmsgGravatar Dave Jones 1-2/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 9-15/+15
2011-03-27irda: validate peer name and attribute lengthsGravatar Dan Rosenberg 1-0/+6