index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
selftests/bpf: verifier precise tests
Alexei Starovoitov
2019-08-28
2
-11
/
+174
|
|
*
tools/bpf: sync bpf.h
Alexei Starovoitov
2019-08-28
1
-0
/
+3
|
|
*
bpf: introduce verifier internal test flag
Alexei Starovoitov
2019-08-28
4
-1
/
+9
|
|
/
|
*
tools: bpftool: add "bpftool map freeze" subcommand
Quentin Monnet
2019-08-21
3
-3
/
+44
|
*
tools: bpftool: show frozen status for maps
Quentin Monnet
2019-08-21
1
-3
/
+27
|
*
bpf: sync bpf.h to tools/
Peter Wu
2019-08-21
1
-3
/
+5
|
*
bpf: clarify when bpf_trace_printk discards lines
Peter Wu
2019-08-21
1
-0
/
+2
|
*
bpf: fix 'struct pt_reg' typo in documentation
Peter Wu
2019-08-21
1
-3
/
+3
|
*
bpf: clarify description for CONFIG_BPF_EVENTS
Peter Wu
2019-08-21
1
-1
/
+2
|
*
btf: do not use CONFIG_OUTPUT_FORMAT
Ilya Leoshkevich
2019-08-21
1
-2
/
+4
|
*
samples: bpf: syscall_nrs: use mmap2 if defined
Ivan Khoronzhuk
2019-08-21
2
-0
/
+19
|
*
xdp: xdp_umem: replace kmap on vmap for umem map
Ivan Khoronzhuk
2019-08-21
1
-6
/
+30
|
*
libbpf: use LFS (_FILE_OFFSET_BITS) instead of direct mmap2 syscall
Ivan Khoronzhuk
2019-08-21
2
-35
/
+15
|
*
Merge branch 'btf_get_next_id'
Alexei Starovoitov
2019-08-20
11
-20
/
+389
|
|
\
|
|
*
tools: bpftool: implement "bpftool btf show|list"
Quentin Monnet
2019-08-20
3
-6
/
+363
|
|
*
libbpf: add bpf_btf_get_next_id() to cycle through BTF objects
Quentin Monnet
2019-08-20
3
-0
/
+8
|
|
*
libbpf: refactor bpf_*_get_next_id() functions
Quentin Monnet
2019-08-20
1
-13
/
+8
|
|
*
tools: bpf: synchronise BPF UAPI header with tools
Quentin Monnet
2019-08-20
1
-0
/
+1
|
|
*
bpf: add new BPF_BTF_GET_NEXT_ID syscall command
Quentin Monnet
2019-08-20
4
-2
/
+10
|
|
/
|
*
test_bpf: Fix a new clang warning about xor-ing two numbers
Nathan Chancellor
2019-08-20
1
-1
/
+1
|
*
bpf: add include guard to tnum.h
Masahiro Yamada
2019-08-20
1
-0
/
+6
|
*
bpf: add BTF ids in procfs for file descriptors to BTF objects
Quentin Monnet
2019-08-20
1
-0
/
+12
|
*
bpf: Use PTR_ERR_OR_ZERO in xsk_map_inc()
YueHaibing
2019-08-20
1
-1
/
+1
|
*
Merge branch 'bpf-af-xdp-xskmap-improvements'
Daniel Borkmann
2019-08-17
3
-22
/
+179
|
|
\
|
|
*
xsk: support BPF_EXIST and BPF_NOEXIST flags in XSKMAP
Björn Töpel
2019-08-17
1
-2
/
+6
|
|
*
xsk: remove AF_XDP socket from map when the socket is released
Björn Töpel
2019-08-17
3
-20
/
+173
|
|
/
|
*
Merge branch 'bpf-sk-storage-clone'
Daniel Borkmann
2019-08-17
11
-10
/
+491
|
|
\
|
|
*
selftests/bpf: add sockopt clone/inheritance test
Stanislav Fomichev
2019-08-17
4
-1
/
+353
|
|
*
bpf: sync bpf.h to tools/
Stanislav Fomichev
2019-08-17
1
-0
/
+3
|
|
*
bpf: support cloning sk storage on accept()
Stanislav Fomichev
2019-08-17
4
-6
/
+120
|
|
*
bpf: export bpf_map_inc_not_zero
Stanislav Fomichev
2019-08-17
2
-3
/
+15
|
|
/
|
*
selftests/bpf: fix race in test_tcp_rtt test
Petar Penkov
2019-08-17
1
-0
/
+31
|
*
libbpf: relicense bpf_helpers.h and bpf_endian.h
Andrii Nakryiko
2019-08-17
2
-2
/
+2
|
*
net: Don't call XDP_SETUP_PROG when nothing is changed
Maxim Mikityanskiy
2019-08-17
1
-2
/
+13
|
*
Merge branch 'bpf-af-xdp-wakeup'
Daniel Borkmann
2019-08-17
23
-115
/
+462
|
|
\
|
|
*
net/mlx5e: Add AF_XDP need_wakeup support
Maxim Mikityanskiy
2019-08-17
4
-5
/
+48
|
|
*
net/mlx5e: Move the SW XSK code from NAPI poll to a separate function
Maxim Mikityanskiy
2019-08-17
1
-2
/
+11
|
|
*
samples/bpf: add use of need_wakeup flag in xdpsock
Magnus Karlsson
2019-08-17
1
-72
/
+120
|
|
*
libbpf: add support for need_wakeup flag in AF_XDP part
Magnus Karlsson
2019-08-17
3
-0
/
+23
|
|
*
ixgbe: add support for AF_XDP need_wakeup feature
Magnus Karlsson
2019-08-17
1
-0
/
+18
|
|
*
i40e: add support for AF_XDP need_wakeup feature
Magnus Karlsson
2019-08-17
1
-0
/
+18
|
|
*
xsk: add support for need_wakeup flag in AF_XDP rings
Magnus Karlsson
2019-08-17
6
-20
/
+195
|
|
*
xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeup
Magnus Karlsson
2019-08-17
12
-19
/
+32
|
|
/
|
*
btf: fix return value check in btf_vmlinux_init()
Wei Yongjun
2019-08-15
1
-7
/
+2
|
*
Merge branch 'fix-printf'
Alexei Starovoitov
2019-08-15
10
-19
/
+21
|
|
\
|
|
*
tools: bpftool: move "__printf()" attributes to header file
Quentin Monnet
2019-08-15
5
-10
/
+12
|
|
*
tools: bpftool: fix format string for p_err() in detect_common_prefix()
Quentin Monnet
2019-08-15
1
-1
/
+1
|
|
*
tools: bpftool: fix format string for p_err() in query_flow_dissector()
Quentin Monnet
2019-08-15
1
-1
/
+1
|
|
*
tools: bpftool: fix argument for p_err() in BTF do_dump()
Quentin Monnet
2019-08-15
1
-1
/
+1
|
|
*
tools: bpftool: fix format strings and arguments for jsonw_printf()
Quentin Monnet
2019-08-15
1
-4
/
+4
[prev]
[next]