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
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
101
-839
/
+3390
2021-02-12
selftests/bpf: Add unit tests for pointers in global functions
Dmitrii Banshchikov
11
-0
/
+449
2021-02-12
selftests: tc: Add generic mpls matching support for tc-flower
Guillaume Nault
2
-1
/
+162
2021-02-12
selftests: tc: Add basic mpls_* matching support for tc-flower
Guillaume Nault
3
-1
/
+187
2021-02-12
selftests: mptcp: fail if not enough SYN/3rd ACK
Matthieu Baerts
1
-8
/
+20
2021-02-12
selftests: mptcp: display warnings on one line
Matthieu Baerts
1
-23
/
+40
2021-02-12
selftests: mptcp: fix ACKRX debug message
Matthieu Baerts
1
-1
/
+1
2021-02-12
selftests: mptcp: dump more info on errors
Paolo Abeni
1
-3
/
+12
2021-02-13
selftests/bpf: Tests using bpf_check_mtu BPF-helper
Jesper Dangaard Brouer
2
-0
/
+414
2021-02-13
selftests/bpf: Use bpf_check_mtu in selftest test_cls_redirect
Jesper Dangaard Brouer
1
-0
/
+7
2021-02-13
bpf: Add BPF-helper for MTU checking
Jesper Dangaard Brouer
1
-0
/
+75
2021-02-13
bpf: bpf_fib_lookup return MTU value as output when looked up
Jesper Dangaard Brouer
1
-2
/
+9
2021-02-12
tools/resolve_btfids: Add /libbpf to .gitignore
Stanislav Fomichev
1
-0
/
+1
2021-02-12
selftests/bpf: Add test for bpf_iter_task_vma
Song Liu
3
-10
/
+174
2021-02-12
bpf: selftests: Add non function pointer test to struct_ops
Martin KaFai Lau
1
-0
/
+1
2021-02-12
libbpf: Ignore non function pointer member in struct_ops
Martin KaFai Lau
1
-11
/
+11
2021-02-12
libbpf: Use AF_LOCAL instead of AF_INET in xsk.c
Stanislav Fomichev
1
-1
/
+1
2021-02-11
selftests/bpf: Add a selftest for the tracing bpf_get_socket_cookie
Florent Revest
2
-6
/
+41
2021-02-11
selftests/bpf: Use vmlinux.h in socket_cookie_prog.c
Florent Revest
1
-5
/
+6
2021-02-11
selftests/bpf: Integrate the socket_cookie test to test_progs
Florent Revest
5
-213
/
+72
2021-02-11
bpf: Expose bpf_get_socket_cookie to tracing programs
Florent Revest
1
-0
/
+8
2021-02-11
bpf: Be less specific about socket cookies guarantees
Florent Revest
1
-4
/
+4
2021-02-11
selftests/bpf: Add a test for map-in-map and per-cpu maps in sleepable progs
Alexei Starovoitov
1
-0
/
+69
2021-02-11
selftests/bpf: Improve recursion selftest
Alexei Starovoitov
1
-0
/
+8
2021-02-11
bpf: Count the number of times recursion was prevented
Alexei Starovoitov
2
-0
/
+5
2021-02-11
selftest/bpf: Add a recursion test
Alexei Starovoitov
2
-0
/
+79
2021-02-11
bpf: Add per-program recursion prevention mechanism
Alexei Starovoitov
2
-4
/
+4
2021-02-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
12
-22
/
+1284
2021-02-10
selftests/bpf: Simplify the calculation of variables
Jiapeng Chong
1
-3
/
+3
2021-02-10
selftests/bpf: Fix endianness issues in atomic tests
Ilya Leoshkevich
3
-3
/
+3
2021-02-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
3
-9
/
+14
2021-02-10
selftest/bpf: Add test for var-offset stack access
Andrei Matei
2
-0
/
+86
2021-02-10
selftest/bpf: Verifier tests for var-off access
Andrei Matei
1
-2
/
+97
2021-02-10
selftest/bpf: Adjust expected verifier errors
Andrei Matei
9
-37
/
+41
2021-02-09
selftests/vm: rename file run_vmtests to run_vmtests.sh
Rong Chen
1
-0
/
+0
2021-02-08
tools/resolve_btfids: Set srctree variable unconditionally
Jiri Olsa
1
-5
/
+2
2021-02-08
tools/resolve_btfids: Check objects before removing
Jiri Olsa
1
-5
/
+12
2021-02-08
tools/resolve_btfids: Build libbpf and libsubcmd in separate directories
Jiri Olsa
2
-17
/
+11
2021-02-08
bpf: Simplify bool comparison
Jiapeng Chong
1
-1
/
+1
2021-02-08
selftests/bpf: Add missing cleanup in atomic_bounds test
Brendan Jackman
1
-0
/
+2
2021-02-08
selftests/bpf: Remove unneeded semicolon
Yang Li
1
-1
/
+1
2021-02-08
selftests: netdevsim: Test route offload failure notifications
Amit Cohen
1
-2
/
+132
2021-02-08
selftests: tc-testing: u32: Add tests covering sample option
Phil Sutter
1
-0
/
+46
2021-02-08
selftests/net: so_txtime: remove unneeded semicolon
Yang Li
1
-1
/
+1
2021-02-08
bpf/benchs/bench_ringbufs: Remove unneeded semicolon
Yang Li
1
-1
/
+1
2021-02-07
Merge tag 'libnvdimm-fixes-5.11-rc7' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-2
/
+1245
2021-02-07
Merge tag 'dma-mapping-5.11-2' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-1
/
+3
2021-02-07
Merge tag 'core_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-9
/
+13
2021-02-07
Merge tag 'x86_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+9
2021-02-06
selftests: mptcp: add command line arguments for mptcp_join.sh
Geliang Tang
1
-478
/
+590
[next]