| Commit message (Expand) | Author | Age | Files | Lines |
* | hamradio: 6pack: remove unnecessary check | Sudip Mukherjee | 2014-11-03 | 1 | -2/+1 |
* | net: set name_assign_type in alloc_netdev() | Tom Gundersen | 2014-07-15 | 8 | -10/+12 |
* | yam: replace del_timer by del_timer_sync | Julia Lawall | 2014-03-27 | 1 | -1/+1 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-01-06 | 2 | -0/+3 |
|\ |
|
| * | hamradio/yam: fix info leak in ioctl | Salva Peiró | 2013-12-19 | 1 | -0/+1 |
| * | drivers/net/hamradio: Integer overflow in hdlcdrv_ioctl() | Wenliang Fan | 2013-12-19 | 1 | -0/+2 |
* | | hamradio: 6pack: fix error return code | Julia Lawall | 2014-01-02 | 1 | -1/+2 |
* | | hamradio: slight optimization of addr compare | dingtianhong | 2013-12-26 | 1 | -1/+1 |
* | | drivers/net/*: Fix FSF address in file headers | Jeff Kirsher | 2013-12-06 | 1 | -2/+1 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-10-23 | 1 | -1/+0 |
|\ |
|
| * | yam: remove a no-op in yam_ioctl() | Dan Carpenter | 2013-10-17 | 1 | -1/+0 |
* | | net: hamradio/yam: remove deprecated IRQF_DISABLED | Michael Opdenacker | 2013-10-07 | 1 | -1/+1 |
* | | net: hamradio/scc: remove deprecated IRQF_DISABLED | Michael Opdenacker | 2013-10-07 | 1 | -1/+1 |
* | | hamradio: baycom: remove deprecated IRQF_DISABLED | Michael Opdenacker | 2013-09-30 | 2 | -2/+2 |
|/ |
|
* | net: pass info struct via netdevice notifier | Jiri Pirko | 2013-05-28 | 1 | -3/+4 |
* | drivers/net: rename random32() to prandom_u32() | Akinobu Mita | 2013-05-07 | 3 | -3/+3 |
* | yam: remove redundant null check on dev | Colin Ian King | 2013-03-27 | 1 | -1/+1 |
* | 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 |