aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mscc/ocelot.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-12net: dsa: tag_ocelot: break circular dependency with ocelot switch lib driverVladimir Oltean1-17/+0
2021-10-12net: mscc: ocelot: cross-check the sequence id from the timestamp FIFO with the skb PTP headerVladimir Oltean1-1/+23
2021-10-12net: mscc: ocelot: deny TX timestamping of non-PTP packetsVladimir Oltean1-7/+12
2021-10-12net: mscc: ocelot: warn when a PTP IRQ is raised for an unknown skbVladimir Oltean1-3/+3
2021-10-12net: mscc: ocelot: avoid overflowing the PTP timestamp FIFOVladimir Oltean1-7/+30
2021-10-12net: mscc: ocelot: make use of all 63 PTP timestamp identifiersVladimir Oltean1-1/+3
2021-10-12net: mscc: ocelot: Fix dumplicated argument in ocelotWan Jiabing1-2/+2
2021-09-23net: mscc: ocelot: fix forwarding from BLOCKING ports remaining enabledVladimir Oltean1-3/+8
2021-09-19net: mscc: ocelot: remove buggy duplicate write to DEV_CLOCK_CFGColin Foster1-6/+0
2021-09-19net: mscc: ocelot: remove buggy and useless write to ANA_PFC_PFC_CFGColin Foster1-4/+0
2021-08-20net: mscc: ocelot: use helpers for port VLAN membershipVladimir Oltean1-20/+40
2021-08-20net: mscc: ocelot: transmit the VLAN filtering restrictions via extackVladimir Oltean1-3/+3
2021-08-20net: mscc: ocelot: transmit the "native VLAN" error via extackVladimir Oltean1-4/+3
2021-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2021-08-18net: mscc: ocelot: allow forwarding from bridge ports to the tag_8021q CPU portVladimir Oltean1-0/+1
2021-08-16net: mscc: ocelot: convert to phylinkVladimir Oltean1-57/+94
2021-08-16net: dsa: felix: stop calling ocelot_port_{enable,disable}Vladimir Oltean1-13/+9
2021-06-08net: dsa: felix: re-enable TX flow control in ocelot_port_flush()Vladimir Oltean1-0/+5
2021-04-27net: mscc: ocelot: support PTP Sync one-step timestampingYangbo Lu1-0/+53
2021-04-27net: mscc: ocelot: convert to ocelot_port_txtstamp_request()Yangbo Lu1-3/+21
2021-04-27net: dsa: free skb->cb usage in core driverYangbo Lu1-3/+3
2021-03-31net: ocelot: fix a trailling format issue with block commentsYixing Liu1-1/+2
2021-03-23net: ocelot: replay switchdev events when joining bridgeVladimir Oltean1-12/+6
2021-03-18net: ocelot: support multiple bridgesVladimir Oltean1-36/+36
2021-03-16net: ocelot: Remove ocelot_xfh_get_cpuqHoratiu Vultur1-2/+1
2021-03-16net: ocelot: Extend MRPHoratiu Vultur1-6/+0
2021-03-16net: ocelot: Add PGID_BLACKHOLEHoratiu Vultur1-0/+3
2021-02-16net: mscc: ocelot: Add support for MRPHoratiu Vultur1-1/+9
2021-02-15net: mscc: ocelot: avoid type promotion when calling ocelot_ifh_set_destVladimir Oltean1-1/+1
2021-02-14net: dsa: tag_ocelot_8021q: add support for PTP timestampingVladimir Oltean1-0/+7
2021-02-14net: mscc: ocelot: refactor ocelot_xtr_irq_handler into ocelot_xtr_pollVladimir Oltean1-0/+151
2021-02-14net: mscc: ocelot: use common tag parsing code with DSAVladimir Oltean1-30/+8
2021-02-14net: mscc: ocelot: refactor ocelot_port_inject_frame out of ocelot_port_xmitVladimir Oltean1-0/+80
2021-02-12net: mscc: ocelot: offload bridge port flags to deviceVladimir Oltean1-1/+86
2021-02-12net: mscc: ocelot: use separate flooding PGID for broadcastVladimir Oltean1-5/+8
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+54
2021-02-09net: dsa: felix: implement port flushing on .phylink_mac_link_downVladimir Oltean1-0/+54
2021-02-06net: mscc: ocelot: rebalance LAGs on link up/down eventsVladimir Oltean1-9/+32
2021-02-06net: mscc: ocelot: rename aggr_count to num_ports_in_lagVladimir Oltean1-4/+3
2021-02-06net: mscc: ocelot: drop the use of the "lags" arrayVladimir Oltean1-56/+39
2021-02-06net: mscc: ocelot: set up logical port IDs centrallyVladimir Oltean1-19/+28
2021-02-06net: mscc: ocelot: avoid unneeded "lp" variable in LAG joinVladimir Oltean1-10/+6
2021-02-06net: mscc: ocelot: set up the bonding mask in a way that avoids a net_deviceVladimir Oltean1-7/+22
2021-02-06net: mscc: ocelot: use ipv6 in the aggregation codeVladimir Oltean1-1/+4
2021-02-06net: mscc: ocelot: don't refuse bonding interfaces we can't offloadVladimir Oltean1-1/+5
2021-01-29net: dsa: felix: perform switch setup for tag_8021qVladimir Oltean1-8/+53
2021-01-29net: mscc: ocelot: don't use NPI tag prefix for the CPU port moduleVladimir Oltean1-6/+6
2021-01-29net: mscc: ocelot: reapply bridge forwarding mask on bonding join/leaveVladimir Oltean1-27/+36
2021-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+18
2021-01-20net: mscc: ocelot: Fix multicast to the CPU portAlban Bedel1-5/+18