summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-20bpf: Add BPF program and map iterators as built-in BPF programs.Alexei Starovoitov
2020-08-20bpf: Factor out bpf_link_by_id() helper.Alexei Starovoitov
2020-08-20libbpf: Simplify the return expression of build_map_pin_path()Xu Wang
2020-08-19Merge branch 'type-and-enum-value-relos'Alexei Starovoitov
2020-08-19selftests/bpf: Add tests for ENUMVAL_EXISTS/ENUMVAL_VALUE relocationsAndrii Nakryiko
2020-08-19libbpf: Implement enum value-based CO-RE relocationsAndrii Nakryiko
2020-08-19selftests/bpf: Add CO-RE relo test for TYPE_ID_LOCAL/TYPE_ID_TARGETAndrii Nakryiko
2020-08-19selftests/bpf: Test TYPE_EXISTS and TYPE_SIZE CO-RE relocationsAndrii Nakryiko
2020-08-19libbpf: Implement type-based CO-RE relocations supportAndrii Nakryiko
2020-08-19net-veth: Add type safety to veth_xdp_to_ptr() and veth_ptr_to_xdp()Maciej Żenczykowski
2020-08-19net-tun: Eliminate two tun/xdp related function calls from vhost-netMaciej Żenczykowski
2020-08-19net-tun: Add type safety to tun_xdp_to_ptr() and tun_ptr_to_xdp()Maciej Żenczykowski
2020-08-18Merge branch 'libbpf-minimize-feature-detection'Alexei Starovoitov
2020-08-18tools: Remove feature-libelf-mmap feature detectionAndrii Nakryiko
2020-08-18libbpf: Centralize poisoning and poison reallocarray()Andrii Nakryiko
2020-08-18tools/bpftool: Remove libbpf_internal.h usage in bpftoolAndrii Nakryiko
2020-08-18libbpf: Remove any use of reallocarray() in libbpfAndrii Nakryiko
2020-08-18selftests/bpf: Add test validating failure on ambiguous relocation valueAndrii Nakryiko
2020-08-18libbpf: Improve relocation ambiguity detectionAndrii Nakryiko
2020-08-18libbpf: Clean up and improve CO-RE reloc loggingAndrii Nakryiko
2020-08-18libbpf: Improve error logging for mismatched BTF kind casesAndrii Nakryiko
2020-08-18Merge branch 'libbpf-probing-improvements'Alexei Starovoitov
2020-08-18libbpf: Detect minimal BTF support and skip BTF loading, if missingAndrii Nakryiko
2020-08-18libbpf: Switch tracing and CO-RE helper macros to bpf_probe_read_kernel()Andrii Nakryiko
2020-08-18selftests/bpf: Fix test_vmlinux test to use bpf_probe_read_user()Andrii Nakryiko
2020-08-18libbpf: Sanitize BPF program code for bpf_probe_read_{kernel, user}[_str]Andrii Nakryiko
2020-08-18libbpf: Factor out common logic of testing and closing FDAndrii Nakryiko
2020-08-18libbpf: Make kernel feature probing lazyAndrii Nakryiko
2020-08-18libbpf: Disable -Wswitch-enum compiler warningAndrii Nakryiko
2020-08-18libbpf: Convert comma to semicolonXu Wang
2020-08-18samples: bpf: Fix broken bpf programs due to removed symbolDaniel T. Lee
2020-08-18net: eliminate meaningless memcpy to data in pskb_carve_inside_nonlinear()Miaohe Lin
2020-08-18ethernet: cirrus: Remove unused macrosAlex Dewar
2020-08-18net: tipc: Convert to use the preferred fallthrough macroMiaohe Lin
2020-08-18Merge branch 'netlink-allow-NLA_BINARY-length-range-validation'David S. Miller
2020-08-18netlink: make NLA_BINARY validation more flexibleJohannes Berg
2020-08-18netlink: consistently use NLA_POLICY_MIN_LEN()Johannes Berg
2020-08-18netlink: consistently use NLA_POLICY_EXACT_LEN()Johannes Berg
2020-08-17Merge tag 'pstore-v5.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-08-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-08-17otx2_common: Use devm_kcalloc() in otx2_config_npa()Xu Wang
2020-08-17net: qrtr: fix usage of idr in port assignment to socketNecip Fazil Yildiran
2020-08-17selftests: disable rp_filter for icmp_redirect.shDavid Ahern
2020-08-17mailmap: Add WeiXiong LiaoKees Cook
2020-08-17mailmap: Restore dictionary sortingKees Cook
2020-08-17Revert "net: xdp: pull ethernet header off packet after computing skb->protocol"David S. Miller
2020-08-17phylink: <linux/phylink.h>: fix function prototype kernel-doc warningRandy Dunlap
2020-08-17watch_queue: Limit the number of watches a user can holdDavid Howells
2020-08-16mptcp: sendmsg: reset iter on error reduxFlorian Westphal
2020-08-16net: devlink: Remove overzealous WARN_ON with snapshotsAndrew Lunn