summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2026-03-04ice: Fix memory leak in ice_set_ringparam()Zilin Guan1-2/+9
2026-03-04ice: fix retry for AQ command 0x06EEJakub Staniszewski2-21/+15
2026-03-04ice: reintroduce retry mechanism for indirect AQJakub Staniszewski1-3/+9
2026-03-04ice: fix adding AQ LLDP filter for VFLarysa Zaremba1-1/+1
2026-03-03octeon_ep_vf: avoid compiler and IQ/OQ reorderingVimlesh Kumar2-16/+33
2026-03-03octeon_ep_vf: Relocate counter updates before NAPIVimlesh Kumar1-2/+15
2026-03-03octeon_ep: avoid compiler and IQ/OQ reorderingVimlesh Kumar2-16/+32
2026-03-03octeon_ep: Relocate counter updates before NAPIVimlesh Kumar1-4/+15
2026-03-03bpf/bonding: reject vlan+srcmac xmit_hash_policy change when XDP is loadedJiayuan Chen2-2/+9
2026-03-03net: dsa: realtek: rtl8365mb: fix rtl8365mb_phy_ocp_write return valueMieczyslaw Nalewaj1-1/+1
2026-03-01amd-xgbe: fix MAC_TCR_SS register width for 2.5G and 10M speedsRaju Rangoju1-1/+1
2026-03-01net: ti: icssg-prueth: Fix ping failure after offload mode setup when link sp...MD Danish Anwar1-0/+8
2026-02-28dpaa2-switch: Fix interrupt storm after receiving bad if_id in IRQ handlerGuenter Roeck1-1/+2
2026-02-28Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski16-38/+114
2026-02-28net: mana: Ring doorbell at 4 CQ wraparoundsLong Li1-5/+18
2026-02-28net: usb: r8152: add TRENDnet TUC-ET2GValentin Spreckels1-0/+1
2026-02-27net: ethernet: ti: am65-cpsw-nuss/cpsw-ale: Fix multicast entry handling in A...Chintan Vankar2-6/+5
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds38-129/+304
2026-02-26dpaa2-switch: validate num_ifs to prevent out-of-bounds writeJunrui Luo1-0/+7
2026-02-26net/mlx5e: Fix "scheduling while atomic" in IPsec MAC address queryJianbo Liu1-2/+1
2026-02-26net/mlx5: Fix missing devlink lock in SRIOV enable error pathShay Drory1-0/+2
2026-02-26net/mlx5: E-switch, Clear legacy flag when moving to switchdevShay Drory1-0/+2
2026-02-26net/mlx5: LAG, disable MPESW in lag_disable_change()Shay Drory3-6/+15
2026-02-26net/mlx5: DR, Fix circular locking dependency in dumpShay Drory1-2/+2
2026-02-26Merge tag 'wireless-2026-02-25' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski5-11/+11
2026-02-26team: avoid NETDEV_CHANGEMTU event when unregistering slaveTetsuo Handa1-5/+21
2026-02-26net: mana: Fix double destroy_workqueue on service rescan PCI pathDipayaan Roy2-2/+7
2026-02-26dpll: zl3073x: Remove redundant cleanup in devm_dpll_init()Felix Gu1-5/+1
2026-02-26net: usb: kaweth: validate USB endpointsGreg Kroah-Hartman1-0/+13
2026-02-26net: usb: kalmia: validate USB endpointsGreg Kroah-Hartman1-0/+7
2026-02-26net: usb: pegasus: validate USB endpointsGreg Kroah-Hartman1-1/+12
2026-02-26nfc: pn533: properly drop the usb interface reference on disconnectGreg Kroah-Hartman1-0/+1
2026-02-25e1000e: clear DPG_EN after reset to avoid autonomous power-gatingVitaly Lifshits2-0/+10
2026-02-25e1000e: introduce new board type for Panther Lake PCHVitaly Lifshits4-12/+31
2026-02-25ixgbevf: fix link setup issueJedrzej Jagielski1-1/+2
2026-02-25i40e: Fix preempt count leak in napi poll tracepointThomas Gleixner1-1/+1
2026-02-25ice: fix crash in ethtool offline loopback testMichal Schmidt3-6/+18
2026-02-25ice: recap the VSI and QoS info after rebuildAaron Ma3-11/+41
2026-02-25idpf: Fix flow rule delete failure due to invalid validationSreedevi Joshi1-3/+0
2026-02-25idpf: change IRQ naming to match netdev and ethtool queue numberingBrian Vazquez1-1/+1
2026-02-25idpf: nullify pointers after they are freedLi Li1-0/+1
2026-02-25idpf: skip deallocating txq group's txqs if it is NULLLi Li1-0/+3
2026-02-25idpf: skip deallocating bufq_sets from rx_qgrp if it is NULLLi Li1-0/+3
2026-02-25idpf: increment completion queue next_to_clean in sw marker wait routineLi Li1-3/+3
2026-02-25Merge tag 'ata-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/liba...Linus Torvalds2-8/+22
2026-02-25net: stmmac: fix timestamping configuration after suspend/resumeRussell King (Oracle)1-0/+1
2026-02-24media: dvb-core: fix wrong reinitialization of ringbuffer on reopenJens Axboe1-1/+3
2026-02-24Merge tag 'for-net-2026-02-23' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni1-10/+14
2026-02-24net: phy: register phy led_triggers during probe to avoid AB-BA deadlockAndrew Lunn1-8/+17
2026-02-24net: usb: pegasus: enable basic endpoint checkingZiyi Guo1-5/+30