aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf
Commit message (Expand)AuthorAge
* bpf: Change size to u64 for bpf_map_{area_alloc, charge_init}()Björn Töpel2019-10-31
* bpf: Allow narrow loads of bpf_sysctl fields with offset > 0Ilya Leoshkevich2019-10-30
* bpf: Fix use after free in bpf_get_prog_nameDaniel Borkmann2019-10-23
* bpf: Fix use after free in subprog's jited symbol removalDaniel Borkmann2019-10-22
* xdp: Handle device unregister for devmap_hash map typeToke Høiland-Jørgensen2019-10-21
* xdp: Prevent overflow in devmap_hash cost calculation for 32-bit buildsToke Høiland-Jørgensen2019-10-18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-09-28
|\
| * bpf: Clean up indentation issue in BTF kflag processingColin Ian King2019-09-26
| * bpf/xskmap: Return ERR_PTR for failure case instead of NULL.Jonathan Lemon2019-09-25
| * bpf: fix BTF verification of enumsAlexei Starovoitov2019-09-19
* | Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-09-24
|\ \ | |/ |/|
| * vfs: Convert bpf to use the new mount APIDavid Howells2019-09-18
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-09-16
|\ \
| * | bpf: fix accessing bpf_sysctl.file_pos on s390Ilya Leoshkevich2019-09-16
| * | xdp: Fix race in dev_map_hash_update_elem() when replacing elementToke Høiland-Jørgensen2019-09-16
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-15
|\ \ \ | |/ / |/| |
| * | bpf: fix precision tracking of stack slotsAlexei Starovoitov2019-09-05
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-09-06
|\ \ \
| * | | bpf: introduce verifier internal test flagAlexei Starovoitov2019-08-27
| * | | bpf: add new BPF_BTF_GET_NEXT_ID syscall commandQuentin Monnet2019-08-20
| * | | bpf: add BTF ids in procfs for file descriptors to BTF objectsQuentin Monnet2019-08-20
| * | | bpf: Use PTR_ERR_OR_ZERO in xsk_map_inc()YueHaibing2019-08-20
| * | | xsk: support BPF_EXIST and BPF_NOEXIST flags in XSKMAPBjörn Töpel2019-08-17
| * | | xsk: remove AF_XDP socket from map when the socket is releasedBjörn Töpel2019-08-17
| * | | bpf: export bpf_map_inc_not_zeroStanislav Fomichev2019-08-17
| * | | btf: fix return value check in btf_vmlinux_init()Wei Yongjun2019-08-16
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-02
|\ \ \ \ | | |/ / | |/| |
| * | | bpf: handle 32-bit zext during constant blindingNaveen N. Rao2019-08-26
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-27
|\| | | | |/ / |/| |
| * | bpf: fix use after free in prog symbol exposureDaniel Borkmann2019-08-23
| * | bpf: fix precision tracking in presence of bpf2bpf callsAlexei Starovoitov2019-08-23
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2019-08-13
|\ \ | |/ |/|
| * btf: rename /sys/kernel/btf/kernel into /sys/kernel/btf/vmlinuxAndrii Nakryiko2019-08-13
| * btf: expose BTF info through sysfsAndrii Nakryiko2019-08-13
| * bpf: always allocate at least 16 bytes for setsockopt hookStanislav Fomichev2019-08-01
| * xdp: Add devmap_hash map type for looking up devices by hashed indexToke Høiland-Jørgensen2019-07-29
| * xdp: Refactor devmap allocation code for reuseToke Høiland-Jørgensen2019-07-29
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-07-25
|\ \ | |/ |/|
| * bpf: fix narrower loads on s390Ilya Leoshkevich2019-07-23
* | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-07-20
|\ \ | |/ |/|
| * bpf: Disable GCC -fgcse optimization for ___bpf_prog_run()Josh Poimboeuf2019-07-18
| * Merge branch 'x86/debug' into core/urgentThomas Gleixner2019-07-18
| |\
| | * bpf: Fix ORC unwinding in non-JIT BPF codeJosh Poimboeuf2019-07-09
* | | bpf: fix BTF verifier size resolution logicAndrii Nakryiko2019-07-15
* | | bpf: verifier: avoid fall-through warningsGustavo A. R. Silva2019-07-12
* | | bpf: fix precision bit propagation for BPF_ST instructionsAndrii Nakryiko2019-07-12
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-11
|\ \ | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-08
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-07-03
| | |\
| | | * bpf: fix BPF_ALU32 | BPF_ARSH on BE archesJiong Wang2019-06-26