summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-07-261-2/+2
|\
| * bpf: fix narrower loads on s390Ilya Leoshkevich2019-07-231-2/+2
* | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-07-201-3/+2Star
|\ \ | |/ |/|
| * bpf: Disable GCC -fgcse optimization for ___bpf_prog_run()Josh Poimboeuf2019-07-181-1/+1
| * Merge branch 'x86/debug' into core/urgentThomas Gleixner2019-07-181-2/+1Star
| |\
| | * bpf: Fix ORC unwinding in non-JIT BPF codeJosh Poimboeuf2019-07-091-2/+1Star
* | | bpf: fix BTF verifier size resolution logicAndrii Nakryiko2019-07-151-7/+12
* | | bpf: verifier: avoid fall-through warningsGustavo A. R. Silva2019-07-121-0/+2
* | | bpf: fix precision bit propagation for BPF_ST instructionsAndrii Nakryiko2019-07-121-7/+4Star
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-1116-413/+1887
|\ \ | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-092-8/+8
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-07-032-8/+8
| | |\
| | | * bpf: fix BPF_ALU32 | BPF_ARSH on BE archesJiong Wang2019-06-261-2/+2
| | | * bpf: fix NULL deref in btf_type_is_resolve_source_onlyStanislav Fomichev2019-06-241-6/+6
| * | | bpf: cgroup: Fix build error without CONFIG_NETYueHaibing2019-07-081-0/+4
| * | | bpf: fix precision trackingAlexei Starovoitov2019-07-031-14/+107
| * | | devmap: Allow map lookups from eBPFToke Høiland-Jørgensen2019-06-292-5/+7
| * | | devmap/cpumap: Use flush list instead of bitmapToke Høiland-Jørgensen2019-06-292-117/+95Star
| * | | xskmap: Move non-standard list manipulation to helperToke Høiland-Jørgensen2019-06-291-2/+1Star
| * | | bpf: implement getsockopt and setsockopt hooksStanislav Fomichev2019-06-284-0/+369
| * | | bpf: fix cgroup bpf release synchronizationRoman Gushchin2019-06-271-1/+18
| * | | xdp: Add tracepoint for bulk XDP_TXToshiaki Makita2019-06-251-0/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-223-12/+3Star
| |\| |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-06-204-71/+734
| |\ \ \
| | * | | bpf: precise scalar_value trackingAlexei Starovoitov2019-06-191-11/+480
| | * | | bpf: fix callees pruning callersAlexei Starovoitov2019-06-191-5/+6
| | * | | bpf: introduce bounded loopsAlexei Starovoitov2019-06-191-12/+131
| | * | | bpf: extend is_branch_taken to registersAlexei Starovoitov2019-06-191-15/+19
| | * | | bpf: track spill/fill of constantsAlexei Starovoitov2019-06-191-25/+65
| | * | | bpf: silence warning messages in coreValdis Klētnieks2019-06-121-0/+1
| | * | | bpf: Allow bpf_map_lookup_elem() on an xskmapJonathan Lemon2019-06-112-2/+31
| | * | | bpf: remove redundant assignment to errColin Ian King2019-06-042-2/+2
| * | | | xdp: page_pool related fix to cpumapJesper Dangaard Brouer2019-06-191-0/+3
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-1811-80/+36Star
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-078-33/+8Star
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | bpf: move memory size checks to bpf_map_charge_init()Roman Gushchin2019-06-0111-56/+17Star
| * | | | | bpf: rework memlock-based memory accounting for mapsRoman Gushchin2019-06-0111-82/+100
| * | | | | bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin2019-06-0111-25/+26
| * | | | | bpf: add memlock precharge check for cgroup_local_storageRoman Gushchin2019-06-011-2/+9
| * | | | | bpf: Update __cgroup_bpf_run_filter_skb with cnbrakmo2019-06-011-5/+20
| * | | | | bpf: cgroup inet skb programs can return 0 to 3brakmo2019-06-012-3/+25
| * | | | | bpf: cgroup: properly use bpf_prog_array apiStanislav Fomichev2019-05-291-11/+17
| * | | | | bpf: remove __rcu annotations from bpf_prog_arrayStanislav Fomichev2019-05-291-24/+13Star
| * | | | | bpf: decouple the lifetime of cgroup_bpf from cgroup itselfRoman Gushchin2019-05-281-4/+37
| * | | | | bpf: verifier: randomize high 32-bit when BPF_F_TEST_RND_HI32 is setJiong Wang2019-05-251-11/+57
| * | | | | bpf: introduce new bpf prog load flags "BPF_F_TEST_RND_HI32"Jiong Wang2019-05-251-1/+3
| * | | | | bpf: verifier: insert zero extension according to analysis resultJiong Wang2019-05-252-0/+50
| * | | | | bpf: verifier: mark patched-insn with sub-register zext flagJiong Wang2019-05-251-4/+33
| * | | | | bpf: verifier: mark verified-insn with sub-register zext flagJiong Wang2019-05-251-13/+160
| * | | | | bpf: convert explored_states to hash tableAlexei Starovoitov2019-05-241-5/+18