aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2024-08-09net/mlx5: E-Switch, Increase max int port number for offloadChris Mi1-1/+1
2024-08-09net: ag71xx: use phylink_mii_ioctlRosen Penev1-1/+8
2024-08-09ibmvnic: Perform tx CSO during send scrq directNick Child1-2/+17
2024-08-09ibmvnic: Only record tx completed bytes once per handlerNick Child1-7/+5
2024-08-09ibmvnic: Introduce send sub-crq directNick Child1-6/+46
2024-08-09ibmvnic: Remove duplicate memory barriers in txNick Child1-3/+0
2024-08-09ibmvnic: Reduce memcpys in tx descriptor generationNick Child1-49/+40
2024-08-09ibmvnic: Use header len helper functions on txNick Child1-10/+3
2024-08-09ibmvnic: Only replenish rx pool when resources are getting lowNick Child1-3/+2
2024-08-09net: fs_enet: Fix warning due to wrong typeChristophe Leroy1-9/+9
2024-08-09net: stmmac: xgmac: use const char arrays for string constantsSimon Horman1-35/+34
2024-08-08net: ti: icssg_prueth: populate netdev of_nodeMatthias Schiffer2-0/+2
2024-08-08net: atlantic: use ethtool_sprintfRosen Penev1-14/+7
2024-08-08bnx2x: Provide declaration of dmae_reg_go_c in headerSimon Horman2-2/+2
2024-08-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski13-88/+67
2024-08-08Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski3-4/+10
2024-08-08net: ethtool: fix off-by-one error in max RSS context IDsEdward Cree1-1/+1
2024-08-08net: fec: Stop PPS on driver removeCsókás, Bence1-0/+3
2024-08-08net: bcmgenet: Properly overlay PHY and MAC Wake-on-LAN capabilitiesFlorian Fainelli1-9/+5
2024-08-08net: stmmac: dwmac4: fix PCS duplex mode decodeRussell King (Oracle)2-3/+1
2024-08-07idpf: fix UAFs when destroying the queuesAlexander Lobakin2-35/+13
2024-08-07idpf: fix memleak in vport interrupt configurationMichal Kubiak1-11/+8
2024-08-07idpf: fix memory leaks and crashes while performing a soft resetAlexander Lobakin1-15/+15
2024-08-07net: mvpp2: Increase size of queue_name bufferSimon Horman1-1/+1
2024-08-07bnxt_en : Fix memory out-of-bounds in bnxt_fill_hw_rss_tbl()Michael Chan1-6/+7
2024-08-07net: fec: Switch to RUNTIME/SYSTEM_SLEEP_PM_OPS()Fabio Estevam1-7/+7
2024-08-07net/fungible: Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva1-10/+7
2024-08-07igc: Fix qbv tx latency by setting gtxoffsetFaizal Rahim1-1/+1
2024-08-07igc: Fix reset adapter logics when tx mode changeFaizal Rahim1-5/+19
2024-08-07igc: Fix qbv_config_change_errors logicsFaizal Rahim3-10/+15
2024-08-07igc: Fix packet still tx after gate close by reducing i226 MAC retry bufferFaizal Rahim2-0/+40
2024-08-07ice: Fix incorrect assigns of FEC countsMateusz Polchlopek1-4/+4
2024-08-07ice: Skip PTP HW writes during PTP reset procedureGrzegorz Nitka1-0/+4
2024-08-07ice: Fix reset handlerGrzegorz Nitka1-0/+2
2024-08-06net/chelsio/libcxgb: Add __percpu annotations to libcxgb_ppm.cUros Bizjak1-4/+4
2024-08-06net: airoha: honor reset return value in airoha_hw_init()Lorenzo Bianconi1-4/+12
2024-08-05net/mlx5: Implement PTM cross timestamping supportRahul Rameshbabu1-0/+91
2024-08-05net/mlx5: Add support for enabling PTM PCI capabilityCarolina Jubran1-0/+6
2024-08-05net/mlx5: Add support for MTPTM and MTCTR registersRahul Rameshbabu1-0/+1
2024-08-02gve: Fix use of netif_carrier_ok()Praveen Kaligineedi2-7/+7
2024-08-02ibmveth: Recycle buffers during replenish phaseNick Child1-84/+60
2024-08-02ibmveth: Optimize poll rescheduling processNick Child1-13/+15
2024-08-02net: airoha: Link the gdm port to the selected qdma controllerLorenzo Bianconi1-18/+19
2024-08-02net: airoha: Start all qdma NAPIs in airoha_probe()Lorenzo Bianconi1-3/+4
2024-08-02net: airoha: Allow mapping IO region for multiple qdma controllersLorenzo Bianconi1-24/+32
2024-08-02net: airoha: Use qdma pointer as private structure in airoha_irq_handler routineLorenzo Bianconi1-4/+3
2024-08-02net: airoha: Add airoha_qdma pointer in airoha_tx_irq_queue/airoha_queue stru...Lorenzo Bianconi1-43/+41
2024-08-02net: airoha: Move irq_mask in airoha_qdma structureLorenzo Bianconi1-42/+42
2024-08-02net: airoha: Move airoha_queues in airoha_qdmaLorenzo Bianconi1-61/+65
2024-08-02net: airoha: Introduce airoha_qdma structLorenzo Bianconi1-85/+112