summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/microchip/lan966x
AgeCommit message (Expand)AuthorFilesLines
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
2023-03-01net: lan966x: Fix port police support using tc-matchallHoratiu Vultur1-1/+1
2023-02-25Merge tag 'phy-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/...Linus Torvalds1-3/+2
2023-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2023-02-21net: lan966x: Fix possible deadlock inside PTPHoratiu Vultur1-2/+2
2023-02-20net: lan966x: Use automatic selection of VCAP rule actionsetHoratiu Vultur2-4/+1
2023-02-14net: lan966x: set xdp_features flagLorenzo Bianconi1-0/+5
2023-02-10net: microchip: vcap: Add tc flower keys for lan966xHoratiu Vultur1-28/+110
2023-02-08net: lan966x: Add support for TC flower filter statisticsHoratiu Vultur1-0/+20
2023-02-06net/sched: move struct tc_mqprio_qopt_offload from pkt_cls.h to pkt_sched.hVladimir Oltean1-0/+1
2023-02-03net: lan966x: Add VCAP debugFS supportHoratiu Vultur5-16/+136
2023-02-03net: lan966x: Convert to devm_of_phy_optional_get()Geert Uytterhoeven1-3/+2
2023-01-30net: microchip: sparx5: Add ingress information to VCAP instanceSteen Hegelund4-8/+16
2023-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+3
2023-01-28lan966x: execute xdp_do_flush() before napi_complete_done()Magnus Karlsson1-3/+3
2023-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+8
2023-01-16net: microchip: vcap api: Check chains when adding a tc flower filterSteen Hegelund1-14/+16
2023-01-16net: microchip: vcap api: Use src and dst chain id to chain VCAP lookupsSteen Hegelund3-22/+7
2023-01-16net: microchip: vcap api: Always enable VCAP lookupsSteen Hegelund1-15/+6
2023-01-14net: lan966x: add missing fwnode_handle_put() for ports nodeClément Léger1-5/+8
2023-01-11net: lan966x: check for ptp to be enabled in lan966x_ptp_deinit()Clément Léger1-0/+3
2023-01-09net: lan966x: Allow to add rules in TCAM even if not enabledHoratiu Vultur1-3/+0
2022-12-22net: lan966x: Fix configuration of the PCSHoratiu Vultur1-1/+1
2022-12-13net: lan966x: Remove a useless test in lan966x_ptp_add_trap()Christophe JAILLET1-2/+0
2022-12-06net: lan966x: Add ptp trap rulesHoratiu Vultur5-23/+265
2022-11-29net: lan966x: Add port keyset config and callback interfaceHoratiu Vultur1-0/+366
2022-11-29net: lan966x: add tc matchall goto actionHoratiu Vultur4-1/+70