aboutsummaryrefslogtreecommitdiff
path: root/net/irda/af_irda.c
AgeCommit message (Expand)Author
2013-02-04net: remove redundant check for timer pending state before del_timerYing Xue
2012-10-04silence some noisy printks in irdaDave Jones
2012-07-16irda: Fix typo in irdaMasanari Iida
2011-12-21irda: use msecs_to_jiffies() rather than manual calculationXi Wang
2011-06-16net: Remove casts of void *Joe Perches
2011-04-12irda: fix locking unbalance in irda_sendmsgDave Jones
2010-12-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2010-12-23irda: prevent integer underflow in IRLMP_ENUMDEVICESDan Rosenberg
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann
2010-10-11irda: Remove BKL instances from af_irda.cSamuel Ortiz
2010-09-23net: return operator cleanupEric Dumazet
2010-08-30irda: Correctly clean up self->ias_obj on irda_bind() failure.David S. Miller
2010-04-20net: sk_sleep() helperEric Dumazet
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-11-07net/irda: push BKL into proto_opsArnd Bergmann
2009-11-05net: pass kern to net_proto_family create functionEric Paris
2009-10-07net: mark net_proto_ops as constStephen Hemminger
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller
2009-08-09Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller
2009-08-06irda: Fix irda_getname() leakEric Dumazet
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan
2009-06-23net: Move rx skb_orphan call to where neededHerbert Xu
2009-06-18net: correct off-by-one write allocations reportsEric Dumazet
2008-06-03irda: Sock leak on error path in irda_create.Pavel Emelyanov
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki
2008-03-05net: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-01-28[NET]: Convert init_timer into setup_timerPavel Emelyanov
2008-01-20[IrDA]: af_irda memory leak fixesJesper Juhl
2008-01-08[IRDA]: irda_create() nuke user triggable printkmaximilian attems
2007-11-01[NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov
2007-10-10[NET]: Make socket creation namespace safe.Eric W. Biederman
2007-10-10[IrDA]: MSG_NOSIGNAL support for IrDA socketsSamuel Ortiz
2007-07-18[IrDA]: Fix IrDA build failureSamuel Ortiz
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2007-04-25[IrDA] af_irda: IRDA_ASSERT cleanupsSamuel Ortiz
2007-04-25[IrDA] af_irda: irda_accept cleanupSamuel Ortiz
2007-04-25[IrDA] af_irda: Silence kernel message in irda_recvmsg_streamOlaf Kirch
2007-04-25[IrDA] af_irda: irda_recvmsg_stream cleanupOlaf Kirch
2007-04-25[NET]: cleanup extra semicolonsStephen Hemminger
2007-04-25[SK_BUFF]: More skb_put related conversions to skb_reset_transport_headerArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_reset_transport_header(skb)Arnaldo Carvalho de Melo
2007-04-18[IrDA]: Correctly handling socket errorOlaf Kirch
2007-02-10[NET] IRDA: Fix whitespace errors.YOSHIFUJI Hideaki
2006-09-28[IrDA]: Memory allocations cleanupsSamuel Ortiz
2006-09-28[IrDA]: af_irda.c cleanupsSamuel Ortiz
2006-07-21[IrDA]: Use alloc_skb() in IrDA TX pathSamuel Ortiz
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-03-28[NET]: Fix ipx/econet/appletalk/irda ioctl crashesPetr Vandrovec
2006-03-28[PATCH] Typo fixesAlexey Dobriyan
2006-01-11[PATCH] capable/capability.h (net/)Randy Dunlap