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
Age
Commit message (
Expand
)
Author
Files
Lines
2006-12-03
[IRDA]: Use kmemdup where applicable
Arnaldo Carvalho de Melo
4
-10
/
+4
2006-12-03
[IRDA]: Trivial annotations.
Al Viro
3
-7
/
+7
2006-11-22
[IRDA]: Lockdep fix.
Peter Zijlstra
1
-1
/
+2
2006-10-11
[PATCH] strndup() would better take size_t, not int
Al Viro
1
-1
/
+1
2006-10-02
[PATCH] const struct tty_operations
Jeff Dike
1
-1
/
+1
2006-09-29
[IrDA]: Memory allocations cleanups
Samuel Ortiz
9
-54
/
+97
2006-09-29
[IrDA]: af_irda.c cleanups
Samuel Ortiz
1
-2
/
+7
2006-07-22
[NET]: Conversions from kmalloc+memset to k(z|c)alloc.
Panagiotis Issaris
9
-44
/
+21
2006-07-22
[IrDA]: Use alloc_skb() in IrDA TX path
Samuel Ortiz
12
-35
/
+38
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
18
-18
/
+0
2006-06-30
[IrDA]: Fix RCU lock pairing on error path
Josh Triplett
1
-1
/
+2
2006-06-26
[PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer needed
Greg Kroah-Hartman
1
-1
/
+0
2006-06-26
[PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree
Greg Kroah-Hartman
1
-1
/
+0
2006-06-18
[IRDA]: Use put_unaligned() in irlmp_do_discovery().
David S. Miller
1
-1
/
+5
2006-06-06
[IRDA]: Missing allocation result check in irlap_change_speed().
Florin Malita
1
-1
/
+2
2006-05-23
[IRDA]: fix 16/32 bit confusion
Alexey Dobriyan
1
-1
/
+2
2006-05-10
[IRDA]: Removing unused EXPORT_SYMBOLs
Adrian Bunk
1
-3
/
+0
2006-03-29
[NET]: Fix ipx/econet/appletalk/irda ioctl crashes
Petr Vandrovec
1
-0
/
+25
2006-03-28
[PATCH] Typo fixes
Alexey Dobriyan
1
-3
/
+3
2006-02-10
[IRDA]: out of range array access
David Binderman
1
-1
/
+1
2006-02-10
[IRDA]: Set proper IrLAP device address length
Samuel Ortiz
1
-2
/
+2
2006-01-12
[PATCH] capable/capability.h (net/)
Randy Dunlap
3
-0
/
+3
2006-01-12
[NET]: Remove more unneeded typecasts on *malloc()
Kris Katterjohn
1
-8
/
+4
2006-01-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
Linus Torvalds
1
-1
/
+1
2006-01-04
[NET]: Add a dev_ioctl() fallback to sock_ioctl()
Christoph Hellwig
1
-1
/
+1
2006-01-04
[NET]: move struct proto_ops to const
Eric Dumazet
1
-8
/
+8
2006-01-04
[NET]: Avoid atomic xchg() for non-error case
Benjamin LaHaise
1
-2
/
+3
2006-01-03
s/retreiv/retriev/g
Matt Mackall
1
-1
/
+1
2005-11-08
[NET]: kfree cleanup
Jesper Juhl
2
-12
/
+7
2005-10-04
[IPV4]: Replace __in_dev_get with __in_dev_get_rcu/rtnl
Herbert Xu
1
-1
/
+1
2005-09-25
[IRDA]: *irttp cleanup
Alexey Dobriyan
1
-11
/
+4
2005-09-25
[IRDA]: Fix memory leak in irttp_init()
Alexey Dobriyan
1
-0
/
+1
2005-09-13
[NET]: fix-up schedule_timeout() usage
Nishanth Aravamudan
1
-6
/
+3
2005-09-06
[IRDA]: IrDA prototype fixes
Adrian Bunk
2
-0
/
+2
2005-08-30
[IRDA]: Possible cleanups.
Adrian Bunk
4
-8
/
+1
2005-08-30
[TCP]: Move the tcp sock states to net/tcp_states.h
Arnaldo Carvalho de Melo
1
-1
/
+1
2005-08-30
[NET]: Kill skb->real_dev
David S. Miller
2
-2
/
+2
2005-08-30
[NET]: Kill skb->list
David S. Miller
1
-6
/
+0
2005-07-09
[NET]: Transform skb_queue_len() binary tests into skb_queue_empty()
David S. Miller
4
-15
/
+12
2005-05-04
[PATCH] ISA DMA Kconfig fixes - part 4 (irda)
Al Viro
1
-0
/
+2
2005-04-17
[PATCH] x86_64: Make IRDA devices are not really ISA devices not depend on CO...
Andi Kleen
1
-3
/
+1
2005-04-17
[PATCH] irda_device() oops fix
Jean Tourrilhes
1
-2
/
+9
2005-04-17
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
50
-0
/
+32233