summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/marvell/octeontx2/nic
AgeCommit message (Expand)AuthorFilesLines
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds18-253/+662
2025-07-24octeontx2-pf: access ->pp through netmem_desc instead of pageByungchul Park1-1/+1
2025-07-08eth: otx2: migrate to the *_rxfh_context opsJakub Kicinski5-93/+91
2025-07-01time/timecounter: Fix the lie that struct cyclecounter is constGreg Kroah-Hartman1-1/+1
2025-06-28Octeontx2-pf: ethtool: support multi advertise modeHariprasad Kelam1-15/+15
2025-06-28Octeontx-pf: Update SGMII mode mappingHariprasad Kelam1-17/+15
2025-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2025-06-19Octeontx2-pf: Fix Backpresure configurationHariprasad Kelam1-2/+2
2025-06-18eth: otx2: migrate to new RXFH callbacksJakub Kicinski1-12/+19
2025-06-17octeontx2-pf: CN20K mbox implementation between PF-VFSai Krishna4-13/+193
2025-06-17octeontx2-af: CN20K mbox implementation for AF's VFSai Krishna5-9/+114
2025-06-17octeontx2-pf: CN20K mbox REQ/ACK implementation for NIC PFSai Krishna9-22/+171
2025-06-17octeontx2: Set appropriate PF, VF masks and shifts based on siliconSubbaraya Sundeep7-55/+21
2025-06-11octeontx2-pf: Avoid typecasts by simplifying otx2_atomic64_add macroSubbaraya Sundeep4-15/+22
2025-06-11octeontx2: Annotate mmio regions as __iomemSubbaraya Sundeep1-2/+1
2025-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2-3/+23
2025-05-28octeontx2-pf: QOS: Refactor TC_HTB_LEAF_DEL_LAST callbackHariprasad Kelam1-3/+1
2025-05-28octeontx2-pf: QOS: Perform cache sync on send queue teardownHariprasad Kelam1-0/+22
2025-05-27octeontx2-pf: macsec: Get MACSEC capability flag from AFSubbaraya Sundeep3-3/+40
2025-05-26Merge tag 'ipsec-next-2025-05-23' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni1-9/+9
2025-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+6
2025-05-22octeontx2-pf: Avoid adding dcbnl_ops for LBK and SDP vfSuman Ghosh1-3/+6
2025-05-20octeontx2-pf: Add tracepoint for NIX_PARSE_SSubbaraya Sundeep1-1/+5
2025-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-7/+11
2025-05-15octeontx2: Add new tracepoint otx2_msg_statusSubbaraya Sundeep1-0/+18
2025-05-15octeontx2: Add pcifunc also to mailbox tracepointsSubbaraya Sundeep3-3/+6
2025-05-15octeontx2-pf: Do not reallocate all ntuple filtersSubbaraya Sundeep3-1/+4
2025-05-15octeontx2-pf: macsec: Fix incorrect max transmit size in TX secySubbaraya Sundeep1-1/+2
2025-05-14octeontx2-pf: Fix ethtool support for SDP representorsHariprasad Kelam1-5/+5
2025-04-29net: octeontx2: Use pure PCI devres APIPhilipp Stanner3-27/+13
2025-04-24octeontx2-pf: AF_XDP: code clean upHariprasad Kelam3-14/+35
2025-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2025-04-16xfrm: Add explicit dev to .xdo_dev_state_{add,delete,free}Cosmin Ratiu1-9/+9
2025-04-16octeontx2-pf: handle otx2_mbox_get_rsp errorsChenyuan Yang1-0/+2
2025-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+5
2025-04-10octeontx2-pf: Add error log forcn10k_map_unmap_rq_policer()Wentao Liang1-3/+6
2025-04-08octeontx2-pf: qos: fix VF root node parent queue indexHariprasad Kelam1-0/+5
2025-04-04net: octeontx2: Handle XDP_ABORTED and XDP invalid as XDP_DROPLorenzo Bianconi1-5/+4
2025-03-25Merge tag 'ipsec-next-2025-03-24' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski1-15/+0
2025-03-25net: octeontx2: Add metadata support for xdp modeLorenzo Bianconi1-4/+9
2025-02-21xfrm: provide common xdo_dev_offload_ok callback implementationLeon Romanovsky1-15/+0
2025-02-21octeontx2: hide unused labelArnd Bergmann2-0/+4
2025-02-18octeontx2-pf: AF_XDP zero copy transmit supportSuman Ghosh7-13/+96
2025-02-18octeontx2-pf: Prepare for AF_XDPSuman Ghosh2-2/+24
2025-02-18octeontx2-pf: Reconfigure RSS table after enabling AF_XDP zerocopy on rx queueSuman Ghosh3-1/+13
2025-02-18octeontx2-pf: AF_XDP zero copy receive supportSuman Ghosh11-61/+389
2025-02-18octeontx2-pf: Add AF_XDP non-zero copy supportSuman Ghosh1-1/+7
2025-02-18octeontx2-pf: use xdp_return_frame() to free xdp buffersSuman Ghosh4-27/+38
2025-01-07octeontx2-pf: mcs: Remove dead code and semi-colon from rsrc_name()Nihar Chaithanya1-3/+1
2024-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+4