summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* mlxsw: core_thermal: Use the .should_bind() thermal zone callbackRafael J. Wysocki2024-08-221-84/+31
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2024-08-083-4/+10
|\
| * ice: Fix incorrect assigns of FEC countsMateusz Polchlopek2024-08-071-4/+4
| * ice: Skip PTP HW writes during PTP reset procedureGrzegorz Nitka2024-08-071-0/+4
| * ice: Fix reset handlerGrzegorz Nitka2024-08-071-0/+2
* | net: dsa: microchip: disable EEE for KSZ8567/KSZ9567/KSZ9896/KSZ9897.Martin Whitaker2024-08-081-0/+11
* | net: ethtool: fix off-by-one error in max RSS context IDsEdward Cree2024-08-081-1/+1
* | net: pse-pd: tps23881: include missing bitfield.h headerArnd Bergmann2024-08-081-0/+1
* | net: fec: Stop PPS on driver removeCsókás, Bence2024-08-081-0/+3
* | net: bcmgenet: Properly overlay PHY and MAC Wake-on-LAN capabilitiesFlorian Fainelli2024-08-081-9/+5
* | net: stmmac: dwmac4: fix PCS duplex mode decodeRussell King (Oracle)2024-08-082-3/+1
* | idpf: fix UAFs when destroying the queuesAlexander Lobakin2024-08-082-35/+13
* | idpf: fix memleak in vport interrupt configurationMichal Kubiak2024-08-081-11/+8
* | idpf: fix memory leaks and crashes while performing a soft resetAlexander Lobakin2024-08-081-15/+15
* | bnxt_en : Fix memory out-of-bounds in bnxt_fill_hw_rss_tbl()Michael Chan2024-08-081-6/+7
* | net: dsa: bcm_sf2: Fix a possible memory leak in bcm_sf2_mdio_register()Joe Hattori2024-08-081-1/+3
|/
* net: usb: qmi_wwan: add MeiG Smart SRM825LZHANG Yuntian2024-08-071-0/+1
* net: dsa: microchip: Fix Wake-on-LAN check to not return an errorTristram Ha2024-08-071-0/+5
* net: usb: qmi_wwan: fix memory leak for not ip packetsDaniele Palmas2024-08-051-0/+1
* virtio-net: unbreak vq resizing when coalescing is not negotiatedHeng Qi2024-08-051-2/+6
* virtio-net: check feature before configuring the vq coalescing commandHeng Qi2024-08-051-0/+6
* gve: Fix use of netif_carrier_ok()Praveen Kaligineedi2024-08-032-7/+7
* net: pse-pd: tps23881: Fix the device ID checkKyle Swenson2024-08-031-1/+3
* Merge tag 'net-6.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-08-0130-171/+286
|\
| * igc: Fix double reset adapter triggered from a single taprio cmdFaizal Rahim2024-08-011-16/+17
| * net: wan: fsl_qmc_hdlc: Discard received CRCHerve Codina2024-08-011-6/+18
| * net: wan: fsl_qmc_hdlc: Convert carrier_lock spinlock to a mutexHerve Codina2024-08-011-3/+4
| * net/mlx5e: Add a check for the return value from mlx5_port_set_eth_ptysShahar Shitrit2024-08-011-1/+6
| * net/mlx5e: Fix CT entry update leaks of modify header contextChris Mi2024-08-011-0/+1
| * net/mlx5e: Require mlx5 tc classifier action support for IPsec prio capabilityRahul Rameshbabu2024-08-011-3/+4
| * net/mlx5: Fix missing lock on sync reset reloadMoshe Shemesh2024-08-011-1/+4
| * net/mlx5: Lag, don't use the hardcoded value of the first portMark Bloch2024-08-011-1/+1
| * net/mlx5: DR, Fix 'stack guard page was hit' error in dr_ruleYevgeny Kliteynik2024-08-011-1/+1
| * net/mlx5: Fix error handling in irq_pool_request_irqShay Drory2024-08-011-3/+7
| * net/mlx5: Always drain health in shutdown callbackShay Drory2024-08-012-1/+2
| * r8169: don't increment tx_dropped in case of NETDEV_TX_BUSYHeiner Kallweit2024-08-011-6/+2
| * Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2024-07-316-90/+135
| |\
| | * ice: xsk: fix txq interrupt mappingMaciej Fijalkowski2024-07-291-10/+14
| | * ice: add missing WRITE_ONCE when clearing ice_rx_ring::xdp_progMaciej Fijalkowski2024-07-291-1/+1
| | * ice: improve updating ice_{t,r}x_ring::xsk_poolMaciej Fijalkowski2024-07-296-55/+87
| | * ice: toggle netif_carrier when setting up XSK poolMaciej Fijalkowski2024-07-291-1/+7
| | * ice: modify error handling when setting XSK pool in ndo_bpfMaciej Fijalkowski2024-07-291-14/+16
| | * ice: replace synchronize_rcu with synchronize_netMaciej Fijalkowski2024-07-291-5/+4
| | * ice: don't busy wait for Rx queue disable in ice_qp_dis()Maciej Fijalkowski2024-07-291-3/+1
| | * ice: respect netif readiness in AF_XDP ZC related ndo'sMichal Kubiak2024-07-291-1/+5
| * | net: phy: aquantia: only poll GLOBAL_CFG regs on aqr113, aqr113c and aqr115cBartosz Golaszewski2024-07-311-8/+21
| * | net: phy: micrel: Fix the KSZ9131 MDI-X status issueRaju Lakkaraju2024-07-311-15/+19
| * | net: mvpp2: Don't re-use loop iteratorDan Carpenter2024-07-301-3/+3
| |/
| * net: axienet: start napi before enabling Rx/TxAndy Chiu2024-07-291-1/+1
| * eth: bnxt: populate defaults in the RSS context structJakub Kicinski2024-07-291-0/+4