index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
dsa
/
port.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-17
net: dsa: add MRP support
Horatiu Vultur
1
-0
/
+48
2021-02-15
net: dsa: propagate extack to .port_vlan_filtering
Vladimir Oltean
1
-7
/
+11
2021-02-15
net: dsa: propagate extack to .port_vlan_add
Vladimir Oltean
1
-1
/
+3
2021-02-13
net: dsa: act as passthrough for bridge port flags
Vladimir Oltean
1
-17
/
+14
2021-02-13
net: switchdev: pass flags and mask to both {PRE_,}BRIDGE_FLAGS attributes
Vladimir Oltean
1
-15
/
+19
2021-02-13
net: dsa: configure better brport flags when ports leave the bridge
Vladimir Oltean
1
-7
/
+38
2021-02-12
net: dsa: add support for offloading HSR
George McCollister
1
-0
/
+34
2021-01-30
net: dsa: allow changing the tag protocol via the "tagging" device attribute
Vladimir Oltean
1
-0
/
+8
2021-01-30
net: dsa: document the existing switch tree notifiers and add a new one
Vladimir Oltean
1
-23
/
+13
2021-01-15
net: dsa: Link aggregation support
Tobias Waldekranz
1
-0
/
+79
2021-01-12
net: dsa: remove the transactional logic from ageing time notifiers
Vladimir Oltean
1
-5
/
+1
2021-01-12
net: switchdev: remove the transaction structure from port attributes
Vladimir Oltean
1
-54
/
+43
2021-01-12
net: switchdev: remove the transaction structure from port object notifiers
Vladimir Oltean
1
-6
/
+2
2020-10-05
net: dsa: propagate switchdev vlan_filtering prepare phase to drivers
Vladimir Oltean
1
-8
/
+9
2020-09-21
net: dsa: allow 8021q uppers while the bridge has vlan_filtering=0
Vladimir Oltean
1
-2
/
+44
2020-09-21
net: dsa: refuse configuration in prepare phase of dsa_port_vlan_filtering()
Vladimir Oltean
1
-7
/
+7
2020-09-12
Revert "net: dsa: Add more convenient functions for installing port VLANs"
Vladimir Oltean
1
-33
/
+0
2020-05-12
net: dsa: provide an option for drivers to always receive bridge VLANs
Russell King
1
-0
/
+14
2020-05-11
net: dsa: permit cross-chip bridging between all trees in the system
Vladimir Oltean
1
-2
/
+21
2020-04-15
net: dsa: Down cpu/dsa ports phylink will control
Andrew Lunn
1
-1
/
+6
2020-03-28
net: dsa: configure the MTU for switch ports
Vladimir Oltean
1
-0
/
+13
2020-03-16
net: dsa: warn if phylink_mac_link_state returns error
Russell King
1
-1
/
+6
2020-03-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-9
/
+35
2020-03-12
net: dsa: Don't instantiate phylink for CPU/DSA ports unless needed
Andrew Lunn
1
-3
/
+9
2020-03-04
net: dsa: fix phylink_start()/phylink_stop() calls
Russell King
1
-6
/
+26
2020-02-27
net: dsa: propagate resolved link config via mac_link_up()
Russell King
1
-1
/
+2
2020-02-27
net: phylink: propagate resolved link config via mac_link_up()
Russell King
1
-1
/
+3
2020-01-06
net: dsa: Pass pcs_poll flag from driver to PHYLINK
Vladimir Oltean
1
-0
/
+1
2019-12-18
net: dsa: Make PHYLINK related function static again
Florian Fainelli
1
-22
/
+16
2019-11-24
net: phylink: rename mac_link_state() op to mac_pcs_get_state()
Russell King
1
-8
/
+11
2019-11-04
net: of_get_phy_mode: Change API to solve int/unit warnings
Andrew Lunn
1
-6
/
+7
2019-08-28
net: dsa: check bridge VLAN in slave operations
Vivien Didelot
1
-8
/
+2
2019-08-28
net: dsa: do not skip -EOPNOTSUPP in dsa_port_vid_add
Vivien Didelot
1
-2
/
+2
2019-08-17
net: dsa: remove calls to genphy_config_init
Heiner Kallweit
1
-5
/
+0
2019-07-10
net: dsa: add support for BRIDGE_MROUTER attribute
Vivien Didelot
1
-0
/
+12
2019-06-15
net: dsa: do not check orig_dev in vlan del
Vivien Didelot
1
-9
/
+0
2019-06-12
net: dsa: Deal with non-existing PHY/fixed-link
Florian Fainelli
1
-1
/
+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: dsa: Use PHYLINK for the CPU/DSA ports
Ioana Ciornei
1
-6
/
+63
2019-05-30
net: dsa: Move the phylink driver calls into port.c
Ioana Ciornei
1
-0
/
+100
2019-05-06
net: dsa: Export symbols for dsa_port_vid_{add, del}
Vladimir Oltean
1
-0
/
+2
2019-05-01
net: dsa: Add more convenient functions for installing port VLANs
Vladimir Oltean
1
-0
/
+31
2019-05-01
net: dsa: Skip calling .port_vlan_filtering on no change
Vladimir Oltean
1
-0
/
+3
2019-05-01
net: dsa: Keep the vlan_filtering setting in dsa_switch if it's global
Vladimir Oltean
1
-1
/
+4
2019-05-01
net: dsa: Be aware of switches where VLAN filtering is a global setting
Vladimir Oltean
1
-7
/
+45
2019-05-01
net: dsa: Store vlan_filtering as a property of dsa_port
Vladimir Oltean
1
-4
/
+8
2019-03-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2019-02-25
net: dsa: fix a leaked reference by adding missing of_node_put
Wen Yang
1
-0
/
+1
2019-02-25
dsa: Remove phydev parameter from disable_port call
Andrew Lunn
1
-2
/
+2
[next]