index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
moxa
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: moxa: fix endianness-related issues from 'sparse'
Sergei Antonov
2022-09-06
1
-2
/
+2
*
net: moxa: get rid of asymmetry in DMA mapping/unmapping
Sergei Antonov
2022-08-22
1
-5
/
+6
*
net: moxa: MAC address reading, generating, validity checking
Sergei Antonov
2022-08-18
1
-6
/
+7
*
net: moxa: pass pdev instead of ndev to DMA functions
Sergei Antonov
2022-08-15
1
-10
/
+10
*
eth: switch to netif_napi_add_weight()
Jakub Kicinski
2022-05-08
1
-1
/
+1
*
net: moxa: use GFP_KERNEL
Julia Lawall
2022-02-11
1
-2
/
+2
*
ethernet: use eth_hw_addr_set() for dev->addr_len cases
Jakub Kicinski
2021-10-05
1
-1
/
+1
*
net: moxa: fix UAF in moxart_mac_probe
Pavel Skripkin
2021-07-09
1
-3
/
+1
*
net: moxa: Use devm_platform_get_and_ioremap_resource()
Yang Yingliang
2021-06-07
1
-3
/
+2
*
net: moxa: remove redundant dev_err call in moxart_mac_probe()
Guobin Huang
2021-03-28
1
-1
/
+0
*
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
2020-06-14
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-05-06
1
-1
/
+1
|
\
|
*
net: moxa: Fix a potential double 'free_irq()'
Christophe JAILLET
2020-04-30
1
-1
/
+1
*
|
net: moxa: Fix use correct return type for ndo_start_xmit()
Yunjian Wang
2020-05-06
1
-2
/
+3
|
/
*
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
2
-0
/
+2
*
net: moxa: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles
Yang Wei
2019-02-13
1
-1
/
+1
*
moxart_ether: pass struct device to DMA API functions
Christoph Hellwig
2019-02-12
2
-4
/
+8
*
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