summaryrefslogtreecommitdiff
path: root/net/irda/af_irda.c
Commit message (Expand)AuthorAge
* irda: move net/irda/ to drivers/staging/irda/net/Greg Kroah-Hartman2017-08-28
* irda: do not leak initialized list.dev to userspaceColin Ian King2017-08-18
* irda: don't open-code memdup_user()Al Viro2017-06-30
* net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-09
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-23
|\
| * irda: Free skb on irda_accept error path.phil.turnbull@oracle.com2016-09-17
* | net/irda: remove pointless assignment/checkVegard Nossum2016-08-19
|/
* net/irda: fix NULL pointer dereference on memory allocation failureVegard Nossum2016-07-25
* net: add validation for the socket syscall protocol argumentHannes Frederic Sowa2015-12-14
* irda: Delete an unnecessary check before the function call "irlmp_unregister_...Markus Elfring2015-11-03
* net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-11
* net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-02
* new helper: memcpy_to_msg()Al Viro2014-11-24
* new helper: memcpy_from_msg()Al Viro2014-11-24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-14
|\
| * irda: stop calling sk_prot->disconnect() on connection failureLinus Torvalds2014-11-02
* | irda: Convert IRDA_DEBUG to pr_debugJoe Perches2014-11-12
* | irda: Remove IRDA_<TYPE> logging macrosJoe Perches2014-11-11
* | net: Add and use skb_copy_datagram_msg() helper.David S. Miller2014-11-05
|/
* irda: remove unnecessary break after returnFabian Frederick2014-07-15
* net: add build-time checks for msg->msg_name sizeSteffen Hurrle2014-01-18
* net/irda: Fix FSF address in file headersJeff Kirsher2013-12-06
* net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-11-20
* sched/wait: Make the __wait_event*() interface more friendlyPeter Zijlstra2013-10-04
* 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-16
* 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-11
* 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-05
* 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-09
|\
| * headers: smp_lock.h reduxAlexey Dobriyan2009-07-12