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
/
kernel
/
bpf
/
Makefile
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: Prepare relo_core.c for kernel duty.
Alexei Starovoitov
2021-12-02
1
-0
/
+4
*
bpf: Add bloom filter map implementation
Joanne Koong
2021-10-28
1
-1
/
+1
*
bpf: Enable task local storage for tracing programs
Song Liu
2021-02-26
1
-2
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2020-11-14
1
-0
/
+1
|
\
|
*
bpf: Implement task local storage
KP Singh
2020-11-06
1
-0
/
+1
*
|
bpf: Don't rely on GCC __attribute__((optimize)) to disable GCSE
Ard Biesheuvel
2020-10-29
1
-1
/
+5
|
/
*
bpf: Implement bpf_local_storage for inodes
KP Singh
2020-08-25
1
-0
/
+1
*
bpf: Split bpf_local_storage to bpf_sk_storage
KP Singh
2020-08-25
1
-0
/
+1
*
bpf: Add kernel module with user mode driver that populates bpffs.
Alexei Starovoitov
2020-08-20
1
-0
/
+1
*
bpf: Add bpf_prog iterator
Alexei Starovoitov
2020-07-25
1
-1
/
+1
*
flow_dissector: Move out netns_bpf prog callbacks
Jakub Sitnicki
2020-06-01
1
-0
/
+1
*
bpf: Implement BPF ring buffer and verifier support for it
Andrii Nakryiko
2020-06-01
1
-1
/
+1
*
xsk: Move xskmap.c to net/xdp/
Björn Töpel
2020-05-21
1
-3
/
+0
*
bpf: Add task and task/file iterator targets
Yonghong Song
2020-05-09
1
-1
/
+1
*
bpf: Add bpf_map iterator
Yonghong Song
2020-05-09
1
-1
/
+1
*
bpf: Implement an interface to register bpf_iter targets
Yonghong Song
2020-05-09
1
-1
/
+1
*
bpf: Introduce BPF_PROG_TYPE_LSM
KP Singh
2020-03-30
1
-0
/
+1
*
bpf: Introduce BPF_PROG_TYPE_STRUCT_OPS
Martin KaFai Lau
2020-01-09
1
-0
/
+3
*
bpf: Introduce BPF dispatcher
Björn Töpel
2019-12-13
1
-0
/
+1
*
bpf: Introduce BPF trampoline
Alexei Starovoitov
2019-11-15
1
-0
/
+1
*
btf: expose BTF info through sysfs
Andrii Nakryiko
2019-08-13
1
-0
/
+3
*
bpf: silence warning messages in core
Valdis Klētnieks
2019-06-12
1
-0
/
+1
*
bpf: add queue and stack maps
Mauricio Vasquez B
2018-10-19
1
-1
/
+1
*
bpf, sockmap: convert to generic sk_msg interface
Daniel Borkmann
2018-10-15
1
-5
/
+0
*
bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAY
Martin KaFai Lau
2018-08-11
1
-0
/
+3
*
bpf: introduce cgroup storage maps
Roman Gushchin
2018-08-03
1
-0
/
+1
*
bpf: introduce new bpf AF_XDP map type BPF_MAP_TYPE_XSKMAP
Björn Töpel
2018-05-03
1
-0
/
+3
*
bpf: btf: Introduce BPF Type Format (BTF)
Martin KaFai Lau
2018-04-19
1
-0
/
+1
*
bpf: only build sockmap with CONFIG_INET
John Fastabend
2018-01-04
1
-0
/
+2
*
bpf: offload: add infrastructure for loading programs for a specific netdev
Jakub Kicinski
2017-11-05
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-11-04
1
-0
/
+1
|
\
|
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
|
bpf: introduce new bpf cpu map type BPF_MAP_TYPE_CPUMAP
Jesper Dangaard Brouer
2017-10-18
1
-0
/
+1
*
|
bpf: move instruction printing into a separate file
Jakub Kicinski
2017-10-10
1
-0
/
+1
|
/
*
bpf: sock_map fixes for !CONFIG_BPF_SYSCALL and !STREAM_PARSER
John Fastabend
2017-08-16
1
-1
/
+4
*
bpf: sockmap with sk redirect support
John Fastabend
2017-08-16
1
-1
/
+1
*
bpf/verifier: rework value tracking
Edward Cree
2017-08-08
1
-1
/
+1
*
bpf: add devmap, a map for storing net device references
John Fastabend
2017-07-17
1
-0
/
+3
*
bpf: Add array of maps support
Martin KaFai Lau
2017-03-22
1
-1
/
+1
*
bpf: add a longest prefix match trie map implementation
Daniel Mack
2017-01-23
1
-1
/
+1
*
cgroup: add support for eBPF programs
Daniel Mack
2016-11-25
1
-0
/
+1
*
bpf: LRU List
Martin KaFai Lau
2016-11-15
1
-1
/
+1
*
bpf: introduce percpu_freelist
Alexei Starovoitov
2016-03-08
1
-1
/
+1
*
bpf: introduce BPF_MAP_TYPE_STACK_TRACE
Alexei Starovoitov
2016-02-20
1
-0
/
+3
*
bpf: add support for persistent maps/progs
Daniel Borkmann
2015-11-02
1
-1
/
+3
*
ebpf: remove kernel test stubs
Daniel Borkmann
2015-03-01
1
-3
/
+0
*
bpf: allow eBPF programs to use maps
Alexei Starovoitov
2014-11-18
1
-1
/
+1
*
bpf: add array type of eBPF maps
Alexei Starovoitov
2014-11-18
1
-1
/
+1
*
bpf: add hashtable type of eBPF maps
Alexei Starovoitov
2014-11-18
1
-1
/
+1
*
bpf: split eBPF out of NET
Alexei Starovoitov
2014-10-27
1
-3
/
+3
[next]