aboutsummaryrefslogtreecommitdiffstats
path: root/net/dsa/slave.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-08net: dsa: keep the bridge_dev and bridge_num as part of the same structureVladimir Oltean1-1/+1
2021-12-08net: dsa: rename dsa_port_offloads_bridge to dsa_port_offloads_bridge_devVladimir Oltean1-9/+9
2021-12-08net: dsa: hide dp->bridge_dev and dp->bridge_num in the core behind helpersVladimir Oltean1-6/+7
2021-12-01net: dsa: consolidate phylink creationRussell King (Oracle)1-16/+3
2021-11-01net: dsa: populate supported_interfaces memberMarek Behún1-0/+4
2021-10-27net: switchdev: merge switchdev_handle_fdb_{add,del}_to_deviceVladimir Oltean1-33/+8
2021-10-26net: dsa: stop calling dev_hold in dsa_slave_fdb_eventVladimir Oltean1-3/+0
2021-10-25net: dsa: drop rtnl_lock from dsa_slave_switchdev_event_workVladimir Oltean1-2/+0
2021-10-25Revert "Merge branch 'dsa-rtnl'"David S. Miller1-0/+2
2021-10-24net: dsa: drop rtnl_lock from dsa_slave_switchdev_event_workVladimir Oltean1-2/+0
2021-10-21net: dsa: remove the "dsa_to_port in a loop" antipattern from the coreVladimir Oltean1-1/+1
2021-10-18net: dsa: allow reporting of standard ethtool stats for slave devicesAlvin Šipraga1-0/+34
2021-10-02net: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski1-2/+2
2021-09-15net: dsa: destroy the phylink instance on any error in dsa_slave_phy_setupVladimir Oltean1-7/+5
2021-08-24net: dsa: let drivers state that they need VLAN filtering while standaloneVladimir Oltean1-4/+8
2021-08-24net: dsa: don't advertise 'rx-vlan-filter' when not neededVladimir Oltean1-3/+69
2021-08-24net: dsa: properly fall back to software bridgingVladimir Oltean1-0/+5
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-08-10net: switchdev: zero-initialize struct switchdev_notifier_fdb_info emitted by drivers towards the bridgeVladimir Oltean1-1/+1
2021-08-08net: dsa: don't fast age standalone portsVladimir Oltean1-1/+1
2021-08-06net: dsa: don't disable multicast flooding to the CPU even without an IGMP querierVladimir Oltean1-6/+0
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-5/+9
2021-07-22net: bridge: move the switchdev object replay helpers to "push" modeVladimir Oltean1-7/+3
2021-07-21net: dsa: ensure linearized SKBs in case of tail taggersLino Sanfilippo1-5/+9
2021-07-20net: dsa: use switchdev_handle_fdb_{add,del}_to_deviceVladimir Oltean1-102/+97
2021-07-20net: switchdev: introduce helper for checking dynamically learned FDB entriesVladimir Oltean1-1/+1
2021-06-29net: dsa: ensure during dsa_fdb_offload_notify that dev_hold and dev_put are on the same devVladimir Oltean1-5/+4
2021-06-29net: dsa: include fdb entries pointing to bridge in the host fdb listVladimir Oltean1-2/+11
2021-06-29net: dsa: include bridge addresses which are local in the host fdb listTobias Waldekranz1-5/+13
2021-06-29net: dsa: sync static FDB entries on foreign interfaces to hardwareVladimir Oltean1-4/+8
2021-06-29net: dsa: introduce a separate cross-chip notifier type for host FDBsVladimir Oltean1-5/+16
2021-06-29net: dsa: introduce a separate cross-chip notifier type for host MDBsVladimir Oltean1-8/+2
2021-06-29net: dsa: delete dsa_legacy_fdb_add and dsa_legacy_fdb_delVladimir Oltean1-23/+0
2021-06-28net: dsa: replay a deletion of switchdev objects for ports leaving a bridged LAGVladimir Oltean1-0/+55
2021-06-28net: dsa: refactor the prechangeupper sanity checks into a dedicated functionVladimir Oltean1-15/+29
2021-06-28net: bridge: ignore switchdev events for LAG ports which didn't request replayVladimir Oltean1-0/+9
2021-06-28net: switchdev: add a context void pointer to struct switchdev_notifier_infoVladimir Oltean1-3/+3
2021-06-21net: dsa: targeted MTU notifiers should only match on one portVladimir Oltean1-4/+5
2021-06-21net: dsa: calculate the largest_mtu across all ports in the treeVladimir Oltean1-6/+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: generalize overhead for taggers that use both headers and trailersVladimir Oltean1-6/+4
2021-05-10net: dsa: fix error code getting shifted with 4 in dsa_slave_get_sset_countVladimir Oltean1-5/+7
2021-04-27net: dsa: free skb->cb usage in core driverYangbo Lu1-1/+1
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-20net: dsa: enable selftest support for all switches by defaultOleksij Rempel1-0/+21
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 Walle1-1/+1