index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
socionext
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-16
net: ethernet: ave: Avoid lockdep warning
Kunihiko Hayashi
1
-7
/
+13
2019-11-04
net: of_get_phy_mode: Change API to solve int/unit warnings
Andrew Lunn
1
-3
/
+3
2019-10-17
net: netsec: Correct dma sync for XDP_TX frames
Ilias Apalodimas
1
-2
/
+2
2019-10-17
net: socionext: netsec: fix xdp stats accounting
Lorenzo Bianconi
1
-2
/
+3
2019-10-01
net: socionext: netsec: always grab descriptor lock
Lorenzo Bianconi
1
-23
/
+7
2019-09-27
net: socionext: ave: Avoid using netdev_err() before calling register_netdev()
Kunihiko Hayashi
1
-3
/
+3
2019-09-27
net: socionext: Fix a signedness bug in ave_probe()
Dan Carpenter
1
-1
/
+1
2019-09-27
net: netsec: Fix signedness bug in netsec_probe()
Dan Carpenter
1
-1
/
+1
2019-08-21
net: socionext: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-07-31
net: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
1
-3
/
+1
2019-07-10
net: netsec: remove static declaration for netsec_set_tx_de()
Ilias Apalodimas
1
-45
/
+41
2019-07-10
net: netsec: remove superfluous if statement
Ilias Apalodimas
1
-4
/
+4
2019-07-09
net: netsec: start using buffers if page_pool registration succeeded
Ilias Apalodimas
1
-8
/
+9
2019-07-09
net: core: page_pool: add user refcnt and reintroduce page_pool_destroy
Ivan Khoronzhuk
1
-6
/
+2
2019-07-08
net: netsec: Sync dma for device on buffer allocation
Ilias Apalodimas
1
-3
/
+1
2019-07-06
net: netsec: Sync dma for device on buffer allocation
Ilias Apalodimas
1
-0
/
+5
2019-07-06
net: socionext: remove set but not used variable 'pkts'
YueHaibing
1
-2
/
+1
2019-07-02
net: netsec: add XDP support
Ilias Apalodimas
1
-27
/
+334
2019-07-02
net: netsec: Use page_pool API
Ilias Apalodimas
2
-47
/
+80
2019-06-19
net: netsec: remove loops in napi Rx process
Ilias Apalodimas
1
-9
/
+2
2019-06-19
net: netsec: initialize tx ring on ndo_open
Ilias Apalodimas
1
-14
/
+18
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2019-05-07
net: ethernet: support of_get_mac_address new ERR_PTR error
Petr Štetiar
1
-1
/
+1
2019-04-24
net: socionext: replace napi_alloc_frag with the netdev variant on init
Ilias Apalodimas
1
-4
/
+7
2019-01-08
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
1
-2
/
+2
2018-12-16
net: socionext: remove mmio reads on Tx
Ilias Apalodimas
1
-43
/
+54
2018-12-16
net: socionext: correctly recover txq after being full
Ilias Apalodimas
1
-11
/
+45
2018-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-10
/
+14
2018-11-29
net: ethernet: ave: Add MODULE_AUTHOR and MAINTAINERS entry
Kunihiko Hayashi
1
-0
/
+1
2018-11-29
net: ethernet: ave: Replace NET_IP_ALIGN with AVE_FRAME_HEADROOM
Kunihiko Hayashi
1
-6
/
+8
2018-11-29
net: ethernet: ave: Increase descriptors to improve performance
Kunihiko Hayashi
1
-4
/
+5
2018-11-29
net: ethernet: ave: Preserve wol state in suspend/resume sequence
Kunihiko Hayashi
1
-0
/
+10
2018-11-29
net: ethernet: ave: Set initial wol state to disabled
Kunihiko Hayashi
1
-1
/
+5
2018-11-29
net: ethernet: ave: Add suspend/resume support
Kunihiko Hayashi
1
-0
/
+44
2018-11-11
net: ethernet: Convert phydev advertize and supported from u32 to link mode
Andrew Lunn
1
-1
/
+1
2018-11-09
net: socionext: refactor netsec_alloc_dring()
Ilias Apalodimas
1
-8
/
+3
2018-11-09
net: socionext: different approach on DMA
Ilias Apalodimas
1
-99
/
+128
2018-10-23
net: socionext: Reset tx queue in ndo_stop
Masahisa Kojima
1
-0
/
+3
2018-10-23
net: socionext: Add dummy PHY register read in phy_write()
Masahisa Kojima
1
-2
/
+16
2018-10-23
net: socionext: Stop PHY before resetting netsec
Masahisa Kojima
1
-4
/
+15
2018-10-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+4
2018-10-11
net: socionext: clear rx irq correctly
Ilias Apalodimas
1
-1
/
+4
2018-10-02
net: phy: Add helper for advertise to lcl value
Andrew Lunn
1
-4
/
+1
2018-09-18
net: socionext: Fix two sleep-in-atomic-context bugs in ave_rxfifo_reset()
Jia-Ju Bai
1
-2
/
+2
2018-09-13
net: ethernet: Add helper for set_pauseparam for Asym Pause
Andrew Lunn
1
-10
/
+1
2018-09-13
net: ethernet: Add helper for MACs which support asym pause
Andrew Lunn
1
-1
/
+2
2018-09-13
net: ethernet: Use phy_set_max_speed() to limit advertised speed
Andrew Lunn
1
-4
/
+2
2018-08-11
net: socionext: Increase descriptors to 256
Ilias Apalodimas
1
-3
/
+2
2018-08-11
net: socionext: Use descriptor info instead of MMIO reads on Rx
Ilias Apalodimas
1
-15
/
+10
2018-07-05
net: socionext: remove redundant pointer ndev
Colin Ian King
1
-2
/
+0
[next]