summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
2020-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-01-22bpf: Add BPF_FUNC_jiffies64Martin KaFai Lau
2020-01-22bpf: Introduce dynamic program extensionsAlexei Starovoitov
2020-01-22bpf: Fix error path under memory pressureAlexei Starovoitov
2020-01-22bpf: Fix trampoline usage in preemptAlexei Starovoitov
2020-01-21bpf: don't bother with getname/kern_path - use user_path_atAl Viro
2020-01-20bpf: Fix memory leaks in generic update/delete batch opsBrian Vazquez
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-16bpf: Remove set but not used variable 'first_key'YueHaibing
2020-01-16devmap: Adjust tracepoint for map-less queue flushJesper Dangaard Brouer
2020-01-16xdp: Use bulking for non-map XDP_REDIRECT and consolidate code pathsToke Høiland-Jørgensen
2020-01-16xdp: Move devmap bulk queue into struct net_deviceToke Høiland-Jørgensen
2020-01-15bpf: Add batch ops to all htab bpf mapYonghong Song
2020-01-15bpf: Add lookup and update batch ops to arraymapBrian Vazquez
2020-01-15bpf: Add generic support for update and delete batch opsBrian Vazquez
2020-01-15bpf: Add generic support for lookup batch opBrian Vazquez
2020-01-15bpf: Add bpf_map_{value_size, update_value, map_copy_value} functionsBrian Vazquez
2020-01-15bpf: Fix incorrect verifier simulation of ARSH under ALU32Daniel Borkmann
2020-01-14bpf: Fix seq_show for BPF_MAP_TYPE_STRUCT_OPSMartin KaFai Lau
2020-01-10bpf: Introduce function-by-function verificationAlexei Starovoitov
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-09bpf: tcp: Support tcp_congestion_ops in bpfMartin KaFai Lau
2020-01-09bpf: Introduce BPF_MAP_TYPE_STRUCT_OPSMartin KaFai Lau
2020-01-09bpf: Introduce BPF_PROG_TYPE_STRUCT_OPSMartin KaFai Lau
2020-01-09bpf: Support bitfield read access in btf_struct_accessMartin KaFai Lau
2020-01-09bpf: Add enum support to btf_ctx_access()Martin KaFai Lau
2020-01-09bpf: Avoid storing modifier to info->btf_idMartin KaFai Lau
2020-01-09bpf: Save PTR_TO_BTF_ID register state when spilling to stackMartin KaFai Lau
2020-01-06bpf: Fix passing modified ctx to ld/abs/ind instructionDaniel Borkmann
2020-01-06bpf: cgroup: prevent out-of-order release of cgroup bpfRoman Gushchin
2019-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-12-22bpf: Fix precision tracking for unbounded scalarsDaniel Borkmann
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-12-19bpf: Support replacing cgroup-bpf program in MULTI modeAndrey Ignatov
2019-12-19bpf: Remove unused new_flags in hierarchy_allows_attach()Andrey Ignatov
2019-12-19bpf: Simplify __cgroup_bpf_attachAndrey Ignatov
2019-12-19xdp: Make cpumap flush_list common for all map instancesBjörn Töpel
2019-12-19xdp: Make devmap flush_list common for all map instancesBjörn Töpel
2019-12-19xsk: Make xskmap flush_list common for all map instancesBjörn Töpel
2019-12-19xdp: Fix graze->grace type-o in cpumap commentsBjörn Töpel
2019-12-19xdp: Simplify cpumap cleanupBjörn Töpel
2019-12-19xdp: Simplify devmap cleanupBjörn Töpel
2019-12-19bpf: Fix record_func_key to perform backtracking on r3Daniel Borkmann
2019-12-19bpf: Remove unnecessary assertion on fp_oldAditya Pakki
2019-12-17bpf: Fix cgroup local storage prog trackingDaniel Borkmann
2019-12-16bpf: Fix missing prog untrack in release_mapsDaniel Borkmann
2019-12-13bpf, xdp: Start using the BPF dispatcher for XDPBjörn Töpel
2019-12-13bpf: Introduce BPF dispatcherBjörn Töpel
2019-12-13bpf: Move trampoline JIT image allocation to a functionBjörn Töpel