aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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-24Merge branch 'bpf-explored-states'Daniel Borkmann2-29/+50
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-23Merge branch 'bpf-jmp-seq-limit'Daniel Borkmann7-30/+319
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-22Merge branch 'net-Export-functions-for-nexthop-code'David S. Miller10-20/+159
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-22Merge branch 'net-phy-T1-support'David S. Miller3-2/+6
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-22Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds7-23/+30
2019-05-22Merge tag 'gfs2-5.1.fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds1-4/+5
2019-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds23-162/+104