summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/marvell/octeontx2/nic
AgeCommit message (Expand)AuthorFilesLines
2021-02-12octeontx2-pf: cn10k: Get max mtu supported from admin functionHariprasad Kelam7-18/+97
2021-02-12octeontx2-pf: cn10k: Use LMTST lines for NPA/NIX operationsGeetha sowjanya10-135/+328
2021-02-12octeontx2-pf: cn10k: Map LMTST regionGeetha sowjanya3-4/+100
2021-02-12octeontx2-pf: cn10k: Initialise NIX contextGeetha sowjanya2-31/+80
2021-02-12octeontx2-pf: cn10k: Add mbox support for CN10KSubbaraya Sundeep6-27/+73
2021-02-11octeontx2-pf: ethtool physical link configurationChristina Jacob1-0/+63
2021-02-11octeontx2-pf: ethtool physical link statusChristina Jacob1-0/+158
2021-02-11octeontx2-pf: ethtool fec mode supportChristina Jacob4-1/+188
2021-02-11net: octeontx2: Fix the confusion in buffer alloc failure pathKevin Hao3-26/+24
2021-02-06net: octeontx2: Use napi_alloc_frag_align() to avoid the memory wasteKevin Hao1-2/+1
2021-01-29octeontx2-af: Fix 'physical' typosBjorn Helgaas2-2/+2
2021-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2021-01-26octeontx2-af: Support ESP/AH RSS hashingSubbaraya Sundeep1-1/+36
2021-01-23net: octeontx2: Make sure the buffer is 128 byte alignedKevin Hao1-1/+2
2021-01-14octeontx2-pf: Add flow classification using IP next level protocolNaveen Mamindlapalli1-8/+108
2021-01-06octeontx2-pf: Add RSS multi group supportGeetha sowjanya4-44/+163
2020-12-10net: marvell: octeontx2: simplify the otx2_ptp_adjfine()Zheng Yongjun1-6/+1
2020-11-24net: don't include ethtool.h from netdevice.hJakub Kicinski1-0/+1
2020-11-22octeontx2-af: Add support for RSS hashing based on Transport protocol fieldGeorge Cherian1-1/+2
2020-11-20octeontx2-pf: Fix unintentional sign extension issueColin Ian King1-1/+1
2020-11-20octeontx2-pf: move lmt flush to include/linux/socSrujana Challa1-12/+1
2020-11-18octeontx2-pf: Add support for SR-IOV management functionsNaveen Mamindlapalli3-2/+262
2020-11-18octeontx2-pf: Implement ingress/egress VLAN offloadHariprasad Kelam6-3/+152
2020-11-18octeontx2-pf: Add support for unicast MAC address filteringHariprasad Kelam3-7/+143
2020-11-18octeontx2-pf: Add support for ethtool ntuple filtersSubbaraya Sundeep5-5/+707
2020-11-18octeontx2-af: Add mbox messages to install and delete MCAM rulesSubbaraya Sundeep1-4/+8
2020-11-04octeontx2-pf: Fix sizeof() mismatchColin Ian King1-1/+1
2020-11-01octeontx2-pf: Calculate LBK link instead of hardcodingSubbaraya Sundeep2-2/+8
2020-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-8/+13
2020-10-01octeontx2-pf: Fix synchnorization issue in mboxHariprasad Kelam2-7/+8
2020-10-01octeontx2-pf: Fix the device state on errorHariprasad Kelam1-1/+4
2020-10-01octeontx2-pf: Fix TCP/UDP checksum offload for IPv6 framesGeetha sowjanya1-0/+1
2020-09-24octeontx2-pf: Support to change VLAN based RSS hash options via ethtoolGeorge Cherian2-1/+8
2020-09-24octeontx2-pf: Add tracepoints for PF/VF mailboxSubbaraya Sundeep3-0/+10
2020-09-02octeontx2-pf: Add UDP segmentation offload supportSunil Goutham5-4/+124
2020-08-25octeontx2-pf: Add support for PTP clockAleksey Makarov9-6/+532
2020-08-18otx2_common: Use devm_kcalloc() in otx2_config_npa()Xu Wang1-2/+2
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-0/+5
2020-07-29octeontx2-pf: Unregister netdev at driver removeSubbaraya Sundeep1-0/+1
2020-07-29octeontx2-pf: cancel reset_task workSubbaraya Sundeep1-0/+1
2020-07-29octeontx2-pf: Fix reset_task bugsSubbaraya Sundeep1-0/+3
2020-06-19net: tso: cache transport header lengthEric Dumazet1-3/+3
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+6
2020-05-10octeontx2-pf: Use the napi_alloc_frag() to alloc the pool buffersKevin Hao4-50/+24
2020-05-09octeontx2-vf: Fix error return code in otx2vf_probe()Wei Yongjun1-2/+6
2020-05-01octeontx2-pf: Fix error return code in otx2_probe()Wei Yongjun1-2/+6
2020-04-26octeontx2-pf: Remove unneeded semicolonZheng Bin1-1/+1
2020-03-25octeontx2-pf: Fix ndo_set_rx_modeSunil Goutham2-2/+29
2020-03-25octeontx2-pf: Fix rx buffer page refcountSunil Goutham1-0/+1
2020-03-24octeontx2-pf: Remove wrapper APIs for mutex lock and unlockSunil Goutham5-89/+75