summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/microchip/lan966x
Commit message (Expand)AuthorAgeFilesLines
...
* net: lan966x: Fix port police support using tc-matchallHoratiu Vultur2023-03-011-1/+1
* Merge tag 'phy-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/...Linus Torvalds2023-02-241-3/+2
|\
| * net: lan966x: Convert to devm_of_phy_optional_get()Geert Uytterhoeven2023-02-031-3/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-211-2/+2
|\ \
| * | net: lan966x: Fix possible deadlock inside PTPHoratiu Vultur2023-02-201-2/+2
* | | net: lan966x: Use automatic selection of VCAP rule actionsetHoratiu Vultur2023-02-202-4/+1
* | | net: lan966x: set xdp_features flagLorenzo Bianconi2023-02-131-0/+5
* | | net: microchip: vcap: Add tc flower keys for lan966xHoratiu Vultur2023-02-101-28/+110
* | | net: lan966x: Add support for TC flower filter statisticsHoratiu Vultur2023-02-081-0/+20
* | | net/sched: move struct tc_mqprio_qopt_offload from pkt_cls.h to pkt_sched.hVladimir Oltean2023-02-061-0/+1
* | | net: lan966x: Add VCAP debugFS supportHoratiu Vultur2023-02-035-16/+136
* | | net: microchip: sparx5: Add ingress information to VCAP instanceSteen Hegelund2023-01-304-8/+16
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-01-271-3/+3
|\| |
| * | lan966x: execute xdp_do_flush() before napi_complete_done()Magnus Karlsson2023-01-271-3/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-01-201-5/+8
|\| |
| * | net: lan966x: add missing fwnode_handle_put() for ports nodeClément Léger2023-01-131-5/+8
* | | net: microchip: vcap api: Check chains when adding a tc flower filterSteen Hegelund2023-01-161-14/+16
* | | net: microchip: vcap api: Use src and dst chain id to chain VCAP lookupsSteen Hegelund2023-01-163-22/+7
* | | net: microchip: vcap api: Always enable VCAP lookupsSteen Hegelund2023-01-161-15/+6
|/ /
* | net: lan966x: check for ptp to be enabled in lan966x_ptp_deinit()Clément Léger2023-01-111-0/+3
* | net: lan966x: Allow to add rules in TCAM even if not enabledHoratiu Vultur2023-01-091-3/+0
* | 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