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
/
Makefile
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-24
samples/bpf: add a samples/bpf test for BPF_TASK_FD_QUERY
Yonghong Song
1
-0
/
+4
2018-05-14
samples: bpf: make the build less noisy
Jakub Kicinski
1
-1
/
+2
2018-05-14
samples: bpf: move libbpf from object dependencies to libs
Jakub Kicinski
1
-94
/
+51
2018-05-14
samples: bpf: fix build after move to compiling full libbpf.a
Jakub Kicinski
1
-5
/
+12
2018-05-11
samples: bpf: convert some XDP samples from bpf_load to libbpf
Jakub Kicinski
1
-4
/
+4
2018-05-11
tools: bpf: move the event reading loop to libbpf
Jakub Kicinski
1
-0
/
+8
2018-05-11
samples: bpf: compile and link against full libbpf
Jakub Kicinski
1
-7
/
+14
2018-05-11
samples/bpf: Add example of ipv4 and ipv6 forwarding in XDP
David Ahern
1
-0
/
+4
2018-05-03
samples/bpf: sample application and documentation for AF_XDP sockets
Magnus Karlsson
1
-0
/
+4
2018-04-29
samples/bpf: move common-purpose trace functions to selftests
Yonghong Song
1
-5
/
+6
2018-04-27
samples/bpf: remove the bpf tunnel testsuite.
William Tu
1
-1
/
+0
2018-04-18
bpf: add bpf_xdp_adjust_tail sample prog
Nikita V. Shirokov
1
-0
/
+4
2018-03-28
samples/bpf: raw tracepoint test
Alexei Starovoitov
1
-0
/
+1
2018-02-26
samples/bpf: Add program for CPU state statistics
Leo Yan
1
-0
/
+4
2018-02-02
libbpf: add error reporting in XDP
Eric Leblond
1
-1
/
+1
2018-01-26
samples/bpf: Partially fixes the bpf.o build
Mickaël Salaün
1
-1
/
+4
2018-01-11
samples/bpf: xdp2skb_meta shows transferring info from XDP to SKB
Jesper Dangaard Brouer
1
-0
/
+1
2018-01-05
samples/bpf: program demonstrating access to xdp_rxq_info
Jesper Dangaard Brouer
1
-0
/
+4
2017-12-12
samples/bpf: add a test for bpf_override_return
Josef Bacik
1
-0
/
+4
2017-11-18
kbuild: remove all dummy assignments to obj-
Masahiro Yamada
1
-3
/
+0
2017-11-11
bpf: Revert bpf_overrid_function() helper changes.
David S. Miller
1
-4
/
+0
2017-11-11
samples/bpf: add a test for bpf_override_return
Josef Bacik
1
-0
/
+4
2017-11-08
xdp: Sample xdp program implementing ip forward
Christina Jacob
1
-0
/
+4
2017-11-05
bpf: move cgroup_helpers from samples/bpf/ to tools/testing/selftesting/bpf/
Roman Gushchin
1
-2
/
+3
2017-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-22
bpf: sample BPF_SOCKET_OPS_BASE_RTT program
Lawrence Brakmo
1
-0
/
+1
2017-10-18
samples/bpf: add cpumap sample program xdp_redirect_cpu
Jesper Dangaard Brouer
1
-0
/
+4
2017-10-16
bpf: Add -target to clang switch while cross compiling.
Abhijit Ayarekar
1
-2
/
+3
2017-09-21
samples/bpf: Fix pt_regs issues when cross-compiling
Joel Fernandes
1
-1
/
+1
2017-09-21
samples/bpf: Enable cross compiler support
Joel Fernandes
1
-0
/
+5
2017-08-29
samples/bpf: xdp_monitor tool based on tracepoints
Jesper Dangaard Brouer
1
-0
/
+4
2017-08-07
bpf: add a test case for syscalls/sys_{enter|exit}_* tracepoints
Yonghong Song
1
-0
/
+4
2017-07-17
xdp: bpf redirect with map sample program
John Fastabend
1
-0
/
+4
2017-07-17
xdp: sample program for new bpf_redirect helper
John Fastabend
1
-0
/
+4
2017-07-11
samples/bpf: fix a build issue
Yonghong Song
1
-0
/
+1
2017-07-01
bpf: Sample bpf program to set sndcwnd clamp
Lawrence Brakmo
1
-0
/
+1
2017-07-01
bpf: Sample BPF program to set initial cwnd
Lawrence Brakmo
1
-0
/
+1
2017-07-01
bpf: Sample BPF program to set congestion control
Lawrence Brakmo
1
-0
/
+1
2017-07-01
bpf: Sample BPF program to set buffer sizes
Lawrence Brakmo
1
-0
/
+1
2017-07-01
bpf: Sample bpf program to set initial window
Lawrence Brakmo
1
-0
/
+1
2017-07-01
bpf: Sample bpf program to set SYN/SYN-ACK RTOs
Lawrence Brakmo
1
-0
/
+1
2017-07-01
bpf: program to load and attach sock_ops BPF progs
Lawrence Brakmo
1
-0
/
+3
2017-06-22
samples/bpf: fix a build problem
Yonghong Song
1
-1
/
+1
2017-06-14
samples/bpf: Fix tracex5 to work with MIPS syscalls.
David Daney
1
-0
/
+13
2017-04-24
samples/bpf: add -Wno-unknown-warning-option to clang
Alexander Alemayhu
1
-0
/
+1
2017-03-23
A Sample of using socket cookie and uid for traffic monitoring
Chenbo Feng
1
-0
/
+3
2017-03-22
bpf: Add tests for map-in-map
Martin KaFai Lau
1
-0
/
+4
2016-12-23
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-32
/
+38
2016-12-20
samples/bpf: Move open_raw_sock to separate header
Joe Stringer
1
-1
/
+1
[next]