summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tcp, ulp: enforce sock_owned_by_me upon ulp init and cleanupDaniel Borkmann2018-10-151-0/+4
* bpf: Fix dev pointer dereference from sk_skbJoe Stringer2018-10-141-1/+4
* bpf: wait for running BPF programs when updating map-in-mapDaniel Colascione2018-10-131-0/+13
* selftests: bpf: install script with_addr.shAnders Roxell2018-10-111-0/+2
* selftests: bpf: add config fragment LWTUNNELAnders Roxell2018-10-111-0/+1
* bpftool: Allow add linker flags via EXTRA_LDFLAGS variableJiri Olsa2018-10-111-1/+4
* bpftool: Allow to add compiler flags via EXTRA_CFLAGS variableJiri Olsa2018-10-111-0/+4
* tools/bpf: use proper type and uapi perf_event.h header for libbpfYonghong Song2018-10-102-5/+5
* Merge branch 'xdp-vlan'Alexei Starovoitov2018-10-105-2/+509
|\
| * selftests/bpf: add XDP selftests for modifying and popping VLAN headersJesper Dangaard Brouer2018-10-103-2/+491
| * bpf: make TC vlan bpf_helpers avail to selftestsJesper Dangaard Brouer2018-10-101-0/+4
| * net: fix generic XDP to handle if eth header was mangledJesper Dangaard Brouer2018-10-101-0/+14
|/
* Merge branch 'unsupported-map-lookup'Alexei Starovoitov2018-10-107-231/+389
|\
| * selftests/bpf: test_verifier, check bpf_map_lookup_elem access in bpf progPrashant Bhole2018-10-101-1/+120
| * selftests/bpf: test_verifier, change names of fixup mapsPrashant Bhole2018-10-101-190/+190
| * tools/bpf: bpftool, print strerror when map lookup error occursPrashant Bhole2018-10-101-5/+24
| * tools/bpf: bpftool, split the function do_dump()Prashant Bhole2018-10-101-34/+49
| * bpf: return EOPNOTSUPP when map lookup isn't supportedPrashant Bhole2018-10-104-4/+4
| * bpf: error handling when map_lookup_elem isn't supportedPrashant Bhole2018-10-101-2/+7
|/
* bpf: btf: Fix a missing check bugWenwen Wang2018-10-101-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-10-0966-663/+4140
|\
| * bpf: fix building without CONFIG_INETArnd Bergmann2018-10-091-2/+8
| * Merge branch 'bpf-to-bpf-calls-nfp'Daniel Borkmann2018-10-0810-46/+589
| |\
| | * bpf: allow offload of programs with BPF-to-BPF function callsQuentin Monnet2018-10-081-7/+3
| | * nfp: bpf: support pointers to other stack frames for BPF-to-BPF callsQuentin Monnet2018-10-083-1/+6
| | * nfp: bpf: optimise save/restore for R6~R9 based on register usageQuentin Monnet2018-10-083-23/+78
| | * nfp: bpf: fix return address from register-saving subroutine to calleeQuentin Monnet2018-10-081-1/+27
| | * nfp: bpf: update fixup function for BPF-to-BPF calls supportQuentin Monnet2018-10-082-3/+24
| | * nfp: bpf: account for additional stack usage when checking stack limitQuentin Monnet2018-10-082-8/+68
| | * nfp: bpf: add main logics for BPF-to-BPF calls support in nfp driverQuentin Monnet2018-10-085-4/+295
| | * nfp: bpf: account for BPF-to-BPF calls when preparing nfp JITQuentin Monnet2018-10-082-11/+27
| | * nfp: bpf: ignore helper-related checks for BPF calls in nfp verifierQuentin Monnet2018-10-082-4/+13
| | * nfp: bpf: copy eBPF subprograms information from kernel verifierQuentin Monnet2018-10-083-0/+29
| | * nfp: bpf: rename nfp_prog->stack_depth as nfp_prog->stack_frame_depthQuentin Monnet2018-10-083-8/+8
| | * bpf: add verifier callback to get stack usage info for offloaded progsQuentin Monnet2018-10-086-2/+37
| |/
| * bpf, doc: Document Jump X addressing modeArthur Fabre2018-10-081-14/+16
| * libbpf: relicense libbpf as LGPL-2.1 OR BSD-2-ClauseAlexei Starovoitov2018-10-0813-62/+13
| * xsk: proper AF_XDP socket teardown orderingBjörn Töpel2018-10-082-13/+11
| * Merge branch 'bpf-xsk-fix-mixed-mode'Daniel Borkmann2018-10-056-41/+91
| |\
| | * xsk: simplify xdp_clear_umem_at_qid implementationMagnus Karlsson2018-10-051-5/+2
| | * ethtool: don't allow disabling queues with umem installedJakub Kicinski2018-10-053-2/+20
| | * ethtool: rename local variable max -> currJakub Kicinski2018-10-051-6/+6
| | * xsk: fix bug when trying to use both copy and zero-copy on one queue idMagnus Karlsson2018-10-053-35/+64
| | * net: add umem reference in netdev{_rx}_queueMagnus Karlsson2018-10-051-0/+6
| |/
| * bpf: typo fix in Documentation/networking/af_xdp.rstKonrad Djimeli2018-10-051-2/+2
| * bpf, tracex3_user: erase "ARRAY_SIZE" redefinedBo YU2018-10-041-2/+0
| * Merge branch 'bpf-libbpf-consistent-iface'Daniel Borkmann2018-10-0411-154/+171
| |\
| | * libbpf: Use __u32 instead of u32 in bpf_program__loadAndrey Ignatov2018-10-042-2/+2
| | * libbpf: Make include guards consistentAndrey Ignatov2018-10-045-15/+15
| | * libbpf: Consistent prefixes for interfaces in str_error.h.Andrey Ignatov2018-10-043-11/+13