summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/microchip/sparx5
AgeCommit message (Expand)AuthorFilesLines
2023-01-02net: sparx5: Fix reading of the MAC addressHoratiu Vultur1-1/+1
2022-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-18/+28
2022-12-06net: microchip: sparx5: Fix missing destroy_workqueue of mact_queueQiheng Lin1-0/+3
2022-12-05net: microchip: sparx5: correctly free skb in xmitCasper Andersson2-18/+25
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-7/+14
2022-11-25net: microchip: sparx5: Support for TC protocol allSteen Hegelund3-6/+234
2022-11-22net: sparx5: fix error handling in sparx5_port_open()Liu Jian1-2/+12
2022-11-21net: microchip: sparx5: fix uninitialized variablesDan Carpenter1-3/+5
2022-11-21net: microchip: sparx5: Add VCAP locking to protect rulesSteen Hegelund1-0/+2
2022-11-21net: microchip: sparx5: Add raw VCAP debugFS support for the VCAP APISteen Hegelund1-1/+178
2022-11-21net: microchip: sparx5: Add VCAP debugFS supportSteen Hegelund7-57/+119
2022-11-21net: microchip: sparx5: Ensure L3 protocol has a default valueSteen Hegelund1-1/+5
2022-11-21net: microchip: sparx5: Fix return value in sparx5_tc_setup_qdisc_ets()Lu Wei1-5/+2
2022-11-21net: microchip: sparx5: prevent uninitialized variableDan Carpenter1-1/+1
2022-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+6
2022-11-16net: microchip: sparx5: Fix potential null-ptr-deref in sparx_stats_init() an...Shang XiaoJing2-0/+6
2022-11-14net: microchip: sparx5: Add support for TC flower filter statisticsSteen Hegelund1-0/+68
2022-11-14net: microchip: sparx5: Add support for IS2 VCAP rule countersSteen Hegelund1-2/+45
2022-11-14net: microchip: sparx5: Add/delete rules in sorted orderSteen Hegelund1-1/+26
2022-11-14net: microchip: sparx5: Add support for TC flower ARP dissectorSteen Hegelund2-1/+77
2022-11-11net: microchip: sparx5: Add tc matchall filter and enable VCAP lookupsSteen Hegelund5-8/+134
2022-11-11net: microchip: sparx5: Match keys in configured port keysetsSteen Hegelund2-13/+160
2022-11-11net: microchip: sparx5: Adding TC goto action and action checkingSteen Hegelund1-8/+62
2022-11-11net: microchip: sparx5: Adding more tc flower keys for the IS2 VCAPSteen Hegelund1-1/+383
2022-11-11net: microchip: sparx5: Differentiate IPv4 and IPv6 traffic in keyset configSteen Hegelund1-7/+14
2022-11-07net: remove explicit phylink_generic_validate() referencesRussell King (Oracle)1-1/+0
2022-11-03net: microchip: sparx5: add support for offloading default prioDaniel Machon3-0/+40
2022-11-03net: microchip: sparx5: add support for offloading dscp tableDaniel Machon3-3/+116
2022-11-03net: microchip: sparx5: add support for apptrustDaniel Machon3-2/+126
2022-11-03net: microchip: sparx5: add support for offloading pcp tableDaniel Machon8-2/+327
2022-10-24net: microchip: sparx5: Adding basic rule management in VCAP APISteen Hegelund1-0/+1
2022-10-24net: microchip: sparx5: Adding port keyset config and callback interfaceSteen Hegelund1-0/+345
2022-10-24net: microchip: sparx5: Adding initial tc flower support for VCAP APISteen Hegelund6-4/+437
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 Hegelund5-2/+63
2022-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+3
2022-10-03net: sparx5: Fix return type of sparx5_port_xmit_implNathan Huckleberry2-3/+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-08net: sparx5: fix function return type to match actual typeCasper Andersson2-4/+4
2022-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
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-26net: sparx5: fix handling uneven length packets in manual extractionCasper Andersson1-0/+2
2022-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+6
2022-06-30net: sparx5: mdb add/del handle non-sparx5 devicesCasper Andersson1-0/+6
2022-06-15net: sparx5: Allow mdb entries to both CPU and portsCasper Andersson1-20/+35