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