summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-09-282-5/+4
|\
| * bpf: Clean up indentation issue in BTF kflag processingColin Ian King2019-09-261-1/+1
| * bpf/xskmap: Return ERR_PTR for failure case instead of NULL.Jonathan Lemon2019-09-251-1/+1
| * bpf: fix BTF verification of enumsAlexei Starovoitov2019-09-191-3/+2
* | Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-09-241-34/+58
|\ \ | |/ |/|
| * vfs: Convert bpf to use the new mount APIDavid Howells2019-09-181-34/+58
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-09-163-9/+22
|\ \
| * | bpf: fix accessing bpf_sysctl.file_pos on s390Ilya Leoshkevich2019-09-162-4/+10
| * | xdp: Fix race in dev_map_hash_update_elem() when replacing elementToke Høiland-Jørgensen2019-09-161-5/+12
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-151-9/+14
|\ \ \ | |/ / |/| |
| * | bpf: fix precision tracking of stack slotsAlexei Starovoitov2019-09-051-9/+14
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-09-065-35/+149
|\ \ \
| * | | bpf: introduce verifier internal test flagAlexei Starovoitov2019-08-282-1/+5
| * | | bpf: add new BPF_BTF_GET_NEXT_ID syscall commandQuentin Monnet2019-08-202-2/+6
| * | | bpf: add BTF ids in procfs for file descriptors to BTF objectsQuentin Monnet2019-08-201-0/+12
| * | | bpf: Use PTR_ERR_OR_ZERO in xsk_map_inc()YueHaibing2019-08-201-1/+1
| * | | xsk: support BPF_EXIST and BPF_NOEXIST flags in XSKMAPBjörn Töpel2019-08-171-2/+6
| * | | xsk: remove AF_XDP socket from map when the socket is releasedBjörn Töpel2019-08-171-20/+105
| * | | bpf: export bpf_map_inc_not_zeroStanislav Fomichev2019-08-171-3/+13
| * | | btf: fix return value check in btf_vmlinux_init()Wei Yongjun2019-08-151-7/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-021-2/+6
|\ \ \ \ | | |/ / | |/| |
| * | | bpf: handle 32-bit zext during constant blindingNaveen N. Rao2019-08-261-2/+6
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-272-16/+23
|\| | | | |/ / |/| |
| * | bpf: fix use after free in prog symbol exposureDaniel Borkmann2019-08-241-12/+18
| * | bpf: fix precision tracking in presence of bpf2bpf callsAlexei Starovoitov2019-08-241-4/+5
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2019-08-135-55/+350
|\ \ | |/ |/|
| * btf: rename /sys/kernel/btf/kernel into /sys/kernel/btf/vmlinuxAndrii Nakryiko2019-08-131-15/+15
| * btf: expose BTF info through sysfsAndrii Nakryiko2019-08-132-0/+54
| * bpf: always allocate at least 16 bytes for setsockopt hookStanislav Fomichev2019-08-011-4/+13
| * xdp: Add devmap_hash map type for looking up devices by hashed indexToke Høiland-Jørgensen2019-07-292-0/+202
| * xdp: Refactor devmap allocation code for reuseToke Høiland-Jørgensen2019-07-291-53/+83
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-07-251-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/+2
|\ \ | |/ |/|
| * 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/+1
| |\
| | * bpf: Fix ORC unwinding in non-JIT BPF codeJosh Poimboeuf2019-07-091-2/+1
* | | 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/+4
|/ /
* | 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-082-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/+95
| * | | xskmap: Move non-standard list manipulation to helperToke Høiland-Jørgensen2019-06-291-2/+1