summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/marvell/octeontx2/nic
AgeCommit message (Expand)AuthorFilesLines
2023-07-29octeontx2-af: Initialize 'cntr_val' to fix uninitialized symbol errorSuman Ghosh1-2/+2
2023-07-25octeontx2-af: Install TC filter rules in hardware based on prioritySuman Ghosh5-99/+236
2023-07-21octeontx2-pf: htb offload support for Round Robin schedulingNaveen Mamindlapalli4-40/+247
2023-07-21octeontx2-pf: implement transmit schedular allocation algorithmNaveen Mamindlapalli2-6/+136
2023-07-19octeontx2-pf: mcs: Generate hash key using ecb(aes)Subbaraya Sundeep1-37/+100
2023-07-18octeontx2-pf: Dont allocate BPIDs for LBK interfacesGeetha sowjanya1-2/+3
2023-07-11octeontx2-pf: Add additional check for MCAM rulesSuman Ghosh2-0/+23
2023-06-29Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds14-183/+2261
2023-06-28Merge tag 'wq-for-6.5-cleanup-ordered' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-11/+7
2023-06-21octeontx2-pf: TC flower offload support for rxqueue mappingRatheesh Kannoth1-2/+12
2023-06-13octeontx2-af: cn10k: Set NIX DWRR MTU for CN10KB siliconSunil Goutham2-1/+18
2023-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+1
2023-05-23octeontx2-pf: Add support for page poolRatheesh Kannoth6-22/+95
2023-05-19octeontx2-pf: Fix TSOv6 offloadSunil Goutham1-3/+1
2023-05-17octeontx2-pf: mcs: Support VLAN in clear textSubbaraya Sundeep2-2/+7
2023-05-15octeontx2-pf: mcs: Remove unneeded semicolonYang Li1-2/+2
2023-05-15octeontx2-pf: ethtool expose qos statsHariprasad Kelam1-9/+20
2023-05-15octeontx2-pf: Add support for HTB offloadNaveen Mamindlapalli9-13/+1506
2023-05-15octeontx2-pf: Prepare for QOS offloadHariprasad Kelam3-20/+43
2023-05-15octeontx2-pf: Refactor schedular queue alloc/free callsHariprasad Kelam4-38/+49
2023-05-15octeontx2-pf: qos send queues managementSubbaraya Sundeep9-42/+421
2023-05-15octeontx2-pf: Rename tot_tx_queues to non_qos_queuesHariprasad Kelam4-15/+15
2023-05-12octeontx2-pf: mcs: Offload extended packet number(XPN) featureSubbaraya Sundeep2-19/+75
2023-05-10macsec: Use helper macsec_netdev_priv for offload driversSubbaraya Sundeep1-19/+19
2023-05-09net: octeontx2: Use alloc_ordered_workqueue() to create ordered workqueuesTejun Heo2-11/+7
2023-05-03octeontx2-vf: Detach LF resources on probe cleanupSubbaraya Sundeep1-1/+1
2023-05-03octeontx2-pf: Disable packet I/O for graceful exitSubbaraya Sundeep1-1/+10
2023-05-03octeontx2-af: Update correct mask to filter IPv4 fragmentsSuman Ghosh1-1/+1
2023-05-03octeontx2-pf: Increase the size of dmac filter flowsRatheesh Kannoth1-2/+2
2023-04-27octeontx2-pf: mcs: Do not reset PN while updating secySubbaraya Sundeep1-5/+10
2023-04-27octeontx2-pf: mcs: Fix shared counters logicSubbaraya Sundeep2-8/+8
2023-04-27octeontx2-pf: mcs: Clear stats before freeing resourceSubbaraya Sundeep1-0/+9
2023-04-27octeontx2-pf: mcs: Match macsec ethertype along with DMACSubbaraya Sundeep1-1/+9
2023-04-27octeontx2-pf: mcs: Fix NULL pointer dereferencesSubbaraya Sundeep1-2/+1
2023-03-21octeontx2-vf: Add missing free for alloc_percpuJiasheng Jiang1-0/+2
2023-02-24octeontx2-pf: Use correct struct reference in test conditionDeepak R Varma1-1/+1
2023-02-23octeontx2-pf: Recalculate UDP checksum for ptp 1-step sync packetGeetha sowjanya1-19/+57
2023-02-03drivers: net: turn on XDP featuresMarek Majtyka1-2/+6
2023-01-19octeontx2-pf: Fix the use of GFP_KERNEL in atomic context on rtKevin Hao2-9/+4
2023-01-16octeontx2-pf: Avoid use of GFP_KERNEL in atomic contextGeetha sowjanya1-2/+2
2023-01-10octeontx2-pf: Fix resource leakage in VF driver unbindHariprasad Kelam1-0/+2
2023-01-03octeontx2-pf: Fix lmtst ID used in aura freeGeetha sowjanya1-9/+21
2022-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+6
2022-12-07octeontx2-pf: ethtool: Implement get_fec_statsHariprasad Kelam1-0/+34
2022-12-05octeontx2-pf: Fix potential memory leak in otx2_init_tc()Ziyang Xuan1-1/+6
2022-12-01net: devlink: clean-up empty devlink_ops::info_get()Vincent Mailhol1-8/+0
2022-12-01net: devlink: let the core report the driver name instead of the driversVincent Mailhol1-8/+1
2022-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-11-28octeontx2-pf: Add support to filter packet based on IP fragmentSuman Ghosh3-4/+49
2022-11-25octeontx2-pf: Fix pfc_alloc_status array overflowSuman Ghosh1-1/+1