summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2024-06-27net: mana: Fix possible double free in error handling pathMa Ke
2024-06-26net: usb: qmi_wwan: add Telit FN912 compositionsDaniele Palmas
2024-06-25ionic: use dev_consume_skb_any outside of napiShannon Nelson
2024-06-25net: dsa: microchip: fix wrong register write when masking interruptTristram Ha
2024-06-25ibmvnic: Add tx check to prevent skb leakNick Child
2024-06-24net: usb: ax88179_178a: improve link status logsJose Ignacio Tornos Martinez
2024-06-23octeontx2-pf: Fix coverity and klockwork issues in octeon PF driverRatheesh Kannoth
2024-06-23ice: Rebuild TC queues on VSI queue reconfigurationJan Sokolowski
2024-06-23net: dsa: microchip: monitor potential faults in half-duplex modeEnguerrand de Ribaucourt
2024-06-23net: dsa: microchip: use collision based back pressure modeEnguerrand de Ribaucourt
2024-06-23net: phy: micrel: add Microchip KSZ 9477 to the device tableEnguerrand de Ribaucourt
2024-06-22ibmvnic: Free any outstanding tx skbs during scrq resetNick Child
2024-06-21Merge tag 'linux-can-fixes-for-6.10-20240621' of git://git.kernel.org/pub/scm...Jakub Kicinski
2024-06-21vxlan: Pull inner IP header in vxlan_xmit_one().Guillaume Nault
2024-06-21mlxsw: spectrum_buffers: Fix memory corruptions on Spectrum-4 systemsIdo Schimmel
2024-06-21mlxsw: pci: Fix driver initialization with Spectrum-4Ido Schimmel
2024-06-21ionic: fix kernel panic due to multi-buffer handlingTaehee Yoo
2024-06-21net: pse-pd: Kconfig: Fix missing firmware loader config selectKory Maincent
2024-06-21bonding: fix incorrect software timestamping reportHangbin Liu
2024-06-21net: mvpp2: fill-in dev_port attributeAryan Srivastava
2024-06-21can: mcp251xfd: fix infinite loop when xmit failsVitor Soares
2024-06-21can: kvaser_usb: fix return value for hif_usb_send_regoutChen Ni
2024-06-20net: dsa: microchip: fix initial port flush problemTristram Ha
2024-06-20net: usb: rtl8150 fix unintiatilzed variables in rtl8150_get_link_ksettingsOliver Neukum
2024-06-20bnxt_en: Restore PTP tx_avail count in case of skb_pad() errorPavan Chebbi
2024-06-20bnxt_en: Set TSO max segs on devices with limitsMichael Chan
2024-06-20bnxt_en: Update firmware interface to 1.10.3.44Michael Chan
2024-06-20net: stmmac: Assign configured channel value to EXTTS eventOleksij Rempel
2024-06-19ice: Fix VSI list rule with ICE_SW_LKUP_LAST typeMarcin Szycik
2024-06-19octeontx2-pf: Fix linking objects into multiple modulesGeetha sowjanya
2024-06-19octeontx2-pf: Add error handling to VLAN unoffload handlingSimon Horman
2024-06-19virtio_net: fixing XDP for fully checksummed packets handlingHeng Qi
2024-06-19virtio_net: checksum offloading handling fixHeng Qi
2024-06-19net: usb: ax88179_178a: improve reset checkJose Ignacio Tornos Martinez
2024-06-18net: stmmac: No need to calculate speed divider when offload is disabledXiaolei Wang
2024-06-18net: phy: dp83tg720: get master/slave configuration in link down stateOleksij Rempel
2024-06-18net: phy: dp83tg720: wake up PHYs in managed modeOleksij Rempel
2024-06-18net: phy: mxl-gpy: Remove interrupt mask clearing from config_initRaju Lakkaraju
2024-06-18net: lan743x: Support WOL at both the PHY and MAC appropriatelyRaju Lakkaraju
2024-06-18net: lan743x: disable WOL upon resume to restore full data path operationRaju Lakkaraju
2024-06-18qca_spi: Make interrupt remembering atomicStefan Wahren
2024-06-14Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski
2024-06-14Merge tag 'wireless-2024-06-14' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski
2024-06-13net: mvpp2: use slab_build_skb for oversized framesAryan Srivastava
2024-06-13ice: implement AQ download pkg retryWojciech Drewek
2024-06-13ice: fix 200G link speed message logPaul Greenwalt
2024-06-13ice: avoid IRQ collision to fix init failure on ACPI S3 resumeEn-Wei Wu
2024-06-13bnxt_en: Adjust logging of firmware messages in case of released token in __h...Aleksandr Mishin
2024-06-13bnxt_en: Cap the size of HWRM_PORT_PHY_QCFG forwarded responseMichael Chan
2024-06-13gve: Clear napi->skb before dev_kfree_skb_any()Ziwei Xiao