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
/
micrel
/
ksz884x.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-15
ksz884x: switch from 'pci_' to 'dma_' API
Christophe JAILLET
1
-38
/
+30
2020-07-03
ksz884x: mark pcidev_suspend() as __maybe_unused
Wei Yongjun
1
-1
/
+1
2020-07-01
ksz884x: use generic power management
Vaibhav Gupta
1
-16
/
+9
2020-02-20
net: use netif_is_bridge_port() to check for IFF_BRIDGE_PORT
Julian Wiedmann
1
-1
/
+1
2019-12-13
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
1
-1
/
+1
2019-09-07
ethernet: micrel: Use DIV_ROUND_CLOSEST directly to make it readable
zhong jiang
1
-1
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
Thomas Gleixner
1
-9
/
+1
2018-07-04
ethernet: micrel: remove redundant pointer 'info'
Colin Ian King
1
-3
/
+0
2018-06-13
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-1
/
+1
2017-10-18
net: ksz884x: Convert timers to use timer_setup()
Kees Cook
1
-9
/
+9
2017-06-16
networking: introduce and use skb_put_data()
Johannes Berg
1
-2
/
+1
2017-02-28
scripts/spelling.txt: add "overrided" pattern and fix typo instances
Masahiro Yamada
1
-4
/
+4
2017-02-13
net: micrel: ksz884x: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-24
/
+38
2016-10-18
ethernet: use core min/max MTU checking
Jarod Wilson
1
-16
/
+17
2016-05-04
treewide: replace dev->trans_start update with helper
Florian Westphal
1
-2
/
+2
2015-06-08
ethernet: micrel: use time_is_before_eq_jiffies
Antonio Murdaca
1
-1
/
+1
2015-06-04
ethernet: micrel: use time_after_eq
Antonio Murdaca
1
-1
/
+1
2015-03-04
ethernet: Use eth_<foo>_addr instead of memset
Joe Perches
1
-1
/
+1
2014-12-31
ksz884x: Use setup_timer
Julia Lawall
1
-3
/
+1
2014-12-23
net: ethernet: micrel: ksz884x.c: Remove unused function
Rickard Strandqvist
1
-6
/
+0
2014-08-12
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
Benoit Taine
1
-1
/
+1
2014-08-09
micrel: use pci_zalloc_consistent
Joe Perches
1
-4
/
+3
2014-05-22
micrel: Use time_before_eq()
Manuel Schölling
1
-1
/
+1
2014-05-15
drivers: net: Register Micrel ksz884x network devices in PCI device tree.
Markus Lottmann
1
-0
/
+1
2014-05-14
net: get rid of SET_ETHTOOL_OPS
Wilfried Klaebe
1
-1
/
+1
2014-03-25
ksz884x: Call dev_consume_skb_any instead of dev_kfree_skb.
Eric W. Biederman
1
-1
/
+1
2014-01-16
ksz884x: delete useless variable
Julia Lawall
1
-3
/
+0
2014-01-01
net: ksz884x: slight optimization of addr compare
dingtianhong
1
-5
/
+4
2013-10-22
net: ksz884x: use DEFINE_PCI_DEVICE_TABLE
Jingoo Han
1
-1
/
+1
2013-10-22
net: ksz884x: remove unnecessary pci_set_drvdata()
Jingoo Han
1
-2
/
+0
2012-12-20
ksz884x: fix receive polling race condition
Lennert Buytenhek
1
-3
/
+9
2012-12-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2012-12-07
drivers/net: fix up function prototypes after __dev* removals
Greg Kroah-Hartman
1
-2
/
+1
2012-12-03
net/micrel: remove __dev* attributes
Bill Pemberton
1
-2
/
+2
2012-11-19
treewide: fix typo of "suport" in various comments and Kconfig
Masanari Iida
1
-1
/
+1
2012-11-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-12
/
+4
2012-11-15
drivers/net: fix tasklet misuse issue
Xiaotian Feng
1
-12
/
+4
2012-11-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2012-11-08
ksz884x: use module_pci_driver to simplify the code
Wei Yongjun
1
-12
/
+1
2012-11-03
drivers/net: use tasklet_kill in device remove/close process
Xiaotian Feng
1
-2
/
+2
2012-07-11
ksz884x: fix Endian
Li RongQing
1
-2
/
+2
2012-07-11
ksz884x: remove unnecessary setting of skb->dev
Jon Mason
1
-3
/
+1
2012-07-11
drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functions
Ben Hutchings
1
-1
/
+1
2012-04-19
ksz884x: don't copy too much in netdev_set_mac_address()
Dan Carpenter
1
-1
/
+1
2012-02-06
netdev: ethernet dev_alloc_skb to netdev_alloc_skb
Pradeep A Dalvi
1
-3
/
+3
2012-01-30
drivers/net: fix up stale paths from driver reorg
Paul Gortmaker
1
-1
/
+1
2012-01-13
ksz884x: fix mtu for VLAN
Doug Kehn
1
-1
/
+1
2012-01-05
net: make ethtool_ops const
stephen hemminger
1
-1
/
+1
2011-11-22
ksz884x: Use kzalloc rather than kmalloc followed by memset with 0
Thomas Meyer
1
-4
/
+2
2011-11-17
ethernet: Convert MAC_ADDR_LEN uses to ETH_ALEN
Joe Perches
1
-31
/
+28
[next]