summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2024-06-27wifi: ath12k: check M3 buffer size as well whey trying to reuse itBaochen Qiang1-15/+21
2024-06-27net: phy: dp83tg720: get master/slave configuration in link down stateOleksij Rempel1-3/+21
2024-06-27net: usb: ax88179_178a: improve reset checkJose Ignacio Tornos Martinez1-5/+13
2024-06-27net: stmmac: Assign configured channel value to EXTTS eventOleksij Rempel1-1/+5
2024-06-27net: phy: dp83tg720: wake up PHYs in managed modeOleksij Rempel1-3/+15
2024-06-27net: usb: rtl8150 fix unintiatilzed variables in rtl8150_get_link_ksettingsOliver Neukum1-1/+2
2024-06-27bnxt_en: Restore PTP tx_avail count in case of skb_pad() errorPavan Chebbi1-3/+2
2024-06-27ice: Fix VSI list rule with ICE_SW_LKUP_LAST typeMarcin Szycik1-2/+4
2024-06-27octeontx2-pf: Fix linking objects into multiple modulesGeetha sowjanya3-2/+10
2024-06-27octeontx2-pf: Add error handling to VLAN unoffload handlingSimon Horman1-1/+4
2024-06-27virtio_net: fixing XDP for fully checksummed packets handlingHeng Qi1-1/+19
2024-06-27virtio_net: checksum offloading handling fixHeng Qi1-2/+10
2024-06-27net: stmmac: No need to calculate speed divider when offload is disabledXiaolei Wang1-18/+22
2024-06-27net: phy: mxl-gpy: Remove interrupt mask clearing from config_initRaju Lakkaraju1-20/+38
2024-06-27net: lan743x: Support WOL at both the PHY and MAC appropriatelyRaju Lakkaraju3-8/+58
2024-06-27net: lan743x: disable WOL upon resume to restore full data path operationRaju Lakkaraju2-4/+50
2024-06-27qca_spi: Make interrupt remembering atomicStefan Wahren3-14/+11
2024-06-27net: mvpp2: use slab_build_skb for oversized framesAryan Srivastava1-1/+4
2024-06-27ice: implement AQ download pkg retryWojciech Drewek1-2/+21
2024-06-27ice: fix 200G link speed message logPaul Greenwalt1-0/+3
2024-06-27ice: avoid IRQ collision to fix init failure on ACPI S3 resumeEn-Wei Wu1-1/+6
2024-06-27wifi: iwlwifi: mvm: fix ROC version checkShaul Triebitz1-1/+1
2024-06-27net: ena: Add validation for completion descriptors consistencyDavid Arinzon3-10/+30
2024-06-27wifi: mt76: mt7921s: fix potential hung tasks during chip recoveryLeon Yen4-5/+4
2024-06-27wifi: ath12k: fix the problem that down grade phy mode operationLingbo Kong1-3/+13
2024-06-27net: dsa: realtek: do not assert reset on removeLuiz Angelo Daros de Luca1-5/+2
2024-06-27net: dsa: realtek: keep default LED state in rtl8366rbLuiz Angelo Daros de Luca1-67/+20
2024-06-27net: sfp: add quirk for ATS SFP-GE-T 1000Base-TX moduleDaniel Golle1-0/+3
2024-06-27net: sfp: enhance quirk for Fibrestore 2.5G copper SFP moduleMarek Behún1-6/+12
2024-06-27wifi: ath12k: fix kernel crash during resumeBaochen Qiang3-6/+26
2024-06-27wifi: ath9k: work around memset overflow warningArnd Bergmann2-4/+5
2024-06-27wifi: rtw89: 8852c: add quirk to set PCI BER for certain platformsPing-Ke Shih9-0/+79
2024-06-21wifi: iwlwifi: mvm: fix a crash on 7265Emmanuel Grumbach1-2/+2
2024-06-21wifi: iwlwifi: mvm: support iwl_dev_tx_power_cmd_v8Emmanuel Grumbach3-2/+36
2024-06-21wifi: mt76: mt7615: add missing chanctx opsJohannes Berg1-0/+4
2024-06-21wifi: rtlwifi: Ignore IEEE80211_CONF_CHANGE_RETRY_LIMITSBitterblue Smith1-15/+0
2024-06-21bnxt_en: Adjust logging of firmware messages in case of released token in __h...Aleksandr Mishin1-1/+1
2024-06-21bnxt_en: Cap the size of HWRM_PORT_PHY_QCFG forwarded responseMichael Chan2-2/+61
2024-06-21ionic: fix use after netif_napi_del()Taehee Yoo1-3/+1
2024-06-21net: stmmac: replace priv->speed with the portTransmitRate from the tc-cbs pa...Xiaolei Wang1-14/+11
2024-06-21gve: ignore nonrelevant GSO type bits when processing TSO headersJoshua Washington1-15/+5
2024-06-21net/mlx5e: Fix features validation check for tunneled UDP (non-VXLAN) packetsGal Pressman1-2/+1
2024-06-21geneve: Fix incorrect inner network header offset when innerprotoinherit is setGal Pressman1-4/+6
2024-06-21net dsa: qca8k: fix usages of device_get_named_child_node()Andy Shevchenko1-2/+10
2024-06-21netdevsim: fix backwards compatibility in nsim_get_iflink()David Wei1-1/+2
2024-06-21net: stmmac: dwmac-qcom-ethqos: Configure host DMA widthSagar Cheluvegowda1-0/+4
2024-06-21liquidio: Adjust a NULL pointer handling path in lio_vf_rep_copy_packetAleksandr Mishin1-6/+5
2024-06-21net: hns3: add cond_resched() to hns3 ring buffer init processJie Wang2-0/+6
2024-06-21net: hns3: fix kernel crash problem in concurrent scenarioYonglong Liu1-5/+16
2024-06-21net: sfp: Always call `sfp_sm_mod_remove()` on removeCsókás, Bence1-2/+1