| Commit message (Expand) | Author | Age | Files | Lines |
* | isdn: hfc_{pci,sx}: Avoid empty body if statements | Nathan Chancellor | 2018-10-23 | 4 | -12/+11 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2018-10-22 | 62 | -394/+2315 |
|\ |
|
| * | tools: bpftool: fix completion for "bpftool map update" | Quentin Monnet | 2018-10-21 | 1 | -1/+1 |
| * | tools: bpftool: print nb of cmds to stdout (not stderr) for batch mode | Quentin Monnet | 2018-10-21 | 1 | -1/+2 |
| * | tools: bpftool: document restriction on '.' in names to pin in bpffs | Quentin Monnet | 2018-10-21 | 2 | -3/+9 |
| * | selftests/bpf: fix return value comparison for tests in test_libbpf.sh | Quentin Monnet | 2018-10-21 | 1 | -1/+1 |
| * | Merge branch 'misc-improvements' | Alexei Starovoitov | 2018-10-21 | 8 | -76/+99 |
| |\ |
|
| | * | bpf, libbpf: simplify and cleanup perf ring buffer walk | Daniel Borkmann | 2018-10-21 | 4 | -52/+47 |
| | * | bpf, verifier: avoid retpoline for map push/pop/peek operation | Daniel Borkmann | 2018-10-21 | 1 | -1/+24 |
| | * | bpf, verifier: remove unneeded flow key in check_helper_mem_access | Daniel Borkmann | 2018-10-21 | 1 | -2/+0 |
| | * | bpf, verifier: reject xadd on flow key memory | Daniel Borkmann | 2018-10-21 | 1 | -1/+10 |
| | * | bpf, verifier: fix register type dump in xadd and st | Daniel Borkmann | 2018-10-21 | 2 | -11/+18 |
| | * | ulp: remove uid and user_visible members | Daniel Borkmann | 2018-10-21 | 2 | -9/+0 |
| |/ |
|
| * | Merge branch 'bpf-msg-push-data' | Daniel Borkmann | 2018-10-20 | 7 | -28/+308 |
| |\ |
|
| | * | bpf: test_sockmap add options to use msg_push_data | John Fastabend | 2018-10-20 | 2 | -26/+129 |
| | * | bpf: libbpf support for msg_push_data | John Fastabend | 2018-10-20 | 2 | -1/+21 |
| | * | bpf: sk_msg program helper bpf_msg_push_data | John Fastabend | 2018-10-20 | 3 | -1/+158 |
| |/ |
|
| * | bpf: skmsg, fix psock create on existing kcm/tls port | John Fastabend | 2018-10-20 | 2 | -10/+26 |
| * | bpf: remove unused variable | Alexei Starovoitov | 2018-10-19 | 1 | -1/+1 |
| * | Merge branch 'cg_skb_direct_pkt_access' | Alexei Starovoitov | 2018-10-19 | 5 | -1/+248 |
| |\ |
|
| | * | bpf: add tests for direct packet access from CGROUP_SKB | Song Liu | 2018-10-19 | 2 | -0/+186 |
| | * | bpf: add cg_skb_is_valid_access for BPF_PROG_TYPE_CGROUP_SKB | Song Liu | 2018-10-19 | 3 | -1/+62 |
| |/ |
|
| * | Merge branch 'improve_perf_barriers' | Alexei Starovoitov | 2018-10-19 | 10 | -18/+254 |
| |\ |
|
| | * | bpf, libbpf: use correct barriers in perf ring buffer walk | Daniel Borkmann | 2018-10-19 | 1 | -6/+4 |
| | * | tools, perf: add and use optimized ring_buffer_{read_head, write_tail} helpers | Daniel Borkmann | 2018-10-19 | 9 | -12/+250 |
| |/ |
|
| * | selftests/bpf: add missing executables to .gitignore | Anders Roxell | 2018-10-19 | 1 | -0/+2 |
| * | Merge branch 'queue_stack_maps' | Alexei Starovoitov | 2018-10-19 | 21 | -14/+834 |
| |\ |
|
| | * | selftests/bpf: add test cases for queue and stack maps | Mauricio Vasquez B | 2018-10-19 | 9 | -1/+313 |
| | * | Sync uapi/bpf.h to tools/include | Mauricio Vasquez B | 2018-10-19 | 1 | -1/+29 |
| | * | bpf: add MAP_LOOKUP_AND_DELETE_ELEM syscall | Mauricio Vasquez B | 2018-10-19 | 2 | -0/+67 |
| | * | bpf: add queue and stack maps | Mauricio Vasquez B | 2018-10-19 | 10 | -3/+401 |
| | * | bpf/verifier: add ARG_PTR_TO_UNINIT_MAP_VALUE | Mauricio Vasquez B | 2018-10-19 | 2 | -3/+7 |
| | * | bpf/syscall: allow key to be null in map functions | Mauricio Vasquez B | 2018-10-19 | 1 | -4/+15 |
| | * | bpf: rename stack trace map operations | Mauricio Vasquez B | 2018-10-19 | 2 | -2/+2 |
| |/ |
|
| * | tools: bpftool: use 4 context mode for the NFP disasm | Jakub Kicinski | 2018-10-18 | 4 | -9/+20 |
| * | selftests/bpf: fix file resource leak in load_kallsyms | Peng Hao | 2018-10-18 | 1 | -0/+1 |
| * | bpf: fix doc of bpf_skb_adjust_room() in uapi | Nicolas Dichtel | 2018-10-18 | 2 | -2/+2 |
| * | Merge branch 'bpf-sk-msg-peek' | Daniel Borkmann | 2018-10-17 | 5 | -74/+153 |
| |\ |
|
| | * | bpf: sockmap, add msg_peek tests to test_sockmap | John Fastabend | 2018-10-17 | 1 | -52/+115 |
| | * | bpf: sockmap, support for msg_peek in sk_msg with redirect ingress | John Fastabend | 2018-10-17 | 3 | -17/+30 |
| | * | bpf: skmsg, improve sk_msg_used_element to work in cork context | John Fastabend | 2018-10-17 | 1 | -5/+8 |
| |/ |
|
| * | bpf: sockmap, fix skmsg recvmsg handler to track size correctly | John Fastabend | 2018-10-17 | 2 | -0/+2 |
| * | Merge branch 'nfp-improve-bpf-offload' | Alexei Starovoitov | 2018-10-17 | 3 | -13/+98 |
| |\ |
|
| | * | nfp: bpf: double check vNIC capabilities after object sharing | Jakub Kicinski | 2018-10-17 | 3 | -6/+22 |
| | * | nfp: bpf: protect against mis-initializing atomic counters | Jakub Kicinski | 2018-10-17 | 3 | -7/+76 |
| |/ |
|
| * | libbpf: Per-symbol visibility for DSO | Andrey Ignatov | 2018-10-17 | 4 | -148/+179 |
| * | bpf, tls: add tls header to tools infrastructure | Daniel Borkmann | 2018-10-16 | 2 | -5/+86 |
* | | Merge branch 'net-simplify-getting-driver_data' | David S. Miller | 2018-10-22 | 9 | -34/+17 |
|\ \ |
|
| * | | net: phy: mdio-mux-bcm-iproc: simplify getting .driver_data | Wolfram Sang | 2018-10-22 | 1 | -4/+2 |
| * | | net: ethernet: wiznet: w5300: simplify getting .driver_data | Wolfram Sang | 2018-10-22 | 1 | -4/+2 |