aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/ocelot
AgeCommit message (Expand)Author
2022-02-08net: dsa: seville: register the mdiobus under devresVladimir Oltean
2022-02-08net: dsa: felix: don't use devres for mdiobusVladimir Oltean
2022-01-07net: dsa: felix: add port fast age supportVladimir Oltean
2022-01-02net: dsa: seville: name change for clarity from pcs to mdio_deviceColin Foster
2022-01-02net: dsa: felix: name change for clarity from pcs to mdio_deviceColin Foster
2022-01-02net: phy: lynx: refactor Lynx PCS module to use generic phylink_pcsColin Foster
2021-12-19flow_offload: add index to flow_action_entry structureBaowen Zheng
2021-12-12net: dsa: tag_ocelot: convert to tagger-owned dataVladimir Oltean
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-09net: dsa: felix: Fix memory leak in felix_setup_mmio_filteringJosé Expósito
2021-12-08net: dsa: add a "tx_fwd_offload" argument to ->port_bridge_joinVladimir Oltean
2021-12-08net: dsa: keep the bridge_dev and bridge_num as part of the same structureVladimir Oltean
2021-12-07net: dsa: felix: use kmemdup() to replace kmalloc + memcpyYihao Han
2021-12-07net: dsa: ocelot: felix: add interface for custom regmapsColin Foster
2021-12-07net: dsa: ocelot: felix: Remove requirement for PCS in felix devicesColin Foster
2021-12-07net: dsa: ocelot: remove unnecessary pci_bar variablesColin Foster
2021-11-29net: dsa: felix: fix flexible_array.cocci warningskernel test robot
2021-11-29net: dsa: ocelot: felix: utilize shared mscc-miim driver for indirect MDIO ac...Colin Foster
2021-11-29net: dsa: ocelot: seville: utilize of_mdiobus_registerColin Foster
2021-11-25net: dsa: felix: enable cut-through forwarding between ports by defaultVladimir Oltean
2021-11-18net: dsa: felix: restrict psfp rules on ingress portXiaoliang Yang
2021-11-18net: dsa: felix: use vcap policer to set flow meter for psfpXiaoliang Yang
2021-11-18net: mscc: ocelot: use index to set vcap policerXiaoliang Yang
2021-11-18net: dsa: felix: add stream gate settings for psfpXiaoliang Yang
2021-11-18net: dsa: felix: support psfp filter on vsc9959Xiaoliang Yang
2021-11-03net: dsa: felix: fix broken VLAN-tagged PTP under VLAN-aware bridgeVladimir Oltean
2021-10-24net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson
2021-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-10-12net: dsa: felix: break at first CPU port during init and teardownVladimir Oltean
2021-10-12net: dsa: felix: purge skb from TX timestamping queue if it cannot be sentVladimir Oltean
2021-10-12net: dsa: tag_ocelot_8021q: break circular dependency with ocelot switch libVladimir Oltean
2021-10-12net: mscc: ocelot: avoid overflowing the PTP timestamp FIFOVladimir Oltean
2021-09-24net: dsa: felix: accept "ethernet-ports" OF node nameVladimir Oltean
2021-09-19net: dsa: be compatible with masters which unregister on shutdownVladimir Oltean
2021-09-17net: update NXP copyright textVladimir Oltean
2021-08-20net: mscc: ocelot: transmit the VLAN filtering restrictions via extackVladimir Oltean
2021-08-20net: mscc: ocelot: transmit the "native VLAN" error via extackVladimir Oltean
2021-08-16net: mscc: ocelot: convert to phylinkVladimir Oltean
2021-08-16net: dsa: felix: stop calling ocelot_port_{enable,disable}Vladimir Oltean
2021-08-13ethernet: fix PTP_1588_CLOCK dependenciesArnd Bergmann
2021-07-20net: dsa: tag_8021q: absorb dsa_8021q_setup into dsa_tag_8021q_{,un}registerVladimir Oltean
2021-07-20net: dsa: make tag_8021q operations part of the coreVladimir Oltean
2021-07-20net: dsa: let the core manage the tag_8021q contextVladimir Oltean
2021-07-20net: dsa: tag_8021q: create dsa_tag_8021q_{register,unregister} helpersVladimir Oltean
2021-06-08net: dsa: felix: set TX flow control according to the phylink_mac_link_up res...Vladimir Oltean
2021-06-07net: mscc: ocelot: check return value after calling platform_get_resource()Yang Yingliang
2021-05-10net: dsa: felix: re-enable TAS guard band modeMichael Walle
2021-04-27net: mscc: ocelot: convert to ocelot_port_txtstamp_request()Yangbo 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