index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
moxa
/
moxart_ether.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-18
net: moxa: MAC address reading, generating, validity checking
Sergei Antonov
1
-6
/
+7
2022-08-15
net: moxa: pass pdev instead of ndev to DMA functions
Sergei Antonov
1
-10
/
+10
2022-05-08
eth: switch to netif_napi_add_weight()
Jakub Kicinski
1
-1
/
+1
2022-02-11
net: moxa: use GFP_KERNEL
Julia Lawall
1
-2
/
+2
2021-10-05
ethernet: use eth_hw_addr_set() for dev->addr_len cases
Jakub Kicinski
1
-1
/
+1
2021-07-09
net: moxa: fix UAF in moxart_mac_probe
Pavel Skripkin
1
-3
/
+1
2021-06-07
net: moxa: Use devm_platform_get_and_ioremap_resource()
Yang Yingliang
1
-3
/
+2
2021-03-28
net: moxa: remove redundant dev_err call in moxart_mac_probe()
Guobin Huang
1
-1
/
+0
2020-05-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+1
2020-05-06
net: moxa: Fix use correct return type for ndo_start_xmit()
Yunjian Wang
1
-2
/
+3
2020-04-30
net: moxa: Fix a potential double 'free_irq()'
Christophe JAILLET
1
-1
/
+1
2019-02-13
net: moxa: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles
Yang Wei
1
-1
/
+1
2019-02-12
moxart_ether: pass struct device to DMA API functions
Christoph Hellwig
1
-4
/
+7
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-4
/
+4
2017-07-29
net: moxa: Fix for typo in comment to function moxart_mac_setup_desc_ring()
SZ Lin
1
-1
/
+1
2017-07-29
net: moxa: Remove extra space after a cast
SZ Lin
1
-1
/
+1
2017-07-29
net: moxa: Fix comparison to NULL could be written with !
SZ Lin
1
-2
/
+2
2017-07-29
net: moxa: Prefer 'unsigned int' to bare use of 'unsigned'
SZ Lin
1
-2
/
+2
2017-07-29
net: moxa: Remove braces from single-line body
SZ Lin
1
-2
/
+1
2017-04-07
net: moxa: Use net_device_stats from struct net_device
Tobias Klauser
1
-18
/
+10
2017-03-28
net: moxa: fix TX overrun memory leak
Jonas Jensen
1
-2
/
+18
2017-01-30
drivers: net: generalize napi_complete_done()
Eric Dumazet
1
-1
/
+1
2017-01-23
net: moxa: constify net_device_ops structures
Bhumika Goyal
1
-1
/
+1
2016-10-13
net: deprecate eth_change_mtu, remove usage
Jarod Wilson
1
-1
/
+0
2016-05-04
treewide: replace dev->trans_start update with helper
Florian Westphal
1
-1
/
+1
2016-03-03
net: moxa: fix an error code
Dan Carpenter
1
-2
/
+2
2016-01-29
net: moxart: use correct accessors for DMA memory
Arnd Bergmann
1
-16
/
+30
2015-09-21
net: moxa: Fix module autoload for OF platform driver
Luis de Bethencourt
1
-0
/
+1
2015-05-14
net: batch of last_rx update avoidance in ethernet drivers.
françois romieu
1
-1
/
+0
2015-03-08
ethernet: codespell comment spelling fixes
Joe Perches
1
-1
/
+1
2014-10-20
net: ethernet: moxa: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-10-03
net: ethernet: Remove superfluous ether_setup after alloc_etherdev
Tobias Klauser
1
-1
/
+0
2014-08-25
net: moxa: continue loop on skb allocation failure
Jonas Jensen
1
-7
/
+5
2014-08-25
net: moxa: synchronize DMA memory
Jonas Jensen
1
-0
/
+6
2014-08-25
net: moxa: replace build_skb() with netdev_alloc_skb_ip_align() / memcpy()
Jonas Jensen
1
-4
/
+5
2014-08-25
net: moxa: clear DESC1 on ndo_start_xmit()
Jonas Jensen
1
-4
/
+3
2014-01-16
drivers/net: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2013-10-21
ethernet: moxa: remove duplicate includes
Michael Opdenacker
1
-1
/
+0
2013-10-08
moxa: fix the error handling in moxart_mac_probe()
Wei Yongjun
1
-6
/
+16
2013-09-30
ethernet: moxa: fix incorrect placement of __initdata tag
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2013-08-22
ethernet: moxa: remove unnecessary platform_set_drvdata()
Jingoo Han
1
-1
/
+0
2013-08-20
moxa: fix missing unlock on error in moxart_mac_start_xmit()
Wei Yongjun
1
-4
/
+6
2013-08-11
net: Add MOXA ART SoCs ethernet driver
Jonas Jensen
1
-0
/
+558