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
/
include
/
net
/
dsa.h
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-15
net: dsa: ocelot: add tagger for Ocelot/Felix switches
Vladimir Oltean
1
-0
/
+2
2019-11-06
net: dsa: Add support for devlink resources
Andrew Lunn
1
-0
/
+16
2019-11-01
net: dsa: remove the dst->ds array
Vivien Didelot
1
-5
/
+0
2019-11-01
net: dsa: remove ds->rtable
Vivien Didelot
1
-7
/
+0
2019-11-01
net: dsa: list DSA links in the fabric
Vivien Didelot
1
-1
/
+28
2019-10-29
net: dsa: return directly from dsa_to_port
Vivien Didelot
1
-3
/
+3
2019-10-29
net: dsa: Add support for devlink device parameters
Andrew Lunn
1
-0
/
+23
2019-10-22
net: dsa: remove dsa_switch_alloc helper
Vivien Didelot
1
-1
/
+0
2019-10-22
net: dsa: allocate ports on touch
Vivien Didelot
1
-2
/
+0
2019-10-22
net: dsa: use ports list to setup default CPU port
Vivien Didelot
1
-5
/
+0
2019-10-22
net: dsa: use ports list to setup switches
Vivien Didelot
1
-0
/
+4
2019-10-22
net: dsa: use ports list in dsa_to_port
Vivien Didelot
1
-1
/
+8
2019-10-22
net: dsa: add ports list in the switch fabric
Vivien Didelot
1
-0
/
+5
2019-10-22
net: dsa: use dsa_to_port helper everywhere
Vivien Didelot
1
-1
/
+1
2019-10-03
net: dsa: Remove unused __DSA_SKB_CB macro
Vladimir Oltean
1
-2
/
+0
2019-09-16
net: dsa: Pass ndo_setup_tc slave callback to drivers
Vladimir Oltean
1
-0
/
+2
2019-08-28
net: dsa: remove bitmap operations
Vivien Didelot
1
-3
/
+0
2019-07-31
net: dsa: ksz: Add KSZ8795 tag code
Tristram Ha
1
-0
/
+2
2019-06-15
net: dsa: make cpu_dp non const
Vivien Didelot
1
-1
/
+1
2019-06-09
net: dsa: Add teardown callback for drivers
Vladimir Oltean
1
-0
/
+1
2019-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2019-05-30
net: phylink: Add struct phylink_config to PHYLINK API
Ioana Ciornei
1
-0
/
+2
2019-05-12
net: dsa: Remove the now unused DSA_SKB_CB_COPY() macro
Vladimir Oltean
1
-3
/
+0
2019-05-12
net: dsa: Remove dangerous DSA_SKB_CLONE() macro
Vladimir Oltean
1
-9
/
+0
2019-05-12
net: dsa: Initialize DSA_SKB_CB(skb)->deferred_xmit variable
Vladimir Oltean
1
-3
/
+0
2019-05-06
net: dsa: sja1105: Add support for traffic through standalone ports
Vladimir Oltean
1
-0
/
+2
2019-05-06
net: dsa: Add a private structure pointer to dsa_port
Vladimir Oltean
1
-0
/
+6
2019-05-06
net: dsa: Add support for deferred xmit
Vladimir Oltean
1
-0
/
+12
2019-05-06
net: dsa: Keep private info in the skb->cb
Vladimir Oltean
1
-0
/
+31
2019-05-06
net: dsa: Allow drivers to filter packets they can decode source port from
Vladimir Oltean
1
-0
/
+15
2019-05-06
net: dsa: Optional VLAN-based port separation for switches without tagging
Vladimir Oltean
1
-0
/
+2
2019-05-01
net: dsa: Remove legacy probing support
Andrew Lunn
1
-23
/
+0
2019-05-01
net: dsa: Add helper function to retrieve VLAN awareness setting
Vladimir Oltean
1
-0
/
+10
2019-05-01
net: dsa: Keep the vlan_filtering setting in dsa_switch if it's global
Vladimir Oltean
1
-0
/
+5
2019-05-01
net: dsa: Be aware of switches where VLAN filtering is a global setting
Vladimir Oltean
1
-0
/
+5
2019-05-01
net: dsa: Store vlan_filtering as a property of dsa_port
Vladimir Oltean
1
-0
/
+1
2019-04-29
dsa: Cleanup unneeded table and make tag structures static
Andrew Lunn
1
-1
/
+0
2019-04-29
dsa: Add boilerplate helper to register DSA tag driver modules
Andrew Lunn
1
-0
/
+66
2019-04-29
dsa: Add TAG protocol to tag ops
Andrew Lunn
1
-0
/
+1
2019-04-29
dsa: Add MODULE_ALIAS to taggers in preparation to become modules
Andrew Lunn
1
-13
/
+30
2019-04-29
dsa: Move tagger name into its ops structure
Andrew Lunn
1
-0
/
+1
2019-04-02
net: dsa: read mac address from DT for slave device
Xiaofei Shen
1
-0
/
+1
2019-03-04
net: dsa: add KSZ9893 switch tagging support
Tristram Ha
1
-0
/
+1
2019-02-25
dsa: Remove phydev parameter from disable_port call
Andrew Lunn
1
-2
/
+1
2019-02-22
net: dsa: add support for bridge flags
Russell King
1
-0
/
+2
2019-01-17
net: dsa: Split platform data to header file
Florian Fainelli
1
-60
/
+1
2019-01-17
net: dsa: Add ndo_get_phys_port_name() for CPU port
Florian Fainelli
1
-0
/
+5
2018-12-17
net: dsa: ksz: Rename NET_DSA_TAG_KSZ to _KSZ9477
Tristram Ha
1
-1
/
+1
2018-12-06
net: dsa: Add overhead to tag protocol ops.
Andrew Lunn
1
-0
/
+1
[next]