summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-27octeontx2-pf: Wait till detach_resources msg is completeSubbaraya Sundeep1-1/+1
2024-02-16octeontx2-pf: Fix a memleak otx2_sq_initZhipeng Lu1-2/+12
2023-11-20octeontx2-pf: Free pending and dropped SQEsGeetha sowjanya1-10/+5
2023-10-12octeontx2-pf: Fix page pool frag allocation warningRatheesh Kannoth1-0/+1
2023-09-10octeontx2-pf: Fix page pool cache index corruption.Ratheesh Kannoth1-37/+6
2023-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-1/+2
2023-08-26octeontx2-pf: Fix PFC TX scheduler freeSuman Ghosh1-0/+1
2023-08-25octeontx2-pf: fix page_pool creation fail for rings > 32kRatheesh Kannoth1-1/+1
2023-08-11octeontx2-pf: Allow both ntuple and TC features on the interfaceHariprasad Kelam1-18/+3
2023-08-07page_pool: split types and declarations from page_pool.hYunsheng Lin1-0/+1
2023-07-21octeontx2-pf: htb offload support for Round Robin schedulingNaveen Mamindlapalli1-0/+1
2023-06-13octeontx2-af: cn10k: Set NIX DWRR MTU for CN10KB siliconSunil Goutham1-1/+17
2023-05-23octeontx2-pf: Add support for page poolRatheesh Kannoth1-10/+68
2023-05-15octeontx2-pf: Add support for HTB offloadNaveen Mamindlapalli1-0/+5
2023-05-15octeontx2-pf: Refactor schedular queue alloc/free callsHariprasad Kelam1-23/+44
2023-05-15octeontx2-pf: qos send queues managementSubbaraya Sundeep1-15/+28
2023-05-15octeontx2-pf: Rename tot_tx_queues to non_qos_queuesHariprasad Kelam1-6/+6
2023-01-19octeontx2-pf: Fix the use of GFP_KERNEL in atomic context on rtKevin Hao1-9/+2
2023-01-16octeontx2-pf: Avoid use of GFP_KERNEL in atomic contextGeetha sowjanya1-2/+2
2023-01-03octeontx2-pf: Fix lmtst ID used in aura freeGeetha sowjanya1-9/+21
2022-11-08octeontx2-pf: Fix SQE threshold checkingRatheesh Kannoth1-0/+1
2022-10-03octeontx2-pf: mcs: Introduce MACSEC hardware offloadingSubbaraya Sundeep1-0/+1
2022-09-01octeontx2-pf: Add egress PFC supportSuman Ghosh1-12/+47
2022-08-06octeontx2-pf: Fix NIX_AF_TL3_TL2X_LINKX_CFG register configurationNaveen Mamindlapalli1-5/+14
2022-05-18octeontx2-pf: Add support for adaptive interrupt coalescingSuman Ghosh1-5/+0
2022-02-24octeontx2-pf: Vary completion queue event sizeSubbaraya Sundeep1-2/+2
2022-02-10octeontx2-pf: Add TC feature for VFsSubbaraya Sundeep1-0/+50
2022-02-09octeontx2-pf: PFC config support with DCBxHariprasad Kelam1-1/+16
2022-02-09octeontx2-af: Don't enable Pause frames by defaultHariprasad Kelam1-0/+1
2022-01-28octeontx2-pf: Change receive buffer size using ethtoolSubbaraya Sundeep1-0/+7
2021-10-10octeontx2-pf: Simplify the receive buffer size calculationSubbaraya Sundeep1-6/+4
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski1-1/+1
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski1-1/+1
2021-09-30octeontx2-pf: Add XDP support to netdev PFGeetha sowjanya1-13/+22
2021-09-28octeontx2-pf: Use hardware register for CQE countGeetha sowjanya1-0/+3
2021-09-01octeontx2-pf: cn10K: Reserve LMTST lines per coreGeetha sowjanya1-5/+0
2021-08-29octeontx2-pf: Fix inconsistent license textSunil Goutham1-5/+2
2021-08-26octeontx2-pf: cn10k: Fix error return code in otx2_set_flowkey_cfg()Yang Yingliang1-1/+3
2021-08-25octeontx2-pf: cleanup transmit link deriving logicSubbaraya Sundeep1-21/+2
2021-08-22octeontx2-pf: Fix algorithm index in MCAM rules with RSS actionSunil Goutham1-0/+11
2021-08-22octeontx2-pf: Don't install VLAN offload rule if netdev is downSunil Goutham1-1/+2
2021-08-22octeontx2-pf: Fix NIX1_RX interface backpressureSubbaraya Sundeep1-0/+15
2021-08-02octeontx2-pf: cn10k: Config DWRR weight based on MTUSunil Goutham1-6/+17
2021-07-25octeontx2-pf: Dont enable backpressure on LBK linksHariprasad Kelam1-6/+8
2021-07-01octeontx2-pf: offload DMAC filters to CGX/RPM blockHariprasad Kelam1-0/+3
2021-02-12octeontx2-pf: cn10k: Get max mtu supported from admin functionHariprasad Kelam1-3/+42
2021-02-12octeontx2-pf: cn10k: Use LMTST lines for NPA/NIX operationsGeetha sowjanya1-48/+36
2021-02-12octeontx2-pf: cn10k: Initialise NIX contextGeetha sowjanya1-28/+73
2021-02-11octeontx2-pf: ethtool fec mode supportChristina Jacob1-0/+20
2021-02-11net: octeontx2: Fix the confusion in buffer alloc failure pathKevin Hao1-20/+18