summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/microchip/lan966x
AgeCommit message (Expand)AuthorFilesLines
13 daysnet: Add struct kernel_ethtool_ts_infoKory Maincent1-1/+1
2024-06-18net: microchip: Constify struct vcap_operationsChristophe JAILLET1-1/+1
2024-06-15eth: lan966x: don't clear unsupported statsJakub Kicinski1-8/+0
2024-05-22net: lan966x: Remove ptp traps in case the ptp is not enabled.Horatiu Vultur1-3/+3
2024-05-16net: lan966x: remove debugfs directory in probe() error pathHerve Codina1-2/+4
2024-05-08net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-1/+1
2024-04-26net: lan966x: flower: check for unsupported control flagsAsbjørn Sloth Tønnesen1-0/+5
2024-04-26net: lan966x: flower: rename goto in lan966x_tc_flower_handler_control_usage()Asbjørn Sloth Tønnesen1-3/+3
2024-04-26net: lan966x: flower: add extack to lan966x_tc_flower_handler_control_usage()Asbjørn Sloth Tønnesen1-1/+2
2024-04-26net: lan966x: Correct spelling in commentsSimon Horman5-6/+6
2024-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+7
2024-02-10lan966x: Fix crash when adding interface under a lagHoratiu Vultur1-2/+7
2024-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+3
2024-01-31net: lan966x: debugfs: Fix showing the port keysetHoratiu Vultur1-0/+2
2024-01-27net: lan966x: Fix port configuration when using SGMII interfaceHoratiu Vultur1-2/+3
2023-10-23net: lan966x: remove useless code in lan966x_xtr_irq_handlerSu Hui1-1/+0
2023-09-20net: ethernet: microchip: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-08-19net: lan966x: Fix return value check for vcap_get_rule()Ruan Jinjie1-2/+2
2023-08-07page_pool: split types and declarations from page_pool.hYunsheng Lin2-1/+2
2023-08-04net: lan966x: Do not check 0 for platform_get_irq_byname()Zhu Wang1-2/+2
2023-08-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+1
2023-08-03eth: add missing xdp.h includes in driversJakub Kicinski1-0/+1
2023-08-03net: remove phy_has_hwtstamp() -> phy_mii_ioctl() decision from converted dri...Vladimir Oltean1-11/+14
2023-08-03net: lan966x: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean3-50/+55
2023-07-31net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth1-2/+2
2023-07-28net: Explicitly include correct DT includesRob Herring1-1/+2
2023-06-23net: lan966x: update PCS driver to use neg_modeRussell King (Oracle)2-4/+4
2023-05-31net/sched: taprio: replace tc_taprio_qopt_offload :: enable with a "cmd" enumVladimir Oltean1-2/+8
2023-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+10
2023-05-23lan966x: Fix unloading/loading of the driverHoratiu Vultur1-0/+10
2023-05-18net: lan966x: Add support for DSCP rewriteHoratiu Vultur3-3/+81
2023-05-18net: lan966x: Add support for PCP rewriteHoratiu Vultur3-1/+107
2023-05-18net: lan966x: Add support for offloading default prioHoratiu Vultur3-0/+34
2023-05-18net: lan966x: Add support for offloading dscp tableHoratiu Vultur3-4/+89
2023-05-18net: lan966x: Add support for apptrustHoratiu Vultur1-4/+114
2023-05-18net: lan966x: Add support for offloading pcp tableHoratiu Vultur6-0/+172
2023-05-18net: lan966x: Add registers to configure PCP, DEI, DSCPHoratiu Vultur1-0/+132
2023-05-10net: lan966x: Add TC support for ES0 VCAPHoratiu Vultur1-0/+61
2023-05-10net: lan966x: Add ES0 VCAP keyset configuration for lan966xHoratiu Vultur4-0/+123
2023-05-10net: lan966x: Add ES0 VCAP modelHoratiu Vultur1-1/+263
2023-04-25lan966x: Don't use xdp_frame when action is XDP_TXHoratiu Vultur3-23/+28
2023-04-17net: lan966x: Fix lan966x_ifh_getHoratiu Vultur1-1/+1
2023-03-19net: lan966x: Stop using packing libraryHoratiu Vultur2-25/+50
2023-03-19net: lan966x: Don't read RX timestamp if not neededHoratiu Vultur4-14/+15
2023-03-15net: lan966x: Change lan966x_police_del return typeHoratiu Vultur1-11/+2
2023-03-11net: lan966x: Add support for IS1 VCAP ethernet protocol typesHoratiu Vultur1-8/+28
2023-03-11net: lan966x: Add TC filter chaining support for IS1 and IS2 VCAPsHoratiu Vultur1-0/+80
2023-03-11net: lan966x: Add TC support for IS1 VCAPHoratiu Vultur1-3/+102
2023-03-11net: lan966x: Add IS1 VCAP keyset configuration for lan966xHoratiu Vultur4-16/+383
2023-03-11net: lan966x: Add IS1 VCAP modelHoratiu Vultur1-1/+1401