summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/marvell/octeontx2/nic
AgeCommit message (Expand)AuthorFilesLines
2022-06-05Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linuxLinus Torvalds2-3/+3
2022-05-18octeontx2-pf: Add support for adaptive interrupt coalescingSuman Ghosh6-8/+98
2022-05-18octeontx2-pf: Use memset_startat() helper in otx2_stop()Xiu Jianfeng1-2/+1
2022-05-16octeontx2-pf: Remove unnecessary synchronize_irq() before free_irq()Minghao Chi1-2/+0
2022-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski2-2/+2
2022-05-02octeontx2-pf: replace bitmap_weight with bitmap_empty where appropriateYury Norov2-3/+3
2022-02-28flow_offload: reject offload for all drivers with invalid police parametersJianbo Liu1-0/+43
2022-02-24octeontx2-pf: Vary completion queue event sizeSubbaraya Sundeep5-5/+21
2022-02-21octeontx2-pf: cn10k: add support for new ptp timestamp formatNaveen Mamindlapalli4-2/+30
2022-02-10octeontx2-pf: Add TC feature for VFsSubbaraya Sundeep5-62/+68
2022-02-09octeontx2-pf: PFC config support with DCBxHariprasad Kelam7-8/+271
2022-02-09octeontx2-af: Don't enable Pause frames by defaultHariprasad Kelam3-11/+17
2022-01-28octeontx2-pf: Change receive buffer size using ethtoolSubbaraya Sundeep5-1/+33
2022-01-21octeontx2-pf: Forward error codes to VFSubbaraya Sundeep1-1/+6
2022-01-21octeontx2-pf: cn10k: Ensure valid pointers are freed to auraGeetha sowjanya1-0/+1
2022-01-10Merge 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-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-14bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni1-1/+1
2021-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2021-12-03treewide: Add missing includes masked by cgroup -> bpf dependencyJakub Kicinski1-0/+2
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-05octeontx2-nicvf: fix ioctl callbackArnd Bergmann1-1/+1
2021-10-24net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson1-3/+2
2021-10-18octeontx2-nic: fix mixed module buildArnd Bergmann2-4/+12
2021-10-10octeontx2-pf: Simplify the receive buffer size calculationSubbaraya Sundeep6-28/+35
2021-10-10ethernet: Remove redundant 'flush_workqueue()' callsChristophe JAILLET1-1/+0
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-af: Remove redundant initialization of variable pinColin Ian King1-1/+1
2021-09-30octeontx2-pf: Add XDP support to netdev PFGeetha sowjanya6-34/+322
2021-09-29octeontx2-nicvf: Add PTP hardware clock support to NIX VFNaveen Mamindlapalli6-3/+20
2021-09-29octeontx2-pf: Enable promisc/allmulti match MCAM entries.Rakesh Babu1-35/+43
2021-09-28octeontx2-pf: Use hardware register for CQE countGeetha sowjanya4-7/+71
2021-09-28octeontx2-af: Add external ptp input clockYi Guo2-2/+124
2021-09-27octeontx2: Move devlink registration to be last devlink commandLeon Romanovsky1-12/+3
2021-09-22devlink: Make devlink_register to be voidLeon Romanovsky1-7/+1
2021-09-16octeontx2-pf: CN10K: Hide RPM stats over ethtoolHariprasad Kelam2-15/+24
2021-09-01octeontx2-pf: cn10K: Reserve LMTST lines per coreGeetha sowjanya6-52/+41
2021-08-29octeontx2-pf: Add vlan-etype to ntuple filtersSubbaraya Sundeep2-6/+26
2021-08-29octeontx2-pf: Fix inconsistent license textSunil Goutham17-53/+44
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 Sundeep2-21/+3
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+6
2021-08-22octeontx2-pf: Fix algorithm index in MCAM rules with RSS actionSunil Goutham3-0/+15
2021-08-22octeontx2-pf: Don't install VLAN offload rule if netdev is downSunil Goutham1-1/+2
2021-08-22octeontx2-pf: send correct vlan priority mask to npc_install_flow_reqNaveen Mamindlapalli1-2/+2
2021-08-22octeontx2-pf: Don't mask out supported link modesHariprasad Kelam1-5/+0