aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Paolo Abeni 19-92/+79
2023-09-21Merge tag 'net-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 4-5/+10
2023-09-21Merge tag 'v6.6-rc3.vfs.ctime.revert' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-44/+2
2023-09-21Merge tag 'for-linus-6.6a-rc3-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 3-20/+7
2023-09-21vsock/virtio: MSG_ZEROCOPY flag supportGravatar Arseniy Krasnov 2-4/+17
2023-09-21vsock/virtio/vhost: read data from non-linear skbGravatar Arseniy Krasnov 1-0/+1
2023-09-20Revert "fs: add infrastructure for multigrain timestamps"Gravatar Christian Brauner 1-44/+2
2023-09-20netfilter: nf_tables: fix memleak when more than 255 elements expiredGravatar Florian Westphal 1-1/+1
2023-09-19net: ethernet: mtk_wed: introduce hw_rro support for MT7988Gravatar Sujuan Chen 1-0/+45
2023-09-19net: ethernet: mtk_wed: introduce partial AMSDU offload support for MT7988Gravatar Sujuan Chen 2-0/+13
2023-09-19net: ethernet: mtk_wed: introduce WED support for MT7988Gravatar Sujuan Chen 1-2/+6
2023-09-19net: ethernet: mtk_wed: introduce mtk_wed_buf structureGravatar Lorenzo Bianconi 1-1/+6
2023-09-19net: ethernet: mtk_wed: rename mtk_rxbm_desc in mtk_wed_bm_descGravatar Lorenzo Bianconi 1-2/+2
2023-09-19ipv6: lockless IPV6_ADDR_PREFERENCES implementationGravatar Eric Dumazet 3-17/+10
2023-09-19net: phy: fix regression with AX88772A PHY driverGravatar Russell King (Oracle) 1-0/+1
2023-09-19team: fix null-ptr-deref when team device type is changedGravatar Ziyang Xuan 1-0/+2
2023-09-19x86/xen: move paravirt lazy codeGravatar Juergen Gross 1-6/+6
2023-09-19arm/xen: remove lazy mode related definitionsGravatar Juergen Gross 1-12/+0
2023-09-19xen: simplify evtchn_do_upcall() call mazeGravatar Juergen Gross 1-2/+1
2023-09-18Merge tag 'nfs-for-6.6-2' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 3-2/+7
2023-09-18net: stmmac: Tx coe sw fallbackGravatar Rohan G Thomas 1-0/+1
2023-09-18ceph: Annotate struct ceph_monmap with __counted_byGravatar Kees Cook 1-1/+1
2023-09-18pds_core: check health in devcmd waitGravatar Shannon Nelson 1-0/+1
2023-09-17Merge tag 'x86-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+5
2023-09-17Merge tag 'ext4_for_linus-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+4
2023-09-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 8-19/+136
2023-09-17devlink: introduce possibility to expose info about nested devlinksGravatar Jiri Pirko 1-0/+2
2023-09-17devlink: convert linecard nested devlink to new rel infrastructureGravatar Jiri Pirko 1-2/+2
2023-09-17net/mlx5: SF, Implement peer devlink set for SF representor devlink portGravatar Jiri Pirko 1-0/+1
2023-09-17devlink: expose peer SF devlink instanceGravatar Jiri Pirko 2-0/+4
2023-09-17mlx5: Implement SyncE support using DPLL infrastructureGravatar Jiri Pirko 2-1/+60
2023-09-17netdev: expose DPLL pin handle for netdeviceGravatar Jiri Pirko 3-1/+37
2023-09-17dpll: netlink: Add DPLL framework base functionsGravatar Vadim Fedorenko 1-0/+4
2023-09-17dpll: core: Add DPLL framework base functionsGravatar Vadim Fedorenko 1-0/+133
2023-09-17dpll: spec: Add Netlink spec in YAMLGravatar Vadim Fedorenko 1-0/+201
2023-09-17Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/nextGravatar David S. Miller 1-2/+9
2023-09-16Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Gravatar Linus Torvalds 1-3/+3
2023-09-16Merge tag 'ata-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Gravatar Linus Torvalds 1-0/+4
2023-09-16Merge tag 'i2c-for-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-10/+1
2023-09-16mm: kasan: Declare kasan_unpoison_task_stack_below in kasan.hGravatar Kumar Kartikeya Dwivedi 1-0/+2
2023-09-16bpf: Add support for custom exception callbacksGravatar Kumar Kartikeya Dwivedi 2-1/+4
2023-09-16bpf: Implement BPF exceptionsGravatar Kumar Kartikeya Dwivedi 3-0/+13
2023-09-16bpf: Implement support for adding hidden subprogsGravatar Kumar Kartikeya Dwivedi 2-1/+3
2023-09-16arch/x86: Implement arch_bpf_stack_walkGravatar Kumar Kartikeya Dwivedi 1-0/+2
2023-09-16bpf: Use bpf_is_subprog to check for subprogsGravatar Kumar Kartikeya Dwivedi 1-0/+5
2023-09-16tcp: new TCP_INFO stats for RTO eventsGravatar Aananth V 2-0/+20
2023-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 2-2/+4
2023-09-15bpf/tests: add tests for cpuv4 instructionsGravatar Puranjay Mohan 1-4/+46
2023-09-15Merge tag 'thermal-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+2
2023-09-15Merge tag 'drm-fixes-2023-09-15' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 2-5/+34