summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2026-03-14devlink: add devlink_dev_driver_name() helper and use it in trace eventsJiri Pirko2-6/+7
2026-03-14devlink: support index-based lookup via bus_name/dev_name handleJiri Pirko1-0/+2
2026-03-14devlink: add helpers to get bus_name/dev_nameJiri Pirko2-12/+14
2026-03-14devlink: expose devlink instance index over netlinkJiri Pirko1-0/+2
2026-03-14net: phy: move remaining provider code to mdio_bus_provider.cHeiner Kallweit1-3/+0
2026-03-14net: phy: make mdio_device.c part of libphyHeiner Kallweit1-2/+0
2026-03-14Merge tag 'usb-7.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-2/+9
2026-03-14net: stmmac: avoid passing pci_devRussell King (Oracle)1-1/+1
2026-03-14Merge tag 'char-misc-7.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+4
2026-03-14net: dropreason: add SKB_DROP_REASON_RECURSION_LIMITEric Dumazet2-1/+4
2026-03-14tcp: implement RFC 7323 window retraction receiver requirementsSimon Baatz2-0/+25
2026-03-14Merge branch 'io_uring-7.0' into for-7.1/io_uringJens Axboe1-0/+1
2026-03-14blk-integrity: support arbitrary buffer alignmentKeith Busch1-0/+1
2026-03-14Merge tag 'device_lock_cond_guard-7.1-rc1' into driver-core-testingDanilo Krummrich1-0/+1
2026-03-14include/psp-sev.h: fix structure member in commentTycho Andersen (AMD)1-1/+1
2026-03-14udp: Don't pass udptable to IPv4 socket lookup functions.Kuniyuki Iwashima1-3/+2
2026-03-14udp: Don't pass udptable to IPv6 socket lookup functions.Kuniyuki Iwashima2-6/+4
2026-03-14udp: Remove udp_table in struct udp_seq_afinfo.Kuniyuki Iwashima1-1/+0
2026-03-14udp: Remove struct proto.h.udp_table.Kuniyuki Iwashima1-1/+0
2026-03-14udp: Remove UDPLITE_SEND_CSCOV and UDPLITE_RECV_CSCOV.Kuniyuki Iwashima3-24/+3
2026-03-14udp: Remove partial csum code in TX.Kuniyuki Iwashima1-35/+0
2026-03-14udp: Remove partial csum code in RX.Kuniyuki Iwashima2-48/+3
2026-03-14udp: Remove UDP-Lite SNMP stats.Kuniyuki Iwashima2-33/+18
2026-03-14ipv4: Retire UDP-Lite.Kuniyuki Iwashima3-9/+6
2026-03-14ipv6: Retire UDP-Lite.Kuniyuki Iwashima3-5/+4
2026-03-14udp: Make udp[46]_seq_show() static.Kuniyuki Iwashima1-3/+0
2026-03-14drm/pagemap: Add helper to access zone_device_dataFrancois Dugast1-0/+21
2026-03-14dma-mapping: Separate DMA sync issuing and completion waitingBarry Song1-0/+6
2026-03-14of: Add of_machine_get_match() helperGeert Uytterhoeven1-3/+8
2026-03-13sched_ext: Implement SCX_ENQ_IMMEDTejun Heo1-0/+5
2026-03-13Merge tag 'block-7.0-20260312' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2026-03-13Merge tag 'io_uring-7.0-20260312' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2026-03-13ACPI: AC: Define ACPI_AC_CLASS in one placeRafael J. Wysocki1-0/+2
2026-03-13ACPI: driver: Do not set acpi_device_class() unnecessarilyRafael J. Wysocki1-1/+0
2026-03-13ACPI: event: Redefine acpi_notifier_call_chain()Rafael J. Wysocki1-1/+2
2026-03-13ACPI: driver: Do not set acpi_device_name() unnecessarilyRafael J. Wysocki1-1/+0
2026-03-13driver core: auxiliary bus: Introduce dev_is_auxiliary()Rafael J. Wysocki1-0/+2
2026-03-13integrity: Eliminate weak definition of arch_get_secureboot()Nathan Chancellor1-0/+4
2026-03-13nf_tables: nft_dynset: fix possible stateful expression memleak in error pathPablo Neira Ayuso1-0/+2
2026-03-13netfilter: revert nft_set_rbtree: validate open interval overlapFlorian Westphal1-4/+0
2026-03-13wifi: ieee80211: fix definition of EHT-MCS 15 in MRUShayne Chen1-2/+2
2026-03-13driver core: make struct class groups members constant arraysHeiner Kallweit1-2/+2
2026-03-13driver: core: constify groups array argument in device_add_groups and device_...Heiner Kallweit1-2/+2
2026-03-13sysfs: constify group arrays in function argumentsHeiner Kallweit1-8/+8
2026-03-13vt: save/restore unicode screen buffer for alternate screenNicolas Pitre1-0/+1
2026-03-13tee: clean up tee_core.h kernel-docRandy Dunlap1-14/+16
2026-03-13drm/xe/uapi: Fix kernel-doc for DRM_XE_VM_BIND_FLAG_DECOMPRESSNitin Gote1-1/+1
2026-03-13wifi: nl80211: split out UHR operation informationJohannes Berg1-0/+6
2026-03-13ip_tunnel: adapt iptunnel_xmit_stats() to NETDEV_PCPU_STAT_DSTATSEric Dumazet2-9/+24
2026-03-13net: page_pool: scale alloc cache with PAGE_SIZENimrod Oren1-1/+10