aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell/octeontx2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-26octeontx2-af: initialize action variableTom Rix1-8/+7
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds23-219/+1154
2022-03-24Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linuxLinus Torvalds1-3/+3
2022-03-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+1
2022-02-28flow_offload: reject offload for all drivers with invalid police parametersJianbo Liu1-0/+43
2022-02-23octeontx2-pf: Vary completion queue event sizeSubbaraya Sundeep5-5/+21
2022-02-21octeontx2-af: cn10k: add workaround for ptp errataNaveen Mamindlapalli1-7/+80
2022-02-21octeontx2-pf: cn10k: add support for new ptp timestamp formatNaveen Mamindlapalli6-3/+75
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva1-3/+3
2022-02-11octeontx2-af: fix array bound errorHariprasad Kelam1-2/+3
2022-02-10octeontx2-pf: Add TC feature for VFsSubbaraya Sundeep6-62/+69
2022-02-09octeontx2-pf: PFC config support with DCBxHariprasad Kelam7-8/+271
2022-02-09octeontx2-af: Flow control resource managementHariprasad Kelam9-48/+276
2022-02-09octeontx2-af: Priority flow control configuration supportSunil Kumar Kori7-15/+251
2022-02-09octeontx2-af: Don't enable Pause frames by defaultHariprasad Kelam6-80/+44
2022-02-05crypto: octeontx2 - disable DMA black hole on an DMA faultSrujana Challa1-0/+1
2022-01-28octeontx2-pf: Change receive buffer size using ethtoolSubbaraya Sundeep5-1/+33
2022-01-21octeontx2-af: Add KPU changes to parse NGIO as separate layerKiran Kumar K1-35/+35
2022-01-21octeontx2-pf: Forward error codes to VFSubbaraya Sundeep1-1/+6
2022-01-21octeontx2-af: cn10k: Do not enable RPM loopback for LPC interfacesGeetha sowjanya1-15/+12
2022-01-21octeontx2-af: Increase link credit restore polling timeoutGeetha sowjanya2-2/+3
2022-01-21octeontx2-pf: cn10k: Ensure valid pointers are freed to auraGeetha sowjanya2-0/+3
2022-01-21octeontx2-af: cn10k: Use appropriate register for LMAC enableGeetha sowjanya7-7/+66
2022-01-21octeontx2-af: Retry until RVU block reset completeGeetha sowjanya1-2/+5
2022-01-21octeontx2-af: Fix LBK backpressure id countSunil Goutham1-3/+3
2022-01-21octeontx2-af: Do not fixup all VF action entriesSubbaraya Sundeep2-11/+31
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-5/+9
2022-01-07octeontx2-af: Fix interrupt name stringsSunil Goutham2-4/+3
2022-01-07octeontx2-nicvf: Free VF PTP resources.Rakesh Babu Saladi1-1/+4
2022-01-07octeontx2-af: Increment ptp refcount before useSubbaraya Sundeep1-0/+2
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+1
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu1-4/+0
2021-12-13bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni1-1/+1
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2021-12-08Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-0/+2
2021-12-03treewide: Add missing includes masked by cgroup -> bpf dependencyJakub Kicinski1-0/+2
2021-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-12-01octeontx2-af: Fix a memleak bug in rvu_mbox_init()Zhou Qingyang1-1/+1
2021-11-22net: annotate accesses to dev->gso_max_segsEric Dumazet2-2/+2
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-2/+6
2021-11-17octeontx2-af: debugfs: don't corrupt user memoryDan Carpenter1-7/+10
2021-11-05octeontx2-nicvf: fix ioctl callbackArnd Bergmann1-1/+1
2021-11-05octeontx2-pf: select CONFIG_NET_DEVLINKArnd Bergmann1-0/+1
2021-11-05octeontx2-af: use swap() to make code cleanerYang Guang1-3/+1
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-33/+118
2021-10-28octeontx2-af: debugfs: Add channel and channel mask.Rakesh Babu3-0/+9
2021-10-28octeontx2-af: cn10k: debugfs for dumping LMTST map tableHarman Kalra1-0/+94
2021-10-28octeontx2-af: debugfs: Minor changes.Rakesh Babu Saladi1-11/+11
2021-10-28octeontx2-af: Fix possible null pointer dereference.Rakesh Babu Saladi2-1/+4
2021-10-28octeontx2-af: Display all enabled PF VF rsrc_alloc entries.Rakesh Babu1-32/+106