summaryrefslogtreecommitdiffstats
path: root/net/dsa
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: replay the local bridge FDB entries pointing to the bridge dev tooVladimir Oltean2021-06-291-0/+12
* net: dsa: ensure during dsa_fdb_offload_notify that dev_hold and dev_put are ...Vladimir Oltean2021-06-292-5/+5
* net: dsa: include fdb entries pointing to bridge in the host fdb listVladimir Oltean2021-06-291-2/+11
* net: dsa: include bridge addresses which are local in the host fdb listTobias Waldekranz2021-06-291-5/+13
* net: dsa: sync static FDB entries on foreign interfaces to hardwareVladimir Oltean2021-06-291-4/+8
* net: dsa: install the host MDB and FDB entries in the master's RX filterVladimir Oltean2021-06-291-0/+24
* net: dsa: reference count the FDB addresses at the cross-chip notifier levelVladimir Oltean2021-06-292-7/+87
* net: dsa: introduce a separate cross-chip notifier type for host FDBsVladimir Oltean2021-06-294-5/+90
* net: dsa: reference count the MDB entries at the cross-chip notifier levelVladimir Oltean2021-06-292-9/+103
* net: dsa: introduce a separate cross-chip notifier type for host MDBsVladimir Oltean2021-06-294-8/+92
* net: dsa: delete dsa_legacy_fdb_add and dsa_legacy_fdb_delVladimir Oltean2021-06-291-23/+0
* net: dsa: replay a deletion of switchdev objects for ports leaving a bridged LAGVladimir Oltean2021-06-283-2/+102
* net: dsa: refactor the prechangeupper sanity checks into a dedicated functionVladimir Oltean2021-06-281-15/+29
* net: bridge: allow the switchdev replay functions to be called for deletionVladimir Oltean2021-06-281-7/+6
* net: bridge: ignore switchdev events for LAG ports which didn't request replayVladimir Oltean2021-06-282-3/+12
* net: switchdev: add a context void pointer to struct switchdev_notifier_infoVladimir Oltean2021-06-281-3/+3
* net: dsa: remove cross-chip support from the MRP notifiersVladimir Oltean2021-06-211-48/+7
* net: dsa: targeted MTU notifiers should only match on one portVladimir Oltean2021-06-214-11/+15
* net: dsa: calculate the largest_mtu across all ports in the treeVladimir Oltean2021-06-211-6/+7
* net: dsa: execute dsa_switch_mdb_add only for routing port in cross-chip topo...Vladimir Oltean2021-06-211-23/+2
* net: dsa: export the dsa_port_is_{user,cpu,dsa} helpersVladimir Oltean2021-06-211-15/+0
* net: dsa: assert uniqueness of dsa,member propertiesVladimir Oltean2021-06-211-0/+7
* net: dsa: dsa_slave_phy_connect(): extend phy's flags with port specific phy ...Oleksij Rempel2021-06-141-2/+5
* net: dsa: sja1105: implement TX timestamping for SJA1110Vladimir Oltean2021-06-111-0/+52
* net: dsa: add support for the SJA1110 native tagging protocolVladimir Oltean2021-06-111-2/+219
* net: dsa: sja1105: make SJA1105_SKB_CB fit a full timestampVladimir Oltean2021-06-111-1/+1
* net: dsa: tag_8021q: refactor RX VLAN parsing into a dedicated functionVladimir Oltean2021-06-113-38/+36
* net: dsa: tag_sja1105: stop resetting network and transport headersVladimir Oltean2021-06-111-2/+0
* net: dsa: generalize overhead for taggers that use both headers and trailersVladimir Oltean2021-06-1118-35/+34
* net: dsa: tag_8021q: fix the VLAN IDs used for encoding sub-VLANsVladimir Oltean2021-06-011-1/+1
* net: dsa: fix error code getting shifted with 4 in dsa_slave_get_sset_countVladimir Oltean2021-05-101-5/+7
* net: dsa: fix a crash if ->get_sset_count() failsDan Carpenter2021-05-101-2/+3
* net: selftest: fix build issue if INET is disabledOleksij Rempel2021-04-281-1/+1
* net: mscc: ocelot: support PTP Sync one-step timestampingYangbo Lu2021-04-273-53/+17
* net: dsa: free skb->cb usage in core driverYangbo Lu2021-04-273-9/+9
* net: dsa: no longer clone skb in core driverYangbo Lu2021-04-271-11/+1
* net: dsa: no longer identify PTP packet in core driverYangbo Lu2021-04-271-10/+2
* net: dsa: check tx timestamp request in core driverYangbo Lu2021-04-271-0/+3
* net: dsa: fix bridge support for drivers without port_bridge_flags callbackOleksij Rempel2021-04-211-1/+1
* net: dsa: Allow default tag protocol to be overridden from DTTobias Waldekranz2021-04-201-17/+86
* net: dsa: Only notify CPU ports of changes to the tag protocolTobias Waldekranz2021-04-201-18/+7
* net: dsa: enable selftest support for all switches by defaultOleksij Rempel2021-04-202-0/+22
* net: bridge: switchdev: include local flag in FDB notificationsVladimir Oltean2021-04-161-1/+1
* of: net: pass the dst buffer to of_get_mac_address()Michael Walle2021-04-132-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-092-7/+16
|\
| * net: dsa: Fix type was not set for devlink portMaxim Kochetkov2021-03-291-1/+7
| * net: dsa: only unset VLAN filtering when last port leaves last VLAN-aware bridgeVladimir Oltean2021-03-251-6/+9
* | net: dsa: Fix a typo in tag_rtl4_a.cLu Wei2021-03-251-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-03-251-4/+7
|\|
| * net: dsa: don't assign an error value to tag_opsGeorge McCollister2021-03-221-4/+7