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
2019-01-26
x86_64: bpf: implement jitting of JMP32
Jiong Wang
1
-6
/
+40
2019-01-26
bpf: JIT blinds support JMP32
Jiong Wang
3
-0
/
+61
2019-01-26
bpf: interpreter support for JMP32
Jiong Wang
1
-134
/
+63
2019-01-26
tools: bpftool: teach cfg code about JMP32
Jiong Wang
1
-2
/
+7
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
Merge branch 'af-xdp-sock-diag'
Daniel Borkmann
10
-5
/
+346
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-23
Merge branch 'dead-code-elimination'
Alexei Starovoitov
12
-67
/
+1004
2019-01-23
nfp: bpf: support removing dead code
Jakub Kicinski
3
-1
/
+34
2019-01-23
nfp: bpf: support optimizing dead branches
Jakub Kicinski
3
-0
/
+49
2019-01-23
nfp: bpf: save original program length
Jakub Kicinski
4
-14
/
+15
2019-01-23
nfp: bpf: split up the skip flag
Jakub Kicinski
2
-19
/
+26
2019-01-23
nfp: bpf: don't use instruction number for jump target
Jakub Kicinski
1
-1
/
+1
2019-01-23
bpf: notify offload JITs about optimizations
Jakub Kicinski
4
-0
/
+53
2019-01-23
bpf: verifier: record original instruction index
Jakub Kicinski
2
-3
/
+6
2019-01-23
selftests: bpf: add tests for dead code removal
Jakub Kicinski
2
-7
/
+549
2019-01-23
bpf: verifier: remove unconditional branches by 0
Jakub Kicinski
1
-0
/
+23
2019-01-23
bpf: verifier: remove dead code
Jakub Kicinski
3
-3
/
+186
2019-01-23
bpf: verifier: hard wire branches to dead code
Jakub Kicinski
1
-2
/
+43
2019-01-23
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-22
bpf: btf: add btf documentation
Yonghong Song
2
-0
/
+877
2019-01-22
Merge branch 'bpftool-probes'
Alexei Starovoitov
16
-3
/
+1147
2019-01-22
tools: bpftool: add bash completion for bpftool probes
Quentin Monnet
1
-0
/
+19
2019-01-22
tools: bpftool: add probes for a network device
Quentin Monnet
2
-14
/
+73
2019-01-22
tools: bpftool: add C-style "#define" output for probes
Quentin Monnet
2
-30
/
+133
2019-01-22
tools: bpftool: add probes for eBPF helper functions
Quentin Monnet
5
-0
/
+121
2019-01-22
tools: bpftool: add probes for eBPF map types
Quentin Monnet
6
-1
/
+118
2019-01-22
tools: bpftool: add probes for eBPF program types
Quentin Monnet
5
-2
/
+159
2019-01-22
tools: bpftool: add probes for kernel configuration options
Quentin Monnet
1
-0
/
+182
2019-01-22
tools: bpftool: add probes for /proc/ eBPF parameters
Quentin Monnet
1
-0
/
+187
2019-01-22
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
Merge branch 'bpf-bpftool-queue-stack'
Daniel Borkmann
3
-90
/
+254
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
[next]