aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/dlm_netlink.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-25xsk: add sock_diag interface for AF_XDPBjörn Töpel6-5/+285
2019-01-25xsk: add id to umemBjörn Töpel2-0/+14
2019-01-25net: xsk: track AF_XDP sockets on a per-netns listBjörn Töpel3-0/+47
2019-01-25selftests/bpf: suppress readelf stderr when probing for BTF supportStanislav Fomichev1-1/+2
2019-01-24bpf: allow BPF programs access skb_shared_info->gso_segs fieldEric Dumazet4-0/+59
2019-01-24bpftool: feature probing, change default actionPrashant Bhole1-1/+1
2019-01-23nfp: bpf: support removing dead codeJakub Kicinski3-1/+34
2019-01-23nfp: bpf: support optimizing dead branchesJakub Kicinski3-0/+49
2019-01-23nfp: bpf: save original program lengthJakub Kicinski4-14/+15
2019-01-23nfp: bpf: split up the skip flagJakub Kicinski2-19/+26
2019-01-23nfp: bpf: don't use instruction number for jump targetJakub Kicinski1-1/+1
2019-01-23bpf: notify offload JITs about optimizationsJakub Kicinski4-0/+53
2019-01-23bpf: verifier: record original instruction indexJakub Kicinski2-3/+6
2019-01-23selftests: bpf: add tests for dead code removalJakub Kicinski2-7/+549
2019-01-23bpf: verifier: remove unconditional branches by 0Jakub Kicinski1-0/+23
2019-01-23bpf: verifier: remove dead codeJakub Kicinski3-3/+186
2019-01-23bpf: verifier: hard wire branches to dead codeJakub Kicinski1-2/+43
2019-01-23bpf: change parameters of call/branch offset adjustmentJakub Kicinski1-19/+21
2019-01-23selftests/bpf: don't hardcode iptables/nc path in test_tcpnotify_userStanislav Fomichev1-3/+3
2019-01-23libbpf: Show supported ELF section names when failing to guess prog/attach typeTaeung Song3-12/+48
2019-01-22bpf: btf: add btf documentationYonghong Song2-0/+877
2019-01-22tools: bpftool: add bash completion for bpftool probesQuentin Monnet1-0/+19
2019-01-22tools: bpftool: add probes for a network deviceQuentin Monnet2-14/+73
2019-01-22tools: bpftool: add C-style "#define" output for probesQuentin Monnet2-30/+133
2019-01-22tools: bpftool: add probes for eBPF helper functionsQuentin Monnet5-0/+121
2019-01-22tools: bpftool: add probes for eBPF map typesQuentin Monnet6-1/+118
2019-01-22tools: bpftool: add probes for eBPF program typesQuentin Monnet5-2/+159
2019-01-22tools: bpftool: add probes for kernel configuration optionsQuentin Monnet1-0/+182
2019-01-22tools: bpftool: add probes for /proc/ eBPF parametersQuentin Monnet1-0/+187
2019-01-22tools: bpftool: add basic probe capability, probe syscall availabilityQuentin Monnet10-1/+200
2019-01-17bpf: fix a (false) compiler warningPeter Oskolkov1-1/+2
2019-01-17bpftool: add bash completion for peek/push/enqueue/pop/dequeueStanislav Fomichev1-18/+73
2019-01-17bpftool: add pop and dequeue commandsStanislav Fomichev2-35/+98
2019-01-17bpftool: add push and enqueue commandsStanislav Fomichev2-1/+14
2019-01-17bpftool: add peek commandStanislav Fomichev2-1/+7
2019-01-17bpftool: don't print empty key/value for mapsStanislav Fomichev1-19/+28
2019-01-17bpftool: make key optional in lookup commandStanislav Fomichev2-9/+5
2019-01-17bpftool: make key and value optional in update commandStanislav Fomichev2-9/+31
2019-01-16tools/bpf: support __int128 in bpftool map pretty dumperYonghong Song1-12/+86
2019-01-16tools/bpf: add bpffs pretty print test for int128Yonghong Song1-0/+79
2019-01-16tools/bpf: refactor test_btf pretty printing for multiple map value formatsYonghong Song1-37/+75
2019-01-16tools/bpf: add int128 raw test in test_btfYonghong Song1-0/+93
2019-01-16bpf: btf: support 128 bit integer typeYonghong Song1-19/+85
2019-01-16libbpf: don't define CC and ARStanislav Fomichev1-16/+1
2019-01-16networking: Documentation: fix snmp_counters.rst Sphinx warningsRandy Dunlap1-27/+86
2019-01-16net, decnet: use struct_size() in kzalloc()Gustavo A. R. Silva1-1/+1
2019-01-16mlxsw: spectrum_nve: Use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+2
2019-01-16mlxsw: spectrum_acl_bloom_filter: use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+2
2019-01-15dt-bindings: net: dsa: ksz9477: fix indentation for switch spi bindingsSergio Paracuellos1-51/+51
2019-01-15Fix ERROR:do not initialise statics to 0 in af_vsock.cLepton Wu1-1/+1