aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2 daysipvlan: unregister upper devices outside pnodes_lockdavem/netMaciej Fijalkowski1-1/+3
2 daysvxlan: mdb: Fix use-after-free in vxlan_mdb_remote_src_del()Baul Lee1-0/+8
2 daysnet: amd-xgbe: discard rx packets with bad FCSJames Nugraha1-2/+1
4 daysnet: iptunnel: fix stale transport header during tunnel decapsulationDong Chenchen1-0/+5
4 daysnet/mlx5e: Prevent stale XSK buffer release on MPWQE refill retryJerome Tollet1-0/+2
4 daysnet/mlx5e: Prevent stale XSK buffer release on refill retryJerome Tollet1-2/+5
4 daysnet: stmmac: fix dma mapping leak in stmmac_tso_xmit()Lorenzo Bianconi1-19/+34
5 daysMerge tag 'net-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds81-503/+885
5 daysMerge tag 'devicetree-fixes-for-7.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds2-2/+4
5 daysusb: atm: usbatm: fix invalid ci_range initializationDeepanshu Kartikey1-2/+2
5 daysnet: fec: only stop PTP if it was initializedbui duc phuc1-2/+4
5 daysslip: remove slip_hangup() to fix use-after-free in slip_receive_buf()Eric Dumazet1-8/+0
5 daysMerge tag 'spi-fix-v7.3-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds2-5/+3
5 daysMerge tag 'regulator-fix-v7.3-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds1-0/+6
6 daysnet: dsa: mxl862xx: enable assisted learning on CPU portEdoardo Pinci1-0/+1
6 daysnet: stmmac: restore NET_IP_ALIGN in the RX DMA offsetPascal Kneuper1-2/+2
6 daysMerge tag 'backlight-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlightLinus Torvalds7-24/+295
6 daysMerge tag 'leds-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/ledsLinus Torvalds13-145/+944
6 daysnet: stmmac: drop gso_enabled_types and rely on netdev featuresLorenzo Bianconi2-20/+1
6 daysnet: stmmac: selftests: Don't test flow control for small rx fifosMaxime Chevallier1-3/+13
6 daysnet: stmmac: selftests: Account for the UC filter list for filtering testsMaxime Chevallier1-3/+18
6 daysnet: stmmac: dwxgmac: Account for the primary MAC address for UC filteringMaxime Chevallier1-1/+1
6 daysnet: stmmac: dwmac4: Account for the primary MAC address for UC filteringMaxime Chevallier1-1/+1
6 daysnet: stmmac: dwmac1000: Account for the primary MAC address for UC filteringMaxime Chevallier1-1/+1
6 daysnet: stmmac: selftests: Check multiple MMC countersMaxime Chevallier1-4/+10
6 daysMerge tag 'mfd-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds48-395/+498
6 daysMerge tag 'mm-stable-2026-08-26-15-22' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds19-473/+216
6 daysnet: airoha: npu: fix missing streaming DMA maskDaniel Pawlik1-1/+1
6 daysof: fix out-of-bounds read in of_alias_scan() stem parserAbdurrahman Hussain1-1/+1
6 daysslip: fix use-after-free in sl_sync()Aleksandr Khromov1-3/+8
6 daysnet: stmmac: selftests: Pass the IP proto mask in the TC selftestMaxime Chevallier1-2/+4
6 daysnet: wangxun: use BIT_ULL() to prevent shift overflow on 32-bit archsJiawen Wu2-2/+2
6 daysnet: phy: air_en8811h: move LED GPIO configuration to config_initVitaliy Sochnev1-7/+11
6 daysbnxt_en: Write doorbell when linearizing skb failsJoe Damato1-5/+2
6 daysnet: ethernet: sun4i-emac: Fix IRQ error handlingbui duc phuc1-2/+2
6 daysMerge tag 'hyperv-next-signed-20260826' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds14-280/+344
6 daysMerge tag 'thermal-7.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds33-282/+1336
6 daysMerge tag 'pm-7.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds3-65/+77
6 daysMerge tag 'acpi-7.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds8-126/+228
7 daysMerge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds199-2164/+26492
7 daysMerge branches 'pm-cpufreq' and 'pm-sleep'Rafael J. Wysocki2-63/+64
7 daysMerge branches 'acpi-battery', 'acpi-button', 'acpi-soc' and 'acpi-pfrut'Rafael J. Wysocki4-81/+157
7 daysMerge branch 'acpi-bus'Rafael J. Wysocki3-36/+54
7 daysMerge branch 'acpi-scan'Rafael J. Wysocki3-9/+17
7 daysMerge tag 'pwrseq-updates-for-v7.3-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds7-20/+20
7 daysof/irq: Fix device node refcount leak in of_irq_get_affinity()Fuad Tabba1-1/+3
7 dayspower: sequencing: rename pwrseq_power_on/off() to pwrseq_enable/disable()Bartosz Golaszewski6-19/+19
7 daysMerge tag 'hwlock-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linuxLinus Torvalds1-1/+1
7 daysMerge tag 'rpmsg-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linuxLinus Torvalds5-12/+19
7 daysMerge tag 'rproc-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linuxLinus Torvalds29-479/+1065