aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-12Merge tag 'net-6.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds43-307/+419
2025-06-12Merge tag 'wireless-2025-06-12' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski18-245/+250
2025-06-12net: drv: netdevsim: don't napi_complete() from netpollJakub Kicinski1-1/+2
2025-06-12net/mlx5: HWS, Add error checking to hws_bwc_rule_complex_hash_node_get()Dan Carpenter1-2/+17
2025-06-12veth: prevent NULL pointer dereference in veth_xdp_rcvJesper Dangaard Brouer1-2/+2
2025-06-12net: phy: phy_caps: Don't skip better duplex macth on non-exact matchMaxime Chevallier1-6/+12
2025-06-11net/mlx5e: Fix number of lanes to UNKNOWN when using data_rate_operShahar Shitrit1-4/+1
2025-06-11net/mlx5e: Fix leak of Geneve TLV option objectJianbo Liu1-6/+6
2025-06-11net/mlx5: HWS, make sure the uplink is the last destinationVlad Dogaru3-7/+11
2025-06-11net/mlx5: HWS, fix missing ip_version handling in definerYevgeny Kliteynik1-0/+3
2025-06-11net/mlx5: HWS, Init mutex on the correct pathVlad Dogaru1-1/+1
2025-06-11net/mlx5: Fix return value when searching for existing flow groupPatrisious Haddad1-1/+4
2025-06-11net/mlx5: Fix ECVF vports unload on shutdown flowAmir Tzin1-8/+13
2025-06-11net/mlx5: Ensure fw pages are always allocated on same NUMAMoshe Shemesh1-1/+1
2025-06-11Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski5-8/+40
2025-06-11net/mdiobus: Fix potential out-of-bounds clause 45 read/write accessJakub Raczynski1-0/+6
2025-06-11net/mdiobus: Fix potential out-of-bounds read/write accessJakub Raczynski1-0/+6
2025-06-11Merge tag 'ath-current-20250608' of git://git.kernel.org/pub/scm/linux/kernel...Johannes Berg16-237/+228
2025-06-11wifi: iwlwifi: fix merge damage related to iwl_pci_resumeEmmanuel Grumbach1-4/+20
2025-06-11Revert "wifi: mwifiex: Fix HT40 bandwidth issue."Francesco Dolcini1-4/+2
2025-06-11macsec: MACsec SCI assignment for ES = 0Carlos Fernandez1-6/+34
2025-06-10net: airoha: Enable RX queues 16-31Lorenzo Bianconi1-1/+2
2025-06-10netconsole: fix appending sysdata when sysdata_fields == SYSDATA_RELEASEGustavo Luiz Duarte1-2/+1
2025-06-10net: usb: r8152: Add device ID for TP-Link UE200Lucas Sanchez Sagrado1-0/+1
2025-06-10e1000: Move cancel_work_sync to avoid deadlockJoe Damato1-4/+4
2025-06-10ice/ptp: fix crosstimestamp reportingAnton Nadezhdin1-0/+1
2025-06-10iavf: fix reset_task for early reset eventAhmed Zaki2-0/+28
2025-06-10i40e: retry VFLR handling if there is ongoing VF resetRobert Malz1-1/+4
2025-06-10i40e: return false from i40e_reset_vf if reset is in progressRobert Malz1-3/+3
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar194-264/+328
2025-06-07wifi: ath12k: fix uaf in ath12k_core_init()Miaoqing Pan1-3/+7
2025-06-07wifi: ath12k: Fix hal_reo_cmd_status kernel-docJeff Johnson1-1/+2
2025-06-07wifi: ath12k: fix GCC_GCC_PCIE_HOT_RST definition for WCN7850Baochen Qiang4-4/+14
2025-06-07wifi: ath11k: validate ath11k_crypto_mode on top of ath11k_core_qmi_firmware_...Rodrigo Gobbi1-14/+14
2025-06-07wifi: ath11k: consistently use ath11k_mac_get_fw_stats()Baochen Qiang1-42/+2
2025-06-07wifi: ath11k: move locking outside of ath11k_mac_get_fw_stats()Baochen Qiang1-8/+5
2025-06-07wifi: ath11k: adjust unlock sequence in ath11k_update_stats_event()Baochen Qiang1-1/+1
2025-06-07wifi: ath11k: move some firmware stats related functions outside of debugfsBaochen Qiang5-138/+135
2025-06-07wifi: ath11k: don't wait when there is no vdev startedBaochen Qiang1-3/+7
2025-06-07wifi: ath11k: don't use static variables in ath11k_debugfs_fw_stats_process()Baochen Qiang3-9/+11
2025-06-07wifi: ath11k: avoid burning CPU in ath11k_debugfs_fw_stats_request()Baochen Qiang5-27/+18
2025-06-07wil6210: fix support for sparrow chipsetsSebastian Gottschall1-10/+16
2025-06-07wifi: ath10k: Avoid vdev delete timeout when firmware is already downLoic Poulain1-8/+25
2025-06-07ath10k: snoc: fix unbalanced IRQ enable in crash recoveryCaleb Connolly1-1/+3
2025-06-06net: enetc: fix the netc-lib driver build dependencyWei Fang1-1/+5
2025-06-05net: dsa: b53: fix untagged traffic sent via cpu tagged with VID 0Jonas Gorski1-5/+1
2025-06-05Merge tag 'net-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds52-509/+628
2025-06-05Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski3-223/+96
2025-06-05wireguard: device: enable threaded NAPIMirco Barone1-0/+1
2025-06-05Merge tag 'wireless-2025-06-05' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni4-8/+9