- ca584ba tcp: bpf: Add TCP_BPF_RTO_MIN for bpf_setsockopt by Martin KaFai Lau · 4 years, 4 months ago
- 2b8ee4f tcp: bpf: Add TCP_BPF_DELACK_MAX setsockopt by Martin KaFai Lau · 4 years, 4 months ago
- 70a217f tcp: Use a struct to represent a saved_syn by Martin KaFai Lau · 4 years, 4 months ago
- 9c0f8cb libbpf: Normalize and improve logging across few functions by Andrii Nakryiko · 4 years, 4 months ago
- 50e0946 libbpf: Skip well-known ELF sections when iterating ELF by Andrii Nakryiko · 4 years, 4 months ago
- 819c23a libbpf: Add __noinline macro to bpf_helpers.h by Andrii Nakryiko · 4 years, 4 months ago
- 88a8212 libbpf: Factor out common ELF operations and improve logging by Andrii Nakryiko · 4 years, 4 months ago
- 3ac2e20 selftests/bpf: BPF object files should depend only on libbpf headers by Andrii Nakryiko · 4 years, 4 months ago
- 3c4a594 Merge branch 'update-sockmap-from-prog' by Alexei Starovoitov · 4 years, 4 months ago
- bb23c0e selftests: bpf: Test sockmap update from BPF by Lorenz Bauer · 4 years, 4 months ago
- 0126240 bpf: sockmap: Allow update from BPF by Lorenz Bauer · 4 years, 4 months ago
- 912f442 bpf: Override the meaning of ARG_PTR_TO_MAP_VALUE for sockmap and sockhash by Lorenz Bauer · 4 years, 4 months ago
- 13b79d3 bpf: sockmap: Call sock_map_update_elem directly by Lorenz Bauer · 4 years, 4 months ago
- 38e12f9 bpf: sockmap: Merge sockmap and sockhash update functions by Lorenz Bauer · 4 years, 4 months ago
- 7b219da net: sk_msg: Simplify sk_psock initialization by Lorenz Bauer · 4 years, 4 months ago
- dca5612 libbpf: Add perf_buffer APIs for better integration with outside epoll loop by Andrii Nakryiko · 4 years, 4 months ago
- ad8edd0 Merge branch 'link_query-bpf_iter' by Alexei Starovoitov · 4 years, 4 months ago
- e60495e bpftool: Implement link_query for bpf iterators by Yonghong Song · 4 years, 4 months ago
- b76f222 bpf: Implement link_query callbacks in map element iterators by Yonghong Song · 4 years, 4 months ago
- 6b0a249 bpf: Implement link_query for bpf iterators by Yonghong Song · 4 years, 4 months ago
- 149cb33 selftests/bpf: List newest Clang built-ins needed for some CO-RE selftests by Andrii Nakryiko · 4 years, 4 months ago
- 37a6a9e selftests/bpf: Fix two minor compilation warnings reported by GCC 4.9 by Andrii Nakryiko · 4 years, 4 months ago
- dda1ec9 libbpf: Fix libbpf build on compilers missing __builtin_mul_overflow by Andrii Nakryiko · 4 years, 4 months ago
- 9b2f6fe libbpf: Fix detection of BPF helper call instruction by Andrii Nakryiko · 4 years, 4 months ago
- 0bc23a1 Merge branch 'bpf-umd-debug' by Daniel Borkmann · 4 years, 4 months ago
- edb65ee selftests/bpf: Add bpffs preload test. by Alexei Starovoitov · 4 years, 4 months ago
- d71fa5c bpf: Add kernel module with user mode driver that populates bpffs. by Alexei Starovoitov · 4 years, 4 months ago
- f0fdfef bpf: Add BPF program and map iterators as built-in BPF programs. by Alexei Starovoitov · 4 years, 4 months ago
- 005142b bpf: Factor out bpf_link_by_id() helper. by Alexei Starovoitov · 4 years, 4 months ago
- 6e9cab2 libbpf: Simplify the return expression of build_map_pin_path() by Xu Wang · 4 years, 4 months ago
- c1447ef Merge branch 'type-and-enum-value-relos' by Alexei Starovoitov · 4 years, 4 months ago
- 3357490 selftests/bpf: Add tests for ENUMVAL_EXISTS/ENUMVAL_VALUE relocations by Andrii Nakryiko · 4 years, 4 months ago
- eacaaed libbpf: Implement enum value-based CO-RE relocations by Andrii Nakryiko · 4 years, 4 months ago
- 4836bf5 selftests/bpf: Add CO-RE relo test for TYPE_ID_LOCAL/TYPE_ID_TARGET by Andrii Nakryiko · 4 years, 4 months ago
- 124a892 selftests/bpf: Test TYPE_EXISTS and TYPE_SIZE CO-RE relocations by Andrii Nakryiko · 4 years, 4 months ago
- 3fc32f4 libbpf: Implement type-based CO-RE relocations support by Andrii Nakryiko · 4 years, 4 months ago
- defcffe net-veth: Add type safety to veth_xdp_to_ptr() and veth_ptr_to_xdp() by Maciej Żenczykowski · 4 years, 4 months ago
- 596b5ef net-tun: Eliminate two tun/xdp related function calls from vhost-net by Maciej Żenczykowski · 4 years, 4 months ago
- b558b6c net-tun: Add type safety to tun_xdp_to_ptr() and tun_ptr_to_xdp() by Maciej Żenczykowski · 4 years, 4 months ago
- 3708115 Merge branch 'libbpf-minimize-feature-detection' by Alexei Starovoitov · 4 years, 4 months ago
- 22dd1ac tools: Remove feature-libelf-mmap feature detection by Andrii Nakryiko · 4 years, 4 months ago
- 8536703 libbpf: Centralize poisoning and poison reallocarray() by Andrii Nakryiko · 4 years, 4 months ago
- 7084566 tools/bpftool: Remove libbpf_internal.h usage in bpftool by Andrii Nakryiko · 4 years, 4 months ago
- 029258d libbpf: Remove any use of reallocarray() in libbpf by Andrii Nakryiko · 4 years, 4 months ago
- 00b2e95 selftests/bpf: Add test validating failure on ambiguous relocation value by Andrii Nakryiko · 4 years, 4 months ago
- 353c788 libbpf: Improve relocation ambiguity detection by Andrii Nakryiko · 4 years, 4 months ago
- 28b93c6 libbpf: Clean up and improve CO-RE reloc logging by Andrii Nakryiko · 4 years, 4 months ago
- 81ba088 libbpf: Improve error logging for mismatched BTF kind cases by Andrii Nakryiko · 4 years, 4 months ago
- a12a625 Merge branch 'libbpf-probing-improvements' by Alexei Starovoitov · 4 years, 4 months ago
- 68b0864 libbpf: Detect minimal BTF support and skip BTF loading, if missing by Andrii Nakryiko · 4 years, 4 months ago
- 70785cf libbpf: Switch tracing and CO-RE helper macros to bpf_probe_read_kernel() by Andrii Nakryiko · 4 years, 4 months ago
- 02f47fa selftests/bpf: Fix test_vmlinux test to use bpf_probe_read_user() by Andrii Nakryiko · 4 years, 4 months ago
- 109cea5 libbpf: Sanitize BPF program code for bpf_probe_read_{kernel, user}[_str] by Andrii Nakryiko · 4 years, 4 months ago
- bb180fb libbpf: Factor out common logic of testing and closing FD by Andrii Nakryiko · 4 years, 4 months ago
- 47b6cb4 libbpf: Make kernel feature probing lazy by Andrii Nakryiko · 4 years, 4 months ago
- 8d70823 libbpf: Disable -Wswitch-enum compiler warning by Andrii Nakryiko · 4 years, 4 months ago
- 65bb2e0 libbpf: Convert comma to semicolon by Xu Wang · 4 years, 4 months ago
- 2bf8c7e samples: bpf: Fix broken bpf programs due to removed symbol by Daniel T. Lee · 4 years, 4 months ago
- e3ec1e8 net: eliminate meaningless memcpy to data in pskb_carve_inside_nonlinear() by Miaohe Lin · 4 years, 5 months ago
- 4619154 ethernet: cirrus: Remove unused macros by Alex Dewar · 4 years, 4 months ago
- 7f8901b net: tipc: Convert to use the preferred fallthrough macro by Miaohe Lin · 4 years, 4 months ago
- 396fc59 Merge branch 'netlink-allow-NLA_BINARY-length-range-validation' by David S. Miller · 4 years, 4 months ago
- 8aa26c5 netlink: make NLA_BINARY validation more flexible by Johannes Berg · 4 years, 4 months ago
- bc04358 netlink: consistently use NLA_POLICY_MIN_LEN() by Johannes Berg · 4 years, 4 months ago
- 8140860 netlink: consistently use NLA_POLICY_EXACT_LEN() by Johannes Berg · 4 years, 4 months ago
- 06a4ec1 Merge tag 'pstore-v5.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 4 months ago
- 4cf7562 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 4 months ago
- bf2bcd6 otx2_common: Use devm_kcalloc() in otx2_config_npa() by Xu Wang · 4 years, 4 months ago
- 8dfddfb net: qrtr: fix usage of idr in port assignment to socket by Necip Fazil Yildiran · 4 years, 4 months ago
- bcf7ddb selftests: disable rp_filter for icmp_redirect.sh by David Ahern · 4 years, 4 months ago
- 5a4fe06 mailmap: Add WeiXiong Liao by Kees Cook · 4 years, 5 months ago
- d6bd520 mailmap: Restore dictionary sorting by Kees Cook · 4 years, 5 months ago
- 7f9bf6e Revert "net: xdp: pull ethernet header off packet after computing skb->protocol" by David S. Miller · 4 years, 4 months ago
- 0b76e64 phylink: <linux/phylink.h>: fix function prototype kernel-doc warning by Randy Dunlap · 4 years, 4 months ago
- 29e44f4 watch_queue: Limit the number of watches a user can hold by David Howells · 4 years, 4 months ago
- b3b2854 mptcp: sendmsg: reset iter on error redux by Florian Westphal · 4 years, 4 months ago
- bd71ea6 net: devlink: Remove overzealous WARN_ON with snapshots by Andrew Lunn · 4 years, 4 months ago
- c530189 tipc: not enable tipc when ipv6 works as a module by Xin Long · 4 years, 5 months ago
- 47733f9 tipc: fix uninit skb->data in tipc_nl_compat_dumpit() by Cong Wang · 4 years, 5 months ago
- 8c26544 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 4 years, 4 months ago
- 71a5041 Merge tag 'linux-can-fixes-for-5.9-20200815' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can by David S. Miller · 4 years, 4 months ago
- 55eff0e net: Fix potential wrong skb->protocol in skb_vlan_untag() by Miaohe Lin · 4 years, 5 months ago
- f8414a8 net: xdp: pull ethernet header off packet after computing skb->protocol by Jason A. Donenfeld · 4 years, 5 months ago
- d0f5c70 ipvlan: fix device features by Mahesh Bandewar · 4 years, 5 months ago
- 8327070 bonding: fix a potential double-unregister by Cong Wang · 4 years, 5 months ago
- 9123e3a Linux 5.9-rc1 by Linus Torvalds · 4 years, 4 months ago
- 2cc3c4b Merge tag 'io_uring-5.9-2020-08-15' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 4 months ago
- 6f6aea7 parisc: fix PMD pages allocation by restoring pmd_alloc_one() by Mike Rapoport · 4 years, 5 months ago
- 4b6c093 Merge tag 'block-5.9-2020-08-14' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 5 months ago
- d84835b1 Merge tag 'riscv-for-linus-5.9-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 4 years, 5 months ago
- 5bbec3c Merge tag 'sh-for-5.9' of git://git.libc.org/linux-sh by Linus Torvalds · 4 years, 5 months ago
- f91daf5 io_uring: short circuit -EAGAIN for blocking read attempt by Jens Axboe · 4 years, 5 months ago
- d4e7cd3 io_uring: sanitize double poll handling by Jens Axboe · 4 years, 5 months ago
- 713eee8 Merge tag 'perf-tools-2020-08-14' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux by Linus Torvalds · 4 years, 5 months ago
- 50f6c7d Merge tag 'x86-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
- 1195d58 Merge tag 'sched-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
- 7f5faaa Merge tag 'perf-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
- eb1319a Merge tag 'locking-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
- 410520d0 Merge tag '9p-for-5.9-rc1' of git://github.com/martinetd/linux by Linus Torvalds · 4 years, 5 months ago
- f6513bd Merge tag '5.9-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 years, 5 months ago