summaryrefslogtreecommitdiff
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | bpf: Fix trampoline usage in preemptAlexei Starovoitov2020-01-221-0/+10
| | * | | | | | | | | bpf: don't bother with getname/kern_path - use user_path_atAl Viro2020-01-211-30/+13
| | * | | | | | | | | bpf: Fix memory leaks in generic update/delete batch opsBrian Vazquez2020-01-201-11/+19
| | * | | | | | | | | bpf: Remove set but not used variable 'first_key'YueHaibing2020-01-161-2/+0
| | * | | | | | | | | devmap: Adjust tracepoint for map-less queue flushJesper Dangaard Brouer2020-01-161-1/+1
| | * | | | | | | | | xdp: Use bulking for non-map XDP_REDIRECT and consolidate code pathsToke Høiland-Jørgensen2020-01-161-10/+22
| | * | | | | | | | | xdp: Move devmap bulk queue into struct net_deviceToke Høiland-Jørgensen2020-01-161-36/+27
| | * | | | | | | | | bpf: Add batch ops to all htab bpf mapYonghong Song2020-01-152-1/+272
| | * | | | | | | | | bpf: Add lookup and update batch ops to arraymapBrian Vazquez2020-01-151-0/+2
| | * | | | | | | | | bpf: Add generic support for update and delete batch opsBrian Vazquez2020-01-151-0/+115
| | * | | | | | | | | bpf: Add generic support for lookup batch opBrian Vazquez2020-01-151-4/+156
| | * | | | | | | | | bpf: Add bpf_map_{value_size, update_value, map_copy_value} functionsBrian Vazquez2020-01-151-128/+152
| | * | | | | | | | | bpf: Add bpf_send_signal_thread() helperYonghong Song2020-01-151-3/+24
| | * | | | | | | | | bpf: Fix seq_show for BPF_MAP_TYPE_STRUCT_OPSMartin KaFai Lau2020-01-141-4/+10
| | * | | | | | | | | bpf: Introduce function-by-function verificationAlexei Starovoitov2020-01-102-81/+346
| | * | | | | | | | | bpf: tcp: Support tcp_congestion_ops in bpfMartin KaFai Lau2020-01-091-1/+6
| | * | | | | | | | | bpf: Introduce BPF_MAP_TYPE_STRUCT_OPSMartin KaFai Lau2020-01-096-34/+565
| | * | | | | | | | | bpf: Introduce BPF_PROG_TYPE_STRUCT_OPSMartin KaFai Lau2020-01-096-63/+304
| | * | | | | | | | | bpf: Support bitfield read access in btf_struct_accessMartin KaFai Lau2020-01-091-5/+39
| | * | | | | | | | | bpf: Add enum support to btf_ctx_access()Martin KaFai Lau2020-01-091-1/+1
| | * | | | | | | | | bpf: Avoid storing modifier to info->btf_idMartin KaFai Lau2020-01-091-3/+6
| | * | | | | | | | | bpf: Save PTR_TO_BTF_ID register state when spilling to stackMartin KaFai Lau2020-01-091-0/+1
| * | | | | | | | | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-1913-95/+134
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | |
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-0912-28/+80
| |\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-312-39/+35
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-12-2710-194/+332
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | bpf: Support replacing cgroup-bpf program in MULTI modeAndrey Ignatov2019-12-193-8/+31
| | * | | | | | | | | | | bpf: Remove unused new_flags in hierarchy_allows_attach()Andrey Ignatov2019-12-191-3/+2
| | * | | | | | | | | | | bpf: Simplify __cgroup_bpf_attachAndrey Ignatov2019-12-191-39/+23
| | * | | | | | | | | | | xdp: Make cpumap flush_list common for all map instancesBjörn Töpel2019-12-191-18/+18
| | * | | | | | | | | | | xdp: Make devmap flush_list common for all map instancesBjörn Töpel2019-12-191-22/+13
| | * | | | | | | | | | | xsk: Make xskmap flush_list common for all map instancesBjörn Töpel2019-12-191-15/+3
| | * | | | | | | | | | | xdp: Fix graze->grace type-o in cpumap commentsBjörn Töpel2019-12-191-3/+3
| | * | | | | | | | | | | xdp: Simplify cpumap cleanupBjörn Töpel2019-12-191-29/+5
| | * | | | | | | | | | | xdp: Simplify devmap cleanupBjörn Töpel2019-12-191-38/+5
| | * | | | | | | | | | | bpf: Remove unnecessary assertion on fp_oldAditya Pakki2019-12-191-2/+0
| | * | | | | | | | | | | bpf, xdp: Start using the BPF dispatcher for XDPBjörn Töpel2019-12-131-8/+18
| | * | | | | | | | | | | bpf: Introduce BPF dispatcherBjörn Töpel2019-12-132-0/+159
| | * | | | | | | | | | | bpf: Move trampoline JIT image allocation to a functionBjörn Töpel2019-12-131-7/+17
| | * | | | | | | | | | | bpf, x86, arm64: Enable jit by default when not built as always-onDaniel Borkmann2019-12-111-2/+2
| | * | | | | | | | | | | bpf: Emit audit messages upon successful prog load and unloadDaniel Borkmann2019-12-111-0/+33
| | | |_|_|_|_|_|_|/ / / | | |/| | | | | | | | |
* | | | | | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-01-281-192/+194
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | padata: update documentationDaniel Jordan2019-12-111-13/+22
| * | | | | | | | | | | | padata: remove reorder_objectsDaniel Jordan2019-12-111-3/+0
| * | | | | | | | | | | | padata: remove cpumask change notifierDaniel Jordan2019-12-111-51/+1
| * | | | | | | | | | | | padata: always acquire cpu_hotplug_lock before pinst->lockDaniel Jordan2019-12-111-2/+2
| * | | | | | | | | | | | padata: validate cpumask without removed CPU during offlineDaniel Jordan2019-12-111-12/+18
| * | | | | | | | | | | | crypto: pcrypt - Avoid deadlock by using per-instance padata queuesHerbert Xu2019-12-111-71/+165
| * | | | | | | | | | | | padata: Remove unused padata_remove_cpuHerbert Xu2019-12-111-35/+0
| * | | | | | | | | | | | padata: Remove broken queue flushingHerbert Xu2019-12-111-31/+12
| | |/ / / / / / / / / / | |/| | | | | | | | | |