index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
mmc
/
mmc-tools.txt
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-01-26
bpf: disassembler support JMP32
Jiong Wang
1
-15
/
+19
2019-01-26
bpf: verifier support JMP32
Jiong Wang
2
-33
/
+173
2019-01-26
bpf: refactor verifier min/max code for condition jump
Jiong Wang
1
-73
/
+99
2019-01-26
bpf: allocate 0x06 to new eBPF instruction class JMP32
Jiong Wang
3
-7
/
+10
2019-01-25
xsk: add sock_diag interface for AF_XDP
Björn Töpel
6
-5
/
+285
2019-01-25
xsk: add id to umem
Björn Töpel
2
-0
/
+14
2019-01-25
net: xsk: track AF_XDP sockets on a per-netns list
Björn Töpel
3
-0
/
+47
2019-01-25
selftests/bpf: suppress readelf stderr when probing for BTF support
Stanislav Fomichev
1
-1
/
+2
2019-01-24
bpf: allow BPF programs access skb_shared_info->gso_segs field
Eric Dumazet
4
-0
/
+59
2019-01-24
bpftool: feature probing, change default action
Prashant Bhole
1
-1
/
+1
2019-01-24
nfp: bpf: support removing dead code
Jakub Kicinski
3
-1
/
+34
2019-01-24
nfp: bpf: support optimizing dead branches
Jakub Kicinski
3
-0
/
+49
2019-01-24
nfp: bpf: save original program length
Jakub Kicinski
4
-14
/
+15
2019-01-24
nfp: bpf: split up the skip flag
Jakub Kicinski
2
-19
/
+26
2019-01-24
nfp: bpf: don't use instruction number for jump target
Jakub Kicinski
1
-1
/
+1
2019-01-24
bpf: notify offload JITs about optimizations
Jakub Kicinski
4
-0
/
+53
2019-01-24
bpf: verifier: record original instruction index
Jakub Kicinski
2
-3
/
+6
2019-01-24
selftests: bpf: add tests for dead code removal
Jakub Kicinski
2
-7
/
+549
2019-01-24
bpf: verifier: remove unconditional branches by 0
Jakub Kicinski
1
-0
/
+23
2019-01-24
bpf: verifier: remove dead code
Jakub Kicinski
3
-3
/
+186
2019-01-24
bpf: verifier: hard wire branches to dead code
Jakub Kicinski
1
-2
/
+43
2019-01-24
bpf: change parameters of call/branch offset adjustment
Jakub Kicinski
1
-19
/
+21
2019-01-23
selftests/bpf: don't hardcode iptables/nc path in test_tcpnotify_user
Stanislav Fomichev
1
-3
/
+3
2019-01-23
libbpf: Show supported ELF section names when failing to guess prog/attach type
Taeung Song
3
-12
/
+48
2019-01-23
bpf: btf: add btf documentation
Yonghong Song
2
-0
/
+877
2019-01-23
tools: bpftool: add bash completion for bpftool probes
Quentin Monnet
1
-0
/
+19
2019-01-23
tools: bpftool: add probes for a network device
Quentin Monnet
2
-14
/
+73
2019-01-23
tools: bpftool: add C-style "#define" output for probes
Quentin Monnet
2
-30
/
+133
2019-01-23
tools: bpftool: add probes for eBPF helper functions
Quentin Monnet
5
-0
/
+121
2019-01-23
tools: bpftool: add probes for eBPF map types
Quentin Monnet
6
-1
/
+118
2019-01-23
tools: bpftool: add probes for eBPF program types
Quentin Monnet
5
-2
/
+159
2019-01-23
tools: bpftool: add probes for kernel configuration options
Quentin Monnet
1
-0
/
+182
2019-01-23
tools: bpftool: add probes for /proc/ eBPF parameters
Quentin Monnet
1
-0
/
+187
2019-01-23
tools: bpftool: add basic probe capability, probe syscall availability
Quentin Monnet
10
-1
/
+200
2019-01-17
bpf: fix a (false) compiler warning
Peter Oskolkov
1
-1
/
+2
2019-01-17
bpftool: add bash completion for peek/push/enqueue/pop/dequeue
Stanislav Fomichev
1
-18
/
+73
2019-01-17
bpftool: add pop and dequeue commands
Stanislav Fomichev
2
-35
/
+98
2019-01-17
bpftool: add push and enqueue commands
Stanislav Fomichev
2
-1
/
+14
2019-01-17
bpftool: add peek command
Stanislav Fomichev
2
-1
/
+7
2019-01-17
bpftool: don't print empty key/value for maps
Stanislav Fomichev
1
-19
/
+28
2019-01-17
bpftool: make key optional in lookup command
Stanislav Fomichev
2
-9
/
+5
2019-01-17
bpftool: make key and value optional in update command
Stanislav Fomichev
2
-9
/
+31
2019-01-16
tools/bpf: support __int128 in bpftool map pretty dumper
Yonghong Song
1
-12
/
+86
2019-01-16
tools/bpf: add bpffs pretty print test for int128
Yonghong Song
1
-0
/
+79
2019-01-16
tools/bpf: refactor test_btf pretty printing for multiple map value formats
Yonghong Song
1
-37
/
+75
2019-01-16
tools/bpf: add int128 raw test in test_btf
Yonghong Song
1
-0
/
+93
2019-01-16
bpf: btf: support 128 bit integer type
Yonghong Song
1
-19
/
+85
2019-01-16
libbpf: don't define CC and AR
Stanislav Fomichev
1
-16
/
+1
2019-01-16
networking: Documentation: fix snmp_counters.rst Sphinx warnings
Randy Dunlap
1
-27
/
+86
2019-01-16
net, decnet: use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-1
/
+1
[next]