summaryrefslogtreecommitdiff
path: root/net/irda/af_irda.c
AgeCommit message (Expand)Author
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue
2014-11-24new helper: memcpy_to_msg()Al Viro
2014-11-24new helper: memcpy_from_msg()Al Viro
2014-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-11-12irda: Convert IRDA_DEBUG to pr_debugJoe Perches
2014-11-11irda: Remove IRDA_<TYPE> logging macrosJoe Perches
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller
2014-11-02irda: stop calling sk_prot->disconnect() on connection failureLinus Torvalds
2014-07-15irda: remove unnecessary break after returnFabian Frederick
2014-01-18net: add build-time checks for msg->msg_name sizeSteffen Hurrle
2013-12-06net/irda: Fix FSF address in file headersJeff Kirsher
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa
2013-10-04sched/wait: Make the __wait_event*() interface more friendlyPeter Zijlstra
2013-04-08irda: use GFP_KERNEL in irda_connect_response()Mathias Krause
2013-04-08irda: use GFP_KERNEL in irda_create()Mathias Krause
2013-04-07irda: Fix missing msg_namelen update in irda_recvmsg_dgram()Mathias Krause
2013-03-20net/irda: add missing error path release_sock callKees Cook
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