index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: error handling when map_lookup_elem isn't supported
Prashant Bhole
2018-10-10
1
-2
/
+7
*
bpf: btf: Fix a missing check bug
Wenwen Wang
2018-10-10
1
-0
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-10-09
66
-663
/
+4140
|
\
|
*
bpf: fix building without CONFIG_INET
Arnd Bergmann
2018-10-09
1
-2
/
+8
|
*
Merge branch 'bpf-to-bpf-calls-nfp'
Daniel Borkmann
2018-10-08
10
-46
/
+589
|
|
\
|
|
*
bpf: allow offload of programs with BPF-to-BPF function calls
Quentin Monnet
2018-10-08
1
-7
/
+3
|
|
*
nfp: bpf: support pointers to other stack frames for BPF-to-BPF calls
Quentin Monnet
2018-10-08
3
-1
/
+6
|
|
*
nfp: bpf: optimise save/restore for R6~R9 based on register usage
Quentin Monnet
2018-10-08
3
-23
/
+78
|
|
*
nfp: bpf: fix return address from register-saving subroutine to callee
Quentin Monnet
2018-10-08
1
-1
/
+27
|
|
*
nfp: bpf: update fixup function for BPF-to-BPF calls support
Quentin Monnet
2018-10-08
2
-3
/
+24
|
|
*
nfp: bpf: account for additional stack usage when checking stack limit
Quentin Monnet
2018-10-08
2
-8
/
+68
|
|
*
nfp: bpf: add main logics for BPF-to-BPF calls support in nfp driver
Quentin Monnet
2018-10-08
5
-4
/
+295
|
|
*
nfp: bpf: account for BPF-to-BPF calls when preparing nfp JIT
Quentin Monnet
2018-10-08
2
-11
/
+27
|
|
*
nfp: bpf: ignore helper-related checks for BPF calls in nfp verifier
Quentin Monnet
2018-10-08
2
-4
/
+13
|
|
*
nfp: bpf: copy eBPF subprograms information from kernel verifier
Quentin Monnet
2018-10-08
3
-0
/
+29
|
|
*
nfp: bpf: rename nfp_prog->stack_depth as nfp_prog->stack_frame_depth
Quentin Monnet
2018-10-08
3
-8
/
+8
|
|
*
bpf: add verifier callback to get stack usage info for offloaded progs
Quentin Monnet
2018-10-08
6
-2
/
+37
|
|
/
|
*
bpf, doc: Document Jump X addressing mode
Arthur Fabre
2018-10-08
1
-14
/
+16
|
*
libbpf: relicense libbpf as LGPL-2.1 OR BSD-2-Clause
Alexei Starovoitov
2018-10-08
13
-62
/
+13
|
*
xsk: proper AF_XDP socket teardown ordering
Björn Töpel
2018-10-08
2
-13
/
+11
|
*
Merge branch 'bpf-xsk-fix-mixed-mode'
Daniel Borkmann
2018-10-05
6
-41
/
+91
|
|
\
|
|
*
xsk: simplify xdp_clear_umem_at_qid implementation
Magnus Karlsson
2018-10-05
1
-5
/
+2
|
|
*
ethtool: don't allow disabling queues with umem installed
Jakub Kicinski
2018-10-05
3
-2
/
+20
|
|
*
ethtool: rename local variable max -> curr
Jakub Kicinski
2018-10-05
1
-6
/
+6
|
|
*
xsk: fix bug when trying to use both copy and zero-copy on one queue id
Magnus Karlsson
2018-10-05
3
-35
/
+64
|
|
*
net: add umem reference in netdev{_rx}_queue
Magnus Karlsson
2018-10-05
1
-0
/
+6
|
|
/
|
*
bpf: typo fix in Documentation/networking/af_xdp.rst
Konrad Djimeli
2018-10-05
1
-2
/
+2
|
*
bpf, tracex3_user: erase "ARRAY_SIZE" redefined
Bo YU
2018-10-04
1
-2
/
+0
|
*
Merge branch 'bpf-libbpf-consistent-iface'
Daniel Borkmann
2018-10-04
11
-154
/
+171
|
|
\
|
|
*
libbpf: Use __u32 instead of u32 in bpf_program__load
Andrey Ignatov
2018-10-04
2
-2
/
+2
|
|
*
libbpf: Make include guards consistent
Andrey Ignatov
2018-10-04
5
-15
/
+15
|
|
*
libbpf: Consistent prefixes for interfaces in str_error.h.
Andrey Ignatov
2018-10-04
3
-11
/
+13
|
|
*
libbpf: Consistent prefixes for interfaces in nlattr.h.
Andrey Ignatov
2018-10-04
5
-81
/
+94
|
|
*
libbpf: Consistent prefixes for interfaces in libbpf.h.
Andrey Ignatov
2018-10-04
3
-43
/
+45
|
|
*
libbpf: Move __dump_nlmsg_t from API to implementation
Andrey Ignatov
2018-10-04
2
-3
/
+3
|
|
/
|
*
net: core: Fix build with CONFIG_IPV6=m
Joe Stringer
2018-10-04
1
-1
/
+1
|
*
Merge branch 'bpf-sk-lookup'
Daniel Borkmann
2018-10-03
14
-157
/
+2002
|
|
\
|
|
*
Documentation: Describe bpf reference tracking
Joe Stringer
2018-10-03
1
-0
/
+64
|
|
*
selftests/bpf: Add C tests for reference tracking
Joe Stringer
2018-10-03
3
-1
/
+219
|
|
*
libbpf: Support loading individual progs
Joe Stringer
2018-10-03
2
-2
/
+5
|
|
*
selftests/bpf: Add tests for reference tracking
Joe Stringer
2018-10-03
1
-0
/
+759
|
|
*
selftests/bpf: Generalize dummy program types
Joe Stringer
2018-10-03
1
-14
/
+17
|
|
*
bpf: Add helper to retrieve socket in BPF
Joe Stringer
2018-10-03
5
-3
/
+354
|
|
*
bpf: Add reference tracking to verifier
Joe Stringer
2018-10-03
2
-22
/
+308
|
|
*
bpf: Macrofy stack state copy
Joe Stringer
2018-10-03
1
-46
/
+60
|
|
*
bpf: Add PTR_TO_SOCKET verifier type
Joe Stringer
2018-10-03
4
-26
/
+160
|
|
*
bpf: Generalize ptr_or_null regs check
Joe Stringer
2018-10-03
1
-18
/
+25
|
|
*
bpf: Reuse canonical string formatter for ctx errs
Joe Stringer
2018-10-03
2
-9
/
+8
|
|
*
bpf: Simplify ptr_min_max_vals adjustment
Joe Stringer
2018-10-03
2
-19
/
+17
|
|
*
bpf: Add iterator for spilled registers
Joe Stringer
2018-10-03
2
-9
/
+18
|
|
/
[next]