index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
bpf.h
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-31
bpf: Check attach type at prog load time
Andrey Ignatov
1
-1
/
+4
2018-03-19
bpf: create tcp_bpf_ulp allowing BPF to monitor socket TX/RX data
John Fastabend
1
-0
/
+1
2018-01-19
bpf: offload: report device information about offloaded maps
Jakub Kicinski
1
-0
/
+2
2018-01-18
bpf: add new jited info fields in bpf_dev_offload and bpf_prog_info
Jiong Wang
1
-0
/
+2
2018-01-15
bpf: offload: add map offload infrastructure
Jakub Kicinski
1
-0
/
+59
2018-01-15
bpf: rename bpf_dev_offload -> bpf_prog_offload
Jakub Kicinski
1
-2
/
+2
2018-01-15
bpf: add helper for copying attrs to struct bpf_map
Jakub Kicinski
1
-0
/
+1
2018-01-15
bpf: add map_alloc_check callback
Jakub Kicinski
1
-0
/
+1
2018-01-13
error-injection: Separate error-injection from kprobe
Masami Hiramatsu
1
-11
/
+0
2018-01-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-8
/
+18
2018-01-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-8
/
+18
2018-01-09
bpf: avoid false sharing of map refcount with max_entries
Daniel Borkmann
1
-8
/
+16
2018-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+10
2018-01-09
bpf: prevent out-of-bounds speculation
Alexei Starovoitov
1
-0
/
+2
2018-01-05
fix "netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'"
Al Viro
1
-0
/
+10
2018-01-04
bpf: only build sockmap with CONFIG_INET
John Fastabend
1
-1
/
+1
2017-12-31
bpf: offload: report device information for offloaded programs
Jakub Kicinski
1
-0
/
+2
2017-12-31
bpf: offload: free program id when device disappears
Jakub Kicinski
1
-0
/
+2
2017-12-31
bpf: offload: allow netdev to disappear while verifier is running
Jakub Kicinski
1
-2
/
+7
2017-12-31
bpf: offload: don't use prog->aux->offload as boolean
Jakub Kicinski
1
-1
/
+2
2017-12-17
bpf: x64: add JIT support for multi-function programs
Alexei Starovoitov
1
-0
/
+3
2017-12-17
bpf: add support for bpf_call to interpreter
Alexei Starovoitov
1
-0
/
+1
2017-12-14
bpf/tracing: fix kernel/events/core.c compilation error
Yonghong Song
1
-1
/
+0
2017-12-12
add infrastructure for tagging functions as error injectable
Josef Bacik
1
-0
/
+11
2017-12-12
bpf/tracing: allow user space to query prog array on the same tp
Yonghong Song
1
-0
/
+4
2017-11-22
bpf: introduce ARG_PTR_TO_MEM_OR_NULL
Gianluca Borello
1
-0
/
+1
2017-11-21
bpf: revert report offload info to user space
Jakub Kicinski
1
-1
/
+0
2017-11-21
bpf: turn bpf_prog_get_type() into a wrapper
Jakub Kicinski
1
-7
/
+6
2017-11-21
bpf: offload: move offload device validation out to the drivers
Jakub Kicinski
1
-2
/
+2
2017-11-05
xdp: allow attaching programs loaded for specific device
Jakub Kicinski
1
-0
/
+10
2017-11-05
bpf: report offload info to user space
Jakub Kicinski
1
-0
/
+1
2017-11-05
bpf: offload: add infrastructure for loading programs for a specific netdev
Jakub Kicinski
1
-0
/
+36
2017-10-27
bpf: remove tail_call and get_stackid helper declarations from bpf.h
Gianluca Borello
1
-3
/
+0
2017-10-25
bpf: permit multiple bpf attachments for a single perf event
Yonghong Song
1
-5
/
+25
2017-10-20
selinux: bpf: Add addtional check for bpf object file receive
Chenbo Feng
1
-0
/
+3
2017-10-20
security: bpf: Add LSM hooks for bpf object related syscall
Chenbo Feng
1
-0
/
+6
2017-10-20
bpf: Add file mode configuration into bpf maps
Chenbo Feng
1
-3
/
+5
2017-10-18
bpf: move knowledge about post-translation offsets out of verifier
Jakub Kicinski
1
-0
/
+3
2017-10-18
bpf: remove the verifier ops from program structure
Jakub Kicinski
1
-1
/
+0
2017-10-18
bpf: split verifier and program ops
Jakub Kicinski
1
-5
/
+10
2017-10-18
bpf: XDP_REDIRECT enable use of cpumap
Jesper Dangaard Brouer
1
-1
/
+30
2017-10-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+5
2017-10-09
netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'
Shmulik Ladkani
1
-0
/
+5
2017-10-08
bpf: Use char in prog and map name
Martin KaFai Lau
1
-2
/
+2
2017-10-05
bpf: introduce BPF_PROG_QUERY command
Alexei Starovoitov
1
-0
/
+3
2017-10-05
bpf: multi program support for cgroup+bpf
Alexei Starovoitov
1
-0
/
+32
2017-09-29
bpf: Add map_name to bpf_map_info
Martin KaFai Lau
1
-0
/
+1
2017-09-29
bpf: Add name, load_time, uid and map_ids to bpf_prog_info
Martin KaFai Lau
1
-0
/
+2
2017-09-26
bpf: add meta pointer for direct access
Daniel Borkmann
1
-0
/
+1
2017-09-09
bpf: add support for sockmap detach programs
John Fastabend
1
-4
/
+4
[next]