summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/moxa
Commit message (Expand)AuthorAgeFilesLines
* net: moxa: Add spaces preferred around that '{+,-}'SZ Lin2017-07-291-4/+4
* net: moxa: Fix for typo in comment to function moxart_mac_setup_desc_ring()SZ Lin2017-07-291-1/+1
* net: moxa: Remove extra space after a castSZ Lin2017-07-291-1/+1
* net: moxa: Fix comparison to NULL could be written with !SZ Lin2017-07-291-2/+2
* net: moxa: Prefer 'unsigned int' to bare use of 'unsigned'SZ Lin2017-07-291-2/+2
* net: moxa: Remove braces from single-line bodySZ Lin2017-07-291-2/+1
* net: moxa: Use net_device_stats from struct net_deviceTobias Klauser2017-04-072-19/+10
* net: moxa: fix TX overrun memory leakJonas Jensen2017-03-282-2/+19
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* net: moxa: constify net_device_ops structuresBhumika Goyal2017-01-231-1/+1
* net: deprecate eth_change_mtu, remove usageJarod Wilson2016-10-131-1/+0
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-1/+1
* net: moxa: fix an error codeDan Carpenter2016-03-031-2/+2
* net: moxart: use correct accessors for DMA memoryArnd Bergmann2016-01-292-18/+32
* net: moxa: Fix module autoload for OF platform driverLuis de Bethencourt2015-09-211-0/+1
* drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker2015-06-231-3/+1
* net: batch of last_rx update avoidance in ethernet drivers.françois romieu2015-05-141-1/+0
* ethernet: codespell comment spelling fixesJoe Perches2015-03-081-1/+1
* net: ethernet: moxa: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* net: ethernet: Remove superfluous ether_setup after alloc_etherdevTobias Klauser2014-10-031-1/+0
* net: moxa: continue loop on skb allocation failureJonas Jensen2014-08-251-7/+5
* net: moxa: synchronize DMA memoryJonas Jensen2014-08-251-0/+6
* net: moxa: replace build_skb() with netdev_alloc_skb_ip_align() / memcpy()Jonas Jensen2014-08-251-4/+5
* net: moxa: clear DESC1 on ndo_start_xmit()Jonas Jensen2014-08-251-4/+3
* drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-161-1/+0
* ethernet: moxa: remove duplicate includesMichael Opdenacker2013-10-211-1/+0
* moxa: fix the error handling in moxart_mac_probe()Wei Yongjun2013-10-081-6/+16
* ethernet: moxa: fix incorrect placement of __initdata tagBartlomiej Zolnierkiewicz2013-09-301-1/+1
* ethernet: moxa: remove unnecessary platform_set_drvdata()Jingoo Han2013-08-221-1/+0
* moxa: fix missing unlock on error in moxart_mac_start_xmit()Wei Yongjun2013-08-201-4/+6
* net: Add MOXA ART SoCs ethernet driverJonas Jensen2013-08-114-0/+923
OpenPOWER on IntegriCloud