summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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-192-5/+17
|\ \ \ \
| * | | | bpf: Fix incorrect verifier simulation of ARSH under ALU32Daniel Borkmann2020-01-152-5/+17
| | |_|/ | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-092-4/+16
|\| | | | |/ / |/| |
| * | bpf: Fix passing modified ctx to ld/abs/ind instructionDaniel Borkmann2020-01-061-2/+7
| * | bpf: cgroup: prevent out-of-order release of cgroup bpfRoman Gushchin2020-01-061-2/+9
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-311-21/+22
|\| |
| * | bpf: Fix precision tracking for unbounded scalarsDaniel Borkmann2019-12-221-21/+22
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-12-279-192/+329
|\ \ \ | |/ / |/| |
| * | bpf: Support replacing cgroup-bpf program in MULTI modeAndrey Ignatov2019-12-192-6/+28
| * | 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 git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-225-38/+92
|\ \
| * | bpf: Fix record_func_key to perform backtracking on r3Daniel Borkmann2019-12-191-1/+7
| * | bpf: Fix cgroup local storage prog trackingDaniel Borkmann2019-12-173-15/+14
| * | bpf: Fix missing prog untrack in release_mapsDaniel Borkmann2019-12-162-16/+12
| * | bpf: Make BPF trampoline use register_ftrace_direct() APIAlexei Starovoitov2019-12-111-6/+58
| * | bpf: Fix build in minimal configurations, againArnd Bergmann2019-12-111-0/+1
| |/
* / treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-092-3/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-082-2/+8
|\
| * bpf: Fix a bug when getting subprog 0 jited image in check_attach_btf_idYonghong Song2019-12-041-1/+4
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-12-021-1/+4
| |\
| | * bpf: Fix build in minimal configurationsAlexei Starovoitov2019-11-291-0/+1
| | * bpf: Fix static checker warningAlexei Starovoitov2019-11-271-1/+3
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-12-031-1/+1
|\ \ \ | |/ / |/| |
| * | irq_work: Convert flags to atomic_tFrederic Weisbecker2019-11-111-1/+1
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-11-261-1/+1
|\ \ \
| * | | locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai2019-10-091-1/+1
* | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-11-261-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | bpf/cgroup: Replace rcu_swap_protected() with rcu_replace_pointer()Paul E. McKenney2019-10-301-2/+2
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-11-2512-313/+2267
|\ \ \
| * | | bpf: Simplify __bpf_arch_text_poke poke type handlingDaniel Borkmann2019-11-242-15/+5