summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
AgeCommit message (Expand)AuthorLines
2020-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-9/+6
2020-02-08Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-8/+3
2020-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-9/+6
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro-7/+3
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen-1/+0
2020-02-04bpf: Fix modifier skipping logicAlexei Starovoitov-5/+3
2020-01-29Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-6/+6
2020-01-29bpf: Reuse log from btf_prase_vmlinux() in btf_struct_ops_init()Martin KaFai Lau-4/+3
2020-01-27bpf, xdp: Remove no longer required rcu_read_{un}lock()John Fastabend-2/+3
2020-01-27bpf, xdp: Update devmap comments to reflect napi/rcu usageJohn Fastabend-10/+11
2020-01-27bpf: map_seq_next should always increase position indexVasily Averin-2/+1
2020-01-25bpf: Allow to resolve bpf trampoline and dispatcher in unwindJiri Olsa-10/+74
2020-01-25bpf: Allow BTF ctx access for string pointersJiri Olsa-0/+16
2020-01-23bpf, devmap: Pass lockdep expression to RCU listsAmol Grover-1/+2
2020-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-408/+2341
2020-01-22bpf: Add BPF_FUNC_jiffies64Martin KaFai Lau-0/+37
2020-01-22bpf: Introduce dynamic program extensionsAlexei Starovoitov-27/+266
2020-01-22bpf: Fix error path under memory pressureAlexei Starovoitov-2/+7
2020-01-22bpf: Fix trampoline usage in preemptAlexei Starovoitov-0/+10
2020-01-21bpf: don't bother with getname/kern_path - use user_path_atAl Viro-30/+13
2020-01-20bpf: Fix memory leaks in generic update/delete batch opsBrian Vazquez-11/+19
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-5/+17
2020-01-16bpf: Remove set but not used variable 'first_key'YueHaibing-2/+0
2020-01-16devmap: Adjust tracepoint for map-less queue flushJesper Dangaard Brouer-1/+1
2020-01-16xdp: Use bulking for non-map XDP_REDIRECT and consolidate code pathsToke Høiland-Jørgensen-10/+22
2020-01-16xdp: Move devmap bulk queue into struct net_deviceToke Høiland-Jørgensen-36/+27
2020-01-15bpf: Add batch ops to all htab bpf mapYonghong Song-1/+272
2020-01-15bpf: Add lookup and update batch ops to arraymapBrian Vazquez-0/+2
2020-01-15bpf: Add generic support for update and delete batch opsBrian Vazquez-0/+115
2020-01-15bpf: Add generic support for lookup batch opBrian Vazquez-4/+156
2020-01-15bpf: Add bpf_map_{value_size, update_value, map_copy_value} functionsBrian Vazquez-128/+152
2020-01-15bpf: Fix incorrect verifier simulation of ARSH under ALU32Daniel Borkmann-5/+17
2020-01-14bpf: Fix seq_show for BPF_MAP_TYPE_STRUCT_OPSMartin KaFai Lau-4/+10
2020-01-10bpf: Introduce function-by-function verificationAlexei Starovoitov-81/+346
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-4/+16
2020-01-09bpf: tcp: Support tcp_congestion_ops in bpfMartin KaFai Lau-1/+6
2020-01-09bpf: Introduce BPF_MAP_TYPE_STRUCT_OPSMartin KaFai Lau-34/+565
2020-01-09bpf: Introduce BPF_PROG_TYPE_STRUCT_OPSMartin KaFai Lau-63/+304
2020-01-09bpf: Support bitfield read access in btf_struct_accessMartin KaFai Lau-5/+39
2020-01-09bpf: Add enum support to btf_ctx_access()Martin KaFai Lau-1/+1
2020-01-09bpf: Avoid storing modifier to info->btf_idMartin KaFai Lau-3/+6
2020-01-09bpf: Save PTR_TO_BTF_ID register state when spilling to stackMartin KaFai Lau-0/+1
2020-01-06bpf: Fix passing modified ctx to ld/abs/ind instructionDaniel Borkmann-2/+7
2020-01-06bpf: cgroup: prevent out-of-order release of cgroup bpfRoman Gushchin-2/+9
2019-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-21/+22
2019-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-192/+329
2019-12-22bpf: Fix precision tracking for unbounded scalarsDaniel Borkmann-21/+22
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-38/+92
2019-12-19bpf: Support replacing cgroup-bpf program in MULTI modeAndrey Ignatov-6/+28
2019-12-19bpf: Remove unused new_flags in hierarchy_allows_attach()Andrey Ignatov-3/+2