aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mscc (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-13flow_offload: reject configuration of packet-per-second policing in offload driversBaowen Zheng2-0/+11
2021-03-10net: mscc: ocelot: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-03-04net: mscc: ocelot: properly reject destination IP keys in VCAP IS1Vladimir Oltean1-1/+2
2021-02-26net: mscc: ocelot: select NET_DEVLINKArnd Bergmann1-0/+1
2021-02-17net: mscc: ocelot: select PACKING in the KconfigVladimir Oltean1-0/+1
2021-02-16net: mscc: ocelot: Add support for MRPHoratiu Vultur4-1/+245
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 Oltean2-2/+8
2021-02-14net: mscc: ocelot: refactor ocelot_xtr_irq_handler into ocelot_xtr_pollVladimir Oltean2-135/+156
2021-02-14net: mscc: ocelot: use common tag parsing code with DSAVladimir Oltean3-77/+24
2021-02-14net: mscc: ocelot: refactor ocelot_port_inject_frame out of ocelot_port_xmitVladimir Oltean2-74/+87
2021-02-14net: mscc: ocelot: use DIV_ROUND_UP helper in ocelot_port_inject_frameVladimir Oltean1-1/+1
2021-02-14net: mscc: ocelot: better error handling in ocelot_xtr_irq_handlerVladimir Oltean1-10/+12
2021-02-14net: mscc: ocelot: only drain extraction queue on errorVladimir Oltean1-1/+1
2021-02-14net: mscc: ocelot: stop returning IRQ_NONE in ocelot_xtr_irq_handlerVladimir Oltean1-5/+2
2021-02-12net: mscc: ocelot: offload bridge port flags to deviceVladimir Oltean2-5/+131
2021-02-12net: mscc: ocelot: use separate flooding PGID for broadcastVladimir Oltean1-5/+8
2021-02-12net: switchdev: propagate extack to port attributesVladimir Oltean1-1/+2
2021-02-10Merge 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-06net: dsa: felix: propagate the LAG offload ops towards the ocelot libVladimir Oltean1-6/+0
2021-02-06net: mscc: ocelot: rebalance LAGs on link up/down eventsVladimir Oltean3-9/+63
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 Oltean3-28/+17
2021-02-06net: mscc: ocelot: use a switch-case statement in ocelot_netdevice_eventVladimir Oltean1-23/+45
2021-02-06net: mscc: ocelot: rename ocelot_netdevice_port_event to ocelot_netdevice_changeupperVladimir Oltean1-32/+27
2021-02-03net: mscc: ocelot: fix error code in mscc_ocelot_probe()Dan Carpenter1-1/+3
2021-02-03net: mscc: ocelot: fix error handling bugs in mscc_ocelot_init_ports()Dan Carpenter3-34/+33
2021-01-29net: dsa: felix: perform switch setup for tag_8021qVladimir Oltean3-11/+54
2021-01-29net: mscc: ocelot: don't use NPI tag prefix for the CPU port moduleVladimir Oltean2-8/+6
2021-01-29net: mscc: ocelot: reapply bridge forwarding mask on bonding join/leaveVladimir Oltean1-27/+36
2021-01-29net: mscc: ocelot: store a namespaced VCAP filter IDVladimir Oltean3-8/+18
2021-01-29net: 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-16net: mscc: ocelot: Remove unneeded semicolonXu Wang1-1/+1
2021-01-15net: mscc: ocelot: configure watermarks using devlink-sbVladimir Oltean5-11/+596
2021-01-15net: mscc: ocelot: initialize watermarks to sane defaultsVladimir Oltean4-1/+446
2021-01-15net: mscc: ocelot: register devlink portsVladimir Oltean3-44/+146
2021-01-15net: mscc: ocelot: delete unused ocelot_set_cpu_port prototypeVladimir Oltean1-4/+0
2021-01-15net: mscc: ocelot: add ops for decoding watermark threshold and occupancyVladimir Oltean1-0/+16
2021-01-15net: mscc: ocelot: auto-detect packet buffer size and number of frame referencesVladimir Oltean2-2/+21
2021-01-11net: switchdev: remove the transaction structure from port attributesVladimir Oltean2-32/+13
2021-01-11net: switchdev: remove the transaction structure from port object notifiersVladimir Oltean1-17/+8