index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
irda
/
af_irda.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-11
net: Pass kern from net_proto_family.create to sk_alloc
Eric W. Biederman
1
-1
/
+1
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
[next]