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
/
mscc
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-06
net: mscc: ocelot: export ANA, DEV and QSYS registers to include/soc/mscc
Vladimir Oltean
4
-1173
/
+3
2020-01-06
net: mscc: ocelot: make phy_mode a member of the common struct ocelot_port
Vladimir Oltean
3
-6
/
+6
2019-12-03
net: mscc: ocelot: unregister the PTP clock on deinit
Vladimir Oltean
1
-4
/
+10
2019-11-27
net: mscc: ocelot: use skb queue instead of skbs list
Yangbo Lu
1
-36
/
+18
2019-11-27
net: mscc: ocelot: avoid incorrect consuming in skbs list
Yangbo Lu
1
-0
/
+1
2019-11-22
net: mscc: ocelot: convert to use ocelot_port_add_txtstamp_skb()
Yangbo Lu
1
-16
/
+27
2019-11-22
net: mscc: ocelot: convert to use ocelot_get_txtstamp()
Yangbo Lu
3
-60
/
+61
2019-11-22
net: mscc: ocelot: export ocelot_hwstamp_get/set functions
Yangbo Lu
1
-4
/
+4
2019-11-17
net: mscc: ocelot: omit error check from of_get_phy_mode
Horatiu Vultur
1
-3
/
+1
2019-11-15
net: mscc: ocelot: publish ocelot_sys.h to include/soc/mscc
Vladimir Oltean
2
-145
/
+1
2019-11-15
net: mscc: ocelot: publish structure definitions to include/soc/mscc/ocelot.h
Vladimir Oltean
2
-511
/
+49
2019-11-15
net: mscc: ocelot: separate the implementation of switch reset
Vladimir Oltean
3
-13
/
+33
2019-11-15
net: mscc: ocelot: adjust MTU on the CPU port in NPI mode
Vladimir Oltean
2
-0
/
+11
2019-11-15
net: mscc: ocelot: export a constant for the tag length in bytes
Vladimir Oltean
3
-5
/
+5
2019-11-15
net: mscc: ocelot: create a helper for changing the port MTU
Vladimir Oltean
1
-17
/
+23
2019-11-15
net: mscc: ocelot: move invariant configs out of adjust_link
Vladimir Oltean
1
-42
/
+43
2019-11-15
net: mscc: ocelot: filter out ocelot SoC specific PCS config from common path
Claudiu Manoil
4
-20
/
+39
2019-11-15
net: mscc: ocelot: move resource ioremap and regmap init to common code
Claudiu Manoil
3
-19
/
+16
2019-11-11
net: mscc: ocelot: don't hardcode the number of the CPU port
Vladimir Oltean
1
-4
/
+7
2019-11-11
net: mscc: ocelot: split assignment of the cpu port into a separate function
Vladimir Oltean
3
-22
/
+57
2019-11-11
net: mscc: ocelot: refactor adjust_link into a netdev-independent function
Vladimir Oltean
1
-10
/
+17
2019-11-11
net: mscc: ocelot: initialize list of multicast addresses in common code
Claudiu Manoil
2
-1
/
+1
2019-11-11
net: mscc: ocelot: separate the common implementation of ndo_open and ndo_stop
Vladimir Oltean
1
-10
/
+26
2019-11-11
net: mscc: ocelot: move port initialization into separate function
Vladimir Oltean
1
-21
/
+24
2019-11-11
net: mscc: ocelot: limit vlan ingress filtering to actual number of ports
Vladimir Oltean
1
-1
/
+2
2019-11-11
net: mscc: ocelot: refactor ethtool callbacks
Vladimir Oltean
1
-17
/
+47
2019-11-11
net: mscc: ocelot: separate net_device related items out of ocelot_port
Vladimir Oltean
6
-190
/
+233
2019-11-11
net: mscc: ocelot: refactor struct ocelot_port out of function prototypes
Vladimir Oltean
4
-65
/
+59
2019-11-11
net: mscc: ocelot: change prototypes of switchdev port attribute handlers
Vladimir Oltean
1
-43
/
+45
2019-11-11
net: mscc: ocelot: change prototypes of hwtstamping ioctls
Vladimir Oltean
1
-12
/
+13
2019-11-11
net: mscc: ocelot: break out fdb operations into abstract implementations
Vladimir Oltean
1
-46
/
+78
2019-11-11
net: mscc: ocelot: break apart vlan operations into ocelot_vlan_{add, del}
Vladimir Oltean
1
-18
/
+42
2019-11-11
net: mscc: ocelot: break apart ocelot_vlan_port_apply
Vladimir Oltean
1
-68
/
+100
2019-11-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2
-5
/
+6
2019-11-07
net: mscc: ocelot: fix __ocelot_rmw_ix prototype
Vladimir Oltean
1
-1
/
+1
2019-11-07
net: mscc: ocelot: fix NULL pointer on LAG slave removal
Claudiu Manoil
1
-1
/
+2
2019-11-07
net: mscc: ocelot: don't handle netdev events for other netdevs
Claudiu Manoil
1
-3
/
+3
2019-11-04
net: of_get_phy_mode: Change API to solve int/unit warnings
Andrew Lunn
1
-6
/
+6
2019-10-30
net: mscc: ocelot: refuse to overwrite the port's native vlan
Vladimir Oltean
1
-1
/
+8
2019-10-30
net: mscc: ocelot: fix vlan_filtering when enslaving to bridge before link is up
Vladimir Oltean
1
-1
/
+1
2019-10-01
net: mscc: ocelot: add missing of_node_put after calling of_get_child_by_name
Wen Yang
1
-6
/
+8
2019-08-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+1
2019-08-23
ocelot_ace: fix action of trap
Yangbo Lu
1
-1
/
+1
2019-08-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-9
/
+3
2019-08-19
net: sched: use major priority number as hardware priority
Pablo Neira Ayuso
1
-9
/
+3
2019-08-16
net: mscc: PTP Hardware Clock (PHC) support
Antoine Tenart
3
-13
/
+539
2019-08-16
net: mscc: remove the frame_info cpuq member
Antoine Tenart
2
-2
/
+0
2019-08-16
net: mscc: improve the frame header parsing readability
Antoine Tenart
1
-11
/
+13
2019-08-16
net: mscc: describe the PTP register range
Antoine Tenart
4
-1
/
+70
2019-07-27
ocelot: Cancel delayed work before wq destruction
Claudiu Manoil
1
-0
/
+1
[next]