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