summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2023-03-19net: stmmac: Fix for mismatched host/device DMA address widthJochen Henneberg-1/+1
2023-03-19net: mdio: fix owner field for mdio buses registered using ACPIFlorian Fainelli-1/+8
2023-03-19net: mdio: fix owner field for mdio buses registered using device-treeMaxime Bizon-3/+19
2023-03-18tcp: preserve const qualifier in tcp_sk()Eric Dumazet-5/+7
2023-03-18x25: preserve const qualifier in [a]x25_sk()Eric Dumazet-8/+2
2023-03-18af_unix: preserve const qualifier in unix_sk()Eric Dumazet-4/+1
2023-03-18dccp: preserve const qualifier in dccp_sk()Eric Dumazet-4/+2
2023-03-18ipv6: raw: preserve const qualifier in raw6_sk()Eric Dumazet-4/+1
2023-03-18raw: preserve const qualifier in raw_sk()Eric Dumazet-4/+1
2023-03-18udp: preserve const qualifier in udp_sk()Eric Dumazet-4/+1
2023-03-18efi: sysfb_efi: Fix DMI quirks not working for simpledrmHans de Goede-2/+7
2023-03-17net/mlx5e: TC, Add support for VxLAN GBP encap/decap flows offloadGavin Li-2/+17
2023-03-17ip_tunnel: Preserve pointer const in ip_tunnel_info_optsGavin Li-5/+6
2023-03-17vxlan: Expose helper vxlan_build_gbp_hdrGavin Li-0/+19
2023-03-17wwan: core: Support slicing in port TX flow of WWAN subsystemhaozhe chang-0/+11
2023-03-17ptp: kvm: Use decrypted memory in confidential guest on x86Jeremi Piotrowski-0/+1
2023-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-32/+118
2023-03-17Merge tag 'net-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-4/+20
2023-03-17kunit: Use gfp in kunit_alloc_resource() kernel-docStephen Boyd-1/+1
2023-03-17Merge tag 'block-6.3-2023-03-16' of git://git.kernel.dk/linuxLinus Torvalds-3/+13
2023-03-17cpufreq: amd-pstate: Add guided autonomous modeWyes Karny-0/+2
2023-03-17ACPI: CPPC: Add auto select register read/write supportWyes Karny-0/+11
2023-03-17Merge tag 'acpi-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds-0/+5
2023-03-17Merge tag 'for-linus-6.3-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+3
2023-03-17Merge tag 's390-6.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds-0/+1
2023-03-17Merge tag 'drm-fixes-2023-03-17' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-3/+6
2023-03-17Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-3/+5
2023-03-17Merge branches 'acpi-video', 'acpi-x86', 'acpi-tools' and 'acpi-docs'Rafael J. Wysocki-0/+5
2023-03-17driver core: device: make device_create*() take a const struct class *Greg Kroah-Hartman-2/+2
2023-03-17driver core: device: mark struct class in struct device as constantGreg Kroah-Hartman-1/+1
2023-03-17driver core: device: make device_destroy() take a const class *Greg Kroah-Hartman-1/+1
2023-03-17driver core: class: make class_create/remove_file*() options constGreg Kroah-Hartman-5/+5
2023-03-17driver core: class: make class_find_device*() options constGreg Kroah-Hartman-13/+12
2023-03-17driver core: class: make class_for_each_device() options constGreg Kroah-Hartman-1/+1
2023-03-17driver core: class: make class_dev_iter_init() options constGreg Kroah-Hartman-2/+2
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman-2/+1
2023-03-17driver core: class: remove struct module owner out of struct classGreg Kroah-Hartman-11/+7
2023-03-17driver core: class: specify the module owner in __class_register()Greg Kroah-Hartman-4/+5
2023-03-17devres: Pass unique name of the resource to devm_add_action_or_reset()Andy Shevchenko-3/+5
2023-03-17tty: Convert hw_stopped in tty_struct to boolIlpo Järvinen-1/+1
2023-03-17serial: Make hw_stopped boolIlpo Järvinen-1/+1
2023-03-17serial: Remove extern from func prototypes in headersIlpo Järvinen-30/+24
2023-03-17kallsyms, bpf: Move find_kallsyms_symbol_value out of internal headerViktor Malik-0/+8
2023-03-17Merge tag 'v6.3-rc2' into nextDmitry Torokhov-11743/+15565
2023-03-17ipv4: raw: constify raw_v4_match() socket argumentEric Dumazet-1/+1
2023-03-17ipv6: raw: constify raw_v6_match() socket argumentEric Dumazet-1/+1
2023-03-17ipv6: constify inet6_mc_check()Eric Dumazet-1/+1
2023-03-17ipv4: constify ip_mc_sf_allow() socket argumentEric Dumazet-1/+1
2023-03-17inet: preserve const qualifier in inet_sk()Eric Dumazet-7/+4
2023-03-17vxlan: mdb: Add an internal flag to indicate MDB usageIdo Schimmel-0/+1