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-06-04
bpf: implement bpf_get_current_cgroup_id() helper
Yonghong Song
1
-0
/
+1
2018-05-25
xdp: add tracepoint for devmap like cpumap have
Jesper Dangaard Brouer
1
-2
/
+4
2018-05-25
bpf: devmap introduce dev_map_enqueue
Jesper Dangaard Brouer
1
-3
/
+13
2018-05-23
bpf: btf: Rename btf_key_id and btf_value_id in bpf_map_info
Martin KaFai Lau
1
-2
/
+2
2018-05-23
bpf: Expose check_uarg_tail_zero()
Martin KaFai Lau
1
-0
/
+2
2018-05-15
bpf: sockmap, add hash map support
John Fastabend
1
-0
/
+8
2018-05-09
bpf: xdp: allow offloads to store into rx_queue_index
Jakub Kicinski
1
-1
/
+1
2018-05-05
bpf: offload: allow offloaded programs to use perf event arrays
Jakub Kicinski
1
-0
/
+5
2018-05-04
bpf: implement ld_abs/ld_ind in native bpf
Daniel Borkmann
1
-0
/
+2
2018-05-04
bpf: migrate ebpf ld_abs/ld_ind tests to test_verifier
Daniel Borkmann
1
-2
/
+0
2018-05-04
bpf: introduce new bpf AF_XDP map type BPF_MAP_TYPE_XSKMAP
Björn Töpel
1
-0
/
+25
2018-04-29
bpf: add bpf_get_stack helper
Yonghong Song
1
-0
/
+1
2018-04-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+3
2018-04-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2018-04-24
bpf: sockmap, map_release does not hold refcnt for pinned maps
John Fastabend
1
-1
/
+1
2018-04-24
bpf: disable and restore preemption in __BPF_PROG_RUN_ARRAY
Roman Gushchin
1
-0
/
+2
2018-04-19
bpf: btf: Add pretty print support to the basic arraymap
Martin KaFai Lau
1
-3
/
+17
2018-04-11
bpf/tracing: fix a deadlock in perf_event_detach_bpf_prog
Yonghong Song
1
-2
/
+2
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
[next]