index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
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
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-07
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-16
irda: Fix typo in irda
Masanari Iida
1
-1
/
+1
2011-12-21
irda: use msecs_to_jiffies() rather than manual calculation
Xi Wang
1
-2
/
+2
2011-06-16
net: Remove casts of void *
Joe Perches
1
-2
/
+2
2011-04-12
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-23
net: return operator cleanup
Eric Dumazet
1
-7
/
+7
2010-08-30
irda: Correctly clean up self->ias_obj on irda_bind() failure.
David S. Miller
1
-2
/
+2
2010-04-20
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-05
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-09-30
net: Make setsockopt() optlen be unsigned.
David S. Miller
1
-1
/
+1
2009-08-09
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
David S. Miller
1
-0
/
+1
2009-08-06
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-23
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-03
irda: Sock leak on error path in irda_create.
Pavel Emelyanov
1
-5
/
+7
2008-03-26
[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.
YOSHIFUJI Hideaki
1
-1
/
+1
2008-03-05
net: replace remaining __FUNCTION__ occurrences
Harvey Harrison
1
-89
/
+89
2008-01-28
[NET]: Convert init_timer into setup_timer
Pavel Emelyanov
1
-3
/
+2
2008-01-20
[IrDA]: af_irda memory leak fixes
Jesper Juhl
1
-3
/
+27
2008-01-08
[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-10
[NET]: Make socket creation namespace safe.
Eric W. Biederman
1
-4
/
+7
2007-10-10
[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
2007-05-08
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
1
-1
/
+0
2007-04-25
[IrDA] af_irda: IRDA_ASSERT cleanups
Samuel Ortiz
1
-27
/
+5
2007-04-25
[IrDA] af_irda: irda_accept cleanup
Samuel Ortiz
1
-26
/
+8
2007-04-25
[IrDA] af_irda: Silence kernel message in irda_recvmsg_stream
Olaf Kirch
1
-7
/
+11
2007-04-25
[IrDA] af_irda: irda_recvmsg_stream cleanup
Olaf Kirch
1
-18
/
+13
2007-04-25
[NET]: cleanup extra semicolons
Stephen Hemminger
1
-2
/
+2
2007-04-25
[SK_BUFF]: More skb_put related conversions to skb_reset_transport_header
Arnaldo Carvalho de Melo
1
-10
/
+9
2007-04-25
[SK_BUFF]: Introduce skb_reset_transport_header(skb)
Arnaldo Carvalho de Melo
1
-2
/
+2
2007-04-18
[IrDA]: Correctly handling socket error
Olaf Kirch
1
-2
/
+1
2007-02-10
[NET] IRDA: Fix whitespace errors.
YOSHIFUJI Hideaki
1
-6
/
+6
2006-09-28
[IrDA]: Memory allocations cleanups
Samuel Ortiz
1
-1
/
+2
2006-09-28
[IrDA]: af_irda.c cleanups
Samuel Ortiz
1
-2
/
+7
2006-07-21
[IrDA]: Use alloc_skb() in IrDA TX path
Samuel Ortiz
1
-1
/
+1
[next]