index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
xdp: change ndo_xdp_xmit API to support bulking
Jesper Dangaard Brouer
2018-05-25
1
-11
/
+18
|
*
|
|
xdp: introduce xdp_return_frame_rx_napi
Jesper Dangaard Brouer
2018-05-25
2
-2
/
+2
|
*
|
|
xdp: add tracepoint for devmap like cpumap have
Jesper Dangaard Brouer
2018-05-25
1
-4
/
+23
|
*
|
|
bpf: devmap prepare xdp frames for bulking
Jesper Dangaard Brouer
2018-05-25
1
-4
/
+70
|
*
|
|
bpf: devmap introduce dev_map_enqueue
Jesper Dangaard Brouer
2018-05-25
1
-6
/
+28
|
*
|
|
bpf: introduce bpf subcommand BPF_TASK_FD_QUERY
Yonghong Song
2018-05-25
1
-0
/
+131
|
*
|
|
ipv6: sr: Add seg6local action End.BPF
Mathieu Xhonneux
2018-05-24
1
-0
/
+1
|
*
|
|
bpf: get JITed image lengths of functions via syscall
Sandipan Das
2018-05-24
1
-0
/
+20
|
*
|
|
bpf: fix multi-function JITed dump obtained via syscall
Sandipan Das
2018-05-24
1
-3
/
+34
|
*
|
|
bpf: get kernel symbol addresses via syscall
Sandipan Das
2018-05-24
2
-6
/
+26
|
*
|
|
bpf: support 64-bit offsets for bpf function calls
Sandipan Das
2018-05-24
1
-1
/
+14
|
*
|
|
bpf: btf: Avoid variable length array
Martin KaFai Lau
2018-05-24
1
-6
/
+5
|
*
|
|
bpf: btf: Rename btf_key_id and btf_value_id in bpf_map_info
Martin KaFai Lau
2018-05-23
2
-10
/
+10
|
*
|
|
bpf: btf: Remove unused bits from uapi/linux/btf.h
Martin KaFai Lau
2018-05-23
1
-17
/
+35
|
*
|
|
bpf: btf: Check array->index_type
Martin KaFai Lau
2018-05-23
1
-24
/
+56
|
*
|
|
bpf: btf: Change how section is supported in btf_header
Martin KaFai Lau
2018-05-23
1
-51
/
+158
|
*
|
|
bpf: Expose check_uarg_tail_zero()
Martin KaFai Lau
2018-05-23
1
-7
/
+7
|
*
|
|
bpf: allow sk_msg programs to read sock fields
John Fastabend
2018-05-18
1
-0
/
+1
|
*
|
|
xsk: clean up SPDX headers
Björn Töpel
2018-05-18
1
-9
/
+0
|
*
|
|
bpf: sockmap, fix double-free
Gustavo A. R. Silva
2018-05-17
1
-1
/
+0
|
*
|
|
bpf: sockmap, fix uninitialized variable
Gustavo A. R. Silva
2018-05-17
1
-1
/
+1
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-05-21
2
-34
/
+84
|
\
\
\
\
|
|
/
/
/
|
/
|
/
/
|
|
/
/
|
*
|
bpf: fix truncated jump targets on heavy expansions
Daniel Borkmann
2018-05-18
1
-25
/
+75
|
*
|
bpf: parse and verdict prog attach may race with bpf map update
John Fastabend
2018-05-18
1
-3
/
+3
|
*
|
bpf: sockmap update rollback on error can incorrectly dec prog refcnt
John Fastabend
2018-05-18
1
-6
/
+6
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-05-17
6
-100
/
+797
|
\
\
\
|
*
|
|
bpf: sockmap, on update propagate errors back to userspace
John Fastabend
2018-05-17
1
-1
/
+1
|
*
|
|
bpf: fix sock hashmap kmalloc warning
Yonghong Song
2018-05-17
1
-0
/
+6
|
*
|
|
bpf: sockmap, add hash map support
John Fastabend
2018-05-15
3
-17
/
+492
|
*
|
|
bpf: sockmap, refactor sockmap routines to work with hashmap
John Fastabend
2018-05-15
1
-60
/
+88
|
*
|
|
bpf: enable stackmap with build_id in nmi context
Song Liu
2018-05-14
1
-6
/
+53
|
*
|
|
bpf: xdp: allow offloads to store into rx_queue_index
Jakub Kicinski
2018-05-09
1
-1
/
+1
|
*
|
|
bpf: btf: Add struct bpf_btf_info
Martin KaFai Lau
2018-05-09
2
-6
/
+37
|
*
|
|
bpf: btf: Introduce BTF ID
Martin KaFai Lau
2018-05-09
2
-11
/
+121
|
*
|
|
bpf: btf: Avoid WARN_ON when CONFIG_REFCOUNT_FULL=y
Martin KaFai Lau
2018-05-09
1
-1
/
+1
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-05-12
1
-5
/
+14
|
\
\
\
\
|
|
/
/
/
|
/
|
/
/
|
|
/
/
|
*
|
bpf: use array_index_nospec in find_prog_type
Daniel Borkmann
2018-05-04
1
-2
/
+8
|
*
|
bpf: fix possible spectre-v1 in find_and_alloc_map()
Mark Rutland
2018-05-04
1
-3
/
+6
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-05-08
9
-211
/
+517
|
\
\
\
|
*
|
|
bpf, xskmap: fix crash in xsk_map_alloc error path handling
Daniel Borkmann
2018-05-04
1
-0
/
+2
|
*
|
|
bpf: fix references to free_bpf_prog_info() in comments
Jakub Kicinski
2018-05-04
1
-2
/
+2
|
*
|
|
bpf: replace map pointer loads before calling into offloads
Jakub Kicinski
2018-05-04
1
-5
/
+5
|
*
|
|
bpf: export bpf_event_output()
Jakub Kicinski
2018-05-04
1
-0
/
+1
|
*
|
|
nfp: bpf: record offload neutral maps in the driver
Jakub Kicinski
2018-05-04
1
-0
/
+2
|
*
|
|
bpf: offload: allow offloaded programs to use perf event arrays
Jakub Kicinski
2018-05-04
1
-2
/
+4
|
*
|
|
bpf: add faked "ending" subprog
Jiong Wang
2018-05-04
1
-20
/
+14
|
*
|
|
bpf: centre subprog information fields
Jiong Wang
2018-05-04
1
-30
/
+32
|
*
|
|
bpf: unify main prog and subprog
Jiong Wang
2018-05-04
1
-26
/
+31
|
*
|
|
bpf: implement ld_abs/ld_ind in native bpf
Daniel Borkmann
2018-05-04
2
-88
/
+32
|
*
|
|
bpf: introduce new bpf AF_XDP map type BPF_MAP_TYPE_XSKMAP
Björn Töpel
2018-05-04
3
-2
/
+248
[prev]
[next]