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
2017-07-03
bpf: simplify narrower ctx access
Daniel Borkmann
1
-2
/
+7
2017-06-29
bpf: Add syscall lookup support for fd array and htab
Martin KaFai Lau
1
-0
/
+3
2017-06-23
bpf: possibly avoid extra masking for narrower load in verifier
Yonghong Song
1
-1
/
+10
2017-06-14
bpf: permits narrower load from bpf program context fields
Yonghong Song
1
-1
/
+1
2017-06-06
bpf: Introduce bpf_map ID
Martin KaFai Lau
1
-0
/
+1
2017-06-06
bpf: Introduce bpf_prog ID
Martin KaFai Lau
1
-0
/
+1
2017-06-01
bpf: teach verifier to track stack depth
Alexei Starovoitov
1
-0
/
+1
2017-04-11
bpf: remove struct bpf_map_type_list
Johannes Berg
1
-8
/
+3
2017-04-11
bpf: remove struct bpf_prog_type_list
Johannes Berg
1
-11
/
+5
2017-04-01
bpf: introduce BPF_PROG_TEST_RUN command
Alexei Starovoitov
1
-0
/
+7
2017-03-23
bpf: Add hash of maps support
Martin KaFai Lau
1
-0
/
+2
2017-03-23
bpf: Add array of maps support
Martin KaFai Lau
1
-0
/
+1
2017-03-17
bpf: add helper inlining infra and optimize map_array lookup
Alexei Starovoitov
1
-0
/
+1
2017-02-17
bpf: make jited programs visible in traces
Daniel Borkmann
1
-0
/
+4
2017-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2017-01-19
bpf: don't trigger OOM killer under pressure with map alloc
Daniel Borkmann
1
-0
/
+2
2017-01-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2017-01-16
bpf: rework prog_digest into prog_tag
Daniel Borkmann
1
-1
/
+1
2017-01-12
bpf: pass original insn directly to convert_ctx_access
Daniel Borkmann
1
-3
/
+4
2017-01-10
bpf: rename ARG_PTR_TO_STACK
Alexei Starovoitov
1
-6
/
+6
2016-12-18
bpf: fix overflow in prog accounting
Daniel Borkmann
1
-0
/
+11
2016-12-18
bpf: dynamically allocate digest scratch buffer
Daniel Borkmann
1
-1
/
+1
2016-12-05
bpf: add prog_digest and expose it via fdinfo/netlink
Daniel Borkmann
1
-0
/
+1
2016-11-21
bpf: add __must_check attributes to refcount manipulating helpers
Daniel Borkmann
1
-5
/
+7
2016-11-13
bpf, mlx4: fix prog refcount in mlx4_en_try_alloc_resources error path
Daniel Borkmann
1
-0
/
+5
2016-10-23
bpf: add helper for retrieving current numa node id
Daniel Borkmann
1
-0
/
+1
2016-09-29
bpf: allow access into map value arrays
Josef Bacik
1
-0
/
+7
2016-09-21
bpf: direct packet write and access for helpers for clsact progs
Daniel Borkmann
1
-1
/
+3
2016-09-02
perf, bpf: add perf events core support for BPF_PROG_TYPE_PERF_EVENT programs
Alexei Starovoitov
1
-0
/
+4
2016-07-25
bpf, events: fix offset in skb copy handler
Daniel Borkmann
1
-1
/
+1
2016-07-20
bpf: fix implicit declaration of bpf_prog_add
Brenden Blanco
1
-0
/
+4
2016-07-20
bpf: add bpf_prog_add api for bulk prog refcnt
Brenden Blanco
1
-0
/
+1
2016-07-16
bpf: avoid stack copy and use skb ctx for event output
Daniel Borkmann
1
-1
/
+6
2016-07-01
bpf: refactor bpf_prog_get and type check into helper
Daniel Borkmann
1
-0
/
+7
2016-07-01
bpf: generally move prog destruction to RCU deferral
Daniel Borkmann
1
-5
/
+0
2016-06-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+31
2016-06-29
bpf, perf: delay release of BPF prog after grace period
Daniel Borkmann
1
-0
/
+4
2016-06-16
bpf, maps: flush own entries on perf map release
Daniel Borkmann
1
-0
/
+9
2016-06-16
bpf, maps: extend map_fd_get_ptr arguments
Daniel Borkmann
1
-3
/
+9
2016-06-16
bpf, maps: add release callback
Daniel Borkmann
1
-1
/
+2
2016-06-16
bpf: fix matching of data/data_end in verifier
Alexei Starovoitov
1
-1
/
+27
2016-06-11
bpf: fix missing header inclusion
Zi Shen Lim
1
-0
/
+1
2016-05-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+2
2016-04-29
bpf: fix refcnt overflow
Alexei Starovoitov
1
-1
/
+2
2016-04-20
bpf: add event output helper for notifications/sampling/logging
Daniel Borkmann
1
-0
/
+2
2016-04-15
bpf, verifier: add ARG_PTR_TO_RAW_STACK type
Daniel Borkmann
1
-0
/
+5
2016-04-08
bpf: sanitize bpf tracepoint access
Alexei Starovoitov
1
-0
/
+1
2016-04-08
bpf: support bpf_get_stackid() and bpf_perf_event_output() in tracepoint prog...
Alexei Starovoitov
1
-0
/
+1
2016-03-08
bpf: convert stackmap to pre-allocation
Alexei Starovoitov
1
-0
/
+1
2016-03-08
bpf: pre-allocate hash map elements
Alexei Starovoitov
1
-0
/
+2
[next]