summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mscc
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: felix: re-enable TX flow control in ocelot_port_flush()Vladimir Oltean2021-06-081-0/+5
* net: mscc: ocelot: support PTP Sync one-step timestampingYangbo Lu2021-04-272-4/+57
* net: mscc: ocelot: convert to ocelot_port_txtstamp_request()Yangbo Lu2021-04-272-14/+28
* net: dsa: free skb->cb usage in core driverYangbo Lu2021-04-272-4/+4
* time64.h: Consolidated PSEC_PER_SEC definitionAndy Shevchenko2021-04-061-0/+2
* net: ocelot: fix a trailling format issue with block commentsYixing Liu2021-03-311-1/+2
* net: ocelot: Simplify MRP deletionHoratiu Vultur2021-03-241-16/+0
* net: ocelot: replay switchdev events when joining bridgeVladimir Oltean2021-03-233-31/+107
* net: ocelot: call ocelot_netdevice_bridge_join when joining a bridged LAGVladimir Oltean2021-03-231-25/+86
* net: ocelot: support multiple bridgesVladimir Oltean2021-03-181-36/+36
* net: ocelot: Fix deletetion of MRP entries from MAC tableHoratiu Vultur2021-03-181-2/+2
* net: ocelot: Remove ocelot_xfh_get_cpuqHoratiu Vultur2021-03-161-2/+1
* net: ocelot: Extend MRPHoratiu Vultur2021-03-162-81/+158
* net: ocelot: Add PGID_BLACKHOLEHoratiu Vultur2021-03-161-0/+3
* flow_offload: reject configuration of packet-per-second policing in offload d...Baowen Zheng2021-03-132-0/+11
* net: mscc: ocelot: Fix fall-through warnings for ClangGustavo A. R. Silva2021-03-101-0/+1
* net: mscc: ocelot: properly reject destination IP keys in VCAP IS1Vladimir Oltean2021-03-041-1/+2
* net: mscc: ocelot: select NET_DEVLINKArnd Bergmann2021-02-261-0/+1
* net: mscc: ocelot: select PACKING in the KconfigVladimir Oltean2021-02-171-0/+1
* net: mscc: ocelot: Add support for MRPHoratiu Vultur2021-02-164-1/+245
* net: mscc: ocelot: avoid type promotion when calling ocelot_ifh_set_destVladimir Oltean2021-02-151-1/+1
* net: dsa: tag_ocelot_8021q: add support for PTP timestampingVladimir Oltean2021-02-142-2/+8
* net: mscc: ocelot: refactor ocelot_xtr_irq_handler into ocelot_xtr_pollVladimir Oltean2021-02-142-135/+156
* net: mscc: ocelot: use common tag parsing code with DSAVladimir Oltean2021-02-143-77/+24
* net: mscc: ocelot: refactor ocelot_port_inject_frame out of ocelot_port_xmitVladimir Oltean2021-02-142-74/+87
* net: mscc: ocelot: use DIV_ROUND_UP helper in ocelot_port_inject_frameVladimir Oltean2021-02-141-1/+1
* net: mscc: ocelot: better error handling in ocelot_xtr_irq_handlerVladimir Oltean2021-02-141-10/+12
* net: mscc: ocelot: only drain extraction queue on errorVladimir Oltean2021-02-141-1/+1
* net: mscc: ocelot: stop returning IRQ_NONE in ocelot_xtr_irq_handlerVladimir Oltean2021-02-141-5/+2
* net: mscc: ocelot: offload bridge port flags to deviceVladimir Oltean2021-02-122-5/+131
* net: mscc: ocelot: use separate flooding PGID for broadcastVladimir Oltean2021-02-121-5/+8
* net: switchdev: propagate extack to port attributesVladimir Oltean2021-02-121-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-02-102-0/+62
|\
| * net: dsa: felix: implement port flushing on .phylink_mac_link_downVladimir Oltean2021-02-092-0/+62
* | net: dsa: felix: propagate the LAG offload ops towards the ocelot libVladimir Oltean2021-02-061-6/+0
* | net: mscc: ocelot: rebalance LAGs on link up/down eventsVladimir Oltean2021-02-063-9/+63
* | net: mscc: ocelot: rename aggr_count to num_ports_in_lagVladimir Oltean2021-02-061-4/+3
* | net: mscc: ocelot: drop the use of the "lags" arrayVladimir Oltean2021-02-061-56/+39
* | net: mscc: ocelot: set up logical port IDs centrallyVladimir Oltean2021-02-061-19/+28
* | net: mscc: ocelot: avoid unneeded "lp" variable in LAG joinVladimir Oltean2021-02-061-10/+6
* | net: mscc: ocelot: set up the bonding mask in a way that avoids a net_deviceVladimir Oltean2021-02-061-7/+22
* | net: mscc: ocelot: use ipv6 in the aggregation codeVladimir Oltean2021-02-061-1/+4
* | net: mscc: ocelot: don't refuse bonding interfaces we can't offloadVladimir Oltean2021-02-063-28/+17
* | net: mscc: ocelot: use a switch-case statement in ocelot_netdevice_eventVladimir Oltean2021-02-061-23/+45
* | net: mscc: ocelot: rename ocelot_netdevice_port_event to ocelot_netdevice_cha...Vladimir Oltean2021-02-061-32/+27
* | net: mscc: ocelot: fix error code in mscc_ocelot_probe()Dan Carpenter2021-02-031-1/+3
* | net: mscc: ocelot: fix error handling bugs in mscc_ocelot_init_ports()Dan Carpenter2021-02-033-34/+33
* | net: dsa: felix: perform switch setup for tag_8021qVladimir Oltean2021-01-293-11/+54
* | net: mscc: ocelot: don't use NPI tag prefix for the CPU port moduleVladimir Oltean2021-01-292-8/+6
* | net: mscc: ocelot: reapply bridge forwarding mask on bonding join/leaveVladimir Oltean2021-01-291-27/+36