summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/microchip/lan966x
Commit message (Expand)AuthorAgeFilesLines
* net: lan966x: remove useless code in lan966x_xtr_irq_handlerSu Hui2023-10-231-1/+0
* net: ethernet: microchip: Convert to platform remove callback returning voidUwe Kleine-König2023-09-201-4/+2
* net: lan966x: Fix return value check for vcap_get_rule()Ruan Jinjie2023-08-191-2/+2
* page_pool: split types and declarations from page_pool.hYunsheng Lin2023-08-072-1/+2
* net: lan966x: Do not check 0 for platform_get_irq_byname()Zhu Wang2023-08-041-2/+2
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-08-031-0/+1
|\
| * eth: add missing xdp.h includes in driversJakub Kicinski2023-08-031-0/+1
* | net: remove phy_has_hwtstamp() -> phy_mii_ioctl() decision from converted dri...Vladimir Oltean2023-08-021-11/+14
* | net: lan966x: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean2023-08-023-50/+55
* | net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth2023-07-311-2/+2
* | net: Explicitly include correct DT includesRob Herring2023-07-271-1/+2
|/
* net: lan966x: update PCS driver to use neg_modeRussell King (Oracle)2023-06-222-4/+4
* net/sched: taprio: replace tc_taprio_qopt_offload :: enable with a "cmd" enumVladimir Oltean2023-05-311-2/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-05-251-0/+10
|\
| * lan966x: Fix unloading/loading of the driverHoratiu Vultur2023-05-231-0/+10
* | net: lan966x: Add support for DSCP rewriteHoratiu Vultur2023-05-183-3/+81
* | net: lan966x: Add support for PCP rewriteHoratiu Vultur2023-05-183-1/+107
* | net: lan966x: Add support for offloading default prioHoratiu Vultur2023-05-183-0/+34
* | net: lan966x: Add support for offloading dscp tableHoratiu Vultur2023-05-183-4/+89
* | net: lan966x: Add support for apptrustHoratiu Vultur2023-05-181-4/+114
* | net: lan966x: Add support for offloading pcp tableHoratiu Vultur2023-05-186-0/+172
* | net: lan966x: Add registers to configure PCP, DEI, DSCPHoratiu Vultur2023-05-181-0/+132
* | net: lan966x: Add TC support for ES0 VCAPHoratiu Vultur2023-05-101-0/+61
* | net: lan966x: Add ES0 VCAP keyset configuration for lan966xHoratiu Vultur2023-05-104-0/+123
* | net: lan966x: Add ES0 VCAP modelHoratiu Vultur2023-05-101-1/+263
|/
* lan966x: Don't use xdp_frame when action is XDP_TXHoratiu Vultur2023-04-243-23/+28
* net: lan966x: Fix lan966x_ifh_getHoratiu Vultur2023-04-171-1/+1
* net: lan966x: Stop using packing libraryHoratiu Vultur2023-03-192-25/+50
* net: lan966x: Don't read RX timestamp if not neededHoratiu Vultur2023-03-194-14/+15
* net: lan966x: Change lan966x_police_del return typeHoratiu Vultur2023-03-151-11/+2
* net: lan966x: Add support for IS1 VCAP ethernet protocol typesHoratiu Vultur2023-03-101-8/+28
* net: lan966x: Add TC filter chaining support for IS1 and IS2 VCAPsHoratiu Vultur2023-03-101-0/+80
* net: lan966x: Add TC support for IS1 VCAPHoratiu Vultur2023-03-101-3/+102
* net: lan966x: Add IS1 VCAP keyset configuration for lan966xHoratiu Vultur2023-03-104-16/+383
* net: lan966x: Add IS1 VCAP modelHoratiu Vultur2023-03-101-1/+1401
* 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
|\| |