aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/ocelot (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-12net: dsa: tag_ocelot: convert to tagger-owned dataVladimir Oltean1-50/+14
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+4
2021-12-09net: dsa: felix: Fix memory leak in felix_setup_mmio_filteringJosé Expósito1-1/+4
2021-12-08net: dsa: add a "tx_fwd_offload" argument to ->port_bridge_joinVladimir Oltean1-1/+1
2021-12-08net: dsa: keep the bridge_dev and bridge_num as part of the same structureVladimir Oltean1-4/+4
2021-12-07net: dsa: felix: use kmemdup() to replace kmalloc + memcpyYihao Han1-5/+2
2021-12-07net: dsa: ocelot: felix: add interface for custom regmapsColin Foster4-2/+6
2021-12-07net: dsa: ocelot: felix: Remove requirement for PCS in felix devicesColin Foster1-1/+1
2021-12-07net: dsa: ocelot: remove unnecessary pci_bar variablesColin Foster2-8/+4
2021-11-29net: dsa: felix: fix flexible_array.cocci warningskernel test robot1-1/+1
2021-11-29net: dsa: ocelot: felix: utilize shared mscc-miim driver for indirect MDIO accessColin Foster2-93/+10
2021-11-29net: dsa: ocelot: seville: utilize of_mdiobus_registerColin Foster1-1/+2
2021-11-25net: dsa: felix: enable cut-through forwarding between ports by defaultVladimir Oltean2-2/+85
2021-11-18net: dsa: felix: restrict psfp rules on ingress portXiaoliang Yang1-30/+160
2021-11-18net: dsa: felix: use vcap policer to set flow meter for psfpXiaoliang Yang1-1/+31
2021-11-18net: mscc: ocelot: use index to set vcap policerXiaoliang Yang4-0/+22
2021-11-18net: dsa: felix: add stream gate settings for psfpXiaoliang Yang1-4/+213
2021-11-18net: dsa: felix: support psfp filter on vsc9959Xiaoliang Yang1-10/+433
2021-11-03net: dsa: felix: fix broken VLAN-tagged PTP under VLAN-aware bridgeVladimir Oltean1-6/+3
2021-10-24net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson2-10/+6
2021-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-12/+138
2021-10-12net: dsa: felix: break at first CPU port during init and teardownVladimir Oltean1-7/+12
2021-10-12net: dsa: felix: purge skb from TX timestamping queue if it cannot be sentVladimir Oltean1-0/+28
2021-10-12net: dsa: tag_ocelot_8021q: break circular dependency with ocelot switch libVladimir Oltean2-4/+93
2021-10-12net: mscc: ocelot: avoid overflowing the PTP timestamp FIFOVladimir Oltean1-1/+5
2021-09-24net: dsa: felix: accept "ethernet-ports" OF node nameVladimir Oltean1-1/+3
2021-09-19net: dsa: be compatible with masters which unregister on shutdownVladimir Oltean2-4/+36
2021-09-17net: update NXP copyright textVladimir Oltean3-3/+3
2021-08-20net: mscc: ocelot: transmit the VLAN filtering restrictions via extackVladimir Oltean1-1/+1
2021-08-20net: mscc: ocelot: transmit the "native VLAN" error via extackVladimir Oltean1-3/+5
2021-08-16net: mscc: ocelot: convert to phylinkVladimir Oltean2-85/+6
2021-08-16net: dsa: felix: stop calling ocelot_port_{enable,disable}Vladimir Oltean1-19/+0
2021-08-13ethernet: fix PTP_1588_CLOCK dependenciesArnd Bergmann1-0/+2
2021-07-20net: dsa: tag_8021q: absorb dsa_8021q_setup into dsa_tag_8021q_{,un}registerVladimir Oltean1-11/+1
2021-07-20net: dsa: make tag_8021q operations part of the coreVladimir Oltean1-7/+3
2021-07-20net: dsa: let the core manage the tag_8021q contextVladimir Oltean2-12/+11
2021-07-20net: dsa: tag_8021q: create dsa_tag_8021q_{register,unregister} helpersVladimir Oltean1-8/+4
2021-06-08net: dsa: felix: set TX flow control according to the phylink_mac_link_up resolutionVladimir Oltean1-0/+2
2021-06-07net: mscc: ocelot: check return value after calling platform_get_resource()Yang Yingliang1-0/+5
2021-05-10net: dsa: felix: re-enable TAS guard band modeMichael Walle1-5/+10
2021-04-27net: mscc: ocelot: convert to ocelot_port_txtstamp_request()Yangbo Lu1-8/+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-5/+8
2021-04-27net: dsa: no longer identify PTP packet in core driverYangbo Lu1-1/+1
2021-04-27net: dsa: check tx timestamp request in core driverYangbo Lu1-2/+1
2021-04-20net: dsa: felix: disable always guard band bit for TAS configXiaoliang Yang1-2/+6
2021-03-29net: mscc: ocelot: remove redundant dev_err call in vsc9959_mdio_bus_alloc()Guobin Huang1-3/+1
2021-03-23net: ocelot: replay switchdev events when joining bridgeVladimir Oltean1-1/+3
2021-02-16net: dsa: felix: Add support for MRPHoratiu Vultur1-0/+38
2021-02-16net: dsa: felix: perform teardown on error in felix_setupVladimir Oltean1-2/+19