summaryrefslogtreecommitdiff
path: root/net/irda
AgeCommit message (Expand)AuthorFilesLines
2010-12-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David 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-20Merge 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-25Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus 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
2010-10-11irda: Remove BKL instances from af_irda.cSamuel Ortiz1-174/+196
2010-09-24net: return operator cleanupEric Dumazet7-27/+27
2010-09-23Fix typo configue => configure in commentsThomas Weber1-1/+1
2010-09-16irda/irnet: use noop_llseekArnd Bergmann1-1/+2
2010-09-15net/irda: Use static const char * const where possibleJoe Perches1-1/+1
2010-09-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-3/+3
2010-09-08irda: off by oneDan Carpenter1-1/+1
2010-08-31irda: Correctly clean up self->ias_obj on irda_bind() failure.David S. Miller1-2/+2
2010-08-22irda: use net_device_stats from struct net_deviceEric Dumazet1-23/+9
2010-08-19irda: fix a race in irlan_eth_xmit()Eric Dumazet1-1/+3
2010-08-05ppp: make channel_ops conststephen hemminger1-1/+1
2010-07-13net/irda: Remove unnecessary casts of private_dataJoe Perches1-5/+5
2010-06-13irttp: Print device parameters and statistics as unsignedBen Hutchings1-7/+7
2010-05-18net: Remove unnecessary returns from void function()sJoe Perches2-5/+0
2010-04-21net: sk_sleep() helperEric Dumazet1-7/+7
2010-04-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller20-0/+21
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo20-0/+21
2010-03-25net: remove trailing space in messagesFrans Pop1-1/+1
2010-02-19const: struct nla_policyAlexey Dobriyan1-1/+1
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-2/+3
2010-02-10net: irda: use seq_list_foo() helpersLi Zefan1-24/+4
2010-02-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+4
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
2010-01-11NET: irda, remove unnecessary checksJiri Slaby1-6/+0
2009-12-15tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa2-5/+4
2009-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds3-10/+10
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2-113/+231
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa3-10/+10
2009-11-30net: Move && and || to end of previous lineJoe Perches1-2/+2
2009-11-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller5-0/+5
2009-11-12sysctl net: Remove unused binary sysctl codeEric W. Biederman1-28/+3
2009-11-07net/irda: push BKL into proto_opsArnd Bergmann1-107/+224
2009-11-06net: pass kern to net_proto_family create functionEric Paris1-3/+4
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan5-0/+5
2009-10-07net: mark net_proto_ops as constStephen Hemminger1-1/+1