summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/microchip/sparx5
Commit message (Expand)AuthorAgeFilesLines
* net: sparx5: Remove setting of RX software timestampGal Pressman2024-09-061-7/+4
* net: sparx5: ditch sparx5_fdma_rx/tx_reload() functionsDaniel Machon2024-09-041-10/+4
* net: sparx5: use contiguous memory for tx buffersDaniel Machon2024-09-042-45/+13
* net: sparx5: use library helper for freeing tx buffersDaniel Machon2024-09-041-0/+1
* net: sparx5: use FDMA library for adding DCB's in the tx pathDaniel Machon2024-09-041-30/+9
* net: sparx5: use the FDMA library for allocation of tx buffersDaniel Machon2024-09-042-64/+44
* net: sparx5: use a few FDMA helpers in the rx pathDaniel Machon2024-09-041-10/+7
* net: sparx5: use library helper for freeing rx buffersDaniel Machon2024-09-041-0/+1
* net: sparx5: use FDMA library for adding DCB's in the rx pathDaniel Machon2024-09-041-46/+3
* net: sparx5: use the FDMA library for allocation of rx buffersDaniel Machon2024-09-042-54/+43
* net: sparx5: replace a few variables with new equivalent onesDaniel Machon2024-09-042-46/+63
* net: sparx5: use FDMA library symbolsDaniel Machon2024-09-043-44/+3
* net: microchip: add FDMA libraryDaniel Machon2024-09-041-0/+1
* net: Add struct kernel_ethtool_ts_infoKory Maincent2024-07-151-1/+1
* net: microchip: Constify struct vcap_operationsChristophe JAILLET2024-06-181-1/+1
* net: sparx5: flower: check for unsupported control flagsAsbjørn Sloth Tønnesen2024-04-251-0/+5
* net: sparx5: flower: remove goto in sparx5_tc_flower_handler_control_usage()Asbjørn Sloth Tønnesen2024-04-251-6/+4
* net: sparx5: flower: add extack to sparx5_tc_flower_handler_control_usage()Asbjørn Sloth Tønnesen2024-04-251-2/+3
* net: sparx5: flower: only do lookup if fragment flags are setAsbjørn Sloth Tønnesen2024-04-251-1/+1
* net: sparx5: Correct spelling in commentsSimon Horman2024-04-254-4/+4
* net: sparx5: add support for matchall mirror statsDaniel Machon2024-04-243-0/+67
* net: sparx5: add the tc glue to support port mirroringDaniel Machon2024-04-241-2/+36
* net: sparx5: add port mirroring implementationDaniel Machon2024-04-243-1/+212
* net: sparx5: add bookkeeping code for matchall rulesDaniel Machon2024-04-243-8/+67
* net: sparx5: add new register definitionsDaniel Machon2024-04-241-0/+68
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-181-21/+40
|\
| * net: sparx5: flower: fix fragment flags handlingAsbjørn Sloth Tønnesen2024-04-121-21/+40
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-111-2/+2
|\|
| * net: sparx5: fix wrong config being used when reconfiguring PCSDaniel Machon2024-04-111-2/+2
* | net: sparx5: add support for tc flower redirect actionDaniel Machon2024-04-091-0/+29
* | net: sparx5: add support for tc flower mirred action.Daniel Machon2024-04-091-0/+39
|/
* net: sparx5: Fix use after free inside sparx5_del_mact_entryHoratiu Vultur2024-03-041-2/+2
* net: sparx5: Add spinlock for frame transmission from CPUHoratiu Vultur2024-02-213-0/+4
* net: Convert some ethtool_sprintf() to ethtool_puts()justinstitt@google.com2023-12-081-1/+1
* net: sparx5: replace deprecated strncpy with ethtool_sprintfJustin Stitt2023-10-131-2/+1
* net: ethernet: microchip: Convert to platform remove callback returning voidUwe Kleine-König2023-09-201-4/+2
* net: microchip: Remove unused declarationsYue Haibing2023-08-221-1/+0
* net: microchip: sparx5: Update return value check for vcap_get_rule()Ruan Jinjie2023-08-191-1/+1
* net: remove phy_has_hwtstamp() -> phy_mii_ioctl() decision from converted dri...Vladimir Oltean2023-08-021-6/+0
* net: sparx5: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean2023-08-023-28/+46
* net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth2023-07-311-2/+2
* net: sparx5: update PCS driver to use neg_modeRussell King (Oracle)2023-06-222-4/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-091-16/+16
|\
| * net: microchip: sparx5: fix deletion of existing DSCP mappingsDaniel Machon2023-03-081-16/+16
* | net: microchip: sparx5: Add TC template supportSteen Hegelund2023-03-081-7/+202
* | net: microchip: sparx5: Add port keyset changing functionalitySteen Hegelund2023-03-082-0/+276
* | net: microchip: sparx5: Add TC template list to a portSteen Hegelund2023-03-082-0/+2
* | net: microchip: sparx5: Correct the spelling of the keysets in debugfsSteen Hegelund2023-03-081-1/+1
|/
* net: microchip: sparx5: Add TC vlan action support for the ES0 VCAPSteen Hegelund2023-02-164-24/+323
* net: microchip: sparx5: Add TC support for the ES0 VCAPSteen Hegelund2023-02-163-23/+64