Age | Commit message (Expand) | Author |
2018-10-21 | tools: bpftool: fix completion for "bpftool map update" | Quentin Monnet |
2018-10-21 | tools: bpftool: print nb of cmds to stdout (not stderr) for batch mode | Quentin Monnet |
2018-10-21 | tools: bpftool: document restriction on '.' in names to pin in bpffs | Quentin Monnet |
2018-10-20 | selftests/bpf: fix return value comparison for tests in test_libbpf.sh | Quentin Monnet |
2018-10-20 | Merge branch 'misc-improvements' | Alexei Starovoitov |
2018-10-20 | bpf, libbpf: simplify and cleanup perf ring buffer walk | Daniel Borkmann |
2018-10-20 | bpf, verifier: avoid retpoline for map push/pop/peek operation | Daniel Borkmann |
2018-10-20 | bpf, verifier: remove unneeded flow key in check_helper_mem_access | Daniel Borkmann |
2018-10-20 | bpf, verifier: reject xadd on flow key memory | Daniel Borkmann |
2018-10-20 | bpf, verifier: fix register type dump in xadd and st | Daniel Borkmann |
2018-10-20 | ulp: remove uid and user_visible members | Daniel Borkmann |
2018-10-20 | Merge branch 'bpf-msg-push-data' | Daniel Borkmann |
2018-10-20 | bpf: test_sockmap add options to use msg_push_data | John Fastabend |
2018-10-20 | bpf: libbpf support for msg_push_data | John Fastabend |
2018-10-20 | bpf: sk_msg program helper bpf_msg_push_data | John Fastabend |
2018-10-20 | bpf: skmsg, fix psock create on existing kcm/tls port | John Fastabend |
2018-10-19 | bpf: remove unused variable | Alexei Starovoitov |
2018-10-19 | Merge branch 'cg_skb_direct_pkt_access' | Alexei Starovoitov |
2018-10-19 | bpf: add tests for direct packet access from CGROUP_SKB | Song Liu |
2018-10-19 | bpf: add cg_skb_is_valid_access for BPF_PROG_TYPE_CGROUP_SKB | Song Liu |
2018-10-19 | Merge branch 'improve_perf_barriers' | Alexei Starovoitov |
2018-10-19 | bpf, libbpf: use correct barriers in perf ring buffer walk | Daniel Borkmann |
2018-10-19 | tools, perf: add and use optimized ring_buffer_{read_head, write_tail} helpers | Daniel Borkmann |
2018-10-19 | selftests/bpf: add missing executables to .gitignore | Anders Roxell |
2018-10-19 | Merge branch 'queue_stack_maps' | Alexei Starovoitov |
2018-10-19 | selftests/bpf: add test cases for queue and stack maps | Mauricio Vasquez B |
2018-10-19 | Sync uapi/bpf.h to tools/include | Mauricio Vasquez B |
2018-10-19 | bpf: add MAP_LOOKUP_AND_DELETE_ELEM syscall | Mauricio Vasquez B |
2018-10-19 | bpf: add queue and stack maps | Mauricio Vasquez B |
2018-10-19 | bpf/verifier: add ARG_PTR_TO_UNINIT_MAP_VALUE | Mauricio Vasquez B |
2018-10-19 | bpf/syscall: allow key to be null in map functions | Mauricio Vasquez B |
2018-10-19 | bpf: rename stack trace map operations | Mauricio Vasquez B |
2018-10-18 | tools: bpftool: use 4 context mode for the NFP disasm | Jakub Kicinski |
2018-10-18 | selftests/bpf: fix file resource leak in load_kallsyms | Peng Hao |
2018-10-17 | bpf: fix doc of bpf_skb_adjust_room() in uapi | Nicolas Dichtel |
2018-10-17 | Merge branch 'bpf-sk-msg-peek' | Daniel Borkmann |
2018-10-17 | bpf: sockmap, add msg_peek tests to test_sockmap | John Fastabend |
2018-10-17 | bpf: sockmap, support for msg_peek in sk_msg with redirect ingress | John Fastabend |
2018-10-17 | bpf: skmsg, improve sk_msg_used_element to work in cork context | John Fastabend |
2018-10-17 | bpf: sockmap, fix skmsg recvmsg handler to track size correctly | John Fastabend |
2018-10-16 | Merge branch 'nfp-improve-bpf-offload' | Alexei Starovoitov |
2018-10-16 | nfp: bpf: double check vNIC capabilities after object sharing | Jakub Kicinski |
2018-10-16 | nfp: bpf: protect against mis-initializing atomic counters | Jakub Kicinski |
2018-10-16 | libbpf: Per-symbol visibility for DSO | Andrey Ignatov |
2018-10-16 | bpf, tls: add tls header to tools infrastructure | Daniel Borkmann |
2018-10-16 | Merge branch 'net-Kernel-side-filtering-for-route-dumps' | David S. Miller |
2018-10-16 | net/ipv4: Bail early if user only wants prefix entries | David Ahern |
2018-10-16 | net/ipv6: Bail early if user only wants cloned entries | David Ahern |
2018-10-16 | net/mpls: Handle kernel side filtering of route dumps | David Ahern |
2018-10-16 | net: Enable kernel side filtering of route dumps | David Ahern |