aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell/octeontx2/nic/otx2_vf.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-1/+1
2024-03-20octeontx2-pf: Wait till detach_resources msg is completeSubbaraya Sundeep1-1/+1
2024-03-20octeontx2: Detect the mbox up or down message via registerSubbaraya Sundeep1-28/+43
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-7/+7
2023-05-15octeontx2-pf: Add support for HTB offloadNaveen Mamindlapalli1-0/+1
2023-05-15octeontx2-pf: Refactor schedular queue alloc/free callsHariprasad Kelam1-4/+0
2023-05-15octeontx2-pf: qos send queues managementSubbaraya Sundeep1-2/+5
2023-05-15octeontx2-pf: Rename tot_tx_queues to non_qos_queuesHariprasad Kelam1-1/+1
2023-05-08net: octeontx2: Use alloc_ordered_workqueue() to create ordered workqueuesTejun Heo1-3/+2
2023-05-03octeontx2-vf: Detach LF resources on probe cleanupSubbaraya Sundeep1-1/+1
2023-03-20octeontx2-vf: Add missing free for alloc_percpuJiasheng Jiang1-0/+2
2023-01-10octeontx2-pf: Fix resource leakage in VF driver unbindHariprasad Kelam1-0/+2
2022-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski1-1/+1
2022-02-23octeontx2-pf: Vary completion queue event sizeSubbaraya Sundeep1-0/+2
2022-02-10octeontx2-pf: Add TC feature for VFsSubbaraya Sundeep1-19/+11
2022-02-09octeontx2-pf: PFC config support with DCBxHariprasad Kelam1-0/+14
2022-02-09octeontx2-af: Don't enable Pause frames by defaultHariprasad Kelam1-4/+8
2022-01-28octeontx2-pf: Change receive buffer size using ethtoolSubbaraya Sundeep1-0/+1
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+4
2022-01-07octeontx2-nicvf: Free VF PTP resources.Rakesh Babu Saladi1-1/+4
2021-11-22net: annotate accesses to dev->gso_max_segsEric Dumazet1-1/+1
2021-11-05octeontx2-nicvf: fix ioctl callbackArnd Bergmann1-1/+1
2021-10-10ethernet: Remove redundant 'flush_workqueue()' callsChristophe JAILLET1-1/+0
2021-09-30octeontx2-pf: Add XDP support to netdev PFGeetha sowjanya1-0/+1
2021-09-29octeontx2-nicvf: Add PTP hardware clock support to NIX VFNaveen Mamindlapalli1-0/+6
2021-08-29octeontx2-pf: Fix inconsistent license textSunil Goutham1-1/+5
2021-08-17octeontx2-pf: devlink params support to set mcam entry countSunil Goutham1-0/+5
2021-08-17octeontx2-pf: Ntuple filters support for VF netdevRakesh Babu1-0/+28
2021-08-17octeontx2-pf: Enable NETIF_F_RXALL support for VF driverSunil Goutham1-1/+2
2021-07-01octeontx2-pf: cn10k: Use runtime allocated LMTLINE regionGeetha sowjanya1-7/+5
2021-06-11octeontx2-nicvf: add ndo_set_rx_mode support for multicast & promiscNaveen Mamindlapalli1-2/+56
2021-02-11octeontx2-pf: cn10k: Get max mtu supported from admin functionHariprasad Kelam1-1/+1
2021-02-11octeontx2-pf: cn10k: Use LMTST lines for NPA/NIX operationsGeetha sowjanya1-26/+2
2021-02-11octeontx2-pf: cn10k: Map LMTST regionGeetha sowjanya1-2/+35
2021-02-11octeontx2-pf: cn10k: Add mbox support for CN10KSubbaraya Sundeep1-13/+24
2020-11-17octeontx2-pf: Implement ingress/egress VLAN offloadHariprasad Kelam1-0/+5
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2020-09-30octeontx2-pf: Fix synchnorization issue in mboxHariprasad Kelam1-2/+2
2020-09-23octeontx2-pf: Add tracepoints for PF/VF mailboxSubbaraya Sundeep1-0/+2
2020-09-01octeontx2-pf: Add UDP segmentation offload supportSunil Goutham1-1/+2
2020-07-28octeontx2-pf: Unregister netdev at driver removeSubbaraya Sundeep1-0/+1
2020-07-28octeontx2-pf: cancel reset_task workSubbaraya Sundeep1-0/+1
2020-05-08octeontx2-vf: Fix error return code in otx2vf_probe()Wei Yongjun1-2/+6
2020-03-23octeontx2-pf: Remove wrapper APIs for mutex lock and unlockSunil Goutham1-1/+1
2020-03-23octeontx2-vf: Ethtool supportTomasz Duszynski1-0/+2
2020-03-23octeontx2-vf: Virtual function driver supportTomasz Duszynski1-0/+646