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