summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell (follow)
Commit message (Expand)AuthorAgeFilesLines
* octeontx2-af: debugfs: Add Channel info to RPM mapLinu Cherian2024-09-141-4/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-09-132-14/+48
|\
| * octeontx2-af: Modify SMQ flush sequence to drop packetsNaveen Mamindlapalli2024-09-102-14/+48
* | octeontx2-pf: Make iplen __be16 in otx2_sqe_add_ext()Simon Horman2024-09-071-1/+1
* | octeontx2-af: Pass string literal as format argument of alloc_workqueue()Simon Horman2024-09-071-2/+2
* | net: mvpp2: Remove setting of RX software timestampGal Pressman2024-09-041-2/+0
* | octeontx2-pf: Remove setting of RX software timestampGal Pressman2024-09-041-2/+0
* | net: mv643xx_eth: Simplify with scoped for each OF child loopJinjie Ruan2024-09-031-3/+2
* | netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin2024-09-031-1/+2
* | octeontx2-af: configure default CPT credits for CN10KA B0Srujana Challa2024-09-013-0/+39
* | octeontx2-af: avoid RXC register access for CN10KBSrujana Challa2024-09-012-3/+24
* | octeontx2-af: use dynamic interrupt vectors for CN10KSrujana Challa2024-09-013-20/+80
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-08-231-12/+11
|\|
| * octeontx2-af: Fix CPT AF register offset calculationBharat Bhushan2024-08-221-12/+11
* | net: mvneta: Use __be16 for l3_proto parameter of mvneta_txq_desc_csum()Simon Horman2024-08-141-1/+1
* | eth: remove .cap_rss_ctx_supported from updated driversJakub Kicinski2024-08-121-1/+0
* | eth: mvpp2: implement new RSS context APIJakub Kicinski2024-08-123-33/+69
* | net: mvpp2: use device_for_each_child_node() to access device child nodesJavier Carrasco2024-08-111-6/+2
* | net: mvpp2: use port_count to remove portsJavier Carrasco2024-08-111-16/+7
* | net: mvpp2: Increase size of queue_name bufferSimon Horman2024-08-081-1/+1
|/
* net: mvpp2: Don't re-use loop iteratorDan Carpenter2024-07-301-3/+3
* Revert "net: mvpp2: Improve data types and use min()"Jakub Kicinski2024-07-151-6/+6
* Merge branch 'net-make-timestamping-selectable'Jakub Kicinski2024-07-152-2/+2
|\
| * net: Add struct kernel_ethtool_ts_infoKory Maincent2024-07-152-2/+2
* | net: mvpp2: Improve data types and use min()Thorsten Blum2024-07-141-6/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-07-134-14/+31
|\ \
| * | octeontx2-af: fix issue with IPv4 match for RSSSatheesh Paul2024-07-121-3/+4
| * | octeontx2-af: fix issue with IPv6 ext match for RSSKiran Kumar K2024-07-121-1/+4
| * | octeontx2-af: fix detection of IP layerMichal Mazur2024-07-121-2/+6
| * | octeontx2-af: fix a issue with cpt_lf_alloc mailboxSrujana Challa2024-07-121-1/+1
| * | octeontx2-af: replace cpt slot with lf id on reg writeNithin Dabilpuram2024-07-121-7/+16
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-07-111-1/+1
|\| | | |/ |/|
| * octeontx2-af: Fix incorrect value output on error path in rvu_check_rsrc_avai...Aleksandr Mishin2024-07-091-1/+1
* | octeontx2-af: Sync NIX and NPA contexts from NDC to LLC/DRAMNithin Dabilpuram2024-07-016-3/+102
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-275-35/+36
|\|
| * octeontx2-pf: Fix coverity and klockwork issues in octeon PF driverRatheesh Kannoth2024-06-234-35/+35
| * net: mvpp2: fill-in dev_port attributeAryan Srivastava2024-06-211-0/+1
* | octeontx2-pf: Add ucast filter count configurability via devlink.Sai Krishna2024-06-214-14/+79
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-205-4/+18
|\|
| * octeontx2-pf: Fix linking objects into multiple modulesGeetha sowjanya2024-06-193-2/+10
| * octeontx2-pf: Add error handling to VLAN unoffload handlingSimon Horman2024-06-191-1/+4
| * net: mvpp2: use slab_build_skb for oversized framesAryan Srivastava2024-06-141-1/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-061-11/+22
|\|
| * octeontx2-af: Always allocate PF entries from low prioriy zoneSubbaraya Sundeep2024-06-051-11/+22
* | octeontx2-af: Add debugfs support to dump NIX TM topologyAnshumali Gaur2024-06-053-0/+373
* | Revert "ethernet: octeontx2: avoid linking objects into multiple modules"Jakub Kicinski2024-06-043-25/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-311-0/+4
|\|
| * Octeontx2-pf: Free send queue buffers incase of leaf to innerHariprasad Kelam2024-05-271-0/+4
* | ethernet: octeontx2: avoid linking objects into multiple modulesArnd Bergmann2024-05-313-6/+25
|/
* tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)2024-05-231-6/+6