| Commit message (Expand) | Author | Age | Files | Lines |
* | irda: replace current->state by set_current_state() | Fabian Frederick | 2015-02-23 | 1 | -2/+2 |
* | net: misc: Remove extern from function prototypes | Joe Perches | 2013-10-20 | 1 | -10/+5 |
* | irda: buffer overflow in irnet_ctrl_read() | Dan Carpenter | 2013-01-28 | 1 | -59/+58 |
* | ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h> | Paul Mackerras | 2012-03-05 | 1 | -1/+1 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -1/+1 |
* | irda: prevent heap corruption on invalid nickname | Dan Rosenberg | 2011-03-28 | 1 | -0/+3 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-12-27 | 1 | -1/+0 |
|\ |
|
| * | BKL: remove extraneous #include <smp_lock.h> | Arnd Bergmann | 2010-11-17 | 1 | -1/+0 |
* | | Net: irda: irnet: Makefile: Remove deprecated kbuild goal definitions | Tracey Dent | 2010-11-22 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2010-10-24 | 1 | -1/+1 |
|\ |
|
| * | Fix typo configue => configure in comments | Thomas Weber | 2010-09-23 | 1 | -1/+1 |
* | | irda: Remove BKL instances from irnet | Samuel Ortiz | 2010-10-11 | 2 | -19/+44 |
* | | net: return operator cleanup | Eric Dumazet | 2010-09-23 | 2 | -15/+15 |
* | | irda/irnet: use noop_llseek | Arnd Bergmann | 2010-09-16 | 1 | -1/+2 |
|/ |
|
* | ppp: make channel_ops const | stephen hemminger | 2010-08-05 | 1 | -1/+1 |
* | net/irda: Remove unnecessary casts of private_data | Joe Perches | 2010-07-13 | 1 | -5/+5 |
* | net: Remove unnecessary returns from void function()s | Joe Perches | 2010-05-18 | 1 | -3/+0 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 2 | -0/+2 |
* | irda: add missing BKL in irnet_ppp ioctl | Thadeu Lima de Souza Cascardo | 2010-02-04 | 1 | -0/+2 |
* | irda: unbalanced lock_kernel in irnet_ppp | Thadeu Lima de Souza Cascardo | 2010-02-04 | 1 | -1/+2 |
* | tree-wide: convert open calls to remove spaces to skip_spaces() lib function | André Goddard Rosa | 2009-12-15 | 2 | -5/+4 |
* | net: Move && and || to end of previous line | Joe Perches | 2009-11-30 | 1 | -2/+2 |
* | headers: remove sched.h from interrupt.h | Alexey Dobriyan | 2009-10-11 | 2 | -0/+2 |
* | net: file_operations should be const | Stephen Hemminger | 2009-09-02 | 1 | -1/+1 |
* | headers: smp_lock.h redux | Alexey Dobriyan | 2009-07-12 | 2 | -1/+1 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 2008-07-18 | 2 | -0/+4 |
|\ |
|
| * | irnet_ppp: BKL pushdown | Arnd Bergmann | 2008-06-20 | 2 | -0/+4 |
* | | irda: Push BKL down into irda ioctl handlers | Alan Cox | 2008-05-26 | 2 | -28/+33 |
|/ |
|
* | net/irda/irnet/irnet_irda.c needs unaligned.h | Andrew Morton | 2008-05-15 | 1 | -0/+1 |
* | irda: Fix a misalign access issue. (v2) | Graf Yang | 2008-05-14 | 1 | -2/+2 |
* | proc: switch /proc/irda/irnet to seq_file interface | Alexey Dobriyan | 2008-04-29 | 2 | -39/+34 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | David S. Miller | 2008-03-28 | 1 | -1/+1 |
|\ |
|
| * | [IRDA]: Store irnet_socket termios properly. | David S. Miller | 2008-03-26 | 1 | -1/+1 |
* | | net: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-03-06 | 1 | -5/+5 |
|/ |
|
* | [IRDA] IRNET: Fix build when TCGETS2 is defined. | David S. Miller | 2007-11-01 | 1 | -0/+10 |
* | [IrDA]: Calling ppp_unregister_channel() from process context | Samuel Ortiz | 2007-03-20 | 2 | -10/+26 |
* | [NET] IRDA: Fix whitespace errors. | YOSHIFUJI Hideaki | 2007-02-11 | 4 | -27/+27 |
* | [NET]: Conversions from kmalloc+memset to k(z|c)alloc. | Panagiotis Issaris | 2006-07-21 | 1 | -2/+1 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 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]: out of range array access | David Binderman | 2006-02-10 | 1 | -1/+1 |
* | [PATCH] capable/capability.h (net/) | Randy Dunlap | 2006-01-12 | 1 | -0/+1 |
* | [IRDA]: Possible cleanups. | Adrian Bunk | 2005-08-30 | 2 | -4/+1 |
* | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 2005-04-17 | 7 | -0/+3862 |