aboutsummaryrefslogtreecommitdiffstats
path: root/net/irda (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-04net: Remove casts to same typeJoe Perches1-3/+3
2012-04-20net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman1-7/+1
2012-04-20net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman1-2/+2
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-1/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells4-4/+0
2012-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2012-03-08TTY: remove unneeded tty->index checksJiri Slaby1-5/+1
2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby1-1/+0
2012-03-04ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h>Paul Mackerras1-1/+1
2011-12-21irda: use msecs_to_jiffies() rather than manual calculationXi Wang1-2/+2
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell1-1/+1
2011-11-21irttp: Use kmemdup rather than duplicating its implementationThomas Meyer1-3/+1
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker4-0/+5
2011-10-26Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-1/+1
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller2-6/+6
2011-09-16IRDA: Fix global type conflicts in net/irda/irsysctl.c v2Andi Kleen2-6/+6
2011-08-25TTY: use tty_wait_until_sent_from_close in other driversJiri Slaby1-1/+1
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+5
2011-06-16net: Remove casts of void *Joe Perches10-35/+35
2011-06-06irda: iriap: Use seperate lockdep class for irias_objects->hb_spinlockDavid S. Miller1-0/+5
2011-05-19irda: Fix error propagation in ircomm_lmp_connect_response()David S. Miller1-4/+1
2011-05-19irda: Kill set but unused variable 'bytes' in irlan_check_command_param()David S. Miller1-4/+0
2011-05-19irda: Kill set but unused variable 'clen' in ircomm_connect_indication()David S. Miller1-6/+0
2011-05-19irda: Kill set but unused vars 'saddr' and 'daddr' in irlan_provider_connect_indication()David S. Miller1-3/+0
2011-05-12net/irda/ircomm_tty.c: Use flip buffers to deliver dataAmit Virdi1-9/+5
2011-04-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+1
2011-04-17irda: irproc: Fix set-but-unused variables.David S. Miller1-3/+2
2011-04-17irda: irlap_event: Fix set-but-unused variables.David S. Miller1-3/+0
2011-04-12irda: fix locking unbalance in irda_sendmsgDave Jones1-2/+1
2011-03-31Fix common misspellingsLucas De Marchi9-15/+15
2011-03-27irda: validate peer name and attribute lengthsDan Rosenberg1-0/+6
2011-03-27irda: prevent heap corruption on invalid nicknameDan Rosenberg1-0/+3
2011-02-17tty: now phase out the ioctl file pointer for goodAlan Cox1-2/+2
2011-02-17tiocmset: kill the file pointer argumentAlan Cox1-2/+2
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox1-2/+2
2010-12-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-9/+11
2010-12-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-7/+11
2010-12-23irda: prevent integer underflow in IRLMP_ENUMDEVICESDan Rosenberg1-7/+11
2010-11-22Net: irda: irnet: Makefile: Remove deprecated kbuild goal definitionsTracey Dent1-1/+1
2010-11-22Net: irda: irlan: Makefile: Remove deprecated kbuild goal definitionsTracey Dent1-1/+1
2010-11-22Net: irda: ircomm: Makefile: Remove deprecated kbuild goal defintionsTracey Dent1-2/+2
2010-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-8/+22
2010-11-18net: irda: irttp: sync error paths of data- and udata-requestsWolfram Sang1-4/+5
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2-2/+0
2010-11-16irda: irttp: allow zero byte packetsWolfram Sang1-6/+19
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-10-11irda: Fix heap memory corruption in iriap.cSamuel Ortiz1-1/+2
2010-10-11irda: Fix parameter extraction stack overflowSamuel Ortiz1-1/+3
2010-10-11irda: Remove BKL instances from irnetSamuel Ortiz2-19/+44