summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mscc/ocelot.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-09net: dsa: felix: re-enable TX flow control in ocelot_port_flush()Vladimir Oltean1-0/+5
2021-04-28net: mscc: ocelot: support PTP Sync one-step timestampingYangbo Lu1-0/+53
2021-04-28net: mscc: ocelot: convert to ocelot_port_txtstamp_request()Yangbo Lu1-3/+21
2021-04-28net: dsa: free skb->cb usage in core driverYangbo Lu1-3/+3
2021-04-01net: ocelot: fix a trailling format issue with block commentsYixing Liu1-1/+2
2021-03-24net: ocelot: replay switchdev events when joining bridgeVladimir Oltean1-12/+6
2021-03-19net: ocelot: support multiple bridgesVladimir Oltean1-36/+36
2021-03-17net: ocelot: Remove ocelot_xfh_get_cpuqHoratiu Vultur1-2/+1
2021-03-17net: ocelot: Extend MRPHoratiu Vultur1-6/+0
2021-03-17net: ocelot: Add PGID_BLACKHOLEHoratiu Vultur1-0/+3
2021-02-17net: 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-15net: dsa: tag_ocelot_8021q: add support for PTP timestampingVladimir Oltean1-0/+7
2021-02-15net: mscc: ocelot: refactor ocelot_xtr_irq_handler into ocelot_xtr_pollVladimir Oltean1-0/+151
2021-02-15net: mscc: ocelot: use common tag parsing code with DSAVladimir Oltean1-30/+8
2021-02-15net: mscc: ocelot: refactor ocelot_port_inject_frame out of ocelot_port_xmitVladimir Oltean1-0/+80
2021-02-13net: mscc: ocelot: offload bridge port flags to deviceVladimir Oltean1-1/+86
2021-02-13net: mscc: ocelot: use separate flooding PGID for broadcastVladimir Oltean1-5/+8
2021-02-11Merge 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-07net: mscc: ocelot: rebalance LAGs on link up/down eventsVladimir Oltean1-9/+32
2021-02-07net: mscc: ocelot: rename aggr_count to num_ports_in_lagVladimir Oltean1-4/+3
2021-02-07net: mscc: ocelot: drop the use of the "lags" arrayVladimir Oltean1-56/+39
2021-02-07net: mscc: ocelot: set up logical port IDs centrallyVladimir Oltean1-19/+28
2021-02-07net: mscc: ocelot: avoid unneeded "lp" variable in LAG joinVladimir Oltean1-10/+6
2021-02-07net: mscc: ocelot: set up the bonding mask in a way that avoids a net_deviceVladimir Oltean1-7/+22
2021-02-07net: mscc: ocelot: use ipv6 in the aggregation codeVladimir Oltean1-1/+4
2021-02-07net: mscc: ocelot: don't refuse bonding interfaces we can't offloadVladimir Oltean1-1/+5
2021-01-30net: dsa: felix: perform switch setup for tag_8021qVladimir Oltean1-8/+53
2021-01-30net: mscc: ocelot: don't use NPI tag prefix for the CPU port moduleVladimir Oltean1-6/+6
2021-01-30net: 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
2021-01-16net: mscc: ocelot: configure watermarks using devlink-sbVladimir Oltean1-5/+0
2021-01-16net: mscc: ocelot: initialize watermarks to sane defaultsVladimir Oltean1-0/+1
2021-01-16net: mscc: ocelot: auto-detect packet buffer size and number of frame referencesVladimir Oltean1-1/+21
2021-01-12net: switchdev: remove the transaction structure from port attributesVladimir Oltean1-22/+10
2020-12-15net: mscc: ocelot: install MAC addresses in .ndo_set_rx_mode from process con...Vladimir Oltean1-0/+7
2020-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+5
2020-12-06net: mscc: ocelot: fix dropping of unknown IPv4 multicast on SevilleVladimir Oltean1-4/+5
2020-11-03net: mscc: ocelot: deny changing the native VLAN from the prepare phaseVladimir Oltean1-17/+24
2020-11-03net: mscc: ocelot: move the logic to drop 802.1p traffic to the pvid deletionVladimir Oltean1-13/+22
2020-11-03net: mscc: ocelot: add a "valid" boolean to struct ocelot_vlanVladimir Oltean1-13/+14
2020-11-03net: mscc: ocelot: transform the pvid and native vlan values into a structureVladimir Oltean1-21/+34
2020-11-03net: mscc: ocelot: don't reset the pvid to 0 when deleting itVladimir Oltean1-4/+0
2020-11-03net: mscc: ocelot: use the pvid of zero when bridged with vlan_filtering=0Vladimir Oltean1-36/+17
2020-10-31net: mscc: ocelot: support L2 multicast entriesVladimir Oltean1-25/+84
2020-10-31net: mscc: ocelot: make entry_type a member of struct ocelot_multicastVladimir Oltean1-26/+25
2020-10-31net: mscc: ocelot: remove the "new" variable in ocelot_port_mdb_addVladimir Oltean1-5/+2
2020-10-31net: mscc: ocelot: use ether_addr_copyVladimir Oltean1-2/+2