issues
search
dropbox
/
goebpf
Library to work with eBPF programs from Go
Other
1.14k
stars
85
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
LoadElf(prog.o) failed: loadAndCreateMaps() failed: map.Create() failed: ebpfObjPin to '/sys/fs/bpf/name_persistence_map' failed: File exists
#89
sp3rm0k
opened
5 months ago
0
LoadElf() failed: loadAndCreateMaps() failed: Invalid binary representation of BPF map
#88
samueljaydan
closed
7 months ago
0
go1.20 update, dependencies update, fix build on go1.22
#87
fuhry
opened
7 months ago
0
Incorrect padding causing errors in retrieving Ip/Tcp/Eth layer information with XDP/EBPF.
#86
samueljaydan
closed
7 months ago
0
Bump golang.org/x/sys from 0.0.0-20200722175500-76b94024e4b6 to 0.1.0
#84
dependabot[bot]
closed
7 months ago
2
bpf_trace_printk result in LoadElf() failed: loadPrograms() failed: map '' doesn't exist
#83
vincentmli
opened
1 year ago
0
Remove an extra backtick in README doc
#82
lzztt
closed
7 months ago
3
Make start/stop not race if called in quick succession
#80
bogdanvbalan
opened
1 year ago
2
Crash on PerfEvents Stop()
#79
bogdanvbalan
opened
1 year ago
1
Migrate to GitHub Actions
#78
fuhry
closed
1 year ago
0
possible to include this example for ipv6 as well?
#77
kolinfluence
opened
1 year ago
1
xdp.Attach error when bind to eth0 on aws-ubuntu 22.04.1
#76
wujunzhuo
closed
1 year ago
1
Update list of maintainers for automatic CR assignment
#75
fuhry
closed
2 years ago
0
More robust path handling in tests
#74
fuhry
closed
2 years ago
0
Apply gofmt 1.19 against repository
#73
fuhry
closed
2 years ago
0
Combine my 4 other PRs into one so CI can verify them
#72
fuhry
closed
2 years ago
1
goebpf_mock: use __attribute__((weak)) on maps_head defs
#71
fuhry
closed
2 years ago
0
Fix string lookups in the map loader
#70
fuhry
closed
2 years ago
1
Fix test executable name in itest/kprobe_test.go
#69
fuhry
closed
2 years ago
1
Update CI to use just go 1.16 and 1.18, remove broken tip
#68
fuhry
closed
2 years ago
0
Implement Attach/Detach for TcProgramTypeCls, add packet_counter example
#67
fuhry
closed
2 years ago
1
[bpf_get_next_key] add support for fetching the first key in map
#66
bersoare
closed
2 years ago
5
ebpf map insert 不支持struct?需要如何支持?
#65
xlango
opened
2 years ago
0
kprobe_events: device or resource busy / no such file or directory
#64
junqiang1992
opened
2 years ago
0
error while loading BPF_MAP_TYPE_PROG_ARRAY map
#63
SunHu1
closed
2 years ago
1
deprecate go1.10
#62
belyalov
closed
2 years ago
0
[bpf-helpers] update bpf_helpers.h with flag values for some bpf helpers
#61
bersoare
closed
2 years ago
2
can't run xdp_dump
#60
FrelDX
opened
2 years ago
6
[prog] fix a stop bug
#57
Asphaltt
closed
3 years ago
1
My Go program cannot exit, it traps in `p.updateChannel <- p.items[int(p.fds[i])]`
#56
Asphaltt
closed
3 years ago
0
eBPF program in Go
#55
massoudasadi
opened
3 years ago
1
[prog] add support for loading program info from pinned progs
#54
bersoare
closed
3 years ago
0
remove binary on examples/xdp/bpf_redirect_map
#53
bersoare
closed
3 years ago
1
goebpf for windows
#52
massoudasadi
opened
3 years ago
1
[tc-bpf] add support for tc-bpf program types
#51
bersoare
closed
3 years ago
2
Invalid BPF instruction while bpf map lookup after having called `htons` or `bpf_htons`
#50
martenwallewein
closed
3 years ago
3
amending commits e663541 and 85d3301
#49
bersoare
closed
3 years ago
3
[git history] this removed "co-authored-by" comments from commits i submitted in the past
#48
bersoare
closed
3 years ago
0
[.git history] remove wrong GIT_COMMITTER_NAME GIT_DUET_CO_AUTHORED_BY from my previous commits
#47
bersoare
closed
3 years ago
1
Include linux header file failed
#46
qiffang
opened
3 years ago
2
ebpf_create_map() failed: Operation not permitted
#45
ValentinoUberti
opened
3 years ago
3
all tests fail
#44
themighty1
closed
3 years ago
3
XDP example packet_counter - BPF map definition and LoadElf() fails
#42
ErvinsK
closed
4 years ago
1
LoadElf() loads without error but elfSystem is empty
#41
ErvinsK
closed
4 years ago
4
adding bpf_fib_lookup struct and enriching xdp_md struct
#40
bersoare
closed
4 years ago
3
removing get_next_key function from kernel-side code
#39
bersoare
closed
4 years ago
4
perf_event_output doesn't work
#38
bersoare
closed
4 years ago
1
Attach the same program to multiple interfaces
#37
chenwng
closed
4 years ago
4
implement bpf_map_get_next_key
#36
bersoare
closed
4 years ago
1
Read pinned maps
#35
kzemek
closed
4 years ago
3
Next