index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-09-03
arm64: bpf: optimize modulo operation
Jerin Jacob
2
-4
/
+5
2019-09-03
bpf: s390: add JIT support for bpf line info
Yauheni Kaliuta
1
-0
/
+1
2019-09-03
selftests/bpf: test_progs: add missing \n to CHECK_FAIL
Stanislav Fomichev
1
-1
/
+1
2019-09-03
selftests/bpf: test_progs: fix verbose mode garbage
Stanislav Fomichev
1
-0
/
+1
2019-08-31
doc/af_xdp: include unaligned chunk case
Kevin Laatz
1
-4
/
+6
2019-08-31
samples/bpf: use hugepages in xdpsock app
Kevin Laatz
1
-5
/
+10
2019-08-31
samples/bpf: add buffer recycling for unaligned chunks to xdpsock
Kevin Laatz
1
-10
/
+16
2019-08-31
samples/bpf: add unaligned chunks mode support to xdpsock
Kevin Laatz
1
-3
/
+17
2019-08-31
libbpf: add flags to umem config
Kevin Laatz
5
-4
/
+71
2019-08-31
net/mlx5e: Allow XSK frames smaller than a page
Maxim Mikityanskiy
4
-10
/
+32
2019-08-31
mlx5e: modify driver for handling offsets
Kevin Laatz
2
-3
/
+8
2019-08-31
ixgbe: modify driver for handling offsets
Kevin Laatz
1
-4
/
+9
2019-08-31
i40e: modify driver for handling offsets
Kevin Laatz
1
-4
/
+9
2019-08-31
xsk: add support to allow unaligned chunk placement
Kevin Laatz
6
-36
/
+233
2019-08-31
ixgbe: simplify Rx buffer recycle
Kevin Laatz
1
-10
/
+3
2019-08-31
i40e: simplify Rx buffer recycle
Kevin Laatz
1
-10
/
+3
2019-08-31
selftests/bpf: Fix a typo in test_offload.py
Masanari Iida
1
-1
/
+1
2019-08-31
bpf: fix error check in bpf_tcp_gen_syncookie
Petar Penkov
1
-1
/
+1
2019-08-31
nfp: bpf: add simple map op cache
Jakub Kicinski
5
-9
/
+215
2019-08-31
nfp: bpf: rework MTU checking
Jakub Kicinski
5
-12
/
+25
2019-08-31
tools: bpftool: do not link twice against libbpf.a in Makefile
Quentin Monnet
1
-2
/
+2
2019-08-31
tools: bpf: account for generated feature/ and libbpf/ directories
Quentin Monnet
4
-6
/
+12
2019-08-31
tools: bpftool: improve and check builds for different make invocations
Quentin Monnet
3
-6
/
+152
2019-08-31
tools: bpftool: ignore make built-in rules for getting kernel version
Quentin Monnet
1
-1
/
+1
2019-08-31
bpf: s390: add JIT support for multi-function programs
Yauheni Kaliuta
1
-11
/
+55
2019-08-28
selftests/bpf: remove wrong nhoff in flow dissector test
Stanislav Fomichev
1
-1
/
+0
2019-08-28
selftests/bpf: test_progs: remove unused ret
Stanislav Fomichev
1
-23
/
+19
2019-08-28
selftests/bpf: test_progs: remove asserts from subtests
Stanislav Fomichev
5
-26
/
+40
2019-08-28
selftests/bpf: test_progs: remove global fail/success counts
Stanislav Fomichev
22
-123
/
+60
2019-08-28
selftests/bpf: test_progs: test__skip
Stanislav Fomichev
3
-2
/
+21
2019-08-28
selftests/bpf: add precision tracking test
Alexei Starovoitov
1
-0
/
+25
2019-08-28
selftests/bpf: verifier precise tests
Alexei Starovoitov
2
-11
/
+174
2019-08-28
tools/bpf: sync bpf.h
Alexei Starovoitov
1
-0
/
+3
2019-08-28
bpf: introduce verifier internal test flag
Alexei Starovoitov
4
-1
/
+9
2019-08-21
tools: bpftool: add "bpftool map freeze" subcommand
Quentin Monnet
3
-3
/
+44
2019-08-21
tools: bpftool: show frozen status for maps
Quentin Monnet
1
-3
/
+27
2019-08-21
bpf: sync bpf.h to tools/
Peter Wu
1
-3
/
+5
2019-08-21
bpf: clarify when bpf_trace_printk discards lines
Peter Wu
1
-0
/
+2
2019-08-21
bpf: fix 'struct pt_reg' typo in documentation
Peter Wu
1
-3
/
+3
2019-08-21
bpf: clarify description for CONFIG_BPF_EVENTS
Peter Wu
1
-1
/
+2
2019-08-21
btf: do not use CONFIG_OUTPUT_FORMAT
Ilya Leoshkevich
1
-2
/
+4
2019-08-21
samples: bpf: syscall_nrs: use mmap2 if defined
Ivan Khoronzhuk
2
-0
/
+19
2019-08-21
xdp: xdp_umem: replace kmap on vmap for umem map
Ivan Khoronzhuk
1
-6
/
+30
2019-08-21
libbpf: use LFS (_FILE_OFFSET_BITS) instead of direct mmap2 syscall
Ivan Khoronzhuk
2
-35
/
+15
2019-08-20
tools: bpftool: implement "bpftool btf show|list"
Quentin Monnet
3
-6
/
+363
2019-08-20
libbpf: add bpf_btf_get_next_id() to cycle through BTF objects
Quentin Monnet
3
-0
/
+8
2019-08-20
libbpf: refactor bpf_*_get_next_id() functions
Quentin Monnet
1
-13
/
+8
2019-08-20
tools: bpf: synchronise BPF UAPI header with tools
Quentin Monnet
1
-0
/
+1
2019-08-20
bpf: add new BPF_BTF_GET_NEXT_ID syscall command
Quentin Monnet
4
-2
/
+10
2019-08-20
test_bpf: Fix a new clang warning about xor-ing two numbers
Nathan Chancellor
1
-1
/
+1
[next]