index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
samples
/
bpf
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2020-04-03
1
-0
/
+1
|
\
|
*
.gitignore: add SPDX License Identifier
Masahiro Yamada
2020-03-25
1
-0
/
+1
*
|
samples, bpf: Refactor perf_event user program with libbpf bpf_link
Daniel T. Lee
2020-03-23
3
-82
/
+159
*
|
samples, bpf: Move read_trace_pipe to trace_helpers
Daniel T. Lee
2020-03-23
5
-23
/
+4
|
/
*
Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...
Linus Torvalds
2020-02-09
1
-59
/
+59
|
\
|
*
kbuild: rename hostprogs-y/always to hostprogs/always-y
Masahiro Yamada
2020-02-04
1
-59
/
+59
*
|
samples: bpf: Allow for -ENETDOWN in xdpsock
Maciej Fijalkowski
2020-02-05
1
-1
/
+2
*
|
samples: bpf: Drop doubled variable declaration in xdpsock
Maciej Fijalkowski
2020-02-05
1
-1
/
+0
|
/
*
samples/bpf: Use consistent include paths for libbpf
Toke Høiland-Jørgensen
2020-01-20
83
-113
/
+112
*
samples/bpf: Don't try to remove user's homedir on clean
Toke Høiland-Jørgensen
2020-01-20
1
-1
/
+1
*
devmap: Adjust tracepoint for map-less queue flush
Jesper Dangaard Brouer
2020-01-16
1
-5
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-12-27
12
-56
/
+504
|
\
|
*
samples/bpf: Xdp_redirect_cpu fix missing tracepoint attach
Jesper Dangaard Brouer
2019-12-20
1
-4
/
+55
|
*
samples/bpf: xdpsock: Add option to specify transmit fill pattern
Jay Jayatheerthan
2019-12-20
1
-4
/
+9
|
*
samples/bpf: xdpsock: Add option to specify tx packet size
Jay Jayatheerthan
2019-12-20
1
-11
/
+265
|
*
samples/bpf: xdpsock: Add option to specify number of packets to send
Jay Jayatheerthan
2019-12-20
1
-14
/
+59
|
*
samples/bpf: xdpsock: Add option to specify batch size
Jay Jayatheerthan
2019-12-20
1
-23
/
+29
|
*
samples/bpf: xdpsock: Use common code to handle signal and main exit
Jay Jayatheerthan
2019-12-20
1
-2
/
+7
|
*
samples/bpf: xdpsock: Add duration option to specify how long to run
Jay Jayatheerthan
2019-12-20
1
-2
/
+35
|
*
samples/bpf: Attach XDP programs in driver mode by default
Toke Høiland-Jørgensen
2019-12-16
11
-12
/
+58
|
*
samples/bpf: Set -fno-stack-protector when building BPF programs
Toke Høiland-Jørgensen
2019-12-16
1
-0
/
+1
|
*
samples/bpf: Add missing -lz to TPROGS_LDLIBS
Toke Høiland-Jørgensen
2019-12-16
1
-1
/
+1
|
*
samples/bpf: Reintroduce missed build targets
Prashant Bhole
2019-12-16
1
-0
/
+2
*
|
samples: bpf: fix syscall_tp due to unused syscall
Daniel T. Lee
2019-12-11
1
-2
/
+16
*
|
samples: bpf: Replace symbol compare of trace_event
Daniel T. Lee
2019-12-11
1
-2
/
+2
|
/
*
samples/bpf: Fix broken xdp_rxq_info due to map order assumptions
Jesper Dangaard Brouer
2019-12-04
1
-3
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-11-20
21
-228
/
+339
|
\
|
*
samples/bpf: Add missing option to xdpsock usage
Andre Guedes
2019-11-15
1
-0
/
+2
|
*
samples/bpf: Remove duplicate option from xdpsock
Andre Guedes
2019-11-15
1
-1
/
+0
|
*
samples/bpf: Use Rx-only and Tx-only sockets in xdpsock
Magnus Karlsson
2019-11-10
1
-12
/
+29
|
*
samples/bpf: Add XDP_SHARED_UMEM support to xdpsock
Magnus Karlsson
2019-11-10
4
-42
/
+135
|
*
samples: bpf: update map definition to new syntax BTF-defined map
Daniel T. Lee
2019-11-08
12
-178
/
+178
|
*
samples: bpf: Update outdated error message
Daniel T. Lee
2019-11-08
5
-7
/
+7
*
|
samples/bpf: adjust Makefile and README.rst
Jesper Dangaard Brouer
2019-11-11
2
-9
/
+7
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-11-09
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
samples/bpf: fix build by setting HAVE_ATTR_TEST to zero
Björn Töpel
2019-10-31
1
-0
/
+1
*
|
bpf, samples: Use bpf_probe_read_user where appropriate
Daniel Borkmann
2019-11-02
3
-5
/
+5
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-10-20
2
-1
/
+13
|
\
|
|
*
samples/bpf: Add a workaround for asm_inline
KP Singh
2019-10-03
1
-1
/
+12
|
*
samples/bpf: Fix build for task_fd_query_user.c
Björn Töpel
2019-10-03
1
-0
/
+1
*
|
samples/bpf: Add preparation steps and sysroot info to readme
Ivan Khoronzhuk
2019-10-12
1
-5
/
+36
*
|
samples/bpf: Add sysroot support
Ivan Khoronzhuk
2019-10-12
1
-0
/
+5
*
|
samples/bpf: Provide C/LDFLAGS to libbpf
Ivan Khoronzhuk
2019-10-12
1
-1
/
+2
*
|
samples/bpf: Use target CC environment for HDR_PROBE
Ivan Khoronzhuk
2019-10-12
1
-3
/
+2
*
|
samples/bpf: Use own flags but not HOSTCFLAGS
Ivan Khoronzhuk
2019-10-12
1
-2
/
+4
*
|
samples/bpf: Base target programs rules on Makefile.target
Ivan Khoronzhuk
2019-10-12
1
-66
/
+69
*
|
samples/bpf: Add makefile.target for separate CC target build
Ivan Khoronzhuk
2019-10-12
1
-0
/
+75
*
|
samples/bpf: Drop unnecessarily inclusion for bpf_load
Ivan Khoronzhuk
2019-10-12
1
-1
/
+1
*
|
samples/bpf: Use __LINUX_ARM_ARCH__ selector for arm
Ivan Khoronzhuk
2019-10-12
1
-0
/
+8
*
|
samples/bpf: Use own EXTRA_CFLAGS for clang commands
Ivan Khoronzhuk
2019-10-12
1
-4
/
+5
[next]