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