summaryrefslogtreecommitdiffstats
path: root/net/irda/af_irda.c
Commit message (Expand)AuthorAgeFilesLines
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-231-3/+2
|\
| * irda: Free skb on irda_accept error path.phil.turnbull@oracle.com2016-09-171-3/+2
* | net/irda: remove pointless assignment/checkVegard Nossum2016-08-191-3/+0
|/
* net/irda: fix NULL pointer dereference on memory allocation failureVegard Nossum2016-07-251-2/+5
* net: add validation for the socket syscall protocol argumentHannes Frederic Sowa2015-12-141-0/+3
* irda: Delete an unnecessary check before the function call "irlmp_unregister_...Markus Elfring2015-11-031-2/+1
* net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-111-1/+1
* net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-021-15/+14
* new helper: memcpy_to_msg()Al Viro2014-11-241-1/+1
* new helper: memcpy_from_msg()Al Viro2014-11-241-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-141-2/+0
|\
| * irda: stop calling sk_prot->disconnect() on connection failureLinus Torvalds2014-11-021-2/+0
* | irda: Convert IRDA_DEBUG to pr_debugJoe Perches2014-11-121-115/+94
* | irda: Remove IRDA_<TYPE> logging macrosJoe Perches2014-11-111-17/+17
* | net: Add and use skb_copy_datagram_msg() helper.David S. Miller2014-11-051-1/+1
|/
* irda: remove unnecessary break after returnFabian Frederick2014-07-151-1/+0
* net: add build-time checks for msg->msg_name sizeSteffen Hurrle2014-01-181-1/+1
* net/irda: Fix FSF address in file headersJeff Kirsher2013-12-061-3/+1
* net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-11-201-4/+0
* sched/wait: Make the __wait_event*() interface more friendlyPeter Zijlstra2013-10-041-3/+2
* irda: use GFP_KERNEL in irda_connect_response()Mathias Krause2013-04-081-2/+1
* irda: use GFP_KERNEL in irda_create()Mathias Krause2013-04-081-1/+1
* irda: Fix missing msg_namelen update in irda_recvmsg_dgram()Mathias Krause2013-04-071-0/+2
* net/irda: add missing error path release_sock callKees Cook2013-03-201-2/+4
* net: remove redundant check for timer pending state before del_timerYing Xue2013-02-041-2/+1
* silence some noisy printks in irdaDave Jones2012-10-041-1/+1
* irda: Fix typo in irdaMasanari Iida2012-07-161-1/+1
* irda: use msecs_to_jiffies() rather than manual calculationXi Wang2011-12-211-2/+2
* net: Remove casts of void *Joe Perches2011-06-161-2/+2
* irda: fix locking unbalance in irda_sendmsgDave Jones2011-04-121-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-12-261-7/+11
|\
| * irda: prevent integer underflow in IRLMP_ENUMDEVICESDan Rosenberg2010-12-231-7/+11
* | BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
|/
* irda: Remove BKL instances from af_irda.cSamuel Ortiz2010-10-111-174/+196
* net: return operator cleanupEric Dumazet2010-09-231-7/+7
* irda: Correctly clean up self->ias_obj on irda_bind() failure.David S. Miller2010-08-301-2/+2
* net: sk_sleep() helperEric Dumazet2010-04-201-7/+7
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* net/irda: push BKL into proto_opsArnd Bergmann2009-11-071-107/+224
* net: pass kern to net_proto_family create functionEric Paris2009-11-051-3/+4
* net: mark net_proto_ops as constStephen Hemminger2009-10-071-1/+1
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-09-301-1/+1
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-08-091-0/+1
|\
| * headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-0/+1
* | irda: Fix irda_getname() leakEric Dumazet2009-08-061-0/+1
|/
* net: Move rx skb_orphan call to where neededHerbert Xu2009-06-231-3/+0
* net: correct off-by-one write allocations reportsEric Dumazet2009-06-181-1/+2
* irda: Sock leak on error path in irda_create.Pavel Emelyanov2008-06-031-5/+7
* [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-1/+1