summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2026-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2026-07-17Merge tag 'net-7.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-07-17net: phy: at803x: Use a helper to check for phy reset existenceMaxime Chevallier
2026-07-17netconsole: move remote_mac from struct netpoll to netconsole_targetBreno Leitao
2026-07-17netconsole: move local_port / remote_port from struct netpoll to netconsole_t...Breno Leitao
2026-07-17netconsole: move skb_pool / refill_wq from struct netpoll to netconsole_targetBreno Leitao
2026-07-17netconsole: move skb_pool_flush() from netpollBreno Leitao
2026-07-17netconsole: move refill_skbs() and skb-pool sizing macros from netpollBreno Leitao
2026-07-17netconsole: move refill_skbs_work_handler() from netpollBreno Leitao
2026-07-17netpoll: export refill_skbs(), refill_skbs_work_handler(), skb_pool_flush()Breno Leitao
2026-07-16can: peak: Modification of references to email accounts being deletedStéphane Grosjean
2026-07-15Merge tag 'kvmarm-fixes-7.2-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2026-07-12Merge tag 'char-misc-7.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-07-12Merge tag 'trace-v7.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2026-07-11net: Call unregister_netdevice_many() per netns.Kuniyuki Iwashima
2026-07-11net: Add per-netns netdev unregistration infra.Kuniyuki Iwashima
2026-07-11rtnetlink: Add per-netns rtnl_work.Kuniyuki Iwashima
2026-07-10Merge tag 'nfs-for-7.2-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2026-07-10Merge tag 'wireless-2026-07-09' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni
2026-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2026-07-09Merge tag 'net-7.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-07-09net: phy: Drop #inclusion of <linux/mod_devicetable.h> from <linux/mdio.h>Uwe Kleine-König (The Capable Hub)
2026-07-08SUNRPC: pin upper rpc_clnt across the TLS connect_workerChuck Lever
2026-07-08ipv4: igmp: Fix potential UAF in igmp_gq_start_timer()Eric Dumazet
2026-07-07tracing: Add a no-rcu-check version of trace_##event##_enabled()Steven Rostedt
2026-07-07tracing: Prevent out-of-bounds read in glob matchingHuihui Huang
2026-07-07firmware: arm_ffa: Fix Endpoint Memory Access Descriptor offset calculationSebastian Ene
2026-07-07KVM: arm64: Validate the offset to the mem access descriptorSebastian Ene
2026-07-06Merge tag 'mm-hotfixes-stable-2026-07-06-17-49' of git://git.kernel.org/pub/s...Linus Torvalds
2026-07-06wifi: ieee80211: validate MLE common info lengthZhao Li
2026-07-03Merge tag 'nf-next-26-07-02' of https://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni
2026-07-03Merge tag 'vfs-7.2-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-07-02Merge tag 'device-id-rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (hea...Uwe Kleine-König (The Capable Hub)
2026-07-03platform/x86: int3472: Add include defining struct dmi_system_idUwe Kleine-König (The Capable Hub)
2026-07-03of: Explicitly include <linux/types.h> and <linux/err.h>Uwe Kleine-König (The Capable Hub)
2026-07-03usb: serial: Include <linux/usb.h> in <linux/usb/serial.h>Uwe Kleine-König (The Capable Hub)
2026-07-03driver core: platform: Include header for struct platform_device_idUwe Kleine-König (The Capable Hub)
2026-07-03driver: core: Include headers for acpi_device_id and of_device_id for struct ...Uwe Kleine-König (The Capable Hub)
2026-07-03mod_devicetable.h: Split into per subsystem headersUwe Kleine-König (The Capable Hub)
2026-07-02Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2026-07-02net: add sockopt_init_user() for getsockopt conversionBreno Leitao
2026-07-02netfilter: conntrack: remove obsolete module parametersFlorian Westphal
2026-07-02netfilter: nfnetlink_hook: Dump nat type chainsPhil Sutter
2026-07-01mm: do file ownership checks with the proper mount idmapPedro Falcato
2026-07-01mm/damon: add a kernel-doc comment for damon_ctx->rnd_stateSJ Park
2026-07-01mm/damon: add a kernel-doc comment for damon_ctx->probesSJ Park
2026-07-01mm: page_ext: add count limit to page_ext_iter_next to prevent invalid PFN ac...Ketan
2026-07-01mm/damon/ops-common: handle extreme intervals in damon_hot_score()SeongJae Park