summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-08-20bpf: Add kernel module with user mode driver that populates bpffs.Alexei Starovoitov13-6/+390
2020-08-20bpf: Add BPF program and map iterators as built-in BPF programs.Alexei Starovoitov5-0/+587
2020-08-20bpf: Factor out bpf_link_by_id() helper.Alexei Starovoitov2-18/+29
2020-08-20libbpf: Simplify the return expression of build_map_pin_path()Xu Wang1-6/+2
2020-08-20Merge branch 'type-and-enum-value-relos'Alexei Starovoitov20-56/+1412
2020-08-20selftests/bpf: Add tests for ENUMVAL_EXISTS/ENUMVAL_VALUE relocationsAndrii Nakryiko7-0/+224
2020-08-20libbpf: Implement enum value-based CO-RE relocationsAndrii Nakryiko3-5/+170
2020-08-20selftests/bpf: Add CO-RE relo test for TYPE_ID_LOCAL/TYPE_ID_TARGETAndrii Nakryiko6-19/+323
2020-08-20selftests/bpf: Test TYPE_EXISTS and TYPE_SIZE CO-RE relocationsAndrii Nakryiko9-22/+446
2020-08-20libbpf: Implement type-based CO-RE relocations supportAndrii Nakryiko3-24/+263
2020-08-20net-veth: Add type safety to veth_xdp_to_ptr() and veth_ptr_to_xdp()Maciej Żenczykowski1-3/+3
2020-08-20net-tun: Eliminate two tun/xdp related function calls from vhost-netMaciej Żenczykowski2-21/+12
2020-08-20net-tun: Add type safety to tun_xdp_to_ptr() and tun_ptr_to_xdp()Maciej Żenczykowski2-7/+7
2020-08-19Merge branch 'libbpf-minimize-feature-detection'Alexei Starovoitov21-247/+353
2020-08-19tools: Remove feature-libelf-mmap feature detectionAndrii Nakryiko8-36/+8
2020-08-19libbpf: Centralize poisoning and poison reallocarray()Andrii Nakryiko12-33/+13
2020-08-19tools/bpftool: Remove libbpf_internal.h usage in bpftoolAndrii Nakryiko4-150/+288
2020-08-19libbpf: Remove any use of reallocarray() in libbpfAndrii Nakryiko6-29/+45
2020-08-19selftests/bpf: Add test validating failure on ambiguous relocation valueAndrii Nakryiko3-0/+30
2020-08-19libbpf: Improve relocation ambiguity detectionAndrii Nakryiko1-46/+124
2020-08-19libbpf: Clean up and improve CO-RE reloc loggingAndrii Nakryiko4-129/+169
2020-08-19libbpf: Improve error logging for mismatched BTF kind casesAndrii Nakryiko1-18/+41
2020-08-19Merge branch 'libbpf-probing-improvements'Alexei Starovoitov5-137/+240
2020-08-19libbpf: Detect minimal BTF support and skip BTF loading, if missingAndrii Nakryiko1-0/+27
2020-08-19libbpf: Switch tracing and CO-RE helper macros to bpf_probe_read_kernel()Andrii Nakryiko2-20/+24
2020-08-19selftests/bpf: Fix test_vmlinux test to use bpf_probe_read_user()Andrii Nakryiko1-3/+9
2020-08-19libbpf: Sanitize BPF program code for bpf_probe_read_{kernel, user}[_str]Andrii Nakryiko1-0/+80
2020-08-19libbpf: Factor out common logic of testing and closing FDAndrii Nakryiko1-53/+17
2020-08-19libbpf: Make kernel feature probing lazyAndrii Nakryiko1-64/+86
2020-08-19libbpf: Disable -Wswitch-enum compiler warningAndrii Nakryiko1-1/+1
2020-08-19libbpf: Convert comma to semicolonXu Wang1-1/+1
2020-08-19samples: bpf: Fix broken bpf programs due to removed symbolDaniel T. Lee3-3/+3
2020-08-19net: eliminate meaningless memcpy to data in pskb_carve_inside_nonlinear()Miaohe Lin1-2/+1
2020-08-18ethernet: cirrus: Remove unused macrosAlex Dewar1-4/+0
2020-08-18net: tipc: Convert to use the preferred fallthrough macroMiaohe Lin3-4/+4
2020-08-18Merge branch 'netlink-allow-NLA_BINARY-length-range-validation'David S. Miller12-92/+115
2020-08-18netlink: make NLA_BINARY validation more flexibleJohannes Berg3-61/+89
2020-08-18netlink: consistently use NLA_POLICY_MIN_LEN()Johannes Berg3-6/+6
2020-08-18netlink: consistently use NLA_POLICY_EXACT_LEN()Johannes Berg8-25/+20
2020-08-18Merge tag 'pstore-v5.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-57/+58
2020-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds76-349/+768
2020-08-18otx2_common: Use devm_kcalloc() in otx2_config_npa()Xu Wang1-2/+2
2020-08-18net: qrtr: fix usage of idr in port assignment to socketNecip Fazil Yildiran1-9/+11
2020-08-18selftests: disable rp_filter for icmp_redirect.shDavid Ahern1-0/+2
2020-08-18mailmap: Add WeiXiong LiaoKees Cook1-0/+1
2020-08-18mailmap: Restore dictionary sortingKees Cook1-57/+57
2020-08-17Revert "net: xdp: pull ethernet header off packet after computing skb->protocol"David S. Miller1-1/+0
2020-08-17phylink: <linux/phylink.h>: fix function prototype kernel-doc warningRandy Dunlap1-1/+2
2020-08-17watch_queue: Limit the number of watches a user can holdDavid Howells2-0/+11
2020-08-17mptcp: sendmsg: reset iter on error reduxFlorian Westphal1-3/+5