summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/marvell/octeontx2/nic
AgeCommit message (Expand)Author
2025-01-06octeontx2-pf: mcs: Remove dead code and semi-colon from rsrc_name()Nihar Chaithanya
2024-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-12-18octeontx2-pf: fix error handling of devlink port in rvu_rep_create()Harshit Mogalapalli
2024-12-18octeontx2-pf: fix netdev memory leak in rvu_rep_create()Harshit Mogalapalli
2024-12-15octeontx2-af: fix build regression without CONFIG_DCBArnd Bergmann
2024-12-11cn10k-ipsec: Fix compilation error when CONFIG_XFRM_OFFLOAD disabledBharat Bhushan
2024-12-09cn10k-ipsec: Enable outbound ipsec crypto offloadBharat Bhushan
2024-12-09cn10k-ipsec: Allow ipsec crypto offload for skb with SABharat Bhushan
2024-12-09cn10k-ipsec: Process outbound ipsec crypto offloadBharat Bhushan
2024-12-09cn10k-ipsec: Add SA add/del support for outb ipsec crypto offloadBharat Bhushan
2024-12-09cn10k-ipsec: Init hardware for outbound ipsec crypto offloadBharat Bhushan
2024-12-09octeontx2-af: Disable backpressure between CPT and NIXBharat Bhushan
2024-12-09octeontx2-pf: Move skb fragment map/unmap to common codeBharat Bhushan
2024-12-09octeontx2-pf: map skb data as device writeableBharat Bhushan
2024-11-15octeontx2-pf: Fix spelling mistake "reprentator" -> "representor"Colin Ian King
2024-11-13octeontx2-pf: Adds TC offload supportGeetha sowjanya
2024-11-13octeontx2-pf: Implement offload stats ndo for representorsGeetha sowjanya
2024-11-13octeontx2-pf: Add devlink port supportGeetha sowjanya
2024-11-13octeontx2-pf: Add representors for sdp MACGeetha sowjanya
2024-11-13octeontx2-pf: Configure VF mtu via representorGeetha sowjanya
2024-11-13octeontx2-pf: Add support to sync link state between representor and VFsGeetha sowjanya
2024-11-13octeontx2-pf: Get VF stats via representorGeetha sowjanya
2024-11-13octeontx2-af: Add packet path between representor and VFGeetha sowjanya
2024-11-13octeontx2-pf: Add basic net_device_opsGeetha sowjanya
2024-11-13octeontx2-pf: Create representor netdevGeetha sowjanya
2024-11-13octeontx2-pf: RVU representor driverGeetha sowjanya
2024-11-03dim: pass dim_sample to net_dim() by referenceCaleb Sander Mateos
2024-10-30octeontx2-pf: Move shared APIs to header fileGeetha sowjanya
2024-10-30octeontx2-pf: Reuse PF max mtu valueGeetha sowjanya
2024-10-30octeontx2-pf: Add new APIs for queue memory alloc/free.Geetha sowjanya
2024-10-30octeontx2-pf: Define common API for HW resources configurationGeetha sowjanya
2024-10-29net: marvell: use ethtool string helpersRosen Penev
2024-10-22octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_dcbnl.cDipendra Khadka
2024-10-22octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_dmac_flt.cDipendra Khadka
2024-10-22octeontx2-pf: handle otx2_mbox_get_rsp errors in cn10k.cDipendra Khadka
2024-10-22octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_flows.cDipendra Khadka
2024-10-22octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_ethtool.cDipendra Khadka
2024-10-22octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_common.cDipendra Khadka
2024-09-06octeontx2-pf: Make iplen __be16 in otx2_sqe_add_ext()Simon Horman
2024-09-03octeontx2-pf: Remove setting of RX software timestampGal Pressman
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent
2024-07-01octeontx2-af: Sync NIX and NPA contexts from NDC to LLC/DRAMNithin Dabilpuram
2024-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-06-23octeontx2-pf: Fix coverity and klockwork issues in octeon PF driverRatheesh Kannoth
2024-06-21octeontx2-pf: Add ucast filter count configurability via devlink.Sai Krishna
2024-06-19octeontx2-pf: Fix linking objects into multiple modulesGeetha sowjanya
2024-06-19octeontx2-pf: Add error handling to VLAN unoffload handlingSimon Horman
2024-05-27Octeontx2-pf: Free send queue buffers incase of leaf to innerHariprasad Kelam
2024-05-10octeontx2-pf: Reuse Transmit queue/Send queue index of HTB classHariprasad Kelam
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet