aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-09-28xsk: Optimize for aligned caseGravatar Magnus Karlsson 1-1/+45
2021-09-28xsk: Batched buffer allocation for the poolGravatar Magnus Karlsson 2-0/+23
2021-09-28xsk: Get rid of unused entry in struct xdp_buff_xskGravatar Magnus Karlsson 1-1/+0
2021-09-17bpf: Clarify data_len param in bpf_snprintf and bpf_seq_printf commentsGravatar Dave Marchevsky 1-2/+3
2021-09-17bpf: Add bpf_trace_vprintk helperGravatar Dave Marchevsky 2-0/+12
2021-09-17bpf: Merge printk and seq_printf VARARG max macrosGravatar Dave Marchevsky 1-0/+2
2021-09-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar Jakub Kicinski 3-21/+83
2021-09-17net: phy: bcm7xxx: Add EPHY entry for 72165Gravatar Florian Fainelli 1-0/+1
2021-09-17devlink: Delete not-used devlink APIsGravatar Leon Romanovsky 1-14/+0
2021-09-16net: phy: broadcom: Enable 10BaseT DAC early wakeGravatar Florian Fainelli 1-0/+1
2021-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 76-721/+1510
2021-09-16Merge tag 'net-5.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 5-111/+34
2021-09-16net/tls: support SM4 GCM/CCM algorithmGravatar Tianjia Zhang 1-0/+30
2021-09-15Merge tag 'hyperv-fixes-signed-20210915' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-2/+19
2021-09-15net: dsa: flush switchdev workqueue before tearing down CPU/DSA portsGravatar Vladimir Oltean 1-0/+5
2021-09-15bpf: Update bpf_get_smp_processor_id() documentationGravatar Matteo Croce 1-1/+1
2021-09-15Merge branch 'absolute-pointer' (patches from Guenter)Gravatar Linus Torvalds 1-0/+2
2021-09-15compiler.h: Introduce absolute_pointer macroGravatar Guenter Roeck 1-0/+2
2021-09-15devlink: Delete not-used single parameter notification APIsGravatar Leon Romanovsky 1-4/+0
2021-09-15net: sched: update default qdisc visibility after Tx queue cnt changesGravatar Jakub Kicinski 1-0/+4
2021-09-14bpf: Support for new btf kind BTF_KIND_TAGGravatar Yonghong Song 1-1/+13
2021-09-14btf: Change BTF_KIND_* macros to enumsGravatar Yonghong Song 1-19/+22
2021-09-14memblock: introduce saner 'memblock_free_ptr()' interfaceGravatar Linus Torvalds 1-0/+1
2021-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 3-110/+28
2021-09-14net/smc: add generic netlink support for system EIDGravatar Karsten Graul 1-0/+12
2021-09-14net/smc: add support for user defined EIDsGravatar Karsten Graul 1-0/+15
2021-09-13bpf, cgroups: Fix cgroup v2 fallback on v1/v2 mixed modeGravatar Daniel Borkmann 2-101/+28
2021-09-13bpf: Introduce helper bpf_get_branch_snapshotGravatar Song Liu 1-0/+22
2021-09-13perf: Enable branch record for software eventsGravatar Song Liu 1-0/+23
2021-09-13Merge branch 'gcc-min-version-5.1' (make gcc-5.1 the minimum version)Gravatar Linus Torvalds 5-183/+4
2021-09-13Drop some straggling mentions of gcc-4.9 as being staleGravatar Linus Torvalds 1-1/+0
2021-09-13compiler_attributes.h: drop __has_attribute() support for gcc4Gravatar Linus Torvalds 1-20/+0
2021-09-13vmlinux.lds.h: remove old check for GCC 4.9Gravatar Nick Desaulniers 1-4/+0
2021-09-13compiler-gcc.h: drop checks for older GCC versionsGravatar Nick Desaulniers 1-3/+1
2021-09-13compiler.h: drop fallback overflow checkersGravatar Nick Desaulniers 3-152/+3
2021-09-13qed: Improve the stack space of filter_config()Gravatar Shai Malin 1-13/+8
2021-09-12Merge tag 'compiler-attributes-for-linus-v5.15-rc1-v2' of git://github.com/oj...Gravatar Linus Torvalds 3-9/+25
2021-09-12Merge tag 'smp-urgent-2021-09-12' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-46/+110
2021-09-12Merge tag 'locking_urgent_for_v5.15_rc1' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-10/+2
2021-09-12Merge tag 'timers_urgent_for_v5.15_rc1' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-2/+7
2021-09-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 6-27/+363
2021-09-11Merge tag 'trace-v5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Gravatar Linus Torvalds 1-2/+2
2021-09-11Merge tag 'pwm/for-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2021-09-11Merge tag 'thermal-v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-3/+18
2021-09-11asm-generic/hyperv: provide cpumask_to_vpset_noselfGravatar Wei Liu 1-2/+19
2021-09-11Documentation: core-api/cpuhotplug: Rewrite the API sectionGravatar Thomas Gleixner 1-22/+110
2021-09-11cpu/hotplug: Remove deprecated CPU-hotplug functions.Gravatar Sebastian Andrzej Siewior 1-6/+0
2021-09-11Merge branch 'linus' into smp/urgentGravatar Thomas Gleixner 509-4500/+15849
2021-09-10bpf: Add hardware timestamp field to __sk_buffGravatar Vadim Fedorenko 1-0/+2
2021-09-10bpf, mm: Fix lockdep warning triggered by stack_map_get_build_id_offset()Gravatar Yonghong Song 1-9/+0