aboutsummaryrefslogtreecommitdiffstats
path: root/tools/wmi (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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-22libbpf: emit diff of mismatched public API, if anyAndrii Nakryiko1-0/+10
2019-05-22hv_sock: perf: loop in send() to maximize bandwidthSunil Muthuswamy1-14/+31
2019-05-22hv_sock: perf: Allow the socket buffer size options to influence the actual socket buffersSunil Muthuswamy1-10/+40
2019-05-22ipv4/igmp: shrink struct ip_sf_listEric Dumazet1-1/+1
2019-05-22neighbor: Add tracepoint to __neigh_createDavid Ahern2-0/+51
2019-05-22selftests: pmtu: Simplify cleanup and namespace namesDavid Ahern1-9/+8
2019-05-22selftests: fib-onlink: Make quiet by defaultDavid Ahern1-5/+43
2019-05-22net: Set strict_start_type for routes and rulesDavid Ahern3-0/+3
2019-05-22ipv4: Rename and export nh_update_mtuDavid Ahern2-2/+3
2019-05-22ipv4: export fib_info_update_nh_saddrDavid Ahern2-7/+7
2019-05-22ipv4: export fib_flushDavid Ahern2-1/+2
2019-05-22ipv4: export fib_check_nhDavid Ahern2-6/+8
2019-05-22ipv4: Add function to send route updatesDavid Ahern2-0/+74
2019-05-22ipv6: export function to send route updatesDavid Ahern5-4/+46
2019-05-22ipv6: Add hook to bump sernum for a route to stubsDavid Ahern4-0/+11
2019-05-22ipv6: Add delete route hook to stubsDavid Ahern3-0/+8
2019-05-22net: phy: Make phy_basic_t1_features use base100t1.Andrew Lunn1-1/+1
2019-05-22net: phy: Add support for 100BaseT1 and 1000BaseT1Andrew Lunn2-1/+5
2019-05-22net: phy: dp83867: Allocate state struct in probeTrent Piepho1-14/+19
2019-05-22net: phy: dp83867: Validate FIFO depth propertyTrent Piepho1-2/+15
2019-05-22net: phy: dp83867: IO impedance is not dependent on RGMII delayTrent Piepho1-10/+9
2019-05-22net: phy: dp83867: Use unsigned variables to store unsigned propertiesTrent Piepho1-3/+3
2019-05-22net: phy: dp83867: Rework delay rgmii delay handlingTrent Piepho1-12/+66
2019-05-22net: phy: dp83867: Add ability to disable output clockTrent Piepho1-9/+28
2019-05-22dt-bindings: phy: dp83867: Add documentation for disabling clock outputTrent Piepho2-2/+6
2019-05-22dt-bindings: phy: dp83867: Describe how driver behaves w.r.t rgmii delayTrent Piepho1-0/+8
2019-05-22cxgb4: Enable hash filter with offloadVishal Kulkarni8-22/+110
2019-05-22net: fec: remove redundant ipg clock disableBaruch Siach1-1/+0
2019-05-22net: Add UNIX_DIAG_UID to Netlink UNIX socket diagnostics.Felipe Gasper2-0/+14
2019-05-22gfs2: Fix sign extension bug in gfs2_update_statsAndreas Gruenbacher1-4/+5
2019-05-21dm: make sure to obey max_io_len_target_boundaryMichael Lass1-1/+3
2019-05-21usbnet: fix kernel crash after disconnectKloetzke Jan1-0/+6
2019-05-21selftests: fib_rule_tests: use pre-defined DEV_ADDRHangbin Liu1-2/+3
2019-05-21net-next: net: Fix typos in ip-sysctl.txtMasanari Iida1-2/+2
2019-05-21ipv6: Consider sk_bound_dev_if when binding a raw socket to an addressMike Manning1-0/+2
2019-05-21net: phylink: ensure inband AN works correctlyRussell King1-22/+15
2019-05-21usbnet: ipheth: fix racing conditionBernd Eckstein1-1/+2