summaryrefslogtreecommitdiffstats
path: root/tools/lib (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-25tools: bpf: sync uapi header bpf.hJiong Wang1-0/+18
2019-05-25bpf: introduce new bpf prog load flags "BPF_F_TEST_RND_HI32"Jiong Wang2-1/+21
2019-05-25bpf: verifier: insert zero extension according to analysis resultJiong Wang4-0/+52
2019-05-25bpf: introduce new mov32 variant for doing explicit zero extensionJiong Wang1-0/+14
2019-05-25bpf: verifier: mark patched-insn with sub-register zext flagJiong Wang1-4/+33
2019-05-25bpf: verifier: mark verified-insn with sub-register zext flagJiong Wang2-16/+171
2019-05-24tools/bpf: add selftest in test_progs for bpf_send_signal() helperYonghong Song3-0/+250
2019-05-24tools/bpf: sync bpf uapi header bpf.h to tools directoryYonghong Song1-1/+16
2019-05-24bpf: implement bpf_send_signal() helperYonghong Song2-1/+88
2019-05-24bpftool: update bash-completion w/ new c option for btf dumpAndrii Nakryiko1-4/+17
2019-05-24bpftool/docs: add description of btf dump C optionAndrii Nakryiko1-15/+20
2019-05-24bpftool: add C output format option to btf dump subcommandAndrii Nakryiko1-2/+73
2019-05-24selftests/bpf: add btf_dump BTF-to-C conversion testsAndrii Nakryiko10-1/+824
2019-05-24libbpf: add btf_dump API for BTF-to-C conversionAndrii Nakryiko4-1/+1359
2019-05-24libbpf: switch btf_dedup() to hashmap for dedup tableAndrii Nakryiko1-116/+85
2019-05-24selftests/bpf: add tests for libbpf's hashmapAndrii Nakryiko3-1/+384
2019-05-24libbpf: add resizable non-thread safe internal hashmapAndrii Nakryiko3-1/+403
2019-05-24selftests/bpf: use btf__parse_elf to check presence of BTF/BTF.extAndrii Nakryiko1-58/+13
2019-05-24bpftool: use libbpf's btf__parse_elf APIAndrii Nakryiko1-109/+8
2019-05-24libbpf: add btf__parse_elf API to load .BTF and .BTF.extAndrii Nakryiko3-0/+135
2019-05-24libbpf: ensure libbpf.h is included along libbpf_internal.hAndrii Nakryiko1-0/+2
2019-05-24samples: bpf: Do not define bpf_printk macroMichal Rostecki10-72/+2
2019-05-24selftests: bpf: Move bpf_printk to bpf_helpers.hMichal Rostecki7-42/+8
2019-05-24bpf: convert explored_states to hash tableAlexei Starovoitov2-5/+19
2019-05-24bpf: split explored_statesAlexei Starovoitov2-18/+14
2019-05-24bpf: cleanup explored_statesAlexei Starovoitov1-9/+20
2019-05-23selftests/bpf: add pyperf scale testAlexei Starovoitov5-13/+298
2019-05-23selftests/bpf: adjust verifier scale testAlexei Starovoitov1-14/+17
2019-05-23bpf: bump jmp sequence limitAlexei Starovoitov1-3/+4
2019-05-23libbpf: emit diff of mismatched public API, if anyAndrii Nakryiko1-0/+10
2019-05-23hv_sock: perf: loop in send() to maximize bandwidthSunil Muthuswamy1-14/+31
2019-05-23hv_sock: perf: Allow the socket buffer size options to influence the actual s...Sunil Muthuswamy1-10/+40
2019-05-23ipv4/igmp: shrink struct ip_sf_listEric Dumazet1-1/+1
2019-05-23neighbor: Add tracepoint to __neigh_createDavid Ahern2-0/+51
2019-05-23selftests: pmtu: Simplify cleanup and namespace namesDavid Ahern1-9/+8
2019-05-23selftests: fib-onlink: Make quiet by defaultDavid Ahern1-5/+43
2019-05-23net: Set strict_start_type for routes and rulesDavid Ahern3-0/+3
2019-05-23ipv4: Rename and export nh_update_mtuDavid Ahern2-2/+3
2019-05-23ipv4: export fib_info_update_nh_saddrDavid Ahern2-7/+7
2019-05-23ipv4: export fib_flushDavid Ahern2-1/+2
2019-05-23ipv4: export fib_check_nhDavid Ahern2-6/+8
2019-05-23ipv4: Add function to send route updatesDavid Ahern2-0/+74
2019-05-23ipv6: export function to send route updatesDavid Ahern5-4/+46
2019-05-23ipv6: Add hook to bump sernum for a route to stubsDavid Ahern4-0/+11
2019-05-23ipv6: Add delete route hook to stubsDavid Ahern3-0/+8
2019-05-23net: phy: Make phy_basic_t1_features use base100t1.Andrew Lunn1-1/+1
2019-05-23net: phy: Add support for 100BaseT1 and 1000BaseT1Andrew Lunn2-1/+5
2019-05-23net: phy: dp83867: Allocate state struct in probeTrent Piepho1-14/+19
2019-05-23net: phy: dp83867: Validate FIFO depth propertyTrent Piepho1-2/+15
2019-05-23net: phy: dp83867: IO impedance is not dependent on RGMII delayTrent Piepho1-10/+9