Age | Commit message (Expand) | Author | Files | Lines |
2015-03-02 | net: Remove iocb argument from sendmsg and recvmsg | Ying Xue | 1 | -15/+14 |
2014-11-24 | new helper: memcpy_to_msg() | Al Viro | 1 | -1/+1 |
2014-11-24 | new helper: memcpy_from_msg() | Al Viro | 1 | -3/+3 |
2014-11-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+0 |
2014-11-12 | irda: Convert IRDA_DEBUG to pr_debug | Joe Perches | 1 | -115/+94 |
2014-11-12 | irda: Remove IRDA_<TYPE> logging macros | Joe Perches | 1 | -17/+17 |
2014-11-06 | net: Add and use skb_copy_datagram_msg() helper. | David S. Miller | 1 | -1/+1 |
2014-11-02 | irda: stop calling sk_prot->disconnect() on connection failure | Linus Torvalds | 1 | -2/+0 |
2014-07-16 | irda: remove unnecessary break after return | Fabian Frederick | 1 | -1/+0 |
2014-01-19 | net: add build-time checks for msg->msg_name size | Steffen Hurrle | 1 | -1/+1 |
2013-12-06 | net/irda: Fix FSF address in file headers | Jeff Kirsher | 1 | -3/+1 |
2013-11-21 | net: rework recvmsg handler msg_name and msg_namelen logic | Hannes Frederic Sowa | 1 | -4/+0 |
2013-10-04 | sched/wait: Make the __wait_event*() interface more friendly | Peter Zijlstra | 1 | -3/+2 |
2013-04-08 | irda: use GFP_KERNEL in irda_connect_response() | Mathias Krause | 1 | -2/+1 |
2013-04-08 | irda: use GFP_KERNEL in irda_create() | Mathias Krause | 1 | -1/+1 |
2013-04-08 | irda: Fix missing msg_namelen update in irda_recvmsg_dgram() | Mathias Krause | 1 | -0/+2 |
2013-03-20 | net/irda: add missing error path release_sock call | Kees Cook | 1 | -2/+4 |
2013-02-04 | net: remove redundant check for timer pending state before del_timer | Ying Xue | 1 | -2/+1 |
2012-10-04 | silence some noisy printks in irda | Dave Jones | 1 | -1/+1 |
2012-07-17 | irda: Fix typo in irda | Masanari Iida | 1 | -1/+1 |
2011-12-22 | irda: use msecs_to_jiffies() rather than manual calculation | Xi Wang | 1 | -2/+2 |
2011-06-17 | net: Remove casts of void * | Joe Perches | 1 | -2/+2 |
2011-04-13 | irda: fix locking unbalance in irda_sendmsg | Dave Jones | 1 | -2/+1 |
2010-12-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -7/+11 |
2010-12-23 | irda: prevent integer underflow in IRLMP_ENUMDEVICES | Dan Rosenberg | 1 | -7/+11 |
2010-11-17 | BKL: remove extraneous #include <smp_lock.h> | Arnd Bergmann | 1 | -1/+0 |
2010-10-11 | irda: Remove BKL instances from af_irda.c | Samuel Ortiz | 1 | -174/+196 |
2010-09-24 | net: return operator cleanup | Eric Dumazet | 1 | -7/+7 |
2010-08-31 | irda: Correctly clean up self->ias_obj on irda_bind() failure. | David S. Miller | 1 | -2/+2 |
2010-04-21 | net: sk_sleep() helper | Eric Dumazet | 1 | -7/+7 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2009-11-07 | net/irda: push BKL into proto_ops | Arnd Bergmann | 1 | -107/+224 |
2009-11-06 | net: pass kern to net_proto_family create function | Eric Paris | 1 | -3/+4 |
2009-10-07 | net: mark net_proto_ops as const | Stephen Hemminger | 1 | -1/+1 |
2009-10-01 | net: Make setsockopt() optlen be unsigned. | David S. Miller | 1 | -1/+1 |
2009-08-10 | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 1 | -0/+1 |
2009-08-07 | irda: Fix irda_getname() leak | Eric Dumazet | 1 | -0/+1 |
2009-07-12 | headers: smp_lock.h redux | Alexey Dobriyan | 1 | -0/+1 |
2009-06-24 | net: Move rx skb_orphan call to where needed | Herbert Xu | 1 | -3/+0 |
2009-06-18 | net: correct off-by-one write allocations reports | Eric Dumazet | 1 | -1/+2 |
2008-06-04 | irda: Sock leak on error path in irda_create. | Pavel Emelyanov | 1 | -5/+7 |
2008-03-25 | [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. | YOSHIFUJI Hideaki | 1 | -1/+1 |
2008-03-06 | net: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 1 | -89/+89 |
2008-01-29 | [NET]: Convert init_timer into setup_timer | Pavel Emelyanov | 1 | -3/+2 |
2008-01-21 | [IrDA]: af_irda memory leak fixes | Jesper Juhl | 1 | -3/+27 |
2008-01-09 | [IRDA]: irda_create() nuke user triggable printk | maximilian attems | 1 | -2/+0 |
2007-11-01 | [NET]: Forget the zero_it argument of sk_alloc() | Pavel Emelyanov | 1 | -1/+1 |
2007-10-11 | [NET]: Make socket creation namespace safe. | Eric W. Biederman | 1 | -4/+7 |
2007-10-11 | [IrDA]: MSG_NOSIGNAL support for IrDA sockets | Samuel Ortiz | 1 | -9/+12 |
2007-07-18 | [IrDA]: Fix IrDA build failure | Samuel Ortiz | 1 | -1/+1 |