| Commit message (Expand) | Author | Age | Files | Lines |
* | bpf, array: fix overflow in max_entries and undefined behavior in index_mask | Daniel Borkmann | 2018-01-10 | 1 | -3/+15 |
* | bpf: arsh is not supported in 32 bit alu thus reject it | Daniel Borkmann | 2018-01-10 | 1 | -0/+5 |
* | bpf: fix spelling mistake: "obusing" -> "abusing" | Colin Ian King | 2018-01-10 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2018-01-10 | 4 | -13/+100 |
|\ |
|
| * | bpf: introduce BPF_JIT_ALWAYS_ON config | Alexei Starovoitov | 2018-01-09 | 1 | -0/+19 |
| * | bpf: prevent out-of-bounds speculation | Alexei Starovoitov | 2018-01-09 | 2 | -11/+72 |
| * | bpf: sockmap missing NULL psock check | John Fastabend | 2018-01-07 | 1 | -2/+9 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2018-01-06 | 2 | -2/+40 |
|\ \
| |/
|/| |
|
| * | fix "netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'" | Al Viro | 2018-01-05 | 2 | -2/+40 |
* | | bpf: do not allow root to mangle valid pointers | Alexei Starovoitov | 2017-12-21 | 1 | -68/+34 |
* | | bpf: fix integer overflows | Alexei Starovoitov | 2017-12-21 | 1 | -0/+48 |
* | | bpf: don't prune branches when a scalar is replaced with a pointer | Jann Horn | 2017-12-21 | 1 | -8/+7 |
* | | bpf: force strict alignment checks for stack pointers | Jann Horn | 2017-12-21 | 1 | -0/+5 |
* | | bpf: fix missing error return in check_stack_boundary() | Jann Horn | 2017-12-21 | 1 | -0/+1 |
* | | bpf: fix 32-bit ALU op verification | Jann Horn | 2017-12-21 | 1 | -11/+17 |
* | | bpf: fix incorrect tracking of register size truncation | Jann Horn | 2017-12-21 | 1 | -17/+27 |
* | | bpf: fix incorrect sign extension in check_alu_op() | Jann Horn | 2017-12-21 | 1 | -1/+7 |
* | | bpf/verifier: fix bounds calculation on BPF_RSH | Edward Cree | 2017-12-21 | 1 | -14/+16 |
* | | bpf: guarantee r1 to be ctx in case of bpf_helper_changes_pkt_data | Daniel Borkmann | 2017-12-15 | 1 | -0/+6 |
* | | bpf: add schedule points to map alloc/free | Eric Dumazet | 2017-12-12 | 1 | -0/+2 |
* | | bpf: set maximum number of attached progs to 64 for a single perf tp | Yonghong Song | 2017-12-01 | 1 | -1/+2 |
* | | bpf: offload: add a license header | Jakub Kicinski | 2017-11-27 | 1 | -0/+15 |
|/ |
|
* | bpf: fix branch pruning logic | Alexei Starovoitov | 2017-11-23 | 1 | -0/+27 |
* | bpf: introduce ARG_PTR_TO_MEM_OR_NULL | Gianluca Borello | 2017-11-22 | 1 | -1/+3 |
* | bpf: revert report offload info to user space | Jakub Kicinski | 2017-11-21 | 2 | -17/+0 |
* | bpf: offload: ignore namespace moves | Jakub Kicinski | 2017-11-21 | 1 | -0/+4 |
* | bpf: turn bpf_prog_get_type() into a wrapper | Jakub Kicinski | 2017-11-21 | 1 | -10/+0 |
* | bpf: offload: move offload device validation out to the drivers | Jakub Kicinski | 2017-11-21 | 1 | -11/+12 |
* | bpf: offload: rename the ifindex field | Jakub Kicinski | 2017-11-21 | 2 | -3/+3 |
* | bpf: offload: limit offload to cls_bpf and xdp programs only | Jakub Kicinski | 2017-11-21 | 1 | -2/+3 |
* | bpf: offload: add comment warning developers about double destroy | Jakub Kicinski | 2017-11-21 | 1 | -0/+4 |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2017-11-15 | 1 | -6/+0 |
|\ |
|
| * | kmemcheck: remove annotations | Levin, Alexander (Sasha Levin) | 2017-11-15 | 1 | -6/+0 |
| * | Merge branch 'linus' into perf/core, to fix conflicts | Ingo Molnar | 2017-11-07 | 2 | -6/+24 |
| |\ |
|
| * | | perf/bpf: Extend the perf_event_read_local() interface, a.k.a. "bpf: perf eve... | Yonghong Song | 2017-10-27 | 1 | -1/+1 |
* | | | bpf: fix lockdep splat | Eric Dumazet | 2017-11-15 | 1 | -2/+6 |
* | | | bpf: improve verifier ARG_CONST_SIZE_OR_ZERO semantics | Yonghong Song | 2017-11-14 | 1 | -16/+24 |
* | | | bpf: Revert bpf_overrid_function() helper changes. | David S. Miller | 2017-11-11 | 2 | -5/+0 |
* | | | bpf: add a bpf_override_function helper | Josef Bacik | 2017-11-11 | 2 | -0/+5 |
* | | | bpf, cgroup: implement eBPF-based device controller for cgroup v2 | Roman Gushchin | 2017-11-05 | 3 | -0/+75 |
* | | | bpf: remove old offload/analyzer | Jakub Kicinski | 2017-11-05 | 1 | -75/+0 |
* | | | cls_bpf: allow attaching programs loaded for specific device | Jakub Kicinski | 2017-11-05 | 1 | -0/+1 |
* | | | xdp: allow attaching programs loaded for specific device | Jakub Kicinski | 2017-11-05 | 1 | -4/+29 |
* | | | bpf: report offload info to user space | Jakub Kicinski | 2017-11-05 | 2 | -0/+17 |
* | | | bpf: offload: add infrastructure for loading programs for a specific netdev | Jakub Kicinski | 2017-11-05 | 5 | -8/+217 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-11-04 | 1 | -0/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2017-11-02 | 1 | -0/+1 |
| |\ \ |
|
| | * | | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
| | |/ |
|
* | | | bpf: fix verifier NULL pointer dereference | Craig Gallek | 2017-11-03 | 1 | -4/+8 |
* | | | bpf: fix out-of-bounds access warning in bpf_check | Arnd Bergmann | 2017-11-03 | 1 | -0/+4 |