summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: hns3: fix kernel crash when 1588 is sent on HIP08 devicesJie Wang2024-10-311-0/+3
* net: hns3: fixed hclge_fetch_pf_reg accesses bar space out of bounds issueHao Lan2024-10-312-8/+10
* net: hns3: initialize reset_timer before hclgevf_misc_irq_init()Jian Shen2024-10-311-1/+1
* net: hns3: don't auto enable misc vectorJian Shen2024-10-311-5/+7
* net: hns3: Resolved the issue that the debugfs query result is inconsistent.Hao Lan2024-10-311-1/+3
* net: hns3: fix missing features due to dev->features configuration too earlyHao Lan2024-10-311-1/+0
* net: hns3: fixed reset failure issues caused by the incorrect reset typeHao Lan2024-10-312-10/+61
* net: hns3: add sync command to sync io-pgtableJian Shen2024-10-311-0/+27
* net: hns3: default enable tx bounce buffer when smmu enabledPeiyang Wang2024-10-313-0/+66
* net: ethernet: mtk_wed: fix path of MT7988 WO firmwareDaniel Golle2024-10-311-2/+2
* mlxsw: spectrum_ipip: Fix memory leak when changing remote IPv6 addressIdo Schimmel2024-10-311-2/+24
* mlxsw: pci: Sync Rx buffers for deviceAmit Cohen2024-10-311-1/+2
* mlxsw: pci: Sync Rx buffers for CPUAmit Cohen2024-10-311-7/+15
* mlxsw: spectrum_ptp: Add missing verification before pushing Tx headerAmit Cohen2024-10-311-0/+7
* Merge tag 'wireless-2024-10-29' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2024-10-309-70/+125
|\
| * wifi: iwlwifi: mvm: fix 6 GHz scan constructionJohannes Berg2024-10-251-3/+3
| * Revert "wifi: iwlwifi: remove retry loops in start"Emmanuel Grumbach2024-10-253-10/+31
| * wifi: iwlwifi: mvm: don't add default link in fw restart flowEmmanuel Grumbach2024-10-251-6/+18
| * wifi: iwlwifi: mvm: Fix response handling in iwl_mvm_send_recovery_cmd()Daniel Gabay2024-10-251-6/+4
| * wifi: iwlwifi: mvm: SAR table alignmentAnjaneyulu2024-10-251-38/+58
| * wifi: iwlwifi: mvm: Use the sync timepoint API in suspendDaniel Gabay2024-10-252-1/+5
| * wifi: iwlwifi: mvm: really send iwl_txpower_constraints_cmdMiri Korenblit2024-10-251-5/+5
| * wifi: iwlwifi: mvm: don't leak a link on AP removalEmmanuel Grumbach2024-10-251-1/+1
* | net: usb: qmi_wwan: add Quectel RG650VBenoît Monin2024-10-291-0/+1
* | netdevsim: Add trailing zero to terminate the string in nsim_nexthop_bucket_a...Zichen Xie2024-10-291-1/+3
* | gtp: allow -1 to be specified as file description from userspacePablo Neira Ayuso2024-10-291-9/+13
* | mctp i2c: handle NULL header addressMatt Johnston2024-10-291-0/+3
* | ice: fix crash on probe for DPLL enabled E810 LOMArkadiusz Kubalewski2024-10-293-2/+90
* | ice: block SF port creation in legacy modeMichal Swiatkowski2024-10-291-0/+6
* | igb: Disable threaded IRQ for igb_msix_otherWander Lairson Costa2024-10-291-1/+1
* | net: stmmac: TSO: Fix unbalanced DMA map/unmap for non-paged SKB dataFurong Xu2024-10-291-5/+17
* | net: stmmac: dwmac4: Fix high address display by updating reg_space[] from re...Ley Foon Tan2024-10-292-0/+10
* | usb: add support for new USB device ID 0x17EF:0x3098 for the r8152 driverBenjamin Große2024-10-291-0/+1
* | macsec: Fix use-after-free while sending the offloading packetJianbo Liu2024-10-291-2/+1
|/
* Merge tag 'wireless-2024-10-21' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2024-10-2517-24/+97
|\
| * Merge tag 'ath-current-20241016' of git://git.kernel.org/pub/scm/linux/kernel...Kalle Valo2024-10-173-3/+13
| |\
| | * wifi: ath11k: Fix invalid ring usage in full monitor modeRemi Pommarel2024-10-161-2/+5
| | * wifi: ath10k: Fix memory leak in management txManikanta Pubbisetty2024-10-162-1/+8
| * | wifi: rtlwifi: rtl8192du: Don't claim USB ID 0bda:8171Bitterblue Smith2024-10-171-1/+0
| * | wifi: rtw88: Fix the RX aggregation in USB 3 modeBitterblue Smith2024-10-171-1/+0
| * | wifi: brcm80211: BRCM_TRACING should depend on TRACINGGeert Uytterhoeven2024-10-171-0/+1
| * | wifi: rtw89: pci: early chips only enable 36-bit DMA on specific PCI hostsPing-Ke Shih2024-10-171-7/+41
| * | wifi: radiotap: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva2024-10-086-9/+9
| * | wifi: iwlegacy: Clear stale interrupts before resuming deviceVille Syrjälä2024-10-081-0/+2
| * | wifi: iwlegacy: Fix "field-spanning write" warning in il_enqueue_hcmd()Ben Hutchings2024-09-192-1/+24
| * | wifi: mt76: do not increase mcu skb refcount if retry is not supportedFelix Fietkau2024-09-181-2/+5
| * | wifi: rtw89: coex: add debug message of link counts on 2/5GHz bands for wl_in...Ping-Ke Shih2024-09-181-0/+2
* | | net: dsa: mv88e6xxx: support 4000ps cycle counter periodShenghao Yang2024-10-241-3/+20
* | | net: dsa: mv88e6xxx: read cycle counter period from hardwareShenghao Yang2024-10-242-19/+43
* | | net: dsa: mv88e6xxx: group cycle counter coefficientsShenghao Yang2024-10-242-33/+32