index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
samples
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-24
samples: bpf: Convert xdp_redirect_map_multi_kern.o to XDP samples helper
Kumar Kartikeya Dwivedi
2
-31
/
+26
2021-08-24
samples: bpf: Convert xdp_redirect_map to XDP samples helper
Kumar Kartikeya Dwivedi
2
-229
/
+161
2021-08-24
samples: bpf: Convert xdp_redirect_map_kern.o to XDP samples helper
Kumar Kartikeya Dwivedi
2
-70
/
+25
2021-08-24
samples: bpf: Convert xdp_redirect_cpu to XDP samples helper
Kumar Kartikeya Dwivedi
2
-767
/
+343
2021-08-24
samples: bpf: Convert xdp_redirect_cpu_kern.o to XDP samples helper
Kumar Kartikeya Dwivedi
2
-293
/
+105
2021-08-24
samples: bpf: Convert xdp_redirect to XDP samples helper
Kumar Kartikeya Dwivedi
2
-159
/
+116
2021-08-24
samples: bpf: Convert xdp_redirect_kern.o to XDP samples helper
Kumar Kartikeya Dwivedi
3
-92
/
+52
2021-08-24
samples: bpf: Convert xdp_monitor to XDP samples helper
Kumar Kartikeya Dwivedi
3
-735
/
+83
2021-08-24
samples: bpf: Convert xdp_monitor_kern.o to XDP samples helper
Kumar Kartikeya Dwivedi
3
-258
/
+49
2021-08-24
samples: bpf: Add vmlinux.h generation support
Kumar Kartikeya Dwivedi
1
-0
/
+25
2021-08-24
samples: bpf: Add devmap_xmit tracepoint statistics support
Kumar Kartikeya Dwivedi
2
-3
/
+331
2021-08-24
samples: bpf: Add BPF support for devmap_xmit tracepoint
Kumar Kartikeya Dwivedi
1
-0
/
+71
2021-08-24
samples: bpf: Add cpumap tracepoint statistics support
Kumar Kartikeya Dwivedi
2
-1
/
+224
2021-08-24
samples: bpf: Add BPF support for cpumap tracepoints
Kumar Kartikeya Dwivedi
1
-1
/
+57
2021-08-24
samples: bpf: Add xdp_exception tracepoint statistics support
Kumar Kartikeya Dwivedi
2
-0
/
+116
2021-08-24
samples: bpf: Add BPF support for xdp_exception tracepoint
Kumar Kartikeya Dwivedi
1
-0
/
+27
2021-08-24
samples: bpf: Add redirect tracepoint statistics support
Kumar Kartikeya Dwivedi
2
-0
/
+215
2021-08-24
samples: bpf: Add BPF support for redirect tracepoint
Kumar Kartikeya Dwivedi
2
-0
/
+253
2021-08-24
samples: bpf: Add basic infrastructure for XDP samples
Kumar Kartikeya Dwivedi
3
-0
/
+915
2021-08-24
samples: bpf: Fix a couple of warnings
Kumar Kartikeya Dwivedi
2
-4
/
+9
2021-08-15
samples/bpf: Define MAX_ENTRIES instead of a magic number in offwaketime
Muhammad Falak R Wani
1
-4
/
+5
2021-08-10
samples, bpf: Add an explict comment to handle nested vlan tagging.
Muhammad Falak R Wani
2
-0
/
+4
2021-08-06
samples/bpf: xdpsock: Remove forward declaration of ip_fast_csum()
Niklas Söderlund
1
-3
/
+1
2021-08-06
samples/bpf: xdpsock: Make the sample more useful outside the tree
Niklas Söderlund
1
-9
/
+7
2021-08-05
bpf, samples: Add missing mprog-disable to xdp_redirect_cpu's optstring
Matthew Cover
1
-1
/
+1
2021-07-27
samples: bpf: Add the omitted xdp samples to .gitignore
Juhee Kang
1
-0
/
+2
2021-07-27
samples: bpf: Fix tracex7 error raised on the missing argument
Juhee Kang
2
-0
/
+6
2021-07-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-6
/
+16
2021-07-07
samples/bpf: xdp_redirect_cpu_user: Cpumap qsize set larger default
Jesper Dangaard Brouer
1
-6
/
+16
2021-07-05
bpf, samples: Fix xdpsock with '-M' parameter missing unload process
Wang Hai
1
-0
/
+28
2021-07-05
bpf, samples: Add -fno-asynchronous-unwind-tables to BPF Clang invocation
Toke Høiland-Jørgensen
1
-0
/
+1
2021-06-18
samples/bpf: Fix the error return code of xdp_redirect's main()
Wang Hai
1
-1
/
+1
2021-06-18
samples/bpf: Fix Segmentation fault for xdp_redirect command
Wang Hai
1
-1
/
+1
2021-06-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
7
-3
/
+399
2021-06-16
samples/bpf: Add missing option to xdp_sample_pkts usage
Wang Hai
1
-1
/
+2
2021-06-16
samples/bpf: Add missing option to xdp_fwd usage
Wang Hai
1
-0
/
+2
2021-05-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2021-05-26
sample/bpf: Add xdp_redirect_map_multi for redirect_map broadcast test
Hangbin Liu
3
-0
/
+393
2021-05-24
samples: bpf: Ix kernel-doc syntax in file header
Aditya Srivastava
2
-2
/
+2
2021-05-12
samples, bpf: Suppress compiler warning
Hailong Liu
1
-1
/
+1
2021-05-07
samples/bpf: Consider frame size in tx_only of xdpsock sample
Magnus Karlsson
1
-1
/
+1
2021-04-19
samples/bpf: Fix broken tracex1 due to kprobe argument change
Yaqi Chen
1
-2
/
+2
2021-03-30
samples: bpf: Do not unload prog within xdpsock
Maciej Fijalkowski
1
-41
/
+14
2021-03-25
bpf: Remove unused headers
Lu Wei
2
-2
/
+0
2021-03-15
samples: bpf: Fix a spelling typo in do_hbm_test.sh
Masanari Iida
1
-1
/
+1
2021-03-04
samples, bpf: Add missing munmap in xdpsock
Maciej Fijalkowski
1
-0
/
+2
2021-02-02
samples: bpf: Remove unneeded semicolon
Yang Li
1
-1
/
+1
2021-02-02
samples/bpf: Add include dir for MIPS Loongson64 to fix build errors
Tiezhu Yang
1
-0
/
+4
2021-01-26
samples/bpf: Set flag __SANE_USERSPACE_TYPES__ for MIPS to fix build warnings
Tiezhu Yang
1
-0
/
+4
2021-01-23
samples/bpf: Add xdp program on egress for xdp_redirect_map
Hangbin Liu
2
-25
/
+147
[prev]
[next]