issues
search
newtools
/
ebpf
eBPF Utilities, Maps, and more
MIT License
250
stars
23
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Bump golang.org/x/sys from 0.0.0-20190502175342-a43fa875dd82 to 0.1.0
#124
dependabot[bot]
opened
1 year ago
0
Add deprecation notice
#123
lmb
closed
4 years ago
0
add new cilium/ebpf to README
#122
AkihiroSuda
closed
4 years ago
0
allow ValueSize=4 for map-in-map
#121
rlane
closed
5 years ago
0
perf: fix CLOEXEC flag
#120
lmb
closed
5 years ago
0
perf: use x/sys/unix where possible
#119
lmb
closed
5 years ago
0
map: allow lookup and update using unsafe.Pointer
#118
lmb
closed
5 years ago
1
map, program: return error when using closed fds
#117
lmb
closed
5 years ago
0
add map.GetBytes(key, ptrValue ...)
#116
nplanel
closed
5 years ago
12
Support AttachType and many more ProgTypes
#115
lorenz
closed
5 years ago
6
perf: set finalizer on perfEventRing
#114
lmb
closed
5 years ago
0
first commit
#113
nathanjsweet
closed
5 years ago
0
NewCollection: Don't rewrite already rewritten maps
#112
arthurfabre
closed
5 years ago
0
Fix Semaphore builds
#111
lmb
closed
5 years ago
0
ebpf: use golang.org/x/sys/unix for syscalls
#110
lmb
closed
5 years ago
0
Semaphore 2.0 doesn't give free builds to organisations
#109
lmb
opened
5 years ago
8
Add Semaphore 2.0 integration
#108
lmb
closed
5 years ago
0
Support LLVM 8
#107
lmb
closed
5 years ago
0
ppc64 syscall, perf tests with not 4k pages
#106
arthurfabre
closed
5 years ago
0
Atomically update map values
#105
shahrouzz
closed
5 years ago
1
Use virtme to run tests on CI
#104
lmb
closed
5 years ago
0
ebpf: allow Cloning nil Map and Program
#103
lmb
closed
5 years ago
0
ebpf: allow cloning programs and maps
#102
lmb
closed
5 years ago
1
Don't modify CollectionSpec in NewCollection*
#101
lmb
closed
5 years ago
1
Improve Map and Program unmarshaling
#100
lmb
closed
5 years ago
1
Expose Map and Program ABI
#99
arthurfabre
closed
5 years ago
1
asm: Add <, <= jump ops, remove unknown JSE
#98
arthurfabre
closed
5 years ago
1
Retry loading a program on EAGAIN
#97
lmb
closed
5 years ago
1
Remove duplicate examples
#96
lmb
closed
5 years ago
1
Use Go 1.11 Dialer.Control in examples
#95
lmb
closed
5 years ago
0
Document that LoadImm only accepts DWord
#94
lmb
closed
5 years ago
0
Use Go 1.11 in CI
#93
lmb
closed
5 years ago
0
Add LoadMapPtr
#92
lmb
closed
5 years ago
0
fix example_sock_extract_dist_test.go
#91
kwibus
closed
5 years ago
5
fix #88 example_sock_test.go ebpf code
#90
kwibus
closed
5 years ago
2
fix #88 XAdd
#89
kwibus
closed
5 years ago
2
invalid ebpf in example_sock_test.go
#88
kwibus
closed
5 years ago
1
map: support larger bpf_map definitions
#87
higebu
closed
5 years ago
7
Allow controlling the verifier log buffer
#86
lmb
closed
5 years ago
2
perf: Create ring for online, not possible CPUs
#85
arthurfabre
closed
5 years ago
1
map_test: Don't test order of map entries
#84
arthurfabre
closed
5 years ago
1
add a helper to sanitize map and prog names
#83
lmb
closed
5 years ago
1
fix missing ABI for nested maps
#82
lmb
closed
5 years ago
1
Pass output buffer size to BPF_PROG_TEST_RUN
#81
lmb
closed
5 years ago
0
Support map names
#80
lmb
closed
5 years ago
1
add collection, map and program ABI
#79
lmb
closed
5 years ago
3
Pass program name to kernel if possible
#78
lmb
closed
5 years ago
1
Ignore some symbol table entries
#77
lmb
closed
6 years ago
1
asm: fix marshalling signed jumps comparing with -1
#76
lmb
closed
6 years ago
1
perf: Blocking Close(), FlushAndClose()
#75
arthurfabre
closed
6 years ago
3
Next