summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | bpf: Handle spilled PTR_TO_BTF_ID properly when checking stack_boundaryYonghong Song2020-05-091-0/+5
| * | | bpf: Add bpf_seq_printf and bpf_seq_write helpersYonghong Song2020-05-091-0/+214
| * | | bpf: Add PTR_TO_BTF_ID_OR_NULL supportYonghong Song2020-05-092-5/+16
| * | | bpf: Add task and task/file iterator targetsYonghong Song2020-05-092-1/+334
| * | | bpf: Add bpf_map iteratorYonghong Song2020-05-093-1/+117
| * | | bpf: Implement common macros/helpers for target iteratorsYonghong Song2020-05-091-5/+80
| * | | bpf: Create file bpf iteratorYonghong Song2020-05-092-2/+20
| * | | bpf: Create anonymous bpf iteratorYonghong Song2020-05-092-0/+155
| * | | bpf: Implement bpf_seq_read() for bpf iteratorYonghong Song2020-05-091-0/+123
| * | | bpf: Support bpf tracing/iter programs for BPF_LINK_UPDATEYonghong Song2020-05-091-0/+31
| * | | bpf: Support bpf tracing/iter programs for BPF_LINK_CREATEYonghong Song2020-05-092-0/+76
| * | | bpf: Allow loading of a bpf_iter programYonghong Song2020-05-092-0/+57
| * | | bpf: Implement an interface to register bpf_iter targetsYonghong Song2020-05-092-1/+60
| * | | sysctl: Fix unused function warningArnd Bergmann2020-05-051-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-061-0/+7
|\ \ \ \ | |/ / / |/| / / | |/ /
| * / PM: hibernate: Freeze kernel threads in software_resume()Dexuan Cui2020-04-271-0/+7
| |/
* | bpf: Fix use-after-free of bpf_link when priming half-failsAndrii Nakryiko2020-05-011-6/+7
* | bpf: Sharing bpf runtime stats with BPF_ENABLE_STATSSong Liu2020-05-012-1/+92
* | bpf: Fix unused variable warningArnd Bergmann2020-04-301-1/+1
* | bpf: Allow bpf_map_lookup_elem for SOCKMAP and SOCKHASHJakub Sitnicki2020-04-291-10/+35
* | bpf: Add support for BPF_OBJ_GET_INFO_BY_FD for bpf_linkAndrii Nakryiko2020-04-284-21/+181
* | bpf: Support GET_FD_BY_ID and GET_NEXT_ID for bpf_linkAndrii Nakryiko2020-04-281-0/+49
* | bpf: Allocate ID for bpf_linkAndrii Nakryiko2020-04-282-53/+104
* | bpf: Refactor bpf_link update handlingAndrii Nakryiko2020-04-283-36/+32
* | Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Daniel Borkmann2020-04-2818-1636/+1485
|\ \
| * | sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-2718-207/+132
| * | sysctl: avoid forward declarationsChristoph Hellwig2020-04-271-1534/+1497
| * | sysctl: remove all extern declaration from sysctl.cChristoph Hellwig2020-04-271-42/+3
| * | mm: remove watermark_boost_factor_sysctl_handlerChristoph Hellwig2020-04-271-1/+1
* | | bpf, cgroup: Remove unused exportsChristoph Hellwig2020-04-271-4/+0
* | | bpf: Make verifier log more relevant by defaultAndrii Nakryiko2020-04-261-4/+25
* | | bpf: add bpf_ktime_get_boot_ns()Maciej Żenczykowski2020-04-263-0/+17
* | | net: bpf: Make bpf_ktime_get_ns() available to non GPL programsMaciej Żenczykowski2020-04-261-1/+1
* | | bpf: Fix missing bpf_base_func_proto in cgroup_base_func_proto for CGROUP_NET=nStanislav Fomichev2020-04-262-0/+78
* | | bpf: Enable more helpers for BPF_PROG_TYPE_CGROUP_{DEVICE,SYSCTL,SOCKOPT}Stanislav Fomichev2020-04-261-17/+3
* | | bpf: Remove set but not used variable 'dst_known'Mao Wenan2020-04-261-3/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-04-2517-88/+122
|\ \ \ | | |/ | |/|
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2020-04-251-0/+1
| |\ \
| | * | proc: Put thread_pid in release_task not proc_flush_pidEric W. Biederman2020-04-241-0/+1
| * | | Merge tag 'sched-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-04-251-7/+2
| |\ \ \
| | * | | sched/core: Fix reset-on-fork from RT with uclampQuentin Perret2020-04-221-7/+2
| * | | | Merge tag 'perf-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-04-251-3/+10
| |\ \ \ \
| | * | | | perf/core: fix parent pid/tid in task exit eventsIan Rogers2020-04-221-3/+10
| | |/ / /
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-04-243-14/+39
| |\ \ \ \
| | * | | | bpf: Make bpf_link_fops staticZou Wei2020-04-241-1/+1
| | * | | | bpf: Propagate expected_attach_type when verifying freplace programsToke Høiland-Jørgensen2020-04-241-0/+8
| | * | | | bpf: Fix leak in LINK_UPDATE and enforce empty old_prog_fdAndrii Nakryiko2020-04-241-2/+9
| | * | | | bpf: Fix handling of XADD on BTF memoryJann Horn2020-04-201-1/+1
| | * | | | bpf: Forbid XADD on spilled pointers for unprivileged usersJann Horn2020-04-201-9/+19
| | * | | | cpumap: Avoid warning when CONFIG_DEBUG_PER_CPU_MAPS is enabledToke Høiland-Jørgensen2020-04-201-1/+1