| Commit message (Expand) | Author | Age | Files | Lines |
* | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 2018-06-12 | 1 | -4/+4 |
* | net: moxa: Add spaces preferred around that '{+,-}' | SZ Lin | 2017-07-29 | 1 | -4/+4 |
* | net: moxa: Fix for typo in comment to function moxart_mac_setup_desc_ring() | SZ Lin | 2017-07-29 | 1 | -1/+1 |
* | net: moxa: Remove extra space after a cast | SZ Lin | 2017-07-29 | 1 | -1/+1 |
* | net: moxa: Fix comparison to NULL could be written with ! | SZ Lin | 2017-07-29 | 1 | -2/+2 |
* | net: moxa: Prefer 'unsigned int' to bare use of 'unsigned' | SZ Lin | 2017-07-29 | 1 | -2/+2 |
* | net: moxa: Remove braces from single-line body | SZ Lin | 2017-07-29 | 1 | -2/+1 |
* | net: moxa: Use net_device_stats from struct net_device | Tobias Klauser | 2017-04-07 | 2 | -19/+10 |
* | net: moxa: fix TX overrun memory leak | Jonas Jensen | 2017-03-28 | 2 | -2/+19 |
* | drivers: net: generalize napi_complete_done() | Eric Dumazet | 2017-01-30 | 1 | -1/+1 |
* | net: moxa: constify net_device_ops structures | Bhumika Goyal | 2017-01-23 | 1 | -1/+1 |
* | net: deprecate eth_change_mtu, remove usage | Jarod Wilson | 2016-10-13 | 1 | -1/+0 |
* | treewide: replace dev->trans_start update with helper | Florian Westphal | 2016-05-04 | 1 | -1/+1 |
* | net: moxa: fix an error code | Dan Carpenter | 2016-03-03 | 1 | -2/+2 |
* | net: moxart: use correct accessors for DMA memory | Arnd Bergmann | 2016-01-29 | 2 | -18/+32 |
* | net: moxa: Fix module autoload for OF platform driver | Luis de Bethencourt | 2015-09-21 | 1 | -0/+1 |
* | drivers/net: remove all references to obsolete Ethernet-HOWTO | Paul Gortmaker | 2015-06-23 | 1 | -3/+1 |
* | net: batch of last_rx update avoidance in ethernet drivers. | françois romieu | 2015-05-14 | 1 | -1/+0 |
* | ethernet: codespell comment spelling fixes | Joe Perches | 2015-03-08 | 1 | -1/+1 |
* | net: ethernet: moxa: drop owner assignment from platform_drivers | Wolfram Sang | 2014-10-20 | 1 | -1/+0 |
* | net: ethernet: Remove superfluous ether_setup after alloc_etherdev | Tobias Klauser | 2014-10-03 | 1 | -1/+0 |
* | net: moxa: continue loop on skb allocation failure | Jonas Jensen | 2014-08-25 | 1 | -7/+5 |
* | net: moxa: synchronize DMA memory | Jonas Jensen | 2014-08-25 | 1 | -0/+6 |
* | net: moxa: replace build_skb() with netdev_alloc_skb_ip_align() / memcpy() | Jonas Jensen | 2014-08-25 | 1 | -4/+5 |
* | net: moxa: clear DESC1 on ndo_start_xmit() | Jonas Jensen | 2014-08-25 | 1 | -4/+3 |
* | drivers/net: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 2014-01-16 | 1 | -1/+0 |
* | ethernet: moxa: remove duplicate includes | Michael Opdenacker | 2013-10-21 | 1 | -1/+0 |
* | moxa: fix the error handling in moxart_mac_probe() | Wei Yongjun | 2013-10-08 | 1 | -6/+16 |
* | ethernet: moxa: fix incorrect placement of __initdata tag | Bartlomiej Zolnierkiewicz | 2013-09-30 | 1 | -1/+1 |
* | ethernet: moxa: remove unnecessary platform_set_drvdata() | Jingoo Han | 2013-08-22 | 1 | -1/+0 |
* | moxa: fix missing unlock on error in moxart_mac_start_xmit() | Wei Yongjun | 2013-08-20 | 1 | -4/+6 |
* | net: Add MOXA ART SoCs ethernet driver | Jonas Jensen | 2013-08-11 | 4 | -0/+923 |