summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2020-05-13bpf: net: Refactor bpf_iter target registrationYonghong Song
2020-05-13bpf: Add comments to interpret bpf_prog return valuesYonghong Song
2020-05-11bpf, libbpf: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-05-09bpf: Support variable length array in tracing programsYonghong Song
2020-05-09bpf: Handle spilled PTR_TO_BTF_ID properly when checking stack_boundaryYonghong Song
2020-05-09bpf: Add bpf_seq_printf and bpf_seq_write helpersYonghong Song
2020-05-09bpf: Add PTR_TO_BTF_ID_OR_NULL supportYonghong Song
2020-05-09bpf: Add task and task/file iterator targetsYonghong Song
2020-05-09bpf: Add bpf_map iteratorYonghong Song
2020-05-09bpf: Implement common macros/helpers for target iteratorsYonghong Song
2020-05-09bpf: Create file bpf iteratorYonghong Song
2020-05-09bpf: Create anonymous bpf iteratorYonghong Song
2020-05-09bpf: Implement bpf_seq_read() for bpf iteratorYonghong Song
2020-05-09bpf: Support bpf tracing/iter programs for BPF_LINK_UPDATEYonghong Song
2020-05-09bpf: Support bpf tracing/iter programs for BPF_LINK_CREATEYonghong Song
2020-05-09bpf: Allow loading of a bpf_iter programYonghong Song
2020-05-09bpf: Implement an interface to register bpf_iter targetsYonghong Song
2020-05-05sysctl: Fix unused function warningArnd Bergmann
2020-05-01bpf: Fix use-after-free of bpf_link when priming half-failsAndrii Nakryiko
2020-05-01bpf: Sharing bpf runtime stats with BPF_ENABLE_STATSSong Liu
2020-04-30bpf: Fix unused variable warningArnd Bergmann
2020-04-29bpf: Allow bpf_map_lookup_elem for SOCKMAP and SOCKHASHJakub Sitnicki
2020-04-28bpf: Add support for BPF_OBJ_GET_INFO_BY_FD for bpf_linkAndrii Nakryiko
2020-04-28bpf: Support GET_FD_BY_ID and GET_NEXT_ID for bpf_linkAndrii Nakryiko
2020-04-28bpf: Allocate ID for bpf_linkAndrii Nakryiko
2020-04-28bpf: Refactor bpf_link update handlingAndrii Nakryiko
2020-04-28Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Daniel Borkmann
2020-04-27bpf, cgroup: Remove unused exportsChristoph Hellwig
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig
2020-04-27sysctl: avoid forward declarationsChristoph Hellwig
2020-04-27sysctl: remove all extern declaration from sysctl.cChristoph Hellwig
2020-04-27mm: remove watermark_boost_factor_sysctl_handlerChristoph Hellwig
2020-04-26bpf: Make verifier log more relevant by defaultAndrii Nakryiko
2020-04-26bpf: add bpf_ktime_get_boot_ns()Maciej Żenczykowski
2020-04-26net: bpf: Make bpf_ktime_get_ns() available to non GPL programsMaciej Żenczykowski
2020-04-26bpf: Fix missing bpf_base_func_proto in cgroup_base_func_proto for CGROUP_NET=nStanislav Fomichev
2020-04-26bpf: Enable more helpers for BPF_PROG_TYPE_CGROUP_{DEVICE,SYSCTL,SOCKOPT}Stanislav Fomichev
2020-04-26bpf: Remove set but not used variable 'dst_known'Mao Wenan
2020-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2020-04-25Merge tag 'sched-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-04-25Merge tag 'perf-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-04-24bpf: Make bpf_link_fops staticZou Wei
2020-04-24bpf: Propagate expected_attach_type when verifying freplace programsToke Høiland-Jørgensen
2020-04-24bpf: Fix leak in LINK_UPDATE and enforce empty old_prog_fdAndrii Nakryiko
2020-04-24proc: Put thread_pid in release_task not proc_flush_pidEric W. Biederman
2020-04-24Merge tag 'trace-v5.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-04-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2020-04-22xdp: export the DEV_MAP_BULK_SIZE macroIoana Ciornei