aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2026-02-17Merge tag 'staging-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds63-1499/+1101
2026-02-17Merge tag 'char-misc-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds273-5382/+15788
2026-02-17Merge tag 'block-7.0-20260216' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linuxLinus Torvalds18-104/+181
2026-02-17Merge tag 'io_uring-7.0-20260216' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linuxLinus Torvalds18-90/+149
2026-02-17drm/i915/dp: Add missing slice count check during mode validationImre Deak1-0/+3
2026-02-17spi: spidev: fix lock inversion between spi_lock and buf_lockFabian Godehardt1-41/+22
2026-02-17cpuidle: menu: Remove single state handlingChristian Loehle1-1/+1
2026-02-17cpuidle: teo: Remove single state handlingChristian Loehle1-6/+0
2026-02-17cpuidle: haltpoll: Remove single state handlingAboorva Devarajan1-3/+1
2026-02-17s390/smp: Avoid calling rebuild_sched_domains() earlyHeiko Carstens1-1/+1
2026-02-17s390/kexec: Make KEXEC_SIG available when CONFIG_MODULES=nAlexander Egorenkov1-1/+2
2026-02-17cpuidle: Skip governor when only one idle state is availableAboorva Devarajan1-0/+10
2026-02-17netfilter: nf_tables: fix use-after-free in nf_tables_addchain()Inseo An1-0/+1
2026-02-17net: remove WARN_ON_ONCE when accessing forward path arrayPablo Neira Ayuso1-1/+1
2026-02-17ipvs: do not keep dest_dst if dev is going downJulian Anastasov1-10/+36
2026-02-17ipvs: skip ipv6 extension headers for csum checksJulian Anastasov3-39/+20
2026-02-17include: uapi: netfilter_bridge.h: Cover for musl libcPhil Sutter1-0/+4
2026-02-17netfilter: nf_conntrack_h323: don't pass uninitialised l3num valueFlorian Westphal1-5/+5
2026-02-17netfilter: nf_tables: revert commit_mutex usage in reset pathBrian Witte1-206/+42
2026-02-17netfilter: nft_quota: use atomic64_xchg for resetBrian Witte1-6/+7
2026-02-17netfilter: nft_counter: serialize reset with spinlockBrian Witte1-4/+16
2026-02-17netfilter: annotate NAT helper hook pointers with __rcuSun Jian10-32/+34
2026-02-17ASoC: tas2783A: add explicit port prepare handlingNiranjan H Y1-0/+43
2026-02-17ASoC: renesas: rz-ssi: Fix playback and captureClaudiu Beznea1-1/+1
2026-02-17Merge branch 'selftests-forwarding-fix-br_netfilter-related-test-failures'Paolo Abeni4-11/+33
2026-02-17selftests: forwarding: fix pedit tests failure with br_netfilter enabledAleksei Oladko2-0/+16
2026-02-17selftests: forwarding: vxlan_bridge_1d_ipv6: fix test failure with br_netfilter enabledAleksei Oladko1-1/+1
2026-02-17selftests: forwarding: vxlan_bridge_1d: fix test failure with br_netfilter enabledAleksei Oladko1-10/+16
2026-02-17ALSA: hda/realtek: Fix headset mic on ASUS Zenbook 14 UX3405MAErik Sanjaya1-1/+11
2026-02-17net: fix backlog_unlock_irq_restore() vs CONFIG_PREEMPT_RTEric Dumazet1-5/+12
2026-02-17printk: add CONFIG_PRINTK dependency for netconsoleArnd Bergmann1-0/+1
2026-02-17Merge branch 'net-bridge-mcast-fix-mdb_n_entries-counting-warning'Paolo Abeni2-29/+106
2026-02-17selftests: forwarding: bridge_mdb_max: add tests for mdb_n_entries warningNikolay Aleksandrov1-2/+88
2026-02-17net: bridge: mcast: always update mdb_n_entries for vlan contextsNikolay Aleksandrov1-27/+18
2026-02-17efi: export sysfb_primary_display for EDIDArnd Bergmann1-1/+1
2026-02-17net: arcnet: com20020-pci: fix support for 2.5Mbit cardsEthan Nelson-Moore1-1/+15
2026-02-17net/rds: rds_sendmsg should not discard payload_lenAllison Henderson1-2/+4
2026-02-17xen-netback: reject zero-queue configuration from guestZiyi Guo1-2/+3
2026-02-17net: usb: catc: enable basic endpoint checkingZiyi Guo1-6/+31
2026-02-17ALSA: hda/conexant: Fix headphone jack handling on Acer Swift SF314Takashi Iwai1-0/+10
2026-02-17ovpn: tcp - don't deref NULL sk_socket member after tcp_close()Antonio Quartulli1-1/+13
2026-02-17Merge tag 'ovpn-net-20260212' of https://github.com/OpenVPN/ovpn-net-nextPaolo Abeni4-41/+63
2026-02-17irqchip/mmp: Make icu_irq_chip variable static constKrzysztof Kozlowski1-1/+1
2026-02-17irqchip/gic-v3-its: Limit number of per-device MSIs to the range the ITS supportsMarc Zyngier2-0/+5
2026-02-17irqchip/sifive-plic: Fix frozen interrupt due to affinity settingNam Cao1-1/+6
2026-02-17Merge branch 'eth-fbnic-fix-and-improve-header-data-split-configuration'Paolo Abeni6-17/+48
2026-02-17selftests: drv-net: add HDS payload sweep test for devmem TCPBobby Eshleman2-2/+28
2026-02-17eth: fbnic: set DMA_HINT_L4 for all flowsBobby Eshleman2-3/+5
2026-02-17eth: fbnic: increase FBNIC_HDR_BYTES_MIN from 128 to 256 bytesBobby Eshleman1-1/+1
2026-02-17eth: fbnic: set FBNIC_QUEUE_RDE_CTL0_EN_HDR_SPLIT on RDE_CTL0Bobby Eshleman1-11/+14