aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/dsa/ocelot/felix.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-18net: mscc: ocelot: use index to set vcap policerXiaoliang Yang1-0/+4
2021-11-03net: dsa: felix: fix broken VLAN-tagged PTP under VLAN-aware bridgeVladimir Oltean1-6/+3
2021-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-12/+137
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 Oltean1-4/+92
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-17net: update NXP copyright textVladimir Oltean1-1/+1
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 Oltean1-85/+5
2021-08-16net: dsa: felix: stop calling ocelot_port_{enable,disable}Vladimir Oltean1-19/+0
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 Oltean1-11/+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 res...Vladimir Oltean1-0/+2
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-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
2021-02-16net: dsa: felix: don't deinitialize unused portsVladimir Oltean1-1/+5
2021-02-14net: dsa: propagate extack to .port_vlan_filteringVladimir Oltean1-1/+2
2021-02-14net: dsa: propagate extack to .port_vlan_addVladimir Oltean1-1/+2
2021-02-14net: dsa: tag_ocelot_8021q: add support for PTP timestampingVladimir Oltean1-0/+69
2021-02-14net: dsa: felix: setup MMIO filtering rules for PTP when using tag_8021qVladimir Oltean1-3/+128
2021-02-14net: dsa: tag_ocelot: create separate tagger for SevilleVladimir Oltean1-14/+4
2021-02-14net: mscc: ocelot: use common tag parsing code with DSAVladimir Oltean1-3/+3
2021-02-12net: mscc: ocelot: offload bridge port flags to deviceVladimir Oltean1-0/+22
2021-02-12net: mscc: ocelot: use separate flooding PGID for broadcastVladimir Oltean1-0/+2
2021-02-12net: dsa: felix: restore multicast flood to CPU when NPI tagger reinitializesVladimir Oltean1-0/+1
2021-02-10Merge 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-06net: dsa: felix: propagate the LAG offload ops towards the ocelot libVladimir Oltean1-0/+32
2021-01-29net: dsa: felix: perform switch setup for tag_8021qVladimir Oltean1-1/+336
2021-01-29net: dsa: felix: convert to the new .change_tag_protocol DSA APIVladimir Oltean1-35/+151
2021-01-29net: mscc: ocelot: don't use NPI tag prefix for the CPU port moduleVladimir Oltean1-4/+4
2021-01-15net: mscc: ocelot: configure watermarks using devlink-sbVladimir Oltean1-0/+118
2021-01-15net: mscc: ocelot: export NUM_TC constant from felix to common switch libVladimir Oltean1-1/+1
2021-01-15net: dsa: felix: perform teardown in reverse order of setupVladimir Oltean1-5/+5
2021-01-15net: dsa: felix: reindent struct dsa_switch_opsVladimir Oltean1-37/+37
2021-01-15net: mscc: ocelot: auto-detect packet buffer size and number of frame referencesVladimir Oltean1-1/+0
2021-01-15net: dsa: set configure_vlan_while_not_filtering to true by defaultVladimir Oltean1-1/+0
2021-01-11net: dsa: remove the transactional logic from VLAN objectsVladimir Oltean1-6/+10
2021-01-11net: dsa: remove the transactional logic from MDB entriesVladimir Oltean1-11/+3