aboutsummaryrefslogtreecommitdiffstats
path: root/net/irda/af_irda.c
Commit message (Expand)AuthorAge
* irda: use GFP_KERNEL in irda_connect_response()Mathias Krause2013-04-08
* irda: use GFP_KERNEL in irda_create()Mathias Krause2013-04-08
* irda: Fix missing msg_namelen update in irda_recvmsg_dgram()Mathias Krause2013-04-07
* net/irda: add missing error path release_sock callKees Cook2013-03-20
* net: remove redundant check for timer pending state before del_timerYing Xue2013-02-04
* silence some noisy printks in irdaDave Jones2012-10-04
* irda: Fix typo in irdaMasanari Iida2012-07-17
* irda: use msecs_to_jiffies() rather than manual calculationXi Wang2011-12-21
* net: Remove casts of void *Joe Perches2011-06-16
* irda: fix locking unbalance in irda_sendmsgDave Jones2011-04-12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-12-26
|\
| * irda: prevent integer underflow in IRLMP_ENUMDEVICESDan Rosenberg2010-12-23
* | BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-17
|/
* irda: Remove BKL instances from af_irda.cSamuel Ortiz2010-10-10
* net: return operator cleanupEric Dumazet2010-09-23
* irda: Correctly clean up self->ias_obj on irda_bind() failure.David S. Miller2010-08-30
* net: sk_sleep() helperEric Dumazet2010-04-20
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* net/irda: push BKL into proto_opsArnd Bergmann2009-11-07
* net: pass kern to net_proto_family create functionEric Paris2009-11-06
* net: mark net_proto_ops as constStephen Hemminger2009-10-07
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-09-30
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-08-10
|\
| * headers: smp_lock.h reduxAlexey Dobriyan2009-07-12
* | irda: Fix irda_getname() leakEric Dumazet2009-08-06
|/
* net: Move rx skb_orphan call to where neededHerbert Xu2009-06-23
* net: correct off-by-one write allocations reportsEric Dumazet2009-06-18
* irda: Sock leak on error path in irda_create.Pavel Emelyanov2008-06-03
* [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-25
* net: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-05
* [NET]: Convert init_timer into setup_timerPavel Emelyanov2008-01-28
* [IrDA]: af_irda memory leak fixesJesper Juhl2008-01-20
* [IRDA]: irda_create() nuke user triggable printkmaximilian attems2008-01-09
* [NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov2007-11-01
* [NET]: Make socket creation namespace safe.Eric W. Biederman2007-10-10
* [IrDA]: MSG_NOSIGNAL support for IrDA socketsSamuel Ortiz2007-10-10
* [IrDA]: Fix IrDA build failureSamuel Ortiz2007-07-18
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-08
* [IrDA] af_irda: IRDA_ASSERT cleanupsSamuel Ortiz2007-04-26
* [IrDA] af_irda: irda_accept cleanupSamuel Ortiz2007-04-26
* [IrDA] af_irda: Silence kernel message in irda_recvmsg_streamOlaf Kirch2007-04-26
* [IrDA] af_irda: irda_recvmsg_stream cleanupOlaf Kirch2007-04-26
* [NET]: cleanup extra semicolonsStephen Hemminger2007-04-26
* [SK_BUFF]: More skb_put related conversions to skb_reset_transport_headerArnaldo Carvalho de Melo2007-04-26
* [SK_BUFF]: Introduce skb_reset_transport_header(skb)Arnaldo Carvalho de Melo2007-04-26
* [IrDA]: Correctly handling socket errorOlaf Kirch2007-04-18
* [NET] IRDA: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-11
* [IrDA]: Memory allocations cleanupsSamuel Ortiz2006-09-28
* [IrDA]: af_irda.c cleanupsSamuel Ortiz2006-09-28
* [IrDA]: Use alloc_skb() in IrDA TX pathSamuel Ortiz2006-07-21