summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/microchip
AgeCommit message (Expand)AuthorFilesLines
2023-05-18net: lan966x: Add support for offloading pcp tableHoratiu Vultur6-0/+172
2023-05-18net: lan966x: Add registers to configure PCP, DEI, DSCPHoratiu Vultur1-0/+132
2023-05-15net: ethernet: microchip: vcap: Remove extra semicolonAnup Sharma1-4/+4
2023-05-12net: enc28j60: Use threaded interrupt instead of workqueuePhilipp Rosenberger1-22/+6
2023-05-10net: lan966x: Add TC support for ES0 VCAPHoratiu Vultur1-0/+61
2023-05-10net: lan966x: Add ES0 VCAP keyset configuration for lan966xHoratiu Vultur4-0/+123
2023-05-10net: lan966x: Add ES0 VCAP modelHoratiu Vultur2-30/+301
2023-04-25lan966x: Don't use xdp_frame when action is XDP_TXHoratiu Vultur3-23/+28
2023-04-17net: lan966x: Fix lan966x_ifh_getHoratiu Vultur1-1/+1
2023-03-23ethernet: remove superfluous clearing of phydevWolfram Sang1-1/+0
2023-03-19net: lan966x: Stop using packing libraryHoratiu Vultur2-25/+50
2023-03-19net: lan966x: Don't read RX timestamp if not neededHoratiu Vultur4-14/+15
2023-03-15net: lan966x: Change lan966x_police_del return typeHoratiu Vultur1-11/+2
2023-03-11net: lan966x: Add support for IS1 VCAP ethernet protocol typesHoratiu Vultur1-8/+28
2023-03-11net: lan966x: Add TC filter chaining support for IS1 and IS2 VCAPsHoratiu Vultur1-0/+80
2023-03-11net: lan966x: Add TC support for IS1 VCAPHoratiu Vultur1-3/+102
2023-03-11net: lan966x: Add IS1 VCAP keyset configuration for lan966xHoratiu Vultur4-16/+383
2023-03-11net: lan966x: Add IS1 VCAP modelHoratiu Vultur3-60/+1563
2023-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-17/+17
2023-03-08net: microchip: sparx5: Add TC template supportSteen Hegelund1-7/+202
2023-03-08net: microchip: sparx5: Add port keyset changing functionalitySteen Hegelund2-0/+276
2023-03-08net: microchip: sparx5: Add TC template list to a portSteen Hegelund2-0/+2
2023-03-08net: microchip: sparx5: Provide rule count, key removal and keyset selectSteen Hegelund2-0/+72
2023-03-08net: microchip: sparx5: Correct the spelling of the keysets in debugfsSteen Hegelund1-1/+1
2023-03-08net: microchip: sparx5: fix deletion of existing DSCP mappingsDaniel Machon1-16/+16
2023-03-01net: lan966x: Fix port police support using tc-matchallHoratiu Vultur1-1/+1
2023-02-25Merge tag 'phy-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/...Linus Torvalds1-3/+2
2023-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2023-02-21net: lan966x: Fix possible deadlock inside PTPHoratiu Vultur1-2/+2
2023-02-20net: lan966x: Use automatic selection of VCAP rule actionsetHoratiu Vultur2-4/+1
2023-02-20net: microchip: sparx5: reduce stack usageArnd Bergmann1-14/+12
2023-02-16net: microchip: sparx5: Add TC vlan action support for the ES0 VCAPSteen Hegelund6-24/+327
2023-02-16net: microchip: sparx5: Add TC support for the ES0 VCAPSteen Hegelund3-23/+64
2023-02-16net: microchip: sparx5: Add ES0 VCAP keyset configuration for Sparx5Steen Hegelund5-2/+341
2023-02-16net: microchip: sparx5: Updated register interface with VCAP ES0 accessSteen Hegelund1-558/+1271
2023-02-16net: microchip: sparx5: Add ES0 VCAP model and updated KUNIT VCAP modelSteen Hegelund5-122/+721
2023-02-16net: microchip: sparx5: Improve the error handling for linked rulesSteen Hegelund1-2/+6
2023-02-16net: microchip: sparx5: Use chain ids without offsets when enabling rulesSteen Hegelund1-6/+5
2023-02-16net: microchip: sparx5: Egress VLAN TPID configuration follows IFHSteen Hegelund1-2/+2
2023-02-16net: microchip: sparx5: Clear rule counter even if lookup is disabledSteen Hegelund2-4/+7
2023-02-16net: microchip: sparx5: Discard frames with SMAC multicast addressesSteen Hegelund1-0/+5
2023-02-14net: lan966x: set xdp_features flagLorenzo Bianconi1-0/+5
2023-02-10net: microchip: vcap: Add tc flower keys for lan966xHoratiu Vultur5-476/+607
2023-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2023-02-08net: lan966x: Add support for TC flower filter statisticsHoratiu Vultur1-0/+20
2023-02-06net/sched: move struct tc_mqprio_qopt_offload from pkt_cls.h to pkt_sched.hVladimir Oltean2-0/+2
2023-02-06net: microchip: sparx5: fix PTP init/deinit not checking all portsCasper Andersson1-2/+2
2023-02-06sparx5: add support for configuring PSFP via tcDaniel Machon3-3/+240
2023-02-06net: microchip: sparx5: initialize PSFPDaniel Machon3-0/+23
2023-02-06net: microchip: sparx5: add support for PSFP stream filtersDaniel Machon2-0/+95