summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
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-07wifi: rtlwifi: rtl8192du: Initialise value32 in _rtl92du_init_queue_reserved_...Bitterblue Smith1-1/+1
2024-08-07net: usb: qmi_wwan: add MeiG Smart SRM825LZHANG Yuntian1-0/+1
2024-08-07net: dsa: microchip: Fix Wake-on-LAN check to not return an errorTristram Ha1-0/+5
2024-08-05net: usb: qmi_wwan: fix memory leak for not ip packetsDaniele Palmas1-0/+1
2024-08-05virtio-net: unbreak vq resizing when coalescing is not negotiatedHeng Qi1-2/+6
2024-08-05virtio-net: check feature before configuring the vq coalescing commandHeng Qi1-0/+6
2024-08-05wifi: ath12k: use 128 bytes aligned iova in transmit path for WCN7850Baochen Qiang4-0/+83
2024-08-03gve: Fix use of netif_carrier_ok()Praveen Kaligineedi2-7/+7
2024-08-03net: pse-pd: tps23881: Fix the device ID checkKyle Swenson1-1/+3
2024-08-01Merge tag 'net-6.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds30-171/+286
2024-08-01igc: Fix double reset adapter triggered from a single taprio cmdFaizal Rahim1-16/+17
2024-08-01net: wan: fsl_qmc_hdlc: Discard received CRCHerve Codina1-6/+18
2024-08-01net: wan: fsl_qmc_hdlc: Convert carrier_lock spinlock to a mutexHerve Codina1-3/+4
2024-08-01net/mlx5e: Add a check for the return value from mlx5_port_set_eth_ptysShahar Shitrit1-1/+6
2024-08-01net/mlx5e: Fix CT entry update leaks of modify header contextChris Mi1-0/+1
2024-08-01net/mlx5e: Require mlx5 tc classifier action support for IPsec prio capabilityRahul Rameshbabu1-3/+4
2024-08-01net/mlx5: Fix missing lock on sync reset reloadMoshe Shemesh1-1/+4
2024-08-01net/mlx5: Lag, don't use the hardcoded value of the first portMark Bloch1-1/+1
2024-08-01net/mlx5: DR, Fix 'stack guard page was hit' error in dr_ruleYevgeny Kliteynik1-1/+1
2024-08-01net/mlx5: Fix error handling in irq_pool_request_irqShay Drory1-3/+7
2024-08-01net/mlx5: Always drain health in shutdown callbackShay Drory2-1/+2
2024-08-01r8169: don't increment tx_dropped in case of NETDEV_TX_BUSYHeiner Kallweit1-6/+2
2024-07-31Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski6-90/+135
2024-07-31net: phy: aquantia: only poll GLOBAL_CFG regs on aqr113, aqr113c and aqr115cBartosz Golaszewski1-8/+21
2024-07-31net: phy: micrel: Fix the KSZ9131 MDI-X status issueRaju Lakkaraju1-15/+19
2024-07-30net: mvpp2: Don't re-use loop iteratorDan Carpenter1-3/+3
2024-07-29ice: xsk: fix txq interrupt mappingMaciej Fijalkowski1-10/+14
2024-07-29ice: add missing WRITE_ONCE when clearing ice_rx_ring::xdp_progMaciej Fijalkowski1-1/+1
2024-07-29ice: improve updating ice_{t,r}x_ring::xsk_poolMaciej Fijalkowski6-55/+87
2024-07-29ice: toggle netif_carrier when setting up XSK poolMaciej Fijalkowski1-1/+7
2024-07-29ice: modify error handling when setting XSK pool in ndo_bpfMaciej Fijalkowski1-14/+16
2024-07-29ice: replace synchronize_rcu with synchronize_netMaciej Fijalkowski1-5/+4
2024-07-29ice: don't busy wait for Rx queue disable in ice_qp_dis()Maciej Fijalkowski1-3/+1
2024-07-29ice: respect netif readiness in AF_XDP ZC related ndo'sMichal Kubiak1-1/+5
2024-07-29net: axienet: start napi before enabling Rx/TxAndy Chiu1-1/+1
2024-07-29eth: bnxt: populate defaults in the RSS context structJakub Kicinski1-0/+4
2024-07-29eth: bnxt: reject unsupported hash functionsJakub Kicinski1-2/+8
2024-07-29minmax: don't use max() in situations that want a C constant expressionLinus Torvalds1-1/+1
2024-07-29minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds1-3/+1
2024-07-28minmax: add a few more MIN_T/MAX_T usersLinus Torvalds1-1/+1
2024-07-27fbnic: Change kconfig prompt from S390=n to !S390Alexander Duyck1-1/+1
2024-07-27Merge tag 'wireless-2024-07-26' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski3-5/+7
2024-07-26net: phy: realtek: add support for RTL8366S Gigabit PHYMark Mentovai1-0/+7
2024-07-26wifi: ath12k: fix soft lockup on suspendJohan Hovold1-1/+2
2024-07-26wifi: mt76: mt7921: fix null pointer access in mt792x_mac_link_bss_removeSean Wang1-0/+1