summaryrefslogtreecommitdiff
path: root/drivers/net/dsa/ocelot/felix.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-04net: dsa: felix: don't deinitialize unused portsVladimir Oltean1-1/+5
2021-03-04net: dsa: felix: perform teardown in reverse order of setupVladimir Oltean1-5/+5
2021-02-17net: dsa: felix: implement port flushing on .phylink_mac_link_downVladimir Oltean1-1/+16
2020-12-06net: mscc: ocelot: fix dropping of unknown IPv4 multicast on SevilleVladimir Oltean1-7/+0
2020-10-05net: dsa: propagate switchdev vlan_filtering prepare phase to driversVladimir Oltean1-4/+3
2020-10-03net: mscc: ocelot: introduce conversion helpers between port and netdevVladimir Oltean1-0/+22
2020-09-30net: mscc: ocelot: generalize existing code for VCAPVladimir Oltean1-2/+0
2020-09-27net: dsa: tag_ocelot: use a short prefix on both ingress and egressVladimir Oltean1-3/+3
2020-09-27net: mscc: ocelot: move NPI port configuration to DSAVladimir Oltean1-4/+25
2020-09-25net: mscc: ocelot: always pass skb clone to ocelot_port_add_txtstamp_skbVladimir Oltean1-1/+4
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+7
2020-09-19net: dsa: seville: build as separate moduleVladimir Oltean1-26/+0
2020-09-19net: dsa: felix: move the PTP clock structure to felix_vsc9959.cVladimir Oltean1-18/+1
2020-09-19net: dsa: felix: replace tabs with spacesVladimir Oltean1-1/+1
2020-09-18net: mscc: ocelot: deinitialize only initialized portsVladimir Oltean1-0/+3
2020-09-18net: mscc: ocelot: error checking when calling ocelot_init()Vladimir Oltean1-1/+4
2020-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2020-08-31net: dsa: ocelot: use the Lynx PCS helpers in Felix and SevilleIoana Ciornei1-24/+4
2020-08-25net: ocelot: Add of_node_put() before return statementSumera Priyadarsini1-0/+1
2020-07-14net: dsa: felix: introduce support for Seville VSC9953 switchMaxim Kochetkov1-1/+13
2020-07-14net: dsa: felix: move probing to felix_vsc9959.cVladimir Oltean1-177/+18
2020-07-14net: dsa: felix: create a template for the DSA tags on xmitVladimir Oltean1-0/+13
2020-07-14net: mscc: ocelot: convert QSYS_SWITCH_PORT_MODE and SYS_PORT_MODE to regfieldsVladimir Oltean1-6/+3
2020-07-14net: mscc: ocelot: convert port registers to regmapVladimir Oltean1-6/+7
2020-07-06net: dsa: felix: use resolved link config in mac_link_up()Vladimir Oltean1-37/+39
2020-07-06net: dsa: felix: delete .phylink_mac_an_restart codeVladimir Oltean1-10/+0
2020-07-06net: dsa: felix: set proper pause frame timers based on link speedVladimir Oltean1-4/+23
2020-07-06net: dsa: felix: unconditionally configure MAC speed to 1000MbpsVladimir Oltean1-2/+7
2020-07-06net: dsa: felix: support half-duplex link modesVladimir Oltean1-1/+3
2020-06-30net:qos: police action offloading parameter 'burst' change to the original valuePo Liu1-3/+1
2020-06-23net: dsa: felix: call port mdb operations from ocelotVladimir Oltean1-0/+26
2020-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+6
2020-05-27net: dsa: felix: send VLANs on CPU port as egress-taggedVladimir Oltean1-2/+6
2020-05-27net: dsa: felix: accept VLAN config regardless of bridge VLAN awareness stateVladimir Oltean1-0/+1
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-12/+11
2020-05-23felix: Fix initialization of ioremap resourcesClaudiu Manoil1-12/+11
2020-05-13net: dsa: felix: Configure Time-Aware Scheduler via taprio offloadXiaoliang Yang1-0/+19
2020-05-13net: dsa: felix: qos classified based on pcpXiaoliang Yang1-0/+26
2020-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2020-05-07net: dsa: ocelot: the MAC table on Felix is twice as largeVladimir Oltean1-0/+1
2020-05-04net: dsa: felix: allow the device to be disabledMichael Walle1-0/+5
2020-04-23net: dsa: felix: allow flooding for all traffic classesXiaoliang Yang1-0/+7
2020-04-22net: dsa: felix: enable PTP programmable pinYangbo Lu1-2/+4
2020-04-22net: mscc: ocelot: move ocelot ptp clock code out of ocelot.cYangbo Lu1-0/+25
2020-04-15net: mscc: ocelot: fix untagged packet drops when enslaving to vlan aware bridgeVladimir Oltean1-4/+1
2020-03-30net: dsa: felix: add port policersVladimir Oltean1-0/+24
2020-03-28net: dsa: felix: support changing the MTUVladimir Oltean1-0/+19
2020-03-05net: dsa: felix: Allow unknown unicast traffic towards the CPU port moduleVladimir Oltean1-0/+9
2020-03-05net: mscc: ocelot: eliminate confusion between CPU and NPI portVladimir Oltean1-3/+4
2020-03-04net: dsa: felix: Wire up the ocelot cls_flower methodsVladimir Oltean1-0/+31