summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/ocelot
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: seville: register the mdiobus under devresVladimir Oltean2022-02-081-2/+3
* net: dsa: felix: don't use devres for mdiobusVladimir Oltean2022-02-081-1/+3
* net: dsa: felix: add port fast age supportVladimir Oltean2022-01-071-0/+12
* net: dsa: seville: name change for clarity from pcs to mdio_deviceColin Foster2022-01-021-5/+5
* net: dsa: felix: name change for clarity from pcs to mdio_deviceColin Foster2022-01-021-5/+5
* net: phy: lynx: refactor Lynx PCS module to use generic phylink_pcsColin Foster2022-01-024-22/+25
* flow_offload: add index to flow_action_entry structureBaowen Zheng2021-12-191-2/+2
* net: dsa: tag_ocelot: convert to tagger-owned dataVladimir Oltean2021-12-121-50/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-091-1/+4
|\
| * net: dsa: felix: Fix memory leak in felix_setup_mmio_filteringJosé Expósito2021-12-091-1/+4
* | net: dsa: add a "tx_fwd_offload" argument to ->port_bridge_joinVladimir Oltean2021-12-081-1/+1
* | net: dsa: keep the bridge_dev and bridge_num as part of the same structureVladimir Oltean2021-12-081-4/+4
* | net: dsa: felix: use kmemdup() to replace kmalloc + memcpyYihao Han2021-12-071-5/+2
* | net: dsa: ocelot: felix: add interface for custom regmapsColin Foster2021-12-074-2/+6
* | net: dsa: ocelot: felix: Remove requirement for PCS in felix devicesColin Foster2021-12-071-1/+1
* | net: dsa: ocelot: remove unnecessary pci_bar variablesColin Foster2021-12-072-8/+4
* | net: dsa: felix: fix flexible_array.cocci warningskernel test robot2021-11-291-1/+1
* | net: dsa: ocelot: felix: utilize shared mscc-miim driver for indirect MDIO ac...Colin Foster2021-11-292-93/+10
* | net: dsa: ocelot: seville: utilize of_mdiobus_registerColin Foster2021-11-291-1/+2
* | net: dsa: felix: enable cut-through forwarding between ports by defaultVladimir Oltean2021-11-252-2/+85
* | net: dsa: felix: restrict psfp rules on ingress portXiaoliang Yang2021-11-181-30/+160
* | net: dsa: felix: use vcap policer to set flow meter for psfpXiaoliang Yang2021-11-181-1/+31
* | net: mscc: ocelot: use index to set vcap policerXiaoliang Yang2021-11-184-0/+22
* | net: dsa: felix: add stream gate settings for psfpXiaoliang Yang2021-11-181-4/+213
* | net: dsa: felix: support psfp filter on vsc9959Xiaoliang Yang2021-11-181-10/+433
|/
* net: dsa: felix: fix broken VLAN-tagged PTP under VLAN-aware bridgeVladimir Oltean2021-11-031-6/+3
* net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson2021-10-242-10/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-142-12/+138
|\
| * net: dsa: felix: break at first CPU port during init and teardownVladimir Oltean2021-10-121-7/+12
| * net: dsa: felix: purge skb from TX timestamping queue if it cannot be sentVladimir Oltean2021-10-121-0/+28
| * net: dsa: tag_ocelot_8021q: break circular dependency with ocelot switch libVladimir Oltean2021-10-122-4/+93
| * net: mscc: ocelot: avoid overflowing the PTP timestamp FIFOVladimir Oltean2021-10-121-1/+5
* | net: dsa: felix: accept "ethernet-ports" OF node nameVladimir Oltean2021-09-241-1/+3
|/
* net: dsa: be compatible with masters which unregister on shutdownVladimir Oltean2021-09-192-4/+36
* net: update NXP copyright textVladimir Oltean2021-09-173-3/+3
* net: mscc: ocelot: transmit the VLAN filtering restrictions via extackVladimir Oltean2021-08-201-1/+1
* net: mscc: ocelot: transmit the "native VLAN" error via extackVladimir Oltean2021-08-201-3/+5
* net: mscc: ocelot: convert to phylinkVladimir Oltean2021-08-162-85/+6
* net: dsa: felix: stop calling ocelot_port_{enable,disable}Vladimir Oltean2021-08-161-19/+0
* ethernet: fix PTP_1588_CLOCK dependenciesArnd Bergmann2021-08-131-0/+2
* net: dsa: tag_8021q: absorb dsa_8021q_setup into dsa_tag_8021q_{,un}registerVladimir Oltean2021-07-201-11/+1
* net: dsa: make tag_8021q operations part of the coreVladimir Oltean2021-07-201-7/+3
* net: dsa: let the core manage the tag_8021q contextVladimir Oltean2021-07-202-12/+11
* net: dsa: tag_8021q: create dsa_tag_8021q_{register,unregister} helpersVladimir Oltean2021-07-201-8/+4
* net: dsa: felix: set TX flow control according to the phylink_mac_link_up res...Vladimir Oltean2021-06-081-0/+2
* net: mscc: ocelot: check return value after calling platform_get_resource()Yang Yingliang2021-06-071-0/+5
* net: dsa: felix: re-enable TAS guard band modeMichael Walle2021-05-101-5/+10
* net: mscc: ocelot: convert to ocelot_port_txtstamp_request()Yangbo Lu2021-04-271-8/+7
* net: dsa: free skb->cb usage in core driverYangbo Lu2021-04-271-1/+1
* net: dsa: no longer clone skb in core driverYangbo Lu2021-04-271-5/+8