summaryrefslogtreecommitdiff
path: root/net/irda/irnet
AgeCommit message (Expand)AuthorFilesLines
2015-02-24irda: replace current->state by set_current_state()Fabian Frederick1-2/+2
2013-10-20net: misc: Remove extern from function prototypesJoe Perches1-10/+5
2013-01-28irda: buffer overflow in irnet_ctrl_read()Dan Carpenter1-59/+58
2012-03-05ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h>Paul Mackerras1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-28irda: prevent heap corruption on invalid nicknameDan Rosenberg1-0/+3
2010-12-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+0
2010-11-22Net: irda: irnet: Makefile: Remove deprecated kbuild goal definitionsTracey Dent1-1/+1
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-10-25Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-1/+1
2010-10-11irda: Remove BKL instances from irnetSamuel Ortiz2-19/+44
2010-09-24net: return operator cleanupEric Dumazet2-15/+15
2010-09-23Fix typo configue => configure in commentsThomas Weber1-1/+1
2010-09-16irda/irnet: use noop_llseekArnd Bergmann1-1/+2
2010-08-05ppp: make channel_ops conststephen hemminger1-1/+1
2010-07-13net/irda: Remove unnecessary casts of private_dataJoe Perches1-5/+5
2010-05-18net: Remove unnecessary returns from void function()sJoe Perches1-3/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2-0/+2
2010-02-04irda: add missing BKL in irnet_ppp ioctlThadeu Lima de Souza Cascardo1-0/+2
2010-02-04irda: unbalanced lock_kernel in irnet_pppThadeu Lima de Souza Cascardo1-1/+2
2009-12-15tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa2-5/+4
2009-11-30net: Move && and || to end of previous lineJoe Perches1-2/+2
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan2-0/+2
2009-09-02net: file_operations should be constStephen Hemminger1-1/+1
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan2-1/+1
2008-07-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2-0/+4
2008-06-21irnet_ppp: BKL pushdownArnd Bergmann2-0/+4
2008-05-26irda: Push BKL down into irda ioctl handlersAlan Cox2-28/+33
2008-05-15net/irda/irnet/irnet_irda.c needs unaligned.hAndrew Morton1-0/+1
2008-05-14irda: Fix a misalign access issue. (v2)Graf Yang1-2/+2
2008-04-29proc: switch /proc/irda/irnet to seq_file interfaceAlexey Dobriyan2-39/+34
2008-03-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller1-1/+1
2008-03-26[IRDA]: Store irnet_socket termios properly.David S. Miller1-1/+1
2008-03-06net: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-5/+5
2007-11-01[IRDA] IRNET: Fix build when TCGETS2 is defined.David S. Miller1-0/+10
2007-03-20[IrDA]: Calling ppp_unregister_channel() from process contextSamuel Ortiz2-10/+26
2007-02-11[NET] IRDA: Fix whitespace errors.YOSHIFUJI Hideaki4-27/+27
2006-07-22[NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris1-2/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman1-1/+0
2006-02-10[IRDA]: out of range array access David Binderman1-1/+1
2006-01-12[PATCH] capable/capability.h (net/)Randy Dunlap1-0/+1
2005-08-30[IRDA]: Possible cleanups.Adrian Bunk2-4/+1
2005-04-17Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds7-0/+3862