summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/microchip
AgeCommit message (Expand)Author
2023-01-02net: sparx5: Fix reading of the MAC addressHoratiu Vultur
2022-12-22net: lan966x: Fix configuration of the PCSHoratiu Vultur
2022-12-19net: microchip: vcap: Fix initialization of value and maskHoratiu Vultur
2022-12-12net: lan966x: Remove a useless test in lan966x_ptp_add_trap()Christophe JAILLET
2022-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-12-06net: microchip: vcap: Remove unneeded semicolonszhang songyi
2022-12-06net: lan966x: Add ptp trap rulesHoratiu Vultur
2022-12-06net: microchip: vcap: Add vcap_rule_get_key_u32Horatiu Vultur
2022-12-06net: microchip: vcap: Add vcap_mod_ruleHoratiu Vultur
2022-12-06net: microchip: vcap: Add vcap_get_ruleHoratiu Vultur
2022-12-06net: microchip: sparx5: Fix missing destroy_workqueue of mact_queueQiheng Lin
2022-12-05net: microchip: sparx5: correctly free skb in xmitCasper Andersson
2022-12-05net: encx24j600: Fix invalid logic in reading of MISTAT registerValentina Goncharenko
2022-12-05net: encx24j600: Add parentheses to fix precedenceValentina Goncharenko
2022-12-01net: microchip: sparx5: Fix error handling in vcap_show_admin()Dan Carpenter
2022-11-30net: microchip: vcap: Change how the rule id is generatedHoratiu Vultur
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-29net: microchip: vcap: Implement w32beHoratiu Vultur
2022-11-29net: lan966x: Add port keyset config and callback interfaceHoratiu Vultur
2022-11-29net: lan966x: add tc matchall goto actionHoratiu Vultur
2022-11-29net: lan966x: add tc flower support for VCAP APIHoratiu Vultur
2022-11-29net: lan966x: add vcap registersHoratiu Vultur
2022-11-29net: lan966x: Add is2 vcap model to vcap API.Horatiu Vultur
2022-11-29net: lan966x: Add initial VCAPHoratiu Vultur
2022-11-29net: microchip: vcap: Extend vcap with lan966xHoratiu Vultur
2022-11-29net: microchip: vcap: Merge the vcap_ag_api_kunit.h into vcap_ag_api.hHoratiu Vultur
2022-11-25net: lan966x: Add support for XDP_REDIRECTHoratiu Vultur
2022-11-25net: lan966x: Add support for XDP_TXHoratiu Vultur
2022-11-25net: lan966x: Update dma_dir of page_pool_paramsHoratiu Vultur
2022-11-25net: lan966x: Update rxq memory modelHoratiu Vultur
2022-11-25net: lan966x: Add len field to lan966x_tx_dcb_bufHoratiu Vultur
2022-11-25net: lan966x: Introduce helper functionsHoratiu Vultur
2022-11-25net: lan966x: Add XDP_PACKET_HEADROOMHoratiu Vultur
2022-11-25net: microchip: sparx5: Add VCAP filter keys KUNIT testSteen Hegelund
2022-11-25net: microchip: sparx5: Support for displaying a list of keysetsSteen Hegelund
2022-11-25net: microchip: sparx5: Support for TC protocol allSteen Hegelund
2022-11-25net: microchip: sparx5: Support for copying and modifying rules in the APISteen Hegelund
2022-11-22net: sparx5: fix error handling in sparx5_port_open()Liu Jian
2022-11-21net: microchip: sparx5: fix uninitialized variablesDan Carpenter
2022-11-21net: microchip: sparx5: Add VCAP debugfs KUNIT testSteen Hegelund
2022-11-21net: microchip: sparx5: Add VCAP locking to protect rulesSteen Hegelund
2022-11-21net: microchip: sparx5: Add VCAP debugFS key/action support for the VCAP APISteen Hegelund
2022-11-21net: microchip: sparx5: Add VCAP rule debugFS support for the VCAP APISteen Hegelund
2022-11-21net: microchip: sparx5: Add raw VCAP debugFS support for the VCAP APISteen Hegelund
2022-11-21net: microchip: sparx5: Add VCAP debugFS supportSteen Hegelund
2022-11-21net: microchip: sparx5: Ensure VCAP last_used_addr is set back to defaultSteen Hegelund
2022-11-21net: microchip: sparx5: Ensure L3 protocol has a default valueSteen Hegelund
2022-11-21net: microchip: sparx5: Fix return value in sparx5_tc_setup_qdisc_ets()Lu Wei
2022-11-21net: microchip: sparx5: prevent uninitialized variableDan Carpenter
2022-11-21net: microchip: sparx5: kunit test: Fix compile warnings.Horatiu Vultur