summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/microchip/lan966x
Commit message (Expand)AuthorAgeFilesLines
* net: lan966x: Fix configuration of the PCSHoratiu Vultur2022-12-221-1/+1
* net: lan966x: Remove a useless test in lan966x_ptp_add_trap()Christophe JAILLET2022-12-121-2/+0
* net: lan966x: Add ptp trap rulesHoratiu Vultur2022-12-065-23/+265
* 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: 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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-171-0/+3
|\
| * net: lan966x: Fix potential null-ptr-deref in lan966x_stats_init()Shang XiaoJing2022-11-161-0/+3
* | net: lan96x: Use page_pool APIHoratiu Vultur2022-11-113-40/+58
* | net: lan966x: Add basic XDP supportHoratiu Vultur2022-11-115-2/+109
* | net: lan966x: Split function lan966x_fdma_rx_get_frameHoratiu Vultur2022-11-112-25/+69
* | net: lan966x: Add define IFH_LEN_BYTESHoratiu Vultur2022-11-113-6/+7
* | net: remove explicit phylink_generic_validate() referencesRussell King (Oracle)2022-11-071-1/+0
* | net: lan966x: move unnecessary linux/sfp.h includeRussell King (Oracle)2022-11-071-1/+0
|/
* net: lan966x: Fix unmapping of received frames using FDMAHoratiu Vultur2022-11-011-6/+12
* net: lan966x: Fix FDMA when MTU is changedHoratiu Vultur2022-11-012-3/+7
* net: lan966x: Adjust maximum frame size when vlan is enabled/disabledHoratiu Vultur2022-11-012-0/+21
* net: lan966x: Fix the MTU calculationHoratiu Vultur2022-11-012-1/+3
* net: lan966x: Stop replacing tx dcbs and dcbs_buf when changing MTUHoratiu Vultur2022-10-241-21/+3
* net: lan966x: Fix the rx drop counterHoratiu Vultur2022-10-201-1/+9
* net: lan966x: Fix return type of lan966x_port_xmitNathan Huckleberry2022-10-031-1/+2
* net: lan966x: Add port mirroring support using tc-matchallHoratiu Vultur2022-10-035-1/+193
* net: lan966x: Add port police support using tc-matchallHoratiu Vultur2022-10-036-1/+468
* net: lan966x: Fix spelling mistake "tarffic" -> "traffic"Colin Ian King2022-09-301-1/+1
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-2/+1
* net: lan966x: Add offload support for etsHoratiu Vultur2022-09-285-1/+139
* net: lan966x: Add offload support for cbsHoratiu Vultur2022-09-284-1/+85
* net: lan966x: Add offload support for tbfHoratiu Vultur2022-09-285-1/+143
* net: lan966x: Add offload support for taprioHoratiu Vultur2022-09-237-3/+560
* net: lan966x: Add registers used by taprioHoratiu Vultur2022-09-231-0/+159
* net: lan966x: Add offload support for mqprioHoratiu Vultur2022-09-235-2/+71
* net: lan966x: Add define for number of priority queues NUM_PRIO_QUEUESHoratiu Vultur2022-09-232-1/+3
* net: lan966x: Extend lan966x with RGMII supportHoratiu Vultur2022-09-062-0/+4
* net: lan966x: make reset optionalMichael Walle2022-09-021-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-011-1/+4
|\
| * net: lan966x: improve error handle in lan966x_fdma_rx_get_frame()Dan Carpenter2022-08-301-1/+4
* | net: lan966x: Extend MAC to support also lag interfaces.Horatiu Vultur2022-08-223-16/+119
* | net: lan966x: Extend FDB to support also lagHoratiu Vultur2022-08-222-0/+31
* | net: lan966x: Add lag support for lan966xHoratiu Vultur2022-08-225-20/+443
* | net: lan966x: Extend lan966x_foreign_bridging_checkHoratiu Vultur2022-08-221-8/+24