summaryrefslogtreecommitdiffstats
path: root/net/dsa
AgeCommit message (Expand)Author
2021-09-15net: dsa: don't disable multicast flooding to the CPU even without an IGMP qu...Vladimir Oltean
2021-09-15net: dsa: stop syncing the bridge mcast_router attribute at join timeVladimir Oltean
2021-09-15net: dsa: tag_sja1105: optionally build as module when switch driver is modul...Vladimir Oltean
2021-09-15net: dsa: build tag_8021q.c as part of DSA coreVladimir Oltean
2021-08-10net: switchdev: zero-initialize struct switchdev_notifier_fdb_info emitted by...Vladimir Oltean
2021-07-21net: dsa: tag_ksz: dont let the hardware process the layer 4 checksumLino Sanfilippo
2021-07-21net: dsa: ensure linearized SKBs in case of tail taggersLino Sanfilippo
2021-07-13net: dsa: properly check for the bridge_leave methods in dsa_switch_bridge_le...Vladimir Oltean
2021-07-01net: dsa: return -EOPNOTSUPP when driver does not implement .port_lag_joinVladimir Oltean
2021-06-29net: dsa: replay the local bridge FDB entries pointing to the bridge dev tooVladimir Oltean
2021-06-29net: dsa: ensure during dsa_fdb_offload_notify that dev_hold and dev_put are ...Vladimir Oltean
2021-06-29net: dsa: include fdb entries pointing to bridge in the host fdb listVladimir Oltean
2021-06-29net: dsa: include bridge addresses which are local in the host fdb listTobias Waldekranz
2021-06-29net: dsa: sync static FDB entries on foreign interfaces to hardwareVladimir Oltean
2021-06-29net: dsa: install the host MDB and FDB entries in the master's RX filterVladimir Oltean
2021-06-29net: dsa: reference count the FDB addresses at the cross-chip notifier levelVladimir Oltean
2021-06-29net: dsa: introduce a separate cross-chip notifier type for host FDBsVladimir Oltean
2021-06-29net: dsa: reference count the MDB entries at the cross-chip notifier levelVladimir Oltean
2021-06-29net: dsa: introduce a separate cross-chip notifier type for host MDBsVladimir Oltean
2021-06-29net: dsa: delete dsa_legacy_fdb_add and dsa_legacy_fdb_delVladimir Oltean
2021-06-28net: dsa: replay a deletion of switchdev objects for ports leaving a bridged LAGVladimir Oltean
2021-06-28net: dsa: refactor the prechangeupper sanity checks into a dedicated functionVladimir Oltean
2021-06-28net: bridge: allow the switchdev replay functions to be called for deletionVladimir Oltean
2021-06-28net: bridge: ignore switchdev events for LAG ports which didn't request replayVladimir Oltean
2021-06-28net: switchdev: add a context void pointer to struct switchdev_notifier_infoVladimir Oltean
2021-06-21net: dsa: remove cross-chip support from the MRP notifiersVladimir Oltean
2021-06-21net: dsa: targeted MTU notifiers should only match on one portVladimir Oltean
2021-06-21net: dsa: calculate the largest_mtu across all ports in the treeVladimir Oltean
2021-06-21net: dsa: execute dsa_switch_mdb_add only for routing port in cross-chip topo...Vladimir Oltean
2021-06-21net: dsa: export the dsa_port_is_{user,cpu,dsa} helpersVladimir Oltean
2021-06-21net: dsa: assert uniqueness of dsa,member propertiesVladimir Oltean
2021-06-14net: dsa: dsa_slave_phy_connect(): extend phy's flags with port specific phy ...Oleksij Rempel
2021-06-11net: dsa: sja1105: implement TX timestamping for SJA1110Vladimir Oltean
2021-06-11net: dsa: add support for the SJA1110 native tagging protocolVladimir Oltean
2021-06-11net: dsa: sja1105: make SJA1105_SKB_CB fit a full timestampVladimir Oltean
2021-06-11net: dsa: tag_8021q: refactor RX VLAN parsing into a dedicated functionVladimir Oltean
2021-06-11net: dsa: tag_sja1105: stop resetting network and transport headersVladimir Oltean
2021-06-11net: dsa: generalize overhead for taggers that use both headers and trailersVladimir Oltean
2021-06-01net: dsa: tag_8021q: fix the VLAN IDs used for encoding sub-VLANsVladimir Oltean
2021-05-10net: dsa: fix error code getting shifted with 4 in dsa_slave_get_sset_countVladimir Oltean
2021-05-10net: dsa: fix a crash if ->get_sset_count() failsDan Carpenter
2021-04-28net: selftest: fix build issue if INET is disabledOleksij Rempel
2021-04-27net: mscc: ocelot: support PTP Sync one-step timestampingYangbo Lu
2021-04-27net: dsa: free skb->cb usage in core driverYangbo Lu
2021-04-27net: dsa: no longer clone skb in core driverYangbo Lu
2021-04-27net: dsa: no longer identify PTP packet in core driverYangbo Lu
2021-04-27net: dsa: check tx timestamp request in core driverYangbo Lu
2021-04-21net: dsa: fix bridge support for drivers without port_bridge_flags callbackOleksij Rempel
2021-04-20net: dsa: Allow default tag protocol to be overridden from DTTobias Waldekranz
2021-04-20net: dsa: Only notify CPU ports of changes to the tag protocolTobias Waldekranz