aboutsummaryrefslogtreecommitdiffstats
path: root/include/soc/mscc (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-20net: mscc: ocelot: transmit the VLAN filtering restrictions via extackVladimir Oltean1-1/+2
2021-08-20net: mscc: ocelot: transmit the "native VLAN" error via extackVladimir Oltean1-1/+1
2021-08-16net: mscc: ocelot: convert to phylinkVladimir Oltean1-4/+15
2021-08-16net: dsa: felix: stop calling ocelot_port_{enable,disable}Vladimir Oltean1-2/+0
2021-04-27net: mscc: ocelot: support PTP Sync one-step timestampingYangbo Lu1-1/+7
2021-04-27net: mscc: ocelot: convert to ocelot_port_txtstamp_request()Yangbo Lu1-2/+3
2021-04-27net: dsa: free skb->cb usage in core driverYangbo Lu1-0/+8
2021-04-06time64.h: Consolidated PSEC_PER_SEC definitionAndy Shevchenko1-2/+0
2021-03-23net: ocelot: replay switchdev events when joining bridgeVladimir Oltean1-3/+3
2021-03-18net: ocelot: support multiple bridgesVladimir Oltean1-4/+3
2021-03-16net: ocelot: Extend MRPHoratiu Vultur1-6/+2
2021-03-16net: ocelot: Add PGID_BLACKHOLEHoratiu Vultur1-1/+3
2021-02-16net: mscc: ocelot: Add support for MRPHoratiu Vultur1-0/+45
2021-02-14net: dsa: tag_ocelot_8021q: add support for PTP timestampingVladimir Oltean1-0/+5
2021-02-14net: mscc: ocelot: refactor ocelot_xtr_irq_handler into ocelot_xtr_pollVladimir Oltean1-0/+7
2021-02-14net: mscc: ocelot: use common tag parsing code with DSAVladimir Oltean1-7/+0
2021-02-14net: mscc: ocelot: refactor ocelot_port_inject_frame out of ocelot_port_xmitVladimir Oltean1-0/+22
2021-02-12net: mscc: ocelot: offload bridge port flags to deviceVladimir Oltean1-0/+5
2021-02-12net: mscc: ocelot: use separate flooding PGID for broadcastVladimir Oltean1-7/+8
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+2
2021-02-09net: dsa: felix: implement port flushing on .phylink_mac_link_downVladimir Oltean1-0/+2
2021-02-06net: dsa: felix: propagate the LAG offload ops towards the ocelot libVladimir Oltean1-0/+6
2021-02-06net: mscc: ocelot: rebalance LAGs on link up/down eventsVladimir Oltean1-0/+1
2021-02-06net: mscc: ocelot: drop the use of the "lags" arrayVladimir Oltean1-2/+0
2021-02-06net: mscc: ocelot: set up the bonding mask in a way that avoids a net_deviceVladimir Oltean1-0/+2
2021-01-29net: dsa: felix: perform switch setup for tag_8021qVladimir Oltean2-0/+5
2021-01-29net: mscc: ocelot: don't use NPI tag prefix for the CPU port moduleVladimir Oltean1-2/+2
2021-01-29net: mscc: ocelot: store a namespaced VCAP filter IDVladimir Oltean1-1/+6
2021-01-29net: mscc: ocelot: export VCAP structures to include/soc/msccVladimir Oltean1-0/+289
2021-01-15net: mscc: ocelot: configure watermarks using devlink-sbVladimir Oltean1-0/+47
2021-01-15net: mscc: ocelot: register devlink portsVladimir Oltean1-0/+2
2021-01-15net: mscc: ocelot: export NUM_TC constant from felix to common switch libVladimir Oltean1-0/+1
2021-01-15net: mscc: ocelot: add ops for decoding watermark threshold and occupancyVladimir Oltean2-6/+2
2021-01-15net: mscc: ocelot: auto-detect packet buffer size and number of frame referencesVladimir Oltean2-1/+5
2021-01-11net: switchdev: remove the transaction structure from port attributesVladimir Oltean1-2/+1
2020-12-14net: mscc: ocelot: install MAC addresses in .ndo_set_rx_mode from process contextVladimir Oltean1-0/+2
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2020-12-05net: mscc: ocelot: fix dropping of unknown IPv4 multicast on SevilleVladimir Oltean1-0/+3
2020-11-02net: mscc: ocelot: deny changing the native VLAN from the prepare phaseVladimir Oltean1-0/+2
2020-11-02net: mscc: ocelot: add a "valid" boolean to struct ocelot_vlanVladimir Oltean1-0/+1
2020-11-02net: mscc: ocelot: transform the pvid and native vlan values into a structureVladimir Oltean1-6/+8
2020-10-30net: mscc: ocelot: support L2 multicast entriesVladimir Oltean1-0/+1
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+4
2020-10-05net: dsa: propagate switchdev vlan_filtering prepare phase to driversVladimir Oltean1-2/+2
2020-10-02net: mscc: ocelot: create TCAM skeleton from tc filter chainsVladimir Oltean1-1/+2
2020-10-02net: mscc: ocelot: introduce conversion helpers between port and netdevVladimir Oltean1-0/+2
2020-09-29net: mscc: ocelot: automatically detect VCAP constantsVladimir Oltean2-1/+15
2020-09-29net: mscc: ocelot: add definitions for VCAP ES0 keys, actions and targetVladimir Oltean2-1/+44
2020-09-29net: mscc: ocelot: add definitions for VCAP IS1 keys, actions and targetVladimir Oltean2-1/+93
2020-09-29net: mscc: ocelot: generalize existing code for VCAPVladimir Oltean2-10/+74