Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
b7a1848e8398b8396c990279e6a10272d818577e
b7a1848
bpf: add BPF_PROG_TEST_RUN support for flow dissector
by Stanislav Fomichev
· 6 years ago
c8aa703
net/flow_dissector: move bpf case into __skb_flow_bpf_dissect
by Stanislav Fomichev
· 6 years ago
d76198b
tools: bpftool: warn about risky prog array updates
by Jakub Kicinski
· 6 years ago
cdd7b40
selftests: bpf: remove duplicated include
by YueHaibing
· 6 years ago
20600f3
Merge branch 'split-test_verifier'
by Alexei Starovoitov
· 6 years ago
4872922
selftests: bpf: break up the rest of test_verifier
by Jakub Kicinski
· 6 years ago
40f2fbd
selftests: bpf: break up test_verifier
by Jakub Kicinski
· 6 years ago
2dfb401
selftests: bpf: prepare for break up of verifier tests
by Jakub Kicinski
· 6 years ago
ae575c8
Merge branch 'jmp32-insns'
by Alexei Starovoitov
· 6 years ago
3ef8434
selftests: bpf: makefile support sub-register code-gen test mode
by Jiong Wang
· 6 years ago
6ea848b
selftests: bpf: functional and min/max reasoning unit tests for JMP32
by Jiong Wang
· 6 years ago
4614483
nfp: bpf: implement jitting of JMP32
by Jiong Wang
· 6 years ago
626a5f6
s390: bpf: implement jitting of JMP32
by Jiong Wang
· 6 years ago
5f64599
ppc: bpf: implement jitting of JMP32
by Jiong Wang
· 6 years ago
b85062a
arm: bpf: implement jitting of JMP32
by Jiong Wang
· 6 years ago
654b65a
arm64: bpf: implement jitting of JMP32
by Jiong Wang
· 6 years ago
69f827e
x32: bpf: implement jitting of JMP32
by Jiong Wang
· 6 years ago
3f5d652
x86_64: bpf: implement jitting of JMP32
by Jiong Wang
· 6 years ago
a7b76c8
bpf: JIT blinds support JMP32
by Jiong Wang
· 6 years ago
503a886
bpf: interpreter support for JMP32
by Jiong Wang
· 6 years ago
df791dc
tools: bpftool: teach cfg code about JMP32
by Jiong Wang
· 6 years ago
56cbd82
bpf: disassembler support JMP32
by Jiong Wang
· 6 years ago
092ed09
bpf: verifier support JMP32
by Jiong Wang
· 6 years ago
a72dafa
bpf: refactor verifier min/max code for condition jump
by Jiong Wang
· 6 years ago
d405c74
bpf: allocate 0x06 to new eBPF instruction class JMP32
by Jiong Wang
· 6 years ago
dbbd79a
Merge branch 'af-xdp-sock-diag'
by Daniel Borkmann
· 6 years ago
a36b38aa
xsk: add sock_diag interface for AF_XDP
by Björn Töpel
· 6 years ago
50e74c0
xsk: add id to umem
by Björn Töpel
· 6 years ago
1d0dc06
net: xsk: track AF_XDP sockets on a per-netns list
by Björn Töpel
· 6 years ago
2f09212
selftests/bpf: suppress readelf stderr when probing for BTF support
by Stanislav Fomichev
· 6 years ago
d9ff286
bpf: allow BPF programs access skb_shared_info->gso_segs field
by Eric Dumazet
· 6 years ago
866e6ac4
bpftool: feature probing, change default action
by Prashant Bhole
· 6 years ago
923cefe
Merge branch 'dead-code-elimination'
by Alexei Starovoitov
· 6 years ago
9a06927
nfp: bpf: support removing dead code
by Jakub Kicinski
· 6 years ago
a32014b
nfp: bpf: support optimizing dead branches
by Jakub Kicinski
· 6 years ago
e2fc611
nfp: bpf: save original program length
by Jakub Kicinski
· 6 years ago
91a87a5
nfp: bpf: split up the skip flag
by Jakub Kicinski
· 6 years ago
e90287f
nfp: bpf: don't use instruction number for jump target
by Jakub Kicinski
· 6 years ago
08ca90a
bpf: notify offload JITs about optimizations
by Jakub Kicinski
· 6 years ago
9e4c24e
bpf: verifier: record original instruction index
by Jakub Kicinski
· 6 years ago
cb05077
selftests: bpf: add tests for dead code removal
by Jakub Kicinski
· 6 years ago
a1b14ab
bpf: verifier: remove unconditional branches by 0
by Jakub Kicinski
· 6 years ago
52875a0
bpf: verifier: remove dead code
by Jakub Kicinski
· 6 years ago
e2ae4ca
bpf: verifier: hard wire branches to dead code
by Jakub Kicinski
· 6 years ago
2cbd95a
bpf: change parameters of call/branch offset adjustment
by Jakub Kicinski
· 6 years ago
bbebce8
selftests/bpf: don't hardcode iptables/nc path in test_tcpnotify_user
by Stanislav Fomichev
· 6 years ago
c76e4c2
libbpf: Show supported ELF section names when failing to guess prog/attach type
by Taeung Song
· 6 years ago
ffcf7ce
bpf: btf: add btf documentation
by Yonghong Song
· 6 years ago
cbeaad9
Merge branch 'bpftool-probes'
by Alexei Starovoitov
· 6 years ago
948703e
tools: bpftool: add bash completion for bpftool probes
by Quentin Monnet
· 6 years ago
f9499fe
tools: bpftool: add probes for a network device
by Quentin Monnet
· 6 years ago
d267cff
tools: bpftool: add C-style "#define" output for probes
by Quentin Monnet
· 6 years ago
2d3ea5e
tools: bpftool: add probes for eBPF helper functions
by Quentin Monnet
· 6 years ago
f99e166
tools: bpftool: add probes for eBPF map types
by Quentin Monnet
· 6 years ago
1bf4b05
tools: bpftool: add probes for eBPF program types
by Quentin Monnet
· 6 years ago
4567b98
tools: bpftool: add probes for kernel configuration options
by Quentin Monnet
· 6 years ago
7a4522b
tools: bpftool: add probes for /proc/ eBPF parameters
by Quentin Monnet
· 6 years ago
49eb7ab
tools: bpftool: add basic probe capability, probe syscall availability
by Quentin Monnet
· 6 years ago
d0b2818
bpf: fix a (false) compiler warning
by Peter Oskolkov
· 6 years ago
4edc01b
Merge branch 'bpf-bpftool-queue-stack'
by Daniel Borkmann
· 6 years ago
55c70bf
bpftool: add bash completion for peek/push/enqueue/pop/dequeue
by Stanislav Fomichev
· 6 years ago
74f312e
bpftool: add pop and dequeue commands
by Stanislav Fomichev
· 6 years ago
549d4d3
bpftool: add push and enqueue commands
by Stanislav Fomichev
· 6 years ago
66cf6e0
bpftool: add peek command
by Stanislav Fomichev
· 6 years ago
04a5d32
bpftool: don't print empty key/value for maps
by Stanislav Fomichev
· 6 years ago
8a89fff
bpftool: make key optional in lookup command
by Stanislav Fomichev
· 6 years ago
7d7209c
bpftool: make key and value optional in update command
by Stanislav Fomichev
· 6 years ago
e13279e
Merge branch 'bpf-int128-btf'
by Daniel Borkmann
· 6 years ago
e86e513
tools/bpf: support __int128 in bpftool map pretty dumper
by Yonghong Song
· 6 years ago
4df3a1d
tools/bpf: add bpffs pretty print test for int128
by Yonghong Song
· 6 years ago
ce6ec47
tools/bpf: refactor test_btf pretty printing for multiple map value formats
by Yonghong Song
· 6 years ago
a80eba2
tools/bpf: add int128 raw test in test_btf
by Yonghong Song
· 6 years ago
b1e8818
bpf: btf: support 128 bit integer type
by Yonghong Song
· 6 years ago
eeedd35
libbpf: don't define CC and AR
by Stanislav Fomichev
· 6 years ago
ae5220c
networking: Documentation: fix snmp_counters.rst Sphinx warnings
by Randy Dunlap
· 6 years ago
bb3e16a
net, decnet: use struct_size() in kzalloc()
by Gustavo A. R. Silva
· 6 years ago
faa311e
mlxsw: spectrum_nve: Use struct_size() in kzalloc()
by Gustavo A. R. Silva
· 6 years ago
2285ec8
mlxsw: spectrum_acl_bloom_filter: use struct_size() in kzalloc()
by Gustavo A. R. Silva
· 6 years ago
590ce40
dt-bindings: net: dsa: ksz9477: fix indentation for switch spi bindings
by Sergio Paracuellos
· 6 years ago
a22d325
Fix ERROR:do not initialise statics to 0 in af_vsock.c
by Lepton Wu
· 6 years ago
9dde6da
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
by David S. Miller
· 6 years ago
d671e3e
ice: add const qualifier to mac_addr parameter
by Jacob Keller
· 6 years ago
aef7414
ice: Add support for new PHY types
by Anirudh Venkataramanan
· 6 years ago
cf909e1
ice: Offload SCTP checksum
by Anirudh Venkataramanan
· 6 years ago
a893978
ice: Allow for software timestamping
by Tony Nguyen
· 6 years ago
67fe64d
ice: Implement getting and setting ethtool coalesce
by Brett Creeley
· 6 years ago
63f545e
ice: Add support for adaptive interrupt moderation
by Brett Creeley
· 6 years ago
9be1d6f
ice: Move aggregator list into ice_hw instance
by Anirudh Venkataramanan
· 6 years ago
03f7a98
ice: Rework queue management code for reuse
by Anirudh Venkataramanan
· 6 years ago
ab4ab73
ice: Add ethtool private flag to make forcing link down optional
by Bruce Allan
· 6 years ago
b6f934f
ice: Set physical link up/down when an interface is set up/down
by Brett Creeley
· 6 years ago
4c98ab5
ice: Implement support for normal get_eeprom[_len] ethtool ops
by Bruce Allan
· 6 years ago
8e151d5
ice: Add ethtool set_phys_id handler
by Anirudh Venkataramanan
· 6 years ago
27a98af
ice: Configure RSS LUT and HASH KEY in rebuild path
by Md Fahad Iqbal Polash
· 6 years ago
1f9c784
ice: Refactor a few Tx scheduler functions
by Anirudh Venkataramanan
· 6 years ago
7939f8b
Merge tag 'trace-v5.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 6 years ago
e874644
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 6 years ago
3d50514
ice: Fix unused variable build warning
by Bruce Allan
· 6 years ago
8b05a3a
tracing/kprobes: Fix NULL pointer dereference in trace_kprobe_create()
by Andrea Righi
· 6 years ago
fe76fc6
sbitmap: Protect swap_lock from hardirq
by Ming Lei
· 6 years ago
Next »