summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/ocelot (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: felix: suppress -EPROBE_DEFER errorsMichael Walle2022-04-091-1/+1
* net: dsa: felix: fix possible NULL pointer dereferenceZheng Yongjun2022-03-301-0/+4
* net: dsa: felix: allow PHY_INTERFACE_MODE_INTERNAL on port 5Vladimir Oltean2022-03-211-0/+1
* net: dsa: felix: add port mirroring supportVladimir Oltean2022-03-181-0/+20
* net: dsa: felix: configure default-prio and dscp prioritiesVladimir Oltean2022-03-141-0/+43
* net: dsa: felix: avoid early deletion of host FDB entriesVladimir Oltean2022-03-091-0/+16
* net: dsa: felix: actually disable flooding towards NPI portVladimir Oltean2022-03-091-0/+9
* net: dsa: felix: drop "bool change" from felix_set_tag_protocolVladimir Oltean2022-03-091-39/+26
* net: dsa: felix: remove redundant assignment in felix_8021q_cpu_port_deinitVladimir Oltean2022-03-041-1/+0
* net: dsa: felix: print error message in felix_check_xtr_pkt()Vladimir Oltean2022-03-041-1/+5
* net: dsa: felix: initialize "err" to 0 in felix_check_xtr_pkt()Vladimir Oltean2022-03-041-1/+1
* net: dsa: felix: drop the ptp_type argument from felix_check_xtr_pkt()Vladimir Oltean2022-03-041-5/+2
* net: dsa: felix: remove ocelot->npi assignment from felix_8021q_cpu_port_initVladimir Oltean2022-03-041-1/+0
* net: dsa: felix: stop clearing CPU flooding in felix_setup_tag_8021qVladimir Oltean2022-03-031-10/+0
* net: dsa: felix: start off with flooding disabled on the CPU portVladimir Oltean2022-03-031-17/+0
* net: dsa: felix: migrate flood settings from NPI to tag_8021q CPU portVladimir Oltean2022-03-031-2/+45
* net: dsa: felix: migrate host FDB and MDB entries when changing tag protoVladimir Oltean2022-03-031-26/+145
* net: dsa: felix: remove prevalidate_phy_mode interfaceColin Foster2022-02-284-48/+63
* net: mscc: ocelot: enforce FDB isolation when VLAN-unawareVladimir Oltean2022-02-271-10/+53
* net: dsa: pass extack to .port_bridge_join driver methodsVladimir Oltean2022-02-271-1/+2
* net: dsa: request drivers to perform FDB isolationVladimir Oltean2022-02-271-6/+12
* net: dsa: tag_8021q: merge RX and TX VLANsVladimir Oltean2022-02-271-56/+64
* net: dsa: felix: delete workarounds present due to SVL tag_8021q bridgingVladimir Oltean2022-02-271-17/+2
* net: dsa: ocelot: mark as non-legacyRussell King (Oracle)2022-02-261-0/+6
* net: dsa: ocelot: convert to mac_select_pcs()Russell King (Oracle)2022-02-261-6/+8
* net: dsa: ocelot: remove interface checksRussell King (Oracle)2022-02-262-14/+0
* net: dsa: ocelot: populate supported_interfacesRussell King (Oracle)2022-02-261-0/+10
* net: dsa: felix: support FDB entries on offloaded LAG interfacesVladimir Oltean2022-02-251-0/+18
* net: dsa: create a dsa_lag structureVladimir Oltean2022-02-251-4/+4
* net: dsa: felix: update destinations of existing traps with ocelot-8021qVladimir Oltean2022-02-171-111/+76
* net: dsa: felix: remove dead code in felix_setup_mmio_filtering()Vladimir Oltean2022-02-171-5/+3
* net: dsa: felix: use DSA port iteration helpersVladimir Oltean2022-02-171-48/+27
* net: mscc: ocelot: consolidate cookie allocation for private VCAP rulesVladimir Oltean2022-02-171-5/+5
* net: dsa: seville: register the mdiobus under devresVladimir Oltean2022-02-091-2/+3
* net: dsa: felix: don't use devres for mdiobusVladimir Oltean2022-02-091-1/+3
* net: dsa: felix: add port fast age supportVladimir Oltean2022-01-081-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-081-5/+2
* | net: dsa: ocelot: felix: add interface for custom regmapsColin Foster2021-12-084-2/+6
* | net: dsa: ocelot: felix: Remove requirement for PCS in felix devicesColin Foster2021-12-081-1/+1
* | net: dsa: ocelot: remove unnecessary pci_bar variablesColin Foster2021-12-082-8/+4
* | net: dsa: felix: fix flexible_array.cocci warningskernel test robot2021-11-291-1/+1