| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2013-02-21 | 1 | -2/+2 |
|\ |
|
| * | tty: Added a CONFIG_TTY option to allow removal of TTY | Joe Millenbach | 2013-01-18 | 1 | -2/+2 |
* | | net: proc: change proc_net_remove to remove_proc_entry | Gao feng | 2013-02-18 | 3 | -3/+3 |
* | | net: proc: change proc_net_fops_create to proc_create | Gao feng | 2013-02-18 | 3 | -3/+4 |
* | | drivers:net:misc: Remove unnecessary alloc/OOM messages | Joe Perches | 2013-02-04 | 1 | -6/+1 |
|/ |
|
* | sections: fix section conflicts in drivers/net/hamradio | Andi Kleen | 2012-10-06 | 5 | -7/+7 |
* | sections: fix section conflicts in drivers/net | Andi Kleen | 2012-10-06 | 1 | -2/+2 |
* | drivers: net: Remove casts to same type | Joe Perches | 2012-06-06 | 1 | -4/+4 |
* | Remove all #inclusions of asm/system.h | David Howells | 2012-03-28 | 6 | -6/+0 |
* | hamradio: fix incompatible pointer in module parameter | Danny Kukawka | 2012-02-01 | 2 | -2/+2 |
* | drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages | Joe Perches | 2012-01-31 | 1 | -1/+0 |
* | atomic: use <linux/atomic.h> | Arun Sharma | 2011-07-26 | 2 | -2/+2 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2011-07-05 | 2 | -4/+4 |
|\ |
|
| * | 6pack,mkiss: fix lock inconsistency | Arnd Bergmann | 2011-07-01 | 2 | -4/+4 |
* | | net: remove interrupt.h inclusion from netdevice.h | Alexey Dobriyan | 2011-06-06 | 2 | -0/+2 |
|/ |
|
* | Revert "tty: make receive_buf() return the amout of bytes received" | Linus Torvalds | 2011-06-04 | 2 | -12/+7 |
* | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds | 2011-05-26 | 5 | -5/+5 |
|\ |
|
| * | hdlcdrv: Drop __TIME__ usage | Michal Marek | 2011-05-25 | 1 | -1/+1 |
| * | baycom: Drop __TIME__ usage | Michal Marek | 2011-05-25 | 4 | -4/+4 |
* | | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2011-05-23 | 2 | -7/+12 |
|\ \ |
|
| * | | tty: make receive_buf() return the amout of bytes received | Felipe Balbi | 2011-04-22 | 2 | -7/+12 |
* | | | net: call dev_alloc_name from register_netdevice | Jiri Pirko | 2011-05-05 | 1 | -4/+0 |
|/ / |
|
* | | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 2 | -2/+2 |
|/ |
|
* | drivers/net: remove some rcu sparse warnings | Eric Dumazet | 2011-01-27 | 1 | -2/+3 |
* | hamradio: Resolve memory leak due to missing firmware release in add_mcs() | Jesper Juhl | 2011-01-09 | 1 | -2/+2 |
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2010-10-24 | 1 | -1/+1 |
|\ |
|
| * | Update broken web addresses in the kernel. | Justin P. Mattock | 2010-10-18 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2010-10-23 | 3 | -3/+4 |
|\ \ |
|
| * | | drivers/net: return operator cleanup | Eric Dumazet | 2010-09-26 | 2 | -2/+2 |
| * | | drivers/net/hamradio: Adjust confusing if indentation | Julia Lawall | 2010-08-16 | 1 | -1/+2 |
| |/ |
|
* | | hamradio: Mkiss: semaphore cleanup | Thomas Gleixner | 2010-10-12 | 1 | -1/+1 |
* | | hamradio: 6pack: semaphore cleanup | Thomas Gleixner | 2010-10-12 | 1 | -1/+1 |
|/ |
|
* | drivers/net/hamradio: Eliminate a NULL pointer dereference | Julia Lawall | 2010-05-28 | 1 | -2/+1 |
* | drivers/net: Remove unnecessary returns from void function()s | Joe Perches | 2010-05-14 | 1 | -1/+0 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-04-11 | 6 | -2/+4 |
|\ |
|
| * | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 6 | -2/+4 |
* | | net/various: remove trailing space in messages | Frans Pop | 2010-03-24 | 1 | -1/+1 |
|/ |
|
* | hamradio: avoid null deref v3 | Dan Carpenter | 2010-01-03 | 1 | -1/+3 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-12-09 | 1 | -1/+1 |
|\ |
|
| * | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 2009-12-04 | 1 | -1/+1 |
* | | drivers/net: Move && and || to end of previous line | Joe Perches | 2009-12-03 | 2 | -8/+5 |
* | | net: use net_eq to compare nets | Octavian Purdila | 2009-11-25 | 1 | -2/+2 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-11-18 | 4 | -0/+4 |
|\ \
| |/ |
|
| * | headers: remove sched.h from interrupt.h | Alexey Dobriyan | 2009-10-11 | 4 | -0/+4 |
* | | hamradio/mkiss: fix typo in compat_ioctl | Arnd Bergmann | 2009-11-15 | 1 | -1/+1 |
* | | net, compat_ioctl: handle socket ioctl abuses in tty drivers | Arnd Bergmann | 2009-11-06 | 2 | -0/+42 |
* | | hamradio: Fix bit test correctly. | Thomas Sailer | 2009-10-14 | 1 | -4/+3 |
* | | net/hamradio: fix test in receive() | roel kluin | 2009-10-13 | 1 | -1/+2 |
|/ |
|
* | NET: mkiss: Fix typo | Ralf Baechle | 2009-10-01 | 1 | -2/+2 |
* | NET: Fix possible corruption in bpqether driver | Ralf Baechle | 2009-09-02 | 1 | -16/+10 |