2018-12-20 |
John Fastabend | bpf: sk_msg, sock{map|hash} redirect through ULP |
commit | commitdiff | tree | snapshot |
2018-12-20 |
John Fastabend | bpf: sk_msg, zap ingress queue on psock down |
commit | commitdiff | tree | snapshot |
2018-12-20 |
John Fastabend | bpf: sk_msg, fix socket data_ready events |
commit | commitdiff | tree | snapshot |
2018-12-20 |
John Fastabend | bpf: skb_verdict, support SK_PASS on RX BPF path |
commit | commitdiff | tree | snapshot |
2018-12-20 |
John Fastabend | bpf: skmsg, replace comments with BUILD bug |
commit | commitdiff | tree | snapshot |
2018-12-20 |
John Fastabend | bpf: sk_msg, improve offset chk in _is_valid_access |
commit | commitdiff | tree | snapshot |
2018-12-20 |
John Fastabend | bpf: sk_msg, fix sk_msg_md access past end test |
commit | commitdiff | tree | snapshot |
2018-12-20 |
Jesper Dangaard... | bpf/cpumap: make sure frame_size for build_skb is align... |
commit | commitdiff | tree | snapshot |
2018-12-20 |
Daniel Borkmann | Merge branch 'bpf-jset-verifier' |
commit | commitdiff | tree | snapshot |
2018-12-20 |
Jakub Kicinski | selftests: bpf: add missing executables to .gitignore |
commit | commitdiff | tree | snapshot |
2018-12-20 |
Jakub Kicinski | nfp: bpf: optimize codegen for JSET with a constant |
commit | commitdiff | tree | snapshot |
2018-12-20 |
Jakub Kicinski | nfp: bpf: remove the trivial JSET optimization |
commit | commitdiff | tree | snapshot |
2018-12-20 |
Jakub Kicinski | bpf: verifier: reorder stack size check with dead code... |
commit | commitdiff | tree | snapshot |
2018-12-20 |
Jakub Kicinski | selftests: bpf: verifier: add tests for JSET interpretation |
commit | commitdiff | tree | snapshot |
2018-12-20 |
Jakub Kicinski | bpf: verifier: teach the verifier to reason about the... |
commit | commitdiff | tree | snapshot |
2018-12-20 |
Jakub Kicinski | selftests: bpf: add trivial JSET tests |
commit | commitdiff | tree | snapshot |
2018-12-20 |
Martin KaFai Lau | bpf: sparc64: Enable sparc64 jit to provide bpf_line_info |
commit | commitdiff | tree | snapshot |
2018-12-19 |
Alexei Starovoitov | Merge branch 'line_info-check-for-ld_imm64' |
commit | commitdiff | tree | snapshot |
2018-12-19 |
Martin KaFai Lau | bpf: Add BPF_LD_IMM64 to the line_info test |
commit | commitdiff | tree | snapshot |
2018-12-19 |
Martin KaFai Lau | bpf: Ensure line_info.insn_off cannot point to insn... |
commit | commitdiff | tree | snapshot |
2018-12-19 |
Ivan Babrou | tools: bpftool: do not force gcc as CC |
commit | commitdiff | tree | snapshot |
2018-12-19 |
Björn Töpel | xsk: simplify AF_XDP socket teardown |
commit | commitdiff | tree | snapshot |
2018-12-18 |
Yonghong Song | bpf: log struct/union attribute for forward type |
commit | commitdiff | tree | snapshot |
2018-12-18 |
Daniel Borkmann | Merge branch 'bpf-sk-msg-size-member' |
commit | commitdiff | tree | snapshot |
2018-12-18 |
John Fastabend | bpf: sk_msg, add tests for size field |
commit | commitdiff | tree | snapshot |
2018-12-18 |
John Fastabend | bpf: add tools lib/include support sk_msg_md size field |
commit | commitdiff | tree | snapshot |
2018-12-18 |
John Fastabend | bpf: sockmap, metadata support for reporting size of msg |
commit | commitdiff | tree | snapshot |
2018-12-18 |
Jiong Wang | bpf: correct slot_type marking logic to allow more... |
commit | commitdiff | tree | snapshot |
2018-12-18 |
Matt Mullins | bpf: support raw tracepoints in modules |
commit | commitdiff | tree | snapshot |
2018-12-18 |
Daniel Borkmann | Merge branch 'bpf-bpftool-mount-tracefs' |
commit | commitdiff | tree | snapshot |
2018-12-18 |
Quentin Monnet | tools: bpftool: add an option to prevent auto-mount... |
commit | commitdiff | tree | snapshot |
2018-12-18 |
Quentin Monnet | tools: bpftool: attempt to mount tracefs if required... |
commit | commitdiff | tree | snapshot |
2018-12-18 |
Yonghong Song | tools/bpf: check precise {func, line, jited_line}_info_... |
commit | commitdiff | tree | snapshot |
2018-12-18 |
Prashant Bhole | bpf: libbpf: fix memleak by freeing line_info |
commit | commitdiff | tree | snapshot |
2018-12-18 |
Daniel Borkmann | Merge branch 'bpf-btf-type-fixes' |
commit | commitdiff | tree | snapshot |
2018-12-18 |
Yonghong Song | tools: bpftool: support pretty print with kind_flag set |
commit | commitdiff | tree | snapshot |
2018-12-18 |
Yonghong Song | tools: bpftool: refactor btf_dumper_int_bits() |
commit | commitdiff | tree | snapshot |
2018-12-18 |
Yonghong Song | tools/bpf: test kernel bpffs map pretty print with... |
commit | commitdiff | tree | snapshot |
2018-12-18 |
Yonghong Song | tools/bpf: add test_btf unit tests for kind_flag |
commit | commitdiff | tree | snapshot |
2018-12-18 |
Yonghong Song | tools/bpf: sync btf.h header from kernel to tools |
commit | commitdiff | tree | snapshot |
2018-12-18 |
Yonghong Song | bpf: enable cgroup local storage map pretty print with... |
commit | commitdiff | tree | snapshot |
2018-12-18 |
Yonghong Song | bpf: btf: fix struct/union/fwd types with kind_flag |
commit | commitdiff | tree | snapshot |
2018-12-18 |
Yonghong Song | bpf: btf: refactor btf_int_bits_seq_show() |
commit | commitdiff | tree | snapshot |
2018-12-17 |
Daniel Borkmann | bpf: remove useless version check for prog load |
commit | commitdiff | tree | snapshot |
2018-12-15 |
Daniel Borkmann | Merge branch 'bpf-bpftool-cleanups' |
commit | commitdiff | tree | snapshot |
2018-12-15 |
Quentin Monnet | tools: bpftool: fix -Wmissing declaration warnings |
commit | commitdiff | tree | snapshot |
2018-12-15 |
Quentin Monnet | tools: bpftool: fix warning on struct bpf_prog_linfo... |
commit | commitdiff | tree | snapshot |
2018-12-15 |
Quentin Monnet | tools: bpftool: add a prog array map update example... |
commit | commitdiff | tree | snapshot |
2018-12-15 |
Quentin Monnet | tools: bpftool: fix examples in documentation for bpfto... |
commit | commitdiff | tree | snapshot |
2018-12-15 |
Quentin Monnet | tools: bpftool: add doc for -m option to bpftool-prog.rst |
commit | commitdiff | tree | snapshot |
2018-12-15 |
Daniel Borkmann | Merge branch 'bpf-improve-verifier-state-analysis' |
commit | commitdiff | tree | snapshot |
2018-12-15 |
Alexei Starovoitov | bpf: add self-check logic to liveness analysis |
commit | commitdiff | tree | snapshot |
2018-12-15 |
Alexei Starovoitov | bpf: improve stacksafe state comparison |
commit | commitdiff | tree | snapshot |
2018-12-15 |
Alexei Starovoitov | selftests/bpf: check insn processed in test_verifier |
commit | commitdiff | tree | snapshot |
2018-12-15 |
Alexei Starovoitov | bpf: speed up stacksafe check |
commit | commitdiff | tree | snapshot |
2018-12-14 |
Alexei Starovoitov | Merge branch 'bpf_line_info-in-verifier' |
commit | commitdiff | tree | snapshot |
2018-12-14 |
Martin KaFai Lau | bpf: verbose log bpf_line_info in verifier |
commit | commitdiff | tree | snapshot |
2018-12-14 |
Martin KaFai Lau | bpf: Create a new btf_name_by_offset() for non type... |
commit | commitdiff | tree | snapshot |
2018-12-13 |
Andrey Ignatov | selftests/bpf: Fix sk lookup usage in test_sock_addr |
commit | commitdiff | tree | snapshot |
2018-12-13 |
Daniel Borkmann | bpf: remove obsolete prog->aux sanitation in bpf_insn_p... |
commit | commitdiff | tree | snapshot |
2018-12-13 |
Song Liu | bpf: sync tools/include/uapi/linux/bpf.h |
commit | commitdiff | tree | snapshot |
2018-12-13 |
Song Liu | bpf: include sub program tags in bpf_prog_info |
commit | commitdiff | tree | snapshot |
2018-12-13 |
Daniel Borkmann | Merge branch 'bpf-fix-kptr-checks' |
commit | commitdiff | tree | snapshot |
2018-12-13 |
Martin KaFai Lau | bpf: Remove !func_info and !line_info check from test_b... |
commit | commitdiff | tree | snapshot |
2018-12-13 |
Martin KaFai Lau | bpf: Remove bpf_dump_raw_ok() check for func_info and... |
commit | commitdiff | tree | snapshot |
2018-12-13 |
Daniel Borkmann | Merge branch 'bpf-bpftool-license-update' |
commit | commitdiff | tree | snapshot |
2018-12-13 |
Jakub Kicinski | tools: bpftool: dual license all files |
commit | commitdiff | tree | snapshot |
2018-12-13 |
Jakub Kicinski | tools: bpftool: replace Netronome boilerplate with... |
commit | commitdiff | tree | snapshot |
2018-12-13 |
Jakub Kicinski | tools: bpftool: fix SPDX format in headers |
commit | commitdiff | tree | snapshot |
2018-12-12 |
Roman Gushchin | selftests/bpf: add btf annotations for cgroup_local_sto... |
commit | commitdiff | tree | snapshot |
2018-12-12 |
Roman Gushchin | bpf: add bpffs pretty print for cgroup local storage... |
commit | commitdiff | tree | snapshot |
2018-12-12 |
Roman Gushchin | bpf: pass struct btf pointer to the map_check_btf(... |
commit | commitdiff | tree | snapshot |
2018-12-12 |
Stanislav Fomichev | selftests/bpf: use __bpf_constant_htons in test_prog.c |
commit | commitdiff | tree | snapshot |
2018-12-12 |
Martin KaFai Lau | bpf: arm64: Enable arm64 jit to provide bpf_line_info |
commit | commitdiff | tree | snapshot |
2018-12-11 |
Daniel Borkmann | bpf: fix up uapi helper description and sync bpf header... |
commit | commitdiff | tree | snapshot |
2018-12-11 |
David S. Miller | Merge git://git./linux/kernel/git/bpf/bpf-next |
commit | commitdiff | tree | snapshot |
2018-12-11 |
David Ahern | neighbor: gc_list changes should be protected by table... |
commit | commitdiff | tree | snapshot |
2018-12-11 |
David S. Miller | Merge tag 'mlx5e-updates-2018-12-10' of git://git.... |
commit | commitdiff | tree | snapshot |
2018-12-10 |
Oz Shlomo | net/sched: Remove egdev mechanism |
commit | commitdiff | tree | snapshot |
2018-12-10 |
Oz Shlomo | net/mlx5e: Add GRE protocol offloading |
commit | commitdiff | tree | snapshot |
2018-12-10 |
Oz Shlomo | net: Add netif_is_gretap()/netif_is_ip6gretap() |
commit | commitdiff | tree | snapshot |
2018-12-10 |
Oz Shlomo | net/mlx5e: Move TC tunnel offloading code to separate... |
commit | commitdiff | tree | snapshot |
2018-12-10 |
Oz Shlomo | net/mlx5e: Branch according to classified tunnel type |
commit | commitdiff | tree | snapshot |
2018-12-10 |
Oz Shlomo | net/mlx5e: Refactor VXLAN tunnel decap offloading code |
commit | commitdiff | tree | snapshot |
2018-12-10 |
Oz Shlomo | net/mlx5e: Refactor VXLAN tunnel encap offloading code |
commit | commitdiff | tree | snapshot |
2018-12-10 |
Oz Shlomo | net/mlx5e: Replace egdev with indirect block notifications |
commit | commitdiff | tree | snapshot |
2018-12-10 |
Oz Shlomo | net/mlx5e: Propagate the filter's net device to mlx5e... |
commit | commitdiff | tree | snapshot |
2018-12-10 |
Oz Shlomo | net/mlx5e: Provide the TC filter netdev as parameter... |
commit | commitdiff | tree | snapshot |
2018-12-10 |
Oz Shlomo | net/mlx5e: Support TC indirect block notifications... |
commit | commitdiff | tree | snapshot |
2018-12-10 |
Oz Shlomo | net/mlx5e: Store eswitch uplink representor state on... |
commit | commitdiff | tree | snapshot |
2018-12-10 |
Saeed Mahameed | Merge branch 'mlx5-next' of git://git./linux/kernel... |
commit | commitdiff | tree | snapshot |
2018-12-10 |
Alexei Starovoitov | Merge branch 'rename-info_cnt-to-nr_info' |
commit | commitdiff | tree | snapshot |
2018-12-10 |
Yonghong Song | tools/bpf: rename *_info_cnt to nr_*_info |
commit | commitdiff | tree | snapshot |
2018-12-10 |
Yonghong Song | tools/bpf: sync kernel uapi bpf.h to tools directory |
commit | commitdiff | tree | snapshot |
2018-12-10 |
Yonghong Song | bpf: rename *_info_cnt to nr_*_info in bpf_prog_info |
commit | commitdiff | tree | snapshot |
2018-12-10 |
Song Liu | bpf: clean up bpf_prog_get_info_by_fd() |
commit | commitdiff | tree | snapshot |
2018-12-10 |
Or Gerlitz | net/mlx5: Remove the get protocol device interface... |
commit | commitdiff | tree | snapshot |
2018-12-10 |
Eli Britstein | net/mlx5: Support extended destination format in flow... |
commit | commitdiff | tree | snapshot |
2018-12-10 |
Eli Britstein | net/mlx5: E-Switch, Change vhca id valid bool field... |
commit | commitdiff | tree | snapshot |
2018-12-10 |
Eli Britstein | net/mlx5: Introduce extended destination fields |
commit | commitdiff | tree | snapshot |
next |