summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* dma-mapping: don't store redundant offsetsRobin Murphy2023-12-152-2/+0
* Merge tag 'platform-drivers-x86-v6.7-4' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-12-153-14/+41
|\
| * platform/x86: intel_ips: fix kernel-doc formattingRandy Dunlap2023-12-081-7/+23
| * platform/x86: thinkpad_acpi: fix kernel-doc warningsRandy Dunlap2023-12-081-3/+3
| * platform/x86: intel-vbtn: Fix missing tablet-mode-switch eventsHans de Goede2023-12-081-4/+15
* | Merge tag 'net-6.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-12-1445-546/+1042
|\ \
| * | net: atlantic: fix double free in ring reinit logicIgor Russkikh2023-12-141-1/+4
| * | net: stmmac: Handle disabled MDIO busses from devicetreeAndrew Halaney2023-12-141-1/+5
| * | net: stmmac: dwmac-qcom-ethqos: Fix drops in 10M SGMII RXSneh Shah2023-12-141-0/+10
| * | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2023-12-145-74/+219
| |\ \
| | * | iavf: Fix iavf_shutdown to call iavf_remove instead iavf_closeSlawomir Laba2023-12-121-51/+21
| | * | iavf: Handle ntuple on/off based on new state machines for flow directorPiotr Gardocki2023-12-121-0/+59
| | * | iavf: Introduce new state machines for flow directorPiotr Gardocki2023-12-125-23/+139
| * | | dpaa2-switch: do not ask for MDB, VLAN and FDB replayIoana Ciornei2023-12-141-9/+2
| * | | dpaa2-switch: fix size of the dma_unmapIoana Ciornei2023-12-141-3/+4
| * | | stmmac: dwmac-loongson: drop useless check for compatible fallbackKrzysztof Kozlowski2023-12-131-5/+0
| * | | stmmac: dwmac-loongson: Make sure MDIO is initialized before useYanteng Si2023-12-131-8/+6
| * | | dpll: sanitize possible null pointer dereference in dpll_pin_parent_pin_set()Jiri Pirko2023-12-131-5/+8
| * | | net: ena: Fix XDP redirection errorDavid Arinzon2023-12-131-3/+0
| * | | net: ena: Fix DMA syncing in XDP path when SWIOTLB is onDavid Arinzon2023-12-131-14/+9
| * | | net: ena: Fix xdp drops handling due to multibuf packetsDavid Arinzon2023-12-131-7/+10
| * | | net: ena: Destroy correct number of xdp queues upon failureDavid Arinzon2023-12-131-6/+7
| * | | qed: Fix a potential use-after-free in qed_cxt_tables_allocDinghao Liu2023-12-121-0/+1
| |/ /
| * | octeontx2-af: Fix pause frame configurationHariprasad Kelam2023-12-111-4/+7
| * | octeontx2-af: Update RSS algorithm indexHariprasad Kelam2023-12-111-11/+44
| * | octeontx2-pf: Fix promisc mcam entry actionHariprasad Kelam2023-12-111-3/+22
| * | octeon_ep: explicitly test for firmware ready valueShinas Rasheed2023-12-111-1/+2
| * | octeontx2-af: fix a use-after-free in rvu_nix_register_reportersZhipeng Lu2023-12-101-4/+1
| * | net: fec: correct queue selectionRadu Bulie2023-12-101-16/+11
| * | atm: solos-pci: Fix potential deadlock on &tx_queue_lockChengfeng Ye2023-12-091-2/+2
| * | atm: solos-pci: Fix potential deadlock on &cli_queue_lockChengfeng Ye2023-12-091-2/+2
| * | bnxt_en: Fix HWTSTAMP_FILTER_ALL packet timestamp logicMichael Chan2023-12-092-4/+24
| * | bnxt_en: Fix wrong return value check in bnxt_close_nic()Kalesh AP2023-12-095-34/+16
| * | bnxt_en: Fix skb recycling logic in bnxt_deliver_skb()Sreekanth Reddy2023-12-091-1/+2
| * | bnxt_en: Clear resource reservation during resumeSomnath Kotur2023-12-091-0/+2
| * | qca_spi: Fix reset behaviorStefan Wahren2023-12-091-1/+7
| * | qca_debug: Fix ethtool -G iface tx behaviorStefan Wahren2023-12-091-3/+5
| * | qca_debug: Prevent crash on TX ring changesStefan Wahren2023-12-092-5/+16
| * | octeon_ep: initialise control mbox tasks before using APIsShinas Rasheed2023-12-091-9/+13
| * | team: Fix use-after-free when an option instance allocation failsFlorent Revest2023-12-081-1/+3
| * | Merge tag 'mlx5-fixes-2023-12-04' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2023-12-0815-309/+578
| |\ \
| | * | net/mlx5: Fix a NULL vs IS_ERR() checkDan Carpenter2023-12-051-1/+1
| | * | net/mlx5e: Check netdev pointer before checking its net nsGavin Li2023-12-051-6/+10
| | * | net/mlx5: Nack sync reset request when HotPlug is enabledMoshe Shemesh2023-12-051-0/+29
| | * | net/mlx5e: TC, Don't offload post action rule if not supportedChris Mi2023-12-052-4/+27
| | * | net/mlx5e: Fix possible deadlock on mlx5e_tx_timeout_workMoshe Shemesh2023-12-052-3/+25
| | * | net/mlx5e: Disable IPsec offload support if not FW steeringChris Mi2023-12-052-16/+18
| | * | net/mlx5e: Check the number of elements before walk TC rhashtableJianbo Liu2023-12-051-1/+1
| | * | net/mlx5e: Reduce eswitch mode_lock protection contextJianbo Liu2023-12-054-32/+52
| | * | net/mlx5e: Tidy up IPsec NAT-T SA discoveryLeon Romanovsky2023-12-051-6/+16