summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mscc
AgeCommit message (Expand)AuthorFilesLines
2021-02-15net: mscc: ocelot: stop returning IRQ_NONE in ocelot_xtr_irq_handlerVladimir Oltean1-5/+2
2021-02-13net: mscc: ocelot: offload bridge port flags to deviceVladimir Oltean2-5/+131
2021-02-13net: mscc: ocelot: use separate flooding PGID for broadcastVladimir Oltean1-5/+8
2021-02-13net: switchdev: propagate extack to port attributesVladimir Oltean1-1/+2
2021-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-0/+62
2021-02-09net: dsa: felix: implement port flushing on .phylink_mac_link_downVladimir Oltean2-0/+62
2021-02-07net: dsa: felix: propagate the LAG offload ops towards the ocelot libVladimir Oltean1-6/+0
2021-02-07net: mscc: ocelot: rebalance LAGs on link up/down eventsVladimir Oltean3-9/+63
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 Oltean3-28/+17
2021-02-07net: mscc: ocelot: use a switch-case statement in ocelot_netdevice_eventVladimir Oltean1-23/+45
2021-02-07net: mscc: ocelot: rename ocelot_netdevice_port_event to ocelot_netdevice_cha...Vladimir Oltean1-32/+27
2021-02-04net: mscc: ocelot: fix error code in mscc_ocelot_probe()Dan Carpenter1-1/+3
2021-02-04net: mscc: ocelot: fix error handling bugs in mscc_ocelot_init_ports()Dan Carpenter3-34/+33
2021-01-30net: dsa: felix: perform switch setup for tag_8021qVladimir Oltean3-11/+54
2021-01-30net: mscc: ocelot: don't use NPI tag prefix for the CPU port moduleVladimir Oltean2-8/+6
2021-01-30net: mscc: ocelot: reapply bridge forwarding mask on bonding join/leaveVladimir Oltean1-27/+36
2021-01-30net: mscc: ocelot: store a namespaced VCAP filter IDVladimir Oltean3-8/+18
2021-01-30net: mscc: ocelot: export VCAP structures to include/soc/msccVladimir Oltean3-291/+5
2021-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-8/+19
2021-01-20net: mscc: ocelot: Fix multicast to the CPU portAlban Bedel1-5/+18
2021-01-18net: mscc: ocelot: allow offloading of bridge on top of LAGVladimir Oltean1-3/+1
2021-01-17net: mscc: ocelot: Remove unneeded semicolonXu Wang1-1/+1
2021-01-16net: mscc: ocelot: configure watermarks using devlink-sbVladimir Oltean5-11/+596
2021-01-16net: mscc: ocelot: initialize watermarks to sane defaultsVladimir Oltean4-1/+446
2021-01-16net: mscc: ocelot: register devlink portsVladimir Oltean3-44/+146
2021-01-16net: mscc: ocelot: delete unused ocelot_set_cpu_port prototypeVladimir Oltean1-4/+0
2021-01-16net: mscc: ocelot: add ops for decoding watermark threshold and occupancyVladimir Oltean1-0/+16
2021-01-16net: mscc: ocelot: auto-detect packet buffer size and number of frame referencesVladimir Oltean2-2/+21
2021-01-12net: switchdev: remove the transaction structure from port attributesVladimir Oltean2-32/+13
2021-01-12net: switchdev: remove the transaction structure from port object notifiersVladimir Oltean1-17/+8
2021-01-12net: switchdev: remove vid_begin -> vid_end range from VLAN objectsVladimir Oltean1-32/+9
2020-12-16net: mscc: ocelot: Fix a resource leak in the error handling path of the prob...Christophe JAILLET1-1/+7
2020-12-15net: mscc: ocelot: install MAC addresses in .ndo_set_rx_mode from process con...Vladimir Oltean2-3/+84
2020-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-4/+6
2020-12-06net: mscc: ocelot: fix dropping of unknown IPv4 multicast on SevilleVladimir Oltean2-4/+6
2020-11-03net: mscc: ocelot: deny changing the native VLAN from the prepare phaseVladimir Oltean2-20/+43
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 Oltean2-29/+42
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 Oltean2-26/+99
2020-10-31net: mscc: ocelot: make entry_type a member of struct ocelot_multicastVladimir Oltean2-34/+34
2020-10-31net: mscc: ocelot: remove the "new" variable in ocelot_port_mdb_addVladimir Oltean1-5/+2