index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.18.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
Age
Commit message (
Expand
)
Author
2020-10-07
libbpf: Remove arch-specific include path in Makefile
Naveen N. Rao
2020-10-01
tools/libbpf: Avoid counting local symbols in ABI check
Tony Ambardar
2020-10-01
libbpf: Fix build failure from uninitialized variable warning
Tony Ambardar
2020-09-03
libbpf: Fix map index used in error message
Toke Høiland-Jørgensen
2020-09-03
libbpf: Prevent overriding errno when logging errors
Toke Høiland-Jørgensen
2020-08-26
libbpf: Fix BTF-defined map-in-map initialization on 32-bit host arches
Andrii Nakryiko
2020-08-19
libbpf: Fix register in PT_REGS MIPS macros
Jerry Crunchtime
2020-07-09
libbpf: Fix libbpf hashmap on (I)LP32 architectures
Jakub Bogusz
2020-06-25
libbpf: Adjust SEC short cut for expected attach type BPF_XDP_DEVMAP
Jesper Dangaard Brouer
2020-06-23
libbpf: Fix CO-RE relocs against .text section
Andrii Nakryiko
2020-06-22
libbpf: Forward-declare bpf_stats_type for systems with outdated UAPI headers
Andrii Nakryiko
2020-06-12
libbpf: Support pre-initializing .bss global variables
Andrii Nakryiko
2020-06-10
libbpf: Handle GCC noreturn-turned-volatile quirk
Andrii Nakryiko
2020-06-10
libbpf: Define __WORDSIZE if not available
Arnaldo Carvalho de Melo
2020-06-01
libbpf: Add support for bpf_link-based netns attachment
Jakub Sitnicki
2020-06-01
libbpf: Add _GNU_SOURCE for reallocarray to ringbuf.c
Andrii Nakryiko
2020-06-01
libbpf: Add SEC name for xdp programs attached to device map
David Ahern
2020-06-01
libbpf: Add BPF ring buffer support
Andrii Nakryiko
2020-06-01
libbpf: Fix perf_buffer__free() API for sparse allocs
Eelco Chaudron
2020-06-01
libbpf: Use .so dynamic symbols for abi check
Yauheni Kaliuta
2020-06-01
libbpf: Install headers as part of make install
Nikolay Borisov
2020-06-01
libbpf: Add API to consume the perf ring buffer content
Eelco Chaudron
2020-05-19
bpf, libbpf: Enable get{peer, sock}name attach types
Daniel Borkmann
2020-05-16
libbpf, hashmap: Fix signedness warnings
Ian Rogers
2020-05-16
libbpf, hashmap: Remove unused #include
Ian Rogers
2020-05-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-05-14
libbpf: Fix register naming in PT_REGS s390 macros
Sumanth Korikkar
2020-05-13
bpf: Change btf_iter func proto prefix to "bpf_iter_"
Yonghong Song
2020-05-13
libbpf: Fix probe code to return EPERM if encountered
Eelco Chaudron
2020-05-11
bpf, libbpf: Replace zero-length array with flexible-array
Gustavo A. R. Silva
2020-05-09
tools/libpf: Add offsetof/container_of macro in bpf_helpers.h
Yonghong Song
2020-05-09
tools/libbpf: Add bpf_iter support
Yonghong Song
2020-05-01
libbpf: Add support for command BPF_ENABLE_STATS
Song Liu
2020-04-30
libbpf: Fix false uninitialized variable warning
Andrii Nakryiko
2020-04-28
libbpf: Fix huge memory leak in libbpf_find_vmlinux_btf_id()
Andrii Nakryiko
2020-04-28
libbpf: Fix memory leak and possible double-free in hashmap__clear
Andrii Nakryiko
2020-04-28
libbpf: Add BTF-defined map-in-map support
Andrii Nakryiko
2020-04-28
libbpf: Refactor map creation logic and fix cleanup leak
Andrii Nakryiko
2020-04-28
libbpf: Refactor BTF-defined map definition parsing logic
Andrii Nakryiko
2020-04-28
libbpf: Add low-level APIs for new bpf_link commands
Andrii Nakryiko
2020-04-28
libbpf: Remove unneeded semicolon in btf_dump_emit_type
Zou Wei
2020-04-27
libbpf: Return err if bpf_object__load failed
Mao Wenan
2020-04-26
bpf_helpers.h: Add note for building with vmlinux.h or linux/types.h
Yoshiki Komachi
2020-04-22
libbpf: Only check mode flags in get_xdp_id
David Ahern
2020-04-15
libbpf: Fix type of old_fd in bpf_xdp_set_link_opts
Toke Høiland-Jørgensen
2020-04-15
libbpf: Always specify expected_attach_type on program load if supported
Andrii Nakryiko
2020-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2020-04-08
libbpf: Fix bpf_get_link_xdp_id flags handling
Andrey Ignatov
2020-04-06
libbpf: Initialize *nl_pid so gcc 10 is happy
Jeremy Cline
2020-04-03
Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
[next]