summaryrefslogtreecommitdiff
path: root/net/dsa/port.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-27Revert "net: dsa: Allow drivers to filter packets they can decode source port...Vladimir Oltean1-1/+0
2021-07-23net: dsa: add support for bridge TX forwarding offloadVladimir Oltean1-1/+83
2021-07-23net: bridge: switchdev: allow the TX data plane forwarding to be offloadedTobias Waldekranz1-1/+1
2021-07-22net: bridge: move the switchdev object replay helpers to "push" modeVladimir Oltean1-68/+16
2021-07-22net: bridge: switchdev: let drivers inform which bridge ports are offloadedVladimir Oltean1-1/+15
2021-07-20net: dsa: tag_8021q: add proper cross-chip notifier supportVladimir Oltean1-0/+28
2021-06-29net: dsa: replay the local bridge FDB entries pointing to the bridge dev tooVladimir Oltean1-0/+12
2021-06-29net: dsa: install the host MDB and FDB entries in the master's RX filterVladimir Oltean1-0/+24
2021-06-29net: dsa: introduce a separate cross-chip notifier type for host FDBsVladimir Oltean1-0/+26
2021-06-29net: dsa: introduce a separate cross-chip notifier type for host MDBsVladimir Oltean1-0/+24
2021-06-29net: dsa: replay a deletion of switchdev objects for ports leaving a bridged LAGVladimir Oltean1-2/+43
2021-06-29net: bridge: allow the switchdev replay functions to be called for deletionVladimir Oltean1-7/+6
2021-06-29net: bridge: ignore switchdev events for LAG ports which didn't request replayVladimir Oltean1-3/+3
2021-06-21net: dsa: targeted MTU notifiers should only match on one portVladimir Oltean1-2/+2
2021-04-21net: dsa: fix bridge support for drivers without port_bridge_flags callbackOleksij Rempel1-1/+1
2021-03-24net: dsa: sync up switchdev objects and port attributes when joining the bridgeVladimir Oltean1-0/+46
2021-03-24net: dsa: inherit the actual bridge port flags at join timeVladimir Oltean1-41/+82
2021-03-24net: dsa: pass extack to dsa_port_{bridge,lag}_joinVladimir Oltean1-3/+5
2021-03-24net: dsa: call dsa_port_bridge_join when joining a LAG that is already in a b...Vladimir Oltean1-4/+18
2021-02-17net: dsa: add MRP supportHoratiu Vultur1-0/+48
2021-02-15net: dsa: propagate extack to .port_vlan_filteringVladimir Oltean1-7/+11
2021-02-15net: dsa: propagate extack to .port_vlan_addVladimir Oltean1-1/+3
2021-02-13net: dsa: act as passthrough for bridge port flagsVladimir Oltean1-17/+14
2021-02-13net: switchdev: pass flags and mask to both {PRE_,}BRIDGE_FLAGS attributesVladimir Oltean1-15/+19
2021-02-13net: dsa: configure better brport flags when ports leave the bridgeVladimir Oltean1-7/+38
2021-02-12net: dsa: add support for offloading HSRGeorge McCollister1-0/+34
2021-01-30net: dsa: allow changing the tag protocol via the "tagging" device attributeVladimir Oltean1-0/+8
2021-01-30net: dsa: document the existing switch tree notifiers and add a new oneVladimir Oltean1-23/+13
2021-01-15net: dsa: Link aggregation supportTobias Waldekranz1-0/+79
2021-01-12net: dsa: remove the transactional logic from ageing time notifiersVladimir Oltean1-5/+1
2021-01-12net: switchdev: remove the transaction structure from port attributesVladimir Oltean1-54/+43
2021-01-12net: switchdev: remove the transaction structure from port object notifiersVladimir Oltean1-6/+2
2020-10-05net: dsa: propagate switchdev vlan_filtering prepare phase to driversVladimir Oltean1-8/+9
2020-09-21net: dsa: allow 8021q uppers while the bridge has vlan_filtering=0Vladimir Oltean1-2/+44
2020-09-21net: dsa: refuse configuration in prepare phase of dsa_port_vlan_filtering()Vladimir Oltean1-7/+7
2020-09-12Revert "net: dsa: Add more convenient functions for installing port VLANs"Vladimir Oltean1-33/+0
2020-05-12net: dsa: provide an option for drivers to always receive bridge VLANsRussell King1-0/+14
2020-05-11net: dsa: permit cross-chip bridging between all trees in the systemVladimir Oltean1-2/+21
2020-04-15net: dsa: Down cpu/dsa ports phylink will controlAndrew Lunn1-1/+6
2020-03-28net: dsa: configure the MTU for switch portsVladimir Oltean1-0/+13
2020-03-16net: dsa: warn if phylink_mac_link_state returns errorRussell King1-1/+6
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-9/+35
2020-03-12net: dsa: Don't instantiate phylink for CPU/DSA ports unless neededAndrew Lunn1-3/+9
2020-03-04net: dsa: fix phylink_start()/phylink_stop() callsRussell King1-6/+26
2020-02-27net: dsa: propagate resolved link config via mac_link_up()Russell King1-1/+2
2020-02-27net: phylink: propagate resolved link config via mac_link_up()Russell King1-1/+3
2020-01-06net: dsa: Pass pcs_poll flag from driver to PHYLINKVladimir Oltean1-0/+1
2019-12-18net: dsa: Make PHYLINK related function static againFlorian Fainelli1-22/+16
2019-11-24net: phylink: rename mac_link_state() op to mac_pcs_get_state()Russell King1-8/+11
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn1-6/+7