summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
Commit message (Expand)AuthorAgeFilesLines
...
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-01-206-68/+297
| |\
| | * bpf: add upper complexity limit to verifier logDaniel Borkmann2018-01-191-1/+2
| | * bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann2018-01-191-7/+12
| | * bpf, verifier: detect misconfigured mem, size argument pairDaniel Borkmann2018-01-191-24/+55
| | * bpf: implement MAP_GET_NEXT_KEY command for LPM_TRIE mapYonghong Song2018-01-191-2/+93
| | * bpf: offload: report device information about offloaded mapsJakub Kicinski2018-01-182-0/+61
| | * bpf: offload: allow array map offloadJakub Kicinski2018-01-181-1/+2
| | * bpf: arraymap: use bpf_map_init_from_attr()Jakub Kicinski2018-01-181-6/+1
| | * bpf: arraymap: move checks out of alloc functionJakub Kicinski2018-01-181-14/+28
| | * bpf: allow socket_filter programs to use bpf_prog_test_runAlexei Starovoitov2018-01-181-0/+2
| | * bpf: add new jited info fields in bpf_dev_offload and bpf_prog_infoJiong Wang2018-01-182-13/+41
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-192-13/+55
| |\ \ | | |/ | |/|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-172-4/+21
| |\ \
| * | | bpf: annotate bpf_insn_print_t with __printfJakub Kicinski2018-01-171-2/+2
| * | | bpf: offload: make bpf_offload_dev_match() reject host+host caseJakub Kicinski2018-01-171-3/+1
| * | | bpf: cpumap: make some functions staticWei Yongjun2018-01-171-11/+12
| * | | bpf: offload: add map offload infrastructureJakub Kicinski2018-01-143-13/+226
| * | | bpf: offload: factor out netdev checking at allocation timeJakub Kicinski2018-01-141-8/+20
| * | | bpf: rename bpf_dev_offload -> bpf_prog_offloadJakub Kicinski2018-01-141-5/+5
| * | | bpf: add helper for copying attrs to struct bpf_mapJakub Kicinski2018-01-147-40/+16
| * | | bpf: hashtab: move checks out of alloc functionJakub Kicinski2018-01-141-16/+39
| * | | bpf: hashtab: move attribute validation before allocationJakub Kicinski2018-01-141-24/+23
| * | | bpf: add map_alloc_check callbackJakub Kicinski2018-01-141-4/+13
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-114-17/+114
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-01-111-4/+16
| |\ \ \ \
| | * | | | bpf: export function to write into verifier log bufferQuentin Monnet2018-01-101-4/+12
| | * | | | bpf: fix verifier GPF in kmalloc failure pathAlexei Starovoitov2018-01-081-0/+4
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-092-2/+40
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | bpf: implement syscall command BPF_MAP_GET_NEXT_KEY for stacktrace mapYonghong Song2018-01-061-2/+26
| * | | | | bpf: only build sockmap with CONFIG_INETJohn Fastabend2018-01-041-0/+2
| * | | | | bpf: sockmap remove unused functionJohn Fastabend2018-01-041-8/+0
| * | | | | bpf: offload: report device information for offloaded programsJakub Kicinski2017-12-312-0/+65
| * | | | | bpf: offload: free program id when device disappearsJakub Kicinski2017-12-312-2/+10
| * | | | | bpf: offload: free prog->aux->offload when device disappearsJakub Kicinski2017-12-311-14/+9
| * | | | | bpf: offload: allow netdev to disappear while verifier is runningJakub Kicinski2017-12-312-27/+23
| * | | | | bpf: offload: don't use prog->aux->offload as booleanJakub Kicinski2017-12-311-1/+3
| * | | | | bpf: offload: don't require rtnl for dev list manipulationJakub Kicinski2017-12-311-10/+24
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2017-12-276-49/+283
| |\ \ \ \ \
| | * | | | | bpf: fix max call depth checkAlexei Starovoitov2017-12-271-2/+2
| | * | | | | bpf: fix maximum stack depth tracking logicAlexei Starovoitov2017-12-271-16/+66
| | * | | | | bpf: fix stacksafe exploration when comparing statesGianluca Borello2017-12-231-1/+1
| | * | | | | bpf: allow for correlation of maps and helpers in dumpDaniel Borkmann2017-12-205-26/+189
| | * | | | | bpf: fix kallsyms handling for subprogsDaniel Borkmann2017-12-202-0/+9
| | * | | | | bpf/cgroup: fix a verification error for a CGROUP_DEVICE type progYonghong Song2017-12-191-2/+13
| | * | | | | bpf: make function skip_callee static and return NULL rather than 0Colin Ian King2017-12-191-1/+2
| | * | | | | bpf: fix spelling mistake: "funcation"-> "function"Colin Ian King2017-12-191-1/+1
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-221-117/+166
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2017-12-184-196/+1065
| |\ \ \ \ \ \
| | * | | | | | bpf: x64: add JIT support for multi-function programsAlexei Starovoitov2017-12-173-3/+139
| | * | | | | | bpf: fix net.core.bpf_jit_enable raceAlexei Starovoitov2017-12-172-2/+3