Age | Commit message (Expand) | Author | Files | Lines |
2018-12-21 | bpf: sk_msg, fix socket data_ready events | John Fastabend | 3 | -4/+12 |
2018-12-21 | bpf: skb_verdict, support SK_PASS on RX BPF path | John Fastabend | 1 | -0/+16 |
2018-12-21 | bpf: skmsg, replace comments with BUILD bug | John Fastabend | 2 | -3/+4 |
2018-12-21 | bpf: sk_msg, improve offset chk in _is_valid_access | John Fastabend | 1 | -7/+14 |
2018-12-21 | bpf: sk_msg, fix sk_msg_md access past end test | John Fastabend | 1 | -1/+1 |
2018-12-21 | bpf/cpumap: make sure frame_size for build_skb is aligned if headroom isn't | Jesper Dangaard Brouer | 1 | -1/+1 |
2018-12-20 | Merge branch 'bpf-jset-verifier' | Daniel Borkmann | 4 | -50/+308 |
2018-12-20 | selftests: bpf: add missing executables to .gitignore | Jakub Kicinski | 1 | -0/+1 |
2018-12-20 | nfp: bpf: optimize codegen for JSET with a constant | Jakub Kicinski | 1 | -12/+10 |
2018-12-20 | nfp: bpf: remove the trivial JSET optimization | Jakub Kicinski | 1 | -5/+0 |
2018-12-20 | bpf: verifier: reorder stack size check with dead code sanitization | Jakub Kicinski | 1 | -2/+3 |
2018-12-20 | selftests: bpf: verifier: add tests for JSET interpretation | Jakub Kicinski | 1 | -0/+96 |
2018-12-20 | bpf: verifier: teach the verifier to reason about the BPF_JSET instruction | Jakub Kicinski | 1 | -0/+20 |
2018-12-20 | selftests: bpf: add trivial JSET tests | Jakub Kicinski | 1 | -31/+178 |
2018-12-20 | bpf: sparc64: Enable sparc64 jit to provide bpf_line_info | Martin KaFai Lau | 1 | -0/+1 |
2018-12-20 | Merge branch 'line_info-check-for-ld_imm64' | Alexei Starovoitov | 2 | -0/+35 |
2018-12-20 | bpf: Add BPF_LD_IMM64 to the line_info test | Martin KaFai Lau | 1 | -0/+27 |
2018-12-20 | bpf: Ensure line_info.insn_off cannot point to insn with zero code | Martin KaFai Lau | 1 | -0/+8 |
2018-12-19 | tools: bpftool: do not force gcc as CC | Ivan Babrou | 1 | -2/+0 |
2018-12-19 | xsk: simplify AF_XDP socket teardown | Björn Töpel | 1 | -15/+1 |
2018-12-19 | bpf: log struct/union attribute for forward type | Yonghong Song | 1 | -1/+7 |
2018-12-19 | Merge branch 'bpf-sk-msg-size-member' | Daniel Borkmann | 5 | -3/+24 |
2018-12-19 | bpf: sk_msg, add tests for size field | John Fastabend | 1 | -3/+13 |
2018-12-19 | bpf: add tools lib/include support sk_msg_md size field | John Fastabend | 1 | -0/+1 |
2018-12-19 | bpf: sockmap, metadata support for reporting size of msg | John Fastabend | 3 | -0/+10 |
2018-12-19 | bpf: correct slot_type marking logic to allow more stack slot sharing | Jiong Wang | 2 | -2/+37 |
2018-12-19 | bpf: support raw tracepoints in modules | Matt Mullins | 5 | -7/+120 |
2018-12-18 | Merge branch 'bpf-bpftool-mount-tracefs' | Daniel Borkmann | 7 | -14/+66 |
2018-12-18 | tools: bpftool: add an option to prevent auto-mount of bpffs, tracefs | Quentin Monnet | 7 | -2/+31 |
2018-12-18 | tools: bpftool: attempt to mount tracefs if required for tracelog cmd | Quentin Monnet | 3 | -12/+35 |
2018-12-18 | tools/bpf: check precise {func, line, jited_line}_info_rec_size in test_btf | Yonghong Song | 1 | -5/+5 |
2018-12-18 | bpf: libbpf: fix memleak by freeing line_info | Prashant Bhole | 1 | -0/+1 |
2018-12-18 | Merge branch 'bpf-btf-type-fixes' | Daniel Borkmann | 7 | -92/+1047 |
2018-12-18 | tools: bpftool: support pretty print with kind_flag set | Yonghong Song | 1 | -9/+27 |
2018-12-18 | tools: bpftool: refactor btf_dumper_int_bits() | Yonghong Song | 1 | -6/+19 |
2018-12-18 | tools/bpf: test kernel bpffs map pretty print with struct kind_flag | Yonghong Song | 1 | -14/+154 |
2018-12-18 | tools/bpf: add test_btf unit tests for kind_flag | Yonghong Song | 1 | -2/+494 |
2018-12-18 | tools/bpf: sync btf.h header from kernel to tools | Yonghong Song | 1 | -2/+18 |
2018-12-18 | bpf: enable cgroup local storage map pretty print with kind_flag | Yonghong Song | 3 | -23/+36 |
2018-12-18 | bpf: btf: fix struct/union/fwd types with kind_flag | Yonghong Song | 2 | -22/+278 |
2018-12-18 | bpf: btf: refactor btf_int_bits_seq_show() | Yonghong Song | 1 | -14/+21 |
2018-12-18 | bpf: remove useless version check for prog load | Daniel Borkmann | 3 | -7/+18 |
2018-12-15 | Merge branch 'bpf-bpftool-cleanups' | Daniel Borkmann | 7 | -55/+124 |
2018-12-15 | tools: bpftool: fix -Wmissing declaration warnings | Quentin Monnet | 4 | -9/+12 |
2018-12-15 | tools: bpftool: fix warning on struct bpf_prog_linfo definition | Quentin Monnet | 1 | -1/+1 |
2018-12-15 | tools: bpftool: add a prog array map update example to documentation | Quentin Monnet | 1 | -0/+55 |
2018-12-15 | tools: bpftool: fix examples in documentation for bpftool prog | Quentin Monnet | 1 | -45/+53 |
2018-12-15 | tools: bpftool: add doc for -m option to bpftool-prog.rst | Quentin Monnet | 1 | -0/+3 |
2018-12-15 | Merge branch 'bpf-improve-verifier-state-analysis' | Daniel Borkmann | 3 | -9/+154 |
2018-12-15 | bpf: add self-check logic to liveness analysis | Alexei Starovoitov | 2 | -1/+108 |