summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/microchip/lan966x/lan966x_main.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-26net: lan966x: Correct spelling in commentsSimon Horman1-1/+1
2023-08-07page_pool: split types and declarations from page_pool.hYunsheng Lin1-1/+1
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: lan966x: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean1-4/+8
2023-05-18net: lan966x: Add support for DSCP rewriteHoratiu Vultur1-0/+13
2023-05-18net: lan966x: Add support for PCP rewriteHoratiu Vultur1-0/+10
2023-05-18net: lan966x: Add support for offloading default prioHoratiu Vultur1-0/+1
2023-05-18net: lan966x: Add support for offloading dscp tableHoratiu Vultur1-0/+8
2023-05-18net: lan966x: Add support for offloading pcp tableHoratiu Vultur1-0/+25
2023-05-10net: lan966x: Add ES0 VCAP keyset configuration for lan966xHoratiu Vultur1-0/+3
2023-04-25lan966x: Don't use xdp_frame when action is XDP_TXHoratiu Vultur1-4/+2
2023-03-19net: lan966x: Don't read RX timestamp if not neededHoratiu Vultur1-2/+3
2023-03-11net: lan966x: Add IS1 VCAP keyset configuration for lan966xHoratiu Vultur1-0/+38
2023-02-03net: lan966x: Add VCAP debugFS supportHoratiu Vultur1-0/+26
2023-01-30net: microchip: sparx5: Add ingress information to VCAP instanceSteen Hegelund1-1/+2
2023-01-16net: microchip: vcap api: Use src and dst chain id to chain VCAP lookupsSteen Hegelund1-2/+1
2022-12-06net: lan966x: Add ptp trap rulesHoratiu Vultur1-0/+14
2022-11-29net: lan966x: add tc matchall goto actionHoratiu Vultur1-0/+9
2022-11-29net: lan966x: add tc flower support for VCAP APIHoratiu Vultur1-0/+3
2022-11-29net: lan966x: Add initial VCAPHoratiu Vultur1-0/+6
2022-11-25net: lan966x: Add support for XDP_REDIRECTHoratiu Vultur1-1/+9
2022-11-25net: lan966x: Add support for XDP_TXHoratiu Vultur1-1/+12
2022-11-25net: lan966x: Update dma_dir of page_pool_paramsHoratiu Vultur1-0/+2
2022-11-25net: lan966x: Add len field to lan966x_tx_dcb_bufHoratiu Vultur1-3/+4
2022-11-11net: lan96x: Use page_pool APIHoratiu Vultur1-0/+8
2022-11-11net: lan966x: Add basic XDP supportHoratiu Vultur1-0/+16
2022-11-11net: lan966x: Split function lan966x_fdma_rx_get_frameHoratiu Vultur1-0/+9
2022-11-02net: lan966x: Fix the MTU calculationHoratiu Vultur1-0/+2
2022-10-03net: lan966x: Add port mirroring support using tc-matchallHoratiu Vultur1-0/+20
2022-10-03net: lan966x: Add port police support using tc-matchallHoratiu Vultur1-0/+24
2022-09-28net: lan966x: Add offload support for etsHoratiu Vultur1-0/+5
2022-09-28net: lan966x: Add offload support for cbsHoratiu Vultur1-0/+5
2022-09-28net: lan966x: Add offload support for tbfHoratiu Vultur1-0/+9
2022-09-23net: lan966x: Add offload support for taprioHoratiu Vultur1-0/+10
2022-09-23net: lan966x: Add offload support for mqprioHoratiu Vultur1-0/+6
2022-09-23net: lan966x: Add define for number of priority queues NUM_PRIO_QUEUESHoratiu Vultur1-0/+1
2022-08-22net: lan966x: Extend MAC to support also lag interfaces.Horatiu Vultur1-0/+5
2022-08-22net: lan966x: Add lag support for lan966xHoratiu Vultur1-0/+31
2022-08-22net: lan966x: Expose lan966x_switchdev_nb and lan966x_switchdev_blocking_nbHoratiu Vultur1-0/+2
2022-08-22net: lan966x: Flush fdb workqueue when port is leaving a bridge.Horatiu Vultur1-0/+1
2022-07-06net: lan966x: hardcode the number of external portsMichael Walle1-0/+1
2022-04-27net: lan966x: Add support for PTP_PF_EXTTSHoratiu Vultur1-0/+2
2022-04-27net: lan966x: Add support for PTP_PF_PEROUTHoratiu Vultur1-0/+2
2022-04-12net: lan966x: Update FDMA to change MTU.Horatiu Vultur1-0/+1
2022-04-12net: lan966x: Add FDMA functionalityHoratiu Vultur1-0/+108
2022-04-12net: lan966x: Expose functions that are needed by FDMAHoratiu Vultur1-0/+8
2022-03-09net: lan966x: Add spinlock for frame transmission from CPU.Horatiu Vultur1-0/+2
2022-02-05net: lan966x: Update mdb when enabling/disabling mcast_snoopingHoratiu Vultur1-0/+2
2022-02-05net: lan966x: Implement the callback SWITCHDEV_ATTR_ID_BRIDGE_MC_DISABLEDHoratiu Vultur1-0/+1