summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/microchip
Commit message (Expand)AuthorAgeFilesLines
* net: sparx5: Fix reading of the MAC addressHoratiu Vultur2023-01-021-1/+1
* net: lan966x: Fix configuration of the PCSHoratiu Vultur2022-12-221-1/+1
* net: microchip: vcap: Fix initialization of value and maskHoratiu Vultur2022-12-191-0/+2
* net: lan966x: Remove a useless test in lan966x_ptp_add_trap()Christophe JAILLET2022-12-121-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-12-084-20/+30
|\
| * net: microchip: sparx5: Fix missing destroy_workqueue of mact_queueQiheng Lin2022-12-061-0/+3
| * net: microchip: sparx5: correctly free skb in xmitCasper Andersson2022-12-052-18/+25
| * net: encx24j600: Fix invalid logic in reading of MISTAT registerValentina Goncharenko2022-12-051-2/+2
| * net: encx24j600: Add parentheses to fix precedenceValentina Goncharenko2022-12-051-2/+2
* | net: microchip: vcap: Remove unneeded semicolonszhang songyi2022-12-061-2/+2
* | net: lan966x: Add ptp trap rulesHoratiu Vultur2022-12-065-23/+265
* | net: microchip: vcap: Add vcap_rule_get_key_u32Horatiu Vultur2022-12-062-0/+20
* | net: microchip: vcap: Add vcap_mod_ruleHoratiu Vultur2022-12-062-0/+38
* | net: microchip: vcap: Add vcap_get_ruleHoratiu Vultur2022-12-064-438/+848
* | net: microchip: sparx5: Fix error handling in vcap_show_admin()Dan Carpenter2022-12-011-4/+11
* | net: microchip: vcap: Change how the rule id is generatedHoratiu Vultur2022-11-302-7/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-292-7/+14
|\|
| * net: sparx5: fix error handling in sparx5_port_open()Liu Jian2022-11-221-2/+12
| * net: microchip: sparx5: Fix return value in sparx5_tc_setup_qdisc_ets()Lu Wei2022-11-211-5/+2
* | net: microchip: vcap: Implement w32beHoratiu Vultur2022-11-291-4/+112
* | net: lan966x: Add port keyset config and callback interfaceHoratiu Vultur2022-11-291-0/+366
* | net: lan966x: add tc matchall goto actionHoratiu Vultur2022-11-294-1/+70
* | net: lan966x: add tc flower support for VCAP APIHoratiu Vultur2022-11-295-1/+421
* | net: lan966x: add vcap registersHoratiu Vultur2022-11-292-0/+199
* | net: lan966x: Add is2 vcap model to vcap API.Horatiu Vultur2022-11-294-1/+1624
* | net: lan966x: Add initial VCAPHoratiu Vultur2022-11-295-1/+47
* | net: microchip: vcap: Extend vcap with lan966xHoratiu Vultur2022-11-291-56/+146
* | net: microchip: vcap: Merge the vcap_ag_api_kunit.h into vcap_ag_api.hHoratiu Vultur2022-11-293-720/+393
* | net: lan966x: Add support for XDP_REDIRECTHoratiu Vultur2022-11-254-15/+104
* | net: lan966x: Add support for XDP_TXHoratiu Vultur2022-11-254-10/+94
* | net: lan966x: Update dma_dir of page_pool_paramsHoratiu Vultur2022-11-253-6/+53
* | net: lan966x: Update rxq memory modelHoratiu Vultur2022-11-251-0/+13
* | net: lan966x: Add len field to lan966x_tx_dcb_bufHoratiu Vultur2022-11-252-5/+7
* | net: lan966x: Introduce helper functionsHoratiu Vultur2022-11-251-27/+44
* | net: lan966x: Add XDP_PACKET_HEADROOMHoratiu Vultur2022-11-252-6/+13
* | net: microchip: sparx5: Add VCAP filter keys KUNIT testSteen Hegelund2022-11-251-0/+194
* | net: microchip: sparx5: Support for displaying a list of keysetsSteen Hegelund2022-11-252-44/+74
* | net: microchip: sparx5: Support for TC protocol allSteen Hegelund2022-11-253-6/+234
* | net: microchip: sparx5: Support for copying and modifying rules in the APISteen Hegelund2022-11-254-11/+206
* | net: microchip: sparx5: fix uninitialized variablesDan Carpenter2022-11-211-3/+5
* | net: microchip: sparx5: Add VCAP debugfs KUNIT testSteen Hegelund2022-11-214-3/+553
* | net: microchip: sparx5: Add VCAP locking to protect rulesSteen Hegelund2022-11-214-0/+15
* | net: microchip: sparx5: Add VCAP debugFS key/action support for the VCAP APISteen Hegelund2022-11-213-10/+333
* | net: microchip: sparx5: Add VCAP rule debugFS support for the VCAP APISteen Hegelund2022-11-213-4/+141
* | net: microchip: sparx5: Add raw VCAP debugFS support for the VCAP APISteen Hegelund2022-11-214-56/+535
* | net: microchip: sparx5: Add VCAP debugFS supportSteen Hegelund2022-11-2112-64/+266
* | net: microchip: sparx5: Ensure VCAP last_used_addr is set back to defaultSteen Hegelund2022-11-211-2/+2
* | net: microchip: sparx5: Ensure L3 protocol has a default valueSteen Hegelund2022-11-211-1/+5
* | net: microchip: sparx5: prevent uninitialized variableDan Carpenter2022-11-211-1/+1
* | net: microchip: sparx5: kunit test: Fix compile warnings.Horatiu Vultur2022-11-211-6/+6