aboutsummaryrefslogtreecommitdiffstats
path: root/net/dsa (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-28net: dsa: replay a deletion of switchdev objects for ports leaving a bridged LAGVladimir Oltean3-2/+102
2021-06-28net: dsa: refactor the prechangeupper sanity checks into a dedicated functionVladimir Oltean1-15/+29
2021-06-28net: bridge: allow the switchdev replay functions to be called for deletionVladimir Oltean1-7/+6
2021-06-28net: bridge: ignore switchdev events for LAG ports which didn't request replayVladimir Oltean2-3/+12
2021-06-28net: switchdev: add a context void pointer to struct switchdev_notifier_infoVladimir Oltean1-3/+3
2021-06-21net: dsa: remove cross-chip support from the MRP notifiersVladimir Oltean1-48/+7
2021-06-21net: dsa: targeted MTU notifiers should only match on one portVladimir Oltean4-11/+15
2021-06-21net: dsa: calculate the largest_mtu across all ports in the treeVladimir Oltean1-6/+7
2021-06-21net: dsa: execute dsa_switch_mdb_add only for routing port in cross-chip topologiesVladimir Oltean1-23/+2
2021-06-21net: dsa: export the dsa_port_is_{user,cpu,dsa} helpersVladimir Oltean1-15/+0
2021-06-21net: dsa: assert uniqueness of dsa,member propertiesVladimir Oltean1-0/+7
2021-06-14net: dsa: dsa_slave_phy_connect(): extend phy's flags with port specific phy flagsOleksij Rempel1-2/+5
2021-06-11net: dsa: sja1105: implement TX timestamping for SJA1110Vladimir Oltean1-0/+52
2021-06-11net: dsa: add support for the SJA1110 native tagging protocolVladimir Oltean1-2/+219
2021-06-11net: dsa: sja1105: make SJA1105_SKB_CB fit a full timestampVladimir Oltean1-1/+1
2021-06-11net: dsa: tag_8021q: refactor RX VLAN parsing into a dedicated functionVladimir Oltean3-38/+36
2021-06-11net: dsa: tag_sja1105: stop resetting network and transport headersVladimir Oltean1-2/+0
2021-06-11net: dsa: generalize overhead for taggers that use both headers and trailersVladimir Oltean18-35/+34
2021-06-01net: dsa: tag_8021q: fix the VLAN IDs used for encoding sub-VLANsVladimir Oltean1-1/+1
2021-05-10net: dsa: fix error code getting shifted with 4 in dsa_slave_get_sset_countVladimir Oltean1-5/+7
2021-05-10net: dsa: fix a crash if ->get_sset_count() failsDan Carpenter1-2/+3
2021-04-28net: selftest: fix build issue if INET is disabledOleksij Rempel1-1/+1
2021-04-27net: mscc: ocelot: support PTP Sync one-step timestampingYangbo Lu3-53/+17
2021-04-27net: dsa: free skb->cb usage in core driverYangbo Lu3-9/+9
2021-04-27net: dsa: no longer clone skb in core driverYangbo Lu1-11/+1
2021-04-27net: dsa: no longer identify PTP packet in core driverYangbo Lu1-10/+2
2021-04-27net: dsa: check tx timestamp request in core driverYangbo Lu1-0/+3
2021-04-21net: dsa: fix bridge support for drivers without port_bridge_flags callbackOleksij Rempel1-1/+1
2021-04-20net: dsa: Allow default tag protocol to be overridden from DTTobias Waldekranz1-17/+86
2021-04-20net: dsa: Only notify CPU ports of changes to the tag protocolTobias Waldekranz1-18/+7
2021-04-20net: dsa: enable selftest support for all switches by defaultOleksij Rempel2-0/+22
2021-04-16net: bridge: switchdev: include local flag in FDB notificationsVladimir Oltean1-1/+1
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle2-2/+2
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-7/+16
2021-03-29net: dsa: Fix type was not set for devlink portMaxim Kochetkov1-1/+7
2021-03-25net: dsa: Fix a typo in tag_rtl4_a.cLu Wei1-1/+1
2021-03-25net: dsa: only unset VLAN filtering when last port leaves last VLAN-aware bridgeVladimir Oltean1-6/+9
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+7
2021-03-24dsa: slave: add support for TC_SETUP_FTPablo Neira Ayuso1-1/+19
2021-03-24net: dsa: resolve forwarding path for dsa slave portsFelix Fietkau1-0/+16
2021-03-23net: dsa: sync up switchdev objects and port attributes when joining the bridgeVladimir Oltean3-2/+51
2021-03-23net: dsa: inherit the actual bridge port flags at join timeVladimir Oltean1-41/+82
2021-03-23net: dsa: pass extack to dsa_port_{bridge,lag}_joinVladimir Oltean3-7/+14
2021-03-23net: dsa: call dsa_port_bridge_join when joining a LAG that is already in a bridgeVladimir Oltean1-4/+18
2021-03-22net: dsa: don't assign an error value to tag_opsGeorge McCollister1-4/+7
2021-03-22dsa: simplify Kconfig symbols and dependenciesAlexander Lobakin1-7/+3
2021-03-18net: dsa: Add helper to resolve bridge port from DSA portTobias Waldekranz1-13/+1
2021-03-17net: dsa: tag_brcm: add support for legacy tagsÁlvaro Fernández Rojas2-3/+111
2021-03-16net: ocelot: Remove ocelot_xfh_get_cpuqHoratiu Vultur1-2/+0
2021-03-16net: ocelot: Extend MRPHoratiu Vultur1-6/+0