summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c
AgeCommit message (Expand)AuthorFilesLines
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-05octeontx2-pf: Fix NIX_AF_TL3_TL2X_LINKX_CFG register configurationNaveen Mamindlapalli1-5/+14
2022-05-17octeontx2-pf: Add support for adaptive interrupt coalescingSuman Ghosh1-5/+0
2022-02-23octeontx2-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-11octeontx2-pf: cn10k: Get max mtu supported from admin functionHariprasad Kelam1-3/+42
2021-02-11octeontx2-pf: cn10k: Use LMTST lines for NPA/NIX operationsGeetha sowjanya1-48/+36
2021-02-11octeontx2-pf: cn10k: Initialise NIX contextGeetha sowjanya1-28/+73
2021-02-10octeontx2-pf: ethtool fec mode supportChristina Jacob1-0/+20
2021-02-10net: octeontx2: Fix the confusion in buffer alloc failure pathKevin Hao1-20/+18
2021-02-06net: octeontx2: Use napi_alloc_frag_align() to avoid the memory wasteKevin Hao1-2/+1
2021-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2021-01-22net: octeontx2: Make sure the buffer is 128 byte alignedKevin Hao1-1/+2
2021-01-05octeontx2-pf: Add RSS multi group supportGeetha sowjanya1-8/+18
2020-11-21octeontx2-af: Add support for RSS hashing based on Transport protocol fieldGeorge Cherian1-1/+2
2020-11-17octeontx2-pf: Implement ingress/egress VLAN offloadHariprasad Kelam1-2/+6
2020-11-03octeontx2-pf: Fix sizeof() mismatchColin Ian King1-1/+1
2020-10-31octeontx2-pf: Calculate LBK link instead of hardcodingSubbaraya Sundeep1-2/+6
2020-09-23octeontx2-pf: Support to change VLAN based RSS hash options via ethtoolGeorge Cherian1-1/+1
2020-09-01octeontx2-pf: Add UDP segmentation offload supportSunil Goutham1-0/+89
2020-08-24octeontx2-pf: Add support for PTP clockAleksey Makarov1-0/+7
2020-08-17otx2_common: Use devm_kcalloc() in otx2_config_npa()Xu Wang1-2/+2
2020-05-09octeontx2-pf: Use the napi_alloc_frag() to alloc the pool buffersKevin Hao1-30/+22
2020-03-23octeontx2-pf: Remove wrapper APIs for mutex lock and unlockSunil Goutham1-38/+38
2020-03-23octeontx2-pf: Cleanup all receive buffers in SG descriptorGeetha sowjanya1-4/+5
2020-03-23octeontx2-vf: Virtual function driver supportTomasz Duszynski1-0/+14
2020-03-12octeontx2-pf: unlock on error path in otx2_config_pause_frm()Dan Carpenter1-2/+5