summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/microchip
AgeCommit message (Expand)AuthorFilesLines
2022-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-21/+3
2022-10-26net: lan743x: Add support for get_pauseparam and set_pauseparamRaju Lakkaraju3-2/+50
2022-10-25net: lan966x: Stop replacing tx dcbs and dcbs_buf when changing MTUHoratiu Vultur1-21/+3
2022-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+9
2022-10-24net: microchip: sparx5: Adding KUNIT test for the VCAP APISteen Hegelund5-0/+1596
2022-10-24net: microchip: sparx5: Adding KUNIT test VCAP modelSteen Hegelund3-0/+5581
2022-10-24net: microchip: sparx5: Writing rules to the IS2 VCAPSteen Hegelund1-1/+425
2022-10-24net: microchip: sparx5: Adding basic rule management in VCAP APISteen Hegelund3-8/+316
2022-10-24net: microchip: sparx5: Adding port keyset config and callback interfaceSteen Hegelund3-0/+431
2022-10-24net: microchip: sparx5: Adding initial tc flower support for VCAP APISteen Hegelund10-4/+1011
2022-10-24net: microchip: sparx5: Adding IS2 VCAP register interfaceSteen Hegelund1-2/+458
2022-10-24net: microchip: sparx5: Adding IS2 VCAP model to VCAP APISteen Hegelund4-1/+1374
2022-10-24net: microchip: sparx5: Adding initial VCAP API supportSteen Hegelund9-2/+698
2022-10-21net: lan966x: Fix the rx drop counterHoratiu Vultur1-1/+9
2022-10-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-3/+10
2022-10-04net: lan966x: Fix return type of lan966x_port_xmitNathan Huckleberry1-1/+2
2022-10-03net: lan966x: Add port mirroring support using tc-matchallHoratiu Vultur5-1/+193
2022-10-03net: lan966x: Add port police support using tc-matchallHoratiu Vultur6-1/+468
2022-10-03eth: lan743x: reject extts for non-pci11x1x devicesRaju Lakkaraju1-0/+7
2022-10-03net: sparx5: Fix return type of sparx5_port_xmit_implNathan Huckleberry2-3/+3
2022-09-30net: lan966x: Fix spelling mistake "tarffic" -> "traffic"Colin Ian King1-1/+1
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski2-5/+2
2022-09-28net: lan966x: Add offload support for etsHoratiu Vultur5-1/+139
2022-09-28net: lan966x: Add offload support for cbsHoratiu Vultur4-1/+85
2022-09-28net: lan966x: Add offload support for tbfHoratiu Vultur5-1/+143
2022-09-23net: lan966x: Add offload support for taprioHoratiu Vultur7-3/+560
2022-09-23net: lan966x: Add registers used by taprioHoratiu Vultur1-0/+159
2022-09-23net: lan966x: Add offload support for mqprioHoratiu Vultur5-2/+71
2022-09-23net: lan966x: Add define for number of priority queues NUM_PRIO_QUEUESHoratiu Vultur2-1/+3
2022-09-23net: microchip: sparx5: add support for offloading ets qdiscDaniel Machon4-0/+154
2022-09-23net: microchip: sparx5: add support for offloading tbf qdiscDaniel Machon5-0/+648
2022-09-23net: microchip: sparx5: add support for offloading mqprio qdiscDaniel Machon5-2/+77
2022-09-23net: microchip: sparx5: add tc setup hookDaniel Machon4-1/+37
2022-09-09net: lan743x: Add support for Rx IP & TCP checksum offloadRaju Lakkaraju2-1/+18
2022-09-09net: lan743x: Fix to use multiqueue start/stop APIsRaju Lakkaraju2-28/+27
2022-09-08net: sparx5: fix function return type to match actual typeCasper Andersson2-4/+4
2022-09-06net: lan966x: Extend lan966x with RGMII supportHoratiu Vultur2-0/+4
2022-09-02net: lan966x: make reset optionalMichael Walle1-1/+2
2022-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-1/+6
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang3-8/+8
2022-08-31net: lan966x: improve error handle in lan966x_fdma_rx_get_frame()Dan Carpenter1-1/+4
2022-08-29net: sparx5: add support for mrouter portsCasper Andersson4-7/+80
2022-08-29net: sparx5: add list for mdb entries in driverCasper Andersson3-82/+132
2022-08-27net: sparx5: fix handling uneven length packets in manual extractionCasper Andersson1-0/+2
2022-08-22net: lan966x: Extend MAC to support also lag interfaces.Horatiu Vultur3-16/+119
2022-08-22net: lan966x: Extend FDB to support also lagHoratiu Vultur2-0/+31
2022-08-22net: lan966x: Add lag support for lan966xHoratiu Vultur5-20/+443
2022-08-22net: lan966x: Extend lan966x_foreign_bridging_checkHoratiu Vultur1-8/+24
2022-08-22net: lan966x: Expose lan966x_switchdev_nb and lan966x_switchdev_blocking_nbHoratiu Vultur2-4/+4
2022-08-22net: lan966x: Flush fdb workqueue when port is leaving a bridge.Horatiu Vultur3-7/+10