summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* neighbour: switch to standard rcu, instead of rcu_bhEric Dumazet2023-03-214-16/+16
* net: pcs: add driver for MediaTek SGMII PCSDaniel Golle2023-03-201-0/+13
* net: phy: smsc: export functions for use by meson-gxl PHY driverHeiner Kallweit2023-03-201-0/+6
* net: mscc: ocelot: expose serdes configuration functionColin Foster2023-03-201-0/+4
* net: mscc: ocelot: expose generic phylink_mac_config routineColin Foster2023-03-201-0/+3
* net: mscc: ocelot: expose ocelot_pll5_init routineColin Foster2023-03-201-0/+2
* tcp: preserve const qualifier in tcp_sk()Eric Dumazet2023-03-182-5/+7
* x25: preserve const qualifier in [a]x25_sk()Eric Dumazet2023-03-182-8/+2
* af_unix: preserve const qualifier in unix_sk()Eric Dumazet2023-03-181-4/+1
* dccp: preserve const qualifier in dccp_sk()Eric Dumazet2023-03-181-4/+2
* ipv6: raw: preserve const qualifier in raw6_sk()Eric Dumazet2023-03-181-4/+1
* raw: preserve const qualifier in raw_sk()Eric Dumazet2023-03-181-4/+1
* udp: preserve const qualifier in udp_sk()Eric Dumazet2023-03-181-4/+1
* net/mlx5e: TC, Add support for VxLAN GBP encap/decap flows offloadGavin Li2023-03-172-2/+17
* ip_tunnel: Preserve pointer const in ip_tunnel_info_optsGavin Li2023-03-171-5/+6
* vxlan: Expose helper vxlan_build_gbp_hdrGavin Li2023-03-171-0/+19
* wwan: core: Support slicing in port TX flow of WWAN subsystemhaozhe chang2023-03-171-0/+11
* ptp: kvm: Use decrypted memory in confidential guest on x86Jeremi Piotrowski2023-03-171-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-1724-32/+118
|\
| * Merge tag 'net-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-03-175-4/+20
| |\
| | * net/sched: act_api: add specific EXT_WARN_MSG for tc actionHangbin Liu2023-03-161-0/+1
| | * ynl: broaden the license even moreJakub Kicinski2023-03-162-2/+2
| | * net: tunnels: annotate lockless accesses to dev->needed_headroomEric Dumazet2023-03-151-2/+4
| | * xdp: add xdp_set_features_flag utility routineLorenzo Bianconi2023-03-102-0/+13
| * | Merge tag 'block-6.3-2023-03-16' of git://git.kernel.dk/linuxLinus Torvalds2023-03-173-3/+13
| |\ \
| | * \ Merge tag 'nvme-6.3-2022-03-16' of git://git.infradead.org/nvme into block-6.3Jens Axboe2023-03-161-0/+5
| | |\ \
| | | * | nvme-trace: show more opcode namesMinwoo Im2023-03-151-0/+5
| | * | | block: count 'ios' and 'sectors' when io is done for bio-based deviceYu Kuai2023-03-151-3/+2
| | |/ /
| | * | block: do not reverse request order when flushing plug listJan Kara2023-03-141-0/+6
| * | | Merge tag 'acpi-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2023-03-171-0/+5
| |\ \ \
| | | \ \
| | | \ \
| | *-. \ \ Merge branches 'acpi-video', 'acpi-x86', 'acpi-tools' and 'acpi-docs'Rafael J. Wysocki2023-03-171-0/+5
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | | * | ACPI: x86: Introduce an acpi_quirk_skip_gpio_event_handlers() helperHans de Goede2023-03-071-0/+5
| | | |/ /
| * | | | Merge tag 'for-linus-6.3-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-03-171-0/+3
| |\ \ \ \
| | * | | | x86/PVH: obtain VGA console info in Dom0Jan Beulich2023-03-141-0/+3
| * | | | | Merge tag 's390-6.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-03-171-0/+1
| |\ \ \ \ \
| | * | | | | PCI: s390: Fix use-after-free of PCI resources with per-function hotplugNiklas Schnelle2023-03-131-0/+1
| | | |/ / / | | |/| | |
| * | | | | Merge tag 'drm-fixes-2023-03-17' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-03-173-3/+6
| |\ \ \ \ \
| | * | | | | drm/bridge: Fix returned array size name for atomic_get_input_bus_fmts kdocLiu Ying2023-03-151-2/+2
| | * | | | | Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann2023-03-13731-11755/+15924
| | |\| | | |
| | * | | | | fbdev: Fix incorrect page mapping clearance at fb_deferred_io_release()Takashi Iwai2023-03-101-0/+1
| | * | | | | drm/msm/gem: Prevent blocking within shrinker loopDmitry Osipenko2023-02-271-1/+3
| * | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2023-03-172-3/+5
| |\ \ \ \ \ \
| | * | | | | | scsi: core: Add BLIST_NO_VPD_SIZE for some VDASDLee Duncan2023-03-092-3/+5
| | | |_|_|/ / | | |/| | | |
| * | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-03-161-0/+15
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge tag 'kvmarm-fixes-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2023-03-141-0/+15
| | |\ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| | | * | | | | KVM: arm64: timers: Convert per-vcpu virtual offset to a global valueMarc Zyngier2023-03-111-0/+15
| | | |/ / / /
| * | | | | | Merge tag 'trace-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-03-141-9/+6
| |\ \ \ \ \ \
| | * | | | | | tracing: Make tracepoint lockdep check actually test somethingSteven Rostedt (Google)2023-03-141-9/+6
| * | | | | | | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-03-141-1/+7
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | clk: Avoid invalid function names in CLK_OF_DECLARE()Nathan Chancellor2023-03-091-2/+2