summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2024-06-20net: usb: rtl8150 fix unintiatilzed variables in rtl8150_get_link_ksettingsOliver Neukum1-1/+2
2024-06-20bnxt_en: Restore PTP tx_avail count in case of skb_pad() errorPavan Chebbi1-3/+2
2024-06-20bnxt_en: Set TSO max segs on devices with limitsMichael Chan2-0/+4
2024-06-20bnxt_en: Update firmware interface to 1.10.3.44Michael Chan1-133/+178
2024-06-20net: stmmac: Assign configured channel value to EXTTS eventOleksij Rempel1-1/+5
2024-06-20ice: Fix VSI list rule with ICE_SW_LKUP_LAST typeMarcin Szycik1-2/+4
2024-06-19octeontx2-pf: Fix linking objects into multiple modulesGeetha sowjanya3-2/+10
2024-06-19octeontx2-pf: Add error handling to VLAN unoffload handlingSimon Horman1-1/+4
2024-06-19virtio_net: fixing XDP for fully checksummed packets handlingHeng Qi1-1/+19
2024-06-19virtio_net: checksum offloading handling fixHeng Qi1-2/+10
2024-06-19net: usb: ax88179_178a: improve reset checkJose Ignacio Tornos Martinez1-5/+13
2024-06-19net: stmmac: No need to calculate speed divider when offload is disabledXiaolei Wang1-18/+22
2024-06-19net: phy: dp83tg720: get master/slave configuration in link down stateOleksij Rempel1-3/+21
2024-06-19net: phy: dp83tg720: wake up PHYs in managed modeOleksij Rempel1-3/+15
2024-06-18net: phy: mxl-gpy: Remove interrupt mask clearing from config_initRaju Lakkaraju1-20/+38
2024-06-18net: lan743x: Support WOL at both the PHY and MAC appropriatelyRaju Lakkaraju3-8/+58
2024-06-18net: lan743x: disable WOL upon resume to restore full data path operationRaju Lakkaraju2-4/+50
2024-06-18qca_spi: Make interrupt remembering atomicStefan Wahren3-14/+11
2024-06-15Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2-3/+30
2024-06-14Merge tag 'wireless-2024-06-14' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski3-2/+4
2024-06-14net: mvpp2: use slab_build_skb for oversized framesAryan Srivastava1-1/+4
2024-06-13ice: implement AQ download pkg retryWojciech Drewek1-2/+21
2024-06-13ice: fix 200G link speed message logPaul Greenwalt1-0/+3
2024-06-13ice: avoid IRQ collision to fix init failure on ACPI S3 resumeEn-Wei Wu1-1/+6
2024-06-13bnxt_en: Adjust logging of firmware messages in case of released token in __h...Aleksandr Mishin1-1/+1
2024-06-13bnxt_en: Cap the size of HWRM_PORT_PHY_QCFG forwarded responseMichael Chan2-2/+61
2024-06-13gve: Clear napi->skb before dev_kfree_skb_any()Ziwei Xiao1-3/+5
2024-06-13ionic: fix use after netif_napi_del()Taehee Yoo1-3/+1
2024-06-13Revert "igc: fix a log entry using uninitialized netdev"Sasha Neftin1-3/+2
2024-06-12wifi: iwlwifi: scan: correctly check if PSC listen period is neededAyala Beker1-1/+1
2024-06-12wifi: iwlwifi: mvm: fix ROC version checkShaul Triebitz1-1/+1
2024-06-12wifi: iwlwifi: mvm: unlock mvm mutexShaul Triebitz1-0/+2
2024-06-12net: stmmac: replace priv->speed with the portTransmitRate from the tc-cbs pa...Xiaolei Wang1-14/+11
2024-06-12gve: ignore nonrelevant GSO type bits when processing TSO headersJoshua Washington1-15/+5
2024-06-10net/mlx5e: Fix features validation check for tunneled UDP (non-VXLAN) packetsGal Pressman1-2/+1
2024-06-10geneve: Fix incorrect inner network header offset when innerprotoinherit is setGal Pressman1-4/+6
2024-06-10net dsa: qca8k: fix usages of device_get_named_child_node()Andy Shevchenko1-2/+10
2024-06-10netdevsim: fix backwards compatibility in nsim_get_iflink()David Wei1-1/+2
2024-06-09net: stmmac: dwmac-qcom-ethqos: Configure host DMA widthSagar Cheluvegowda1-0/+4
2024-06-07liquidio: Adjust a NULL pointer handling path in lio_vf_rep_copy_packetAleksandr Mishin1-6/+5
2024-06-07net: hns3: add cond_resched() to hns3 ring buffer init processJie Wang2-0/+6
2024-06-07net: hns3: fix kernel crash problem in concurrent scenarioYonglong Liu1-5/+16
2024-06-07net: sfp: Always call `sfp_sm_mod_remove()` on removeCsókás, Bence1-2/+1
2024-06-06net: wwan: iosm: Fix tainted pointer delete is case of region creation failAleksandr Mishin1-1/+1
2024-06-06igc: Fix Energy Efficient Ethernet support declarationSasha Neftin2-2/+11
2024-06-06ice: map XDP queues to vectors in ice_vsi_map_rings_to_vectors()Larysa Zaremba4-46/+68
2024-06-06ice: add flag to distinguish reset from .ndo_bpf in XDP rings configLarysa Zaremba3-14/+24
2024-06-06ice: remove af_xdp_zc_qps bitmapLarysa Zaremba3-26/+27
2024-06-06ice: fix reads from NVM Shadow RAM on E830 and E825-C devicesJacob Keller2-9/+93
2024-06-06ice: fix iteration of TLVs in Preserved Fields AreaJacob Keller1-7/+21