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
/
amd
/
pcnet32.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-16
net: amd: Unified the comparison between pointers and NULL to the same writing
Guofeng Yue
1
-6
/
+6
2022-09-01
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-2
/
+2
2022-05-08
eth: switch to netif_napi_add_weight()
Jakub Kicinski
1
-1
/
+2
2021-11-22
ethtool: extend ringparam setting/getting API with rx_buf_len
Hao Chen
1
-2
/
+6
2021-10-16
ethernet: amd: use eth_hw_addr_set()
Jakub Kicinski
1
-4
/
+9
2021-10-02
ethernet: use eth_hw_addr_set()
Jakub Kicinski
1
-1
/
+1
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
1
-1
/
+1
2021-05-07
treewide: remove editor modelines and cruft
Masahiro Yamada
1
-7
/
+0
2021-04-26
pcnet32: Remove redundant variable prev_link and curr_link
Jiapeng Chong
1
-2
/
+1
2021-04-07
pcnet32: Use pci_resource_len to validate PCI resource
Guenter Roeck
1
-2
/
+3
2020-07-14
pcnet32: switch from 'pci_' to 'dma_' API
Christophe JAILLET
1
-97
/
+84
2020-07-01
pcnet32: Mark PM functions as __maybe_unused
Nathan Chancellor
1
-2
/
+2
2020-06-24
pcnet32: Convert to generic power management
Vaibhav Gupta
1
-11
/
+11
2020-02-24
net/amd: Remove useless driver version
Leon Romanovsky
1
-7
/
+0
2019-12-13
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
1
-2
/
+2
2018-07-27
net: amd: pcnet32: Replace GFP_ATOMIC with GFP_KERNEL in pcnet32_alloc_ring()
Jia-Ju Bai
1
-4
/
+4
2018-05-22
pcnet32: add an error handling path in pcnet32_probe_pci()
Bo Chen
1
-3
/
+7
2017-10-28
drivers/net: amd: Convert timers to use timer_setup()
Kees Cook
1
-5
/
+5
2017-09-21
drivers: net: pcnet32: use setup_timer() helper.
Allen Pais
1
-3
/
+2
2017-06-05
net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd ...
yuval.shaia@oracle.com
1
-4
/
+1
2017-02-14
pcnet32: fix BNC/AUI port on AM79C970A
Ondrej Zary
1
-52
/
+125
2017-02-14
pcnet32: factor out pcnet32_clr_suspend()
Ondrej Zary
1
-11
/
+10
2017-02-06
pcnet32: use napi_complete_done()
Eric Dumazet
1
-8
/
+3
2016-11-09
net: amd: pcnet32: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-6
/
+8
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
-2
/
+2
2015-11-21
various: fix pci_set_dma_mask return value checking
Christoph Hellwig
1
-2
/
+3
2015-11-11
pcnet32: use pci_set_dma_mask insted of pci_dma_supported
Christoph Hellwig
1
-1
/
+1
2015-03-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+29
2015-03-20
net: ethernet: pcnet32: Setup the SRAM and NOUFLO on Am79C97{3, 5}
Markos Chandras
1
-2
/
+29
2015-03-04
ethernet: Use eth_<foo>_addr instead of memset
Joe Perches
1
-1
/
+1
2015-01-19
mii: Handle link state changes for forced modes in mii_check_media()
Ben Hutchings
1
-1
/
+1
2014-08-12
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
Benoit Taine
1
-1
/
+1
2014-08-09
drivers/net/ethernet/amd/pcnet32.c: neaten and remove unnecessary OOM messages
Joe Perches
1
-25
/
+18
2014-08-09
amd: use pci_zalloc_consistent
Joe Perches
1
-10
/
+8
2014-03-25
pcnet32: Call dev_kfree_skb_any instead of dev_kfree_skb.
Eric W. Biederman
1
-1
/
+1
2014-02-19
pcnet32: add missing check for pci_dma_mapping_error
Don Fry
1
-27
/
+81
2014-02-19
pcnet32: fix reallocation error
Don Fry
1
-9
/
+9
2013-12-26
net: pcnet: slight optimization of addr compare
dingtianhong
1
-1
/
+1
2013-10-18
net: pcnet32: remove unnecessary pci_set_drvdata()
Jingoo Han
1
-1
/
+0
2013-10-03
net:drivers/net: Miscellaneous conversions to ETH_ALEN
Joe Perches
1
-1
/
+1
2013-08-02
ethernet: Convert mac address uses of 6 to ETH_ALEN
Joe Perches
1
-3
/
+3
2013-03-10
drivers:net: Remove unnecessary OOM messages after netdev_alloc_skb
Joe Perches
1
-1
/
+0
2013-02-09
drivers: net: Remove remaining alloc/OOM messages
Joe Perches
1
-32
/
+15
2013-01-09
remove init of dev->perm_addr in drivers
Jiri Pirko
1
-2
/
+1
2012-12-03
pcnet32: remove __dev* attributes
Bill Pemberton
1
-5
/
+5
2012-02-06
netdev: ethernet dev_alloc_skb to netdev_alloc_skb
Pradeep A Dalvi
1
-7
/
+7
2012-02-01
drivers/net: Remove alloc_etherdev error messages
Joe Perches
1
-2
/
+0
2011-11-14
Sweep additional floors of strcpy in .get_drvinfo routines
Rick Jones
1
-4
/
+6
2011-09-17
pcnet32: constify function table
stephen hemminger
1
-101
/
+101
[next]