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
*
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
|
*
tools: bpftool: fix arguments for p_err() in do_event_pipe()
Quentin Monnet
2019-08-15
1
-2
/
+2
|
/
*
libbpf: make libbpf.map source of truth for libbpf version
Andrii Nakryiko
2019-08-15
2
-12
/
+11
*
Merge branch 'bpftool-net-attach'
Alexei Starovoitov
2019-08-15
3
-20
/
+278
|
\
|
*
tools: bpftool: add documentation for net attach/detach
Daniel T. Lee
2019-08-15
1
-3
/
+54
|
*
tools: bpftool: add bash-completion for net attach/detach
Daniel T. Lee
2019-08-15
1
-10
/
+55
|
*
tools: bpftool: add net detach command to detach XDP on interface
Daniel T. Lee
2019-08-15
1
-1
/
+41
|
*
tools: bpftool: add net attach command to attach XDP on interface
Daniel T. Lee
2019-08-15
1
-7
/
+129
|
/
*
tools: bpftool: compile with $(EXTRA_WARNINGS)
Quentin Monnet
2019-08-14
3
-2
/
+7
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
Jakub Kicinski
2019-08-13
76
-480
/
+527
|
\
|
*
netfilter: connlabels: prefer static lock initialiser
Florian Westphal
2019-08-13
1
-2
/
+1
|
*
netfilter: nf_nat_proto: make tables static
Valdis Klētnieks
2019-08-13
1
-2
/
+2
|
*
netfilter: nf_tables: add missing prototypes.
Valdis Klētnieks
2019-08-13
3
-3
/
+3
|
*
kbuild: remove all netfilter headers from header-test blacklist.
Jeremy Sowden
2019-08-13
1
-74
/
+0
|
*
netfilter: remove "#ifdef __KERNEL__" guards from some headers.
Jeremy Sowden
2019-08-13
7
-21
/
+0
|
*
netfilter: add missing IS_ENABLED(CONFIG_NETFILTER) checks to some header-files.
Jeremy Sowden
2019-08-13
15
-0
/
+52
|
*
netfilter: add missing IS_ENABLED(CONFIG_NF_CONNTRACK) checks to some header-...
Jeremy Sowden
2019-08-13
4
-0
/
+31
|
*
netfilter: add missing IS_ENABLED(CONFIG_NF_TABLES) check to header-file.
Jeremy Sowden
2019-08-13
1
-0
/
+4
[next]