aboutsummaryrefslogtreecommitdiffstats
path: root/net/irda/af_irda.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-28irda: move net/irda/ to drivers/staging/irda/net/Greg Kroah-Hartman1-2695/+0
2017-08-18irda: do not leak initialized list.dev to userspaceColin Ian King1-1/+1
2017-06-30irda: don't open-code memdup_user()Al Viro1-36/+12
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells1-2/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+2
2016-09-17irda: Free skb on irda_accept error path.phil.turnbull@oracle.com1-3/+2
2016-08-19net/irda: remove pointless assignment/checkVegard Nossum1-3/+0
2016-07-25net/irda: fix NULL pointer dereference on memory allocation failureVegard Nossum1-2/+5
2015-12-14net: add validation for the socket syscall protocol argumentHannes Frederic Sowa1-0/+3
2015-11-03irda: Delete an unnecessary check before the function call "irlmp_unregister_service"Markus Elfring1-2/+1
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman1-1/+1
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue1-15/+14
2014-11-24new helper: memcpy_to_msg()Al Viro1-1/+1
2014-11-24new helper: memcpy_from_msg()Al Viro1-3/+3
2014-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+0
2014-11-12irda: Convert IRDA_DEBUG to pr_debugJoe Perches1-115/+94
2014-11-11irda: Remove IRDA_<TYPE> logging macrosJoe Perches1-17/+17
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller1-1/+1
2014-11-02irda: stop calling sk_prot->disconnect() on connection failureLinus Torvalds1-2/+0
2014-07-15irda: remove unnecessary break after returnFabian Frederick1-1/+0
2014-01-18net: add build-time checks for msg->msg_name sizeSteffen Hurrle1-1/+1
2013-12-06net/irda: Fix FSF address in file headersJeff Kirsher1-3/+1
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa1-4/+0
2013-10-04sched/wait: Make the __wait_event*() interface more friendlyPeter Zijlstra1-3/+2
2013-04-08irda: use GFP_KERNEL in irda_connect_response()Mathias Krause1-2/+1
2013-04-08irda: use GFP_KERNEL in irda_create()Mathias Krause1-1/+1
2013-04-07irda: Fix missing msg_namelen update in irda_recvmsg_dgram()Mathias Krause1-0/+2
2013-03-20net/irda: add missing error path release_sock callKees Cook1-2/+4
2013-02-04net: remove redundant check for timer pending state before del_timerYing Xue1-2/+1
2012-10-04silence some noisy printks in irdaDave Jones1-1/+1
2012-07-16irda: Fix typo in irdaMasanari Iida1-1/+1
2011-12-21irda: use msecs_to_jiffies() rather than manual calculationXi Wang1-2/+2
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