summaryrefslogtreecommitdiff
path: root/drivers/net/dsa/ocelot/felix.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-28net: mscc: ocelot: convert to ocelot_port_txtstamp_request()Yangbo Lu1-8/+7
2021-04-28net: dsa: free skb->cb usage in core driverYangbo Lu1-1/+1
2021-04-28net: dsa: no longer clone skb in core driverYangbo Lu1-5/+8
2021-04-28net: dsa: no longer identify PTP packet in core driverYangbo Lu1-1/+1
2021-04-28net: dsa: check tx timestamp request in core driverYangbo Lu1-2/+1
2021-03-24net: ocelot: replay switchdev events when joining bridgeVladimir Oltean1-1/+3
2021-02-17net: dsa: felix: Add support for MRPHoratiu Vultur1-0/+38
2021-02-17net: dsa: felix: perform teardown on error in felix_setupVladimir Oltean1-2/+19
2021-02-17net: dsa: felix: don't deinitialize unused portsVladimir Oltean1-1/+5
2021-02-15net: dsa: propagate extack to .port_vlan_filteringVladimir Oltean1-1/+2
2021-02-15net: dsa: propagate extack to .port_vlan_addVladimir Oltean1-1/+2
2021-02-15net: dsa: tag_ocelot_8021q: add support for PTP timestampingVladimir Oltean1-0/+69
2021-02-15net: dsa: felix: setup MMIO filtering rules for PTP when using tag_8021qVladimir Oltean1-3/+128
2021-02-15net: dsa: tag_ocelot: create separate tagger for SevilleVladimir Oltean1-14/+4
2021-02-15net: mscc: ocelot: use common tag parsing code with DSAVladimir Oltean1-3/+3
2021-02-13net: mscc: ocelot: offload bridge port flags to deviceVladimir Oltean1-0/+22
2021-02-13net: mscc: ocelot: use separate flooding PGID for broadcastVladimir Oltean1-0/+2
2021-02-13net: dsa: felix: restore multicast flood to CPU when NPI tagger reinitializesVladimir Oltean1-0/+1
2021-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+16
2021-02-09net: dsa: felix: implement port flushing on .phylink_mac_link_downVladimir Oltean1-1/+16
2021-02-07net: dsa: felix: propagate the LAG offload ops towards the ocelot libVladimir Oltean1-0/+32
2021-01-30net: dsa: felix: perform switch setup for tag_8021qVladimir Oltean1-1/+336
2021-01-30net: dsa: felix: convert to the new .change_tag_protocol DSA APIVladimir Oltean1-35/+151
2021-01-30net: mscc: ocelot: don't use NPI tag prefix for the CPU port moduleVladimir Oltean1-4/+4
2021-01-16net: mscc: ocelot: configure watermarks using devlink-sbVladimir Oltean1-0/+118
2021-01-16net: mscc: ocelot: export NUM_TC constant from felix to common switch libVladimir Oltean1-1/+1
2021-01-16net: dsa: felix: perform teardown in reverse order of setupVladimir Oltean1-5/+5
2021-01-16net: dsa: felix: reindent struct dsa_switch_opsVladimir Oltean1-37/+37
2021-01-16net: mscc: ocelot: auto-detect packet buffer size and number of frame referencesVladimir Oltean1-1/+0
2021-01-16net: dsa: set configure_vlan_while_not_filtering to true by defaultVladimir Oltean1-1/+0
2021-01-12net: dsa: remove the transactional logic from VLAN objectsVladimir Oltean1-6/+10
2021-01-12net: dsa: remove the transactional logic from MDB entriesVladimir Oltean1-11/+3
2021-01-12net: switchdev: remove the transaction structure from port attributesVladimir Oltean1-3/+2
2021-01-12net: switchdev: remove vid_begin -> vid_end range from VLAN objectsVladimir Oltean1-34/+8
2021-01-08net: dsa: ocelot: request DSA to fix up lack of address learning on CPU portVladimir Oltean1-0/+1
2020-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+0
2020-12-06net: mscc: ocelot: fix dropping of unknown IPv4 multicast on SevilleVladimir Oltean1-7/+0
2020-11-03net: dsa: felix: improve the workaround for multiple native VLANs on NPI portVladimir Oltean1-3/+11
2020-11-03net: mscc: ocelot: deny changing the native VLAN from the prepare phaseVladimir Oltean1-1/+12
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