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
starfive-6.6.48-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
/
net
/
dsa
/
dsa.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-09
net: dsa: initialize the routing table
Vivien Didelot
1
-0
/
+6
2016-06-08
net: dsa: Initialize CPU port ethtool ops per tree
Florian Fainelli
1
-0
/
+41
2016-06-05
net: dsa: Add new binding implementation
Andrew Lunn
1
-0
/
+5
2016-06-05
net: dsa: Make mdio bus optional
Andrew Lunn
1
-11
/
+13
2016-06-05
net: dsa: Refactor selection of tag ops into a function
Andrew Lunn
1
-26
/
+45
2016-06-05
net: dsa: Split up creating/destroying of DSA and CPU ports
Andrew Lunn
1
-35
/
+51
2016-06-05
net: dsa: Copy the routing table into the switch structure
Andrew Lunn
1
-0
/
+2
2016-06-05
net: dsa: Remove dynamic allocate of routing table
Andrew Lunn
1
-12
/
+0
2016-06-05
net: dsa: Move port device node into port structure
Andrew Lunn
1
-4
/
+4
2016-06-05
net: dsa: Add a ports structure and use it in the switch structure
Andrew Lunn
1
-4
/
+4
2016-05-12
dsa: Rename switch chip data to cd
Andrew Lunn
1
-9
/
+9
2016-05-12
dsa: Remove master_dev from switch structure
Andrew Lunn
1
-1
/
+1
2016-05-12
dsa: Move gpio reset into switch driver
Andrew Lunn
1
-16
/
+0
2016-04-21
net: dsa: remove tag_protocol from dsa_switch
Vivien Didelot
1
-3
/
+2
2016-04-18
net: dsa: constify probed name
Vivien Didelot
1
-3
/
+3
2016-04-14
dsa: Rename phys_port_mask to enabled_port_mask
Andrew Lunn
1
-4
/
+4
2016-04-14
net: dsa: Remove allocation of driver private memory
Andrew Lunn
1
-1
/
+1
2016-04-14
net: dsa: Have the switch driver allocate there own private memory
Andrew Lunn
1
-3
/
+5
2016-04-14
net: dsa: Pass the dsa device to the switch drivers
Andrew Lunn
1
-3
/
+4
2016-03-14
phy: fixed: Fix removal of phys.
Andrew Lunn
1
-3
/
+1
2016-03-14
dsa: dsa: Fix freeing of fixed-phys from user ports.
Andrew Lunn
1
-3
/
+0
2016-03-14
dsa: Destroy fixed link phys after the phy has been disconnected
Andrew Lunn
1
-12
/
+12
2016-03-11
net: dsa: Fix cleanup resources upon module removal
Neil Armstrong
1
-8
/
+8
2016-01-07
phy: Add an mdio_device structure
Andrew Lunn
1
-1
/
+1
2015-12-08
net: dsa: move dsa slave destroy code to slave.c
Neil Armstrong
1
-2
/
+1
2015-12-08
net: dsa: Add missing master netdev dev_put() calls
Neil Armstrong
1
-1
/
+5
2015-12-08
net: dsa: cleanup resources upon module removal
Neil Armstrong
1
-0
/
+8
2015-12-08
net: dsa: remove DSA link polling
Neil Armstrong
1
-43
/
+0
2015-11-24
net: dsa: include gpio consumer header file
Arnd Bergmann
1
-0
/
+1
2015-11-23
net: dsa: Add support for a switch reset gpio
Andrew Lunn
1
-0
/
+17
2015-10-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-11
/
+59
2015-10-07
net: dsa: exit probe if no switch were found
Neil Armstrong
1
-3
/
+16
2015-10-07
net: dsa: switch to devm_ calls and remove kfree calls
Neil Armstrong
1
-12
/
+5
2015-10-07
net: dsa: complete dsa_switch_destroy
Neil Armstrong
1
-0
/
+37
2015-10-07
net: dsa: add missing dsa_switch mdiobus remove
Neil Armstrong
1
-0
/
+2
2015-10-07
net: dsa: add missing kfree on remove
Neil Armstrong
1
-1
/
+4
2015-10-07
net: dsa: better error reporting
Russell King
1
-2
/
+2
2015-09-25
net: fix net_device refcounting
Russell King
1
-1
/
+4
2015-09-25
net: dsa: fix of_mdio_find_bus() device refcount leak
Russell King
1
-7
/
+31
2015-09-01
net: dsa: Allow DSA and CPU ports to have a phy-mode property
Andrew Lunn
1
-1
/
+7
2015-09-01
net: dsa: Allow configuration of CPU & DSA port speeds/duplex
Andrew Lunn
1
-0
/
+37
2015-08-19
net: dsa: Allow multi hop routes to be expressed
Andrew Lunn
1
-10
/
+30
2015-08-11
dsa: Support multiple MDIO busses
Andrew Lunn
1
-1
/
+11
2015-07-12
net: dsa: Fix off-by-one in switch address parsing
Florian Fainelli
1
-1
/
+1
2015-07-12
net: dsa: Test array index before use
Florian Fainelli
1
-2
/
+2
2015-06-01
net: dsa: Properly propagate errors from dsa_switch_setup_one
Florian Fainelli
1
-2
/
+2
2015-04-29
net: dsa: Fix scope of eeprom-length property
Guenter Roeck
1
-1
/
+1
2015-04-17
net: dsa: use DEVICE_ATTR_RW to declare temp1_max
Vivien Didelot
1
-3
/
+3
2015-04-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-16
/
+7
2015-04-07
net: dsa: fix filling routing table from OF description
Pavel Nakonechny
1
-16
/
+7
[next]