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: JIT blinds support JMP32
Jiong Wang
2019-01-26
3
-0
/
+61
*
bpf: interpreter support for JMP32
Jiong Wang
2019-01-26
1
-134
/
+63
*
tools: bpftool: teach cfg code about JMP32
Jiong Wang
2019-01-26
1
-2
/
+7
*
bpf: disassembler support JMP32
Jiong Wang
2019-01-26
1
-15
/
+19
*
bpf: verifier support JMP32
Jiong Wang
2019-01-26
2
-33
/
+173
*
bpf: refactor verifier min/max code for condition jump
Jiong Wang
2019-01-26
1
-73
/
+99
*
bpf: allocate 0x06 to new eBPF instruction class JMP32
Jiong Wang
2019-01-26
3
-7
/
+10
*
Merge branch 'af-xdp-sock-diag'
Daniel Borkmann
2019-01-25
10
-5
/
+346
|
\
|
*
xsk: add sock_diag interface for AF_XDP
Björn Töpel
2019-01-25
6
-5
/
+285
|
*
xsk: add id to umem
Björn Töpel
2019-01-25
2
-0
/
+14
|
*
net: xsk: track AF_XDP sockets on a per-netns list
Björn Töpel
2019-01-25
3
-0
/
+47
|
/
*
selftests/bpf: suppress readelf stderr when probing for BTF support
Stanislav Fomichev
2019-01-25
1
-1
/
+2
*
bpf: allow BPF programs access skb_shared_info->gso_segs field
Eric Dumazet
2019-01-24
4
-0
/
+59
*
bpftool: feature probing, change default action
Prashant Bhole
2019-01-24
1
-1
/
+1
*
Merge branch 'dead-code-elimination'
Alexei Starovoitov
2019-01-24
12
-67
/
+1004
|
\
|
*
nfp: bpf: support removing dead code
Jakub Kicinski
2019-01-24
3
-1
/
+34
|
*
nfp: bpf: support optimizing dead branches
Jakub Kicinski
2019-01-24
3
-0
/
+49
|
*
nfp: bpf: save original program length
Jakub Kicinski
2019-01-24
4
-14
/
+15
|
*
nfp: bpf: split up the skip flag
Jakub Kicinski
2019-01-24
2
-19
/
+26
|
*
nfp: bpf: don't use instruction number for jump target
Jakub Kicinski
2019-01-24
1
-1
/
+1
|
*
bpf: notify offload JITs about optimizations
Jakub Kicinski
2019-01-24
4
-0
/
+53
|
*
bpf: verifier: record original instruction index
Jakub Kicinski
2019-01-24
2
-3
/
+6
|
*
selftests: bpf: add tests for dead code removal
Jakub Kicinski
2019-01-24
2
-7
/
+549
|
*
bpf: verifier: remove unconditional branches by 0
Jakub Kicinski
2019-01-24
1
-0
/
+23
|
*
bpf: verifier: remove dead code
Jakub Kicinski
2019-01-24
3
-3
/
+186
|
*
bpf: verifier: hard wire branches to dead code
Jakub Kicinski
2019-01-24
1
-2
/
+43
|
*
bpf: change parameters of call/branch offset adjustment
Jakub Kicinski
2019-01-24
1
-19
/
+21
|
/
*
selftests/bpf: don't hardcode iptables/nc path in test_tcpnotify_user
Stanislav Fomichev
2019-01-23
1
-3
/
+3
*
libbpf: Show supported ELF section names when failing to guess prog/attach type
Taeung Song
2019-01-23
3
-12
/
+48
*
bpf: btf: add btf documentation
Yonghong Song
2019-01-23
2
-0
/
+877
*
Merge branch 'bpftool-probes'
Alexei Starovoitov
2019-01-23
16
-3
/
+1147
|
\
|
*
tools: bpftool: add bash completion for bpftool probes
Quentin Monnet
2019-01-23
1
-0
/
+19
|
*
tools: bpftool: add probes for a network device
Quentin Monnet
2019-01-23
2
-14
/
+73
|
*
tools: bpftool: add C-style "#define" output for probes
Quentin Monnet
2019-01-23
2
-30
/
+133
|
*
tools: bpftool: add probes for eBPF helper functions
Quentin Monnet
2019-01-23
5
-0
/
+121
|
*
tools: bpftool: add probes for eBPF map types
Quentin Monnet
2019-01-23
6
-1
/
+118
|
*
tools: bpftool: add probes for eBPF program types
Quentin Monnet
2019-01-23
5
-2
/
+159
|
*
tools: bpftool: add probes for kernel configuration options
Quentin Monnet
2019-01-23
1
-0
/
+182
|
*
tools: bpftool: add probes for /proc/ eBPF parameters
Quentin Monnet
2019-01-23
1
-0
/
+187
|
*
tools: bpftool: add basic probe capability, probe syscall availability
Quentin Monnet
2019-01-23
10
-1
/
+200
|
/
*
bpf: fix a (false) compiler warning
Peter Oskolkov
2019-01-17
1
-1
/
+2
*
Merge branch 'bpf-bpftool-queue-stack'
Daniel Borkmann
2019-01-17
3
-90
/
+254
|
\
|
*
bpftool: add bash completion for peek/push/enqueue/pop/dequeue
Stanislav Fomichev
2019-01-17
1
-18
/
+73
|
*
bpftool: add pop and dequeue commands
Stanislav Fomichev
2019-01-17
2
-35
/
+98
|
*
bpftool: add push and enqueue commands
Stanislav Fomichev
2019-01-17
2
-1
/
+14
|
*
bpftool: add peek command
Stanislav Fomichev
2019-01-17
2
-1
/
+7
|
*
bpftool: don't print empty key/value for maps
Stanislav Fomichev
2019-01-17
1
-19
/
+28
|
*
bpftool: make key optional in lookup command
Stanislav Fomichev
2019-01-17
2
-9
/
+5
|
*
bpftool: make key and value optional in update command
Stanislav Fomichev
2019-01-17
2
-9
/
+31
|
/
*
Merge branch 'bpf-int128-btf'
Daniel Borkmann
2019-01-16
3
-68
/
+418
|
\
[next]