aboutsummaryrefslogtreecommitdiffstats
path: root/net/irda/af_irda.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-16net: Remove casts of void *Joe Perches1-2/+2
2011-04-12irda: fix locking unbalance in irda_sendmsgDave Jones1-2/+1
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-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-10-11irda: Remove BKL instances from af_irda.cSamuel Ortiz1-174/+196
2010-09-23net: return operator cleanupEric Dumazet1-7/+7
2010-08-30irda: Correctly clean up self->ias_obj on irda_bind() failure.David S. Miller1-2/+2
2010-04-20net: sk_sleep() helperEric Dumazet1-7/+7
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-11-07net/irda: push BKL into proto_opsArnd Bergmann1-107/+224
2009-11-05net: pass kern to net_proto_family create functionEric Paris1-3/+4
2009-10-07net: mark net_proto_ops as constStephen Hemminger1-1/+1
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller1-1/+1
2009-08-09Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-0/+1
2009-08-06irda: Fix irda_getname() leakEric Dumazet1-0/+1
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-0/+1
2009-06-23net: Move rx skb_orphan call to where neededHerbert Xu1-3/+0
2009-06-18net: correct off-by-one write allocations reportsEric Dumazet1-1/+2
2008-06-03irda: Sock leak on error path in irda_create.Pavel Emelyanov1-5/+7
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-1/+1
2008-03-05net: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-89/+89
2008-01-28[NET]: Convert init_timer into setup_timerPavel Emelyanov1-3/+2
2008-01-20[IrDA]: af_irda memory leak fixesJesper Juhl1-3/+27
2008-01-08[IRDA]: irda_create() nuke user triggable printkmaximilian attems1-2/+0
2007-11-01[NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov1-1/+1
2007-10-10[NET]: Make socket creation namespace safe.Eric W. Biederman1-4/+7
2007-10-10[IrDA]: MSG_NOSIGNAL support for IrDA socketsSamuel Ortiz1-9/+12
2007-07-18[IrDA]: Fix IrDA build failureSamuel Ortiz1-1/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-04-25[IrDA] af_irda: IRDA_ASSERT cleanupsSamuel Ortiz1-27/+5
2007-04-25[IrDA] af_irda: irda_accept cleanupSamuel Ortiz1-26/+8
2007-04-25[IrDA] af_irda: Silence kernel message in irda_recvmsg_streamOlaf Kirch1-7/+11
2007-04-25[IrDA] af_irda: irda_recvmsg_stream cleanupOlaf Kirch1-18/+13
2007-04-25[NET]: cleanup extra semicolonsStephen Hemminger1-2/+2
2007-04-25[SK_BUFF]: More skb_put related conversions to skb_reset_transport_headerArnaldo Carvalho de Melo1-10/+9
2007-04-25[SK_BUFF]: Introduce skb_reset_transport_header(skb)Arnaldo Carvalho de Melo1-2/+2
2007-04-18[IrDA]: Correctly handling socket errorOlaf Kirch1-2/+1
2007-02-10[NET] IRDA: Fix whitespace errors.YOSHIFUJI Hideaki1-6/+6
2006-09-28[IrDA]: Memory allocations cleanupsSamuel Ortiz1-1/+2
2006-09-28[IrDA]: af_irda.c cleanupsSamuel Ortiz1-2/+7
2006-07-21[IrDA]: Use alloc_skb() in IrDA TX pathSamuel Ortiz1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-28[NET]: Fix ipx/econet/appletalk/irda ioctl crashesPetr Vandrovec1-0/+25
2006-03-28[PATCH] Typo fixesAlexey Dobriyan1-3/+3
2006-01-11[PATCH] capable/capability.h (net/)Randy Dunlap1-0/+1
2006-01-03[NET]: Add a dev_ioctl() fallback to sock_ioctl()Christoph Hellwig1-1/+1
2006-01-03[NET]: move struct proto_ops to constEric Dumazet1-8/+8
2006-01-03[NET]: Avoid atomic xchg() for non-error caseBenjamin LaHaise1-2/+3
2005-08-29[TCP]: Move the tcp sock states to net/tcp_states.hArnaldo Carvalho de Melo1-1/+1