aboutsummaryrefslogtreecommitdiff
path: root/net/dsa
AgeCommit message (Expand)AuthorFilesLines
2021-08-10net: switchdev: zero-initialize struct switchdev_notifier_fdb_info emitted by...Gravatar Vladimir Oltean 1-1/+1
2021-07-21net: dsa: tag_ksz: dont let the hardware process the layer 4 checksumGravatar Lino Sanfilippo 1-0/+9
2021-07-21net: dsa: ensure linearized SKBs in case of tail taggersGravatar Lino Sanfilippo 1-5/+9
2021-07-13net: dsa: properly check for the bridge_leave methods in dsa_switch_bridge_le...Gravatar Vladimir Oltean 1-2/+2
2021-07-01net: dsa: return -EOPNOTSUPP when driver does not implement .port_lag_joinGravatar Vladimir Oltean 1-2/+2
2021-06-29net: dsa: replay the local bridge FDB entries pointing to the bridge dev tooGravatar Vladimir Oltean 1-0/+12
2021-06-29net: dsa: ensure during dsa_fdb_offload_notify that dev_hold and dev_put are ...Gravatar Vladimir Oltean 2-5/+5
2021-06-29net: dsa: include fdb entries pointing to bridge in the host fdb listGravatar Vladimir Oltean 1-2/+11
2021-06-29net: dsa: include bridge addresses which are local in the host fdb listGravatar Tobias Waldekranz 1-5/+13
2021-06-29net: dsa: sync static FDB entries on foreign interfaces to hardwareGravatar Vladimir Oltean 1-4/+8
2021-06-29net: dsa: install the host MDB and FDB entries in the master's RX filterGravatar Vladimir Oltean 1-0/+24
2021-06-29net: dsa: reference count the FDB addresses at the cross-chip notifier levelGravatar Vladimir Oltean 2-7/+87
2021-06-29net: dsa: introduce a separate cross-chip notifier type for host FDBsGravatar Vladimir Oltean 4-5/+90
2021-06-29net: dsa: reference count the MDB entries at the cross-chip notifier levelGravatar Vladimir Oltean 2-9/+103
2021-06-29net: dsa: introduce a separate cross-chip notifier type for host MDBsGravatar Vladimir Oltean 4-8/+92
2021-06-29net: dsa: delete dsa_legacy_fdb_add and dsa_legacy_fdb_delGravatar Vladimir Oltean 1-23/+0
2021-06-28net: dsa: replay a deletion of switchdev objects for ports leaving a bridged LAGGravatar Vladimir Oltean 3-2/+102
2021-06-28net: dsa: refactor the prechangeupper sanity checks into a dedicated functionGravatar Vladimir Oltean 1-15/+29
2021-06-28net: bridge: allow the switchdev replay functions to be called for deletionGravatar Vladimir Oltean 1-7/+6
2021-06-28net: bridge: ignore switchdev events for LAG ports which didn't request replayGravatar Vladimir Oltean 2-3/+12
2021-06-28net: switchdev: add a context void pointer to struct switchdev_notifier_infoGravatar Vladimir Oltean 1-3/+3
2021-06-21net: dsa: remove cross-chip support from the MRP notifiersGravatar Vladimir Oltean 1-48/+7
2021-06-21net: dsa: targeted MTU notifiers should only match on one portGravatar Vladimir Oltean 4-11/+15
2021-06-21net: dsa: calculate the largest_mtu across all ports in the treeGravatar Vladimir Oltean 1-6/+7
2021-06-21net: dsa: execute dsa_switch_mdb_add only for routing port in cross-chip topo...Gravatar Vladimir Oltean 1-23/+2
2021-06-21net: dsa: export the dsa_port_is_{user,cpu,dsa} helpersGravatar Vladimir Oltean 1-15/+0
2021-06-21net: dsa: assert uniqueness of dsa,member propertiesGravatar Vladimir Oltean 1-0/+7
2021-06-14net: dsa: dsa_slave_phy_connect(): extend phy's flags with port specific phy ...Gravatar Oleksij Rempel 1-2/+5
2021-06-11net: dsa: sja1105: implement TX timestamping for SJA1110Gravatar Vladimir Oltean 1-0/+52
2021-06-11net: dsa: add support for the SJA1110 native tagging protocolGravatar Vladimir Oltean 1-2/+219
2021-06-11net: dsa: sja1105: make SJA1105_SKB_CB fit a full timestampGravatar Vladimir Oltean 1-1/+1
2021-06-11net: dsa: tag_8021q: refactor RX VLAN parsing into a dedicated functionGravatar Vladimir Oltean 3-38/+36
2021-06-11net: dsa: tag_sja1105: stop resetting network and transport headersGravatar Vladimir Oltean 1-2/+0
2021-06-11net: dsa: generalize overhead for taggers that use both headers and trailersGravatar Vladimir Oltean 18-35/+34
2021-06-01net: dsa: tag_8021q: fix the VLAN IDs used for encoding sub-VLANsGravatar Vladimir Oltean 1-1/+1
2021-05-10net: dsa: fix error code getting shifted with 4 in dsa_slave_get_sset_countGravatar Vladimir Oltean 1-5/+7
2021-05-10net: dsa: fix a crash if ->get_sset_count() failsGravatar Dan Carpenter 1-2/+3
2021-04-28net: selftest: fix build issue if INET is disabledGravatar Oleksij Rempel 1-1/+1
2021-04-27net: mscc: ocelot: support PTP Sync one-step timestampingGravatar Yangbo Lu 3-53/+17
2021-04-27net: dsa: free skb->cb usage in core driverGravatar Yangbo Lu 3-9/+9
2021-04-27net: dsa: no longer clone skb in core driverGravatar Yangbo Lu 1-11/+1
2021-04-27net: dsa: no longer identify PTP packet in core driverGravatar Yangbo Lu 1-10/+2
2021-04-27net: dsa: check tx timestamp request in core driverGravatar Yangbo Lu 1-0/+3
2021-04-21net: dsa: fix bridge support for drivers without port_bridge_flags callbackGravatar Oleksij Rempel 1-1/+1
2021-04-20net: dsa: Allow default tag protocol to be overridden from DTGravatar Tobias Waldekranz 1-17/+86
2021-04-20net: dsa: Only notify CPU ports of changes to the tag protocolGravatar Tobias Waldekranz 1-18/+7
2021-04-20net: dsa: enable selftest support for all switches by defaultGravatar Oleksij Rempel 2-0/+22
2021-04-16net: bridge: switchdev: include local flag in FDB notificationsGravatar Vladimir Oltean 1-1/+1
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Gravatar Michael Walle 2-2/+2
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 2-7/+16