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
2020-07-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
9
-13
/
+23
2020-07-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net into master
Linus Torvalds
3
-2
/
+4
2020-07-23
vrf: Handle CONFIG_SYSCTL not set
David Ahern
1
-0
/
+6
2020-07-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
30
-116
/
+2849
2020-07-21
selftest: txtimestamp: fix net ns entry logic
Paolo Pisati
1
-1
/
+1
2020-07-21
bpftool: Use only nftw for file tree parsing
Tony Ambardar
2
-59
/
+82
2020-07-21
bpf: Make btf_sock_ids global
Yonghong Song
1
-0
/
+30
2020-07-21
bpf: Add BTF_ID_LIST_GLOBAL in btf_ids.h
Yonghong Song
2
-11
/
+32
2020-07-21
tools/bpf: Sync btf_ids.h to tools
Yonghong Song
2
-1
/
+11
2020-07-21
samples/bpf, selftests/bpf: Use bpf_probe_read_kernel
Ilya Leoshkevich
6
-8
/
+9
2020-07-21
selftests/bpf: Fix test_lwt_seg6local.sh hangs
Ilya Leoshkevich
1
-1
/
+1
2020-07-21
tools/bpftool: Fix error handing in do_skeleton()
YueHaibing
1
-1
/
+4
2020-07-21
libbpf bpf_helpers: Use __builtin_offsetof for offsetof
Ian Rogers
1
-1
/
+1
2020-07-21
selftests: bpf: test_kmod.sh: Fix running out of srctree
Ilya Leoshkevich
1
-3
/
+9
2020-07-21
s390/cpum_cf,perf: change DFLT_CCERROR counter name
Thomas Richter
1
-1
/
+1
2020-07-20
tc-testing: Add tdc to kselftests
Briana Oursler
5
-4
/
+13
2020-07-20
testptp: add new options for perout phase and pulse width
Vladimir Oltean
1
-4
/
+37
2020-07-20
testptp: promote 'perout' variable to int64_t
Vladimir Oltean
1
-4
/
+6
2020-07-19
net: remove compat_sys_{get,set}sockopt
Christoph Hellwig
4
-8
/
+8
2020-07-19
Merge tag 'perf-tools-fixes-2020-07-19' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
3
-6
/
+14
2020-07-18
Merge tag 'powerpc-5.8-7' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2
-4
/
+4
2020-07-17
selftests/bpf: Tests for BPF_SK_LOOKUP attach point
Jakub Sitnicki
4
-23
/
+1960
2020-07-17
selftests/bpf: Add verifier tests for bpf_sk_lookup context access
Jakub Sitnicki
1
-0
/
+492
2020-07-17
tools/bpftool: Add name mappings for SK_LOOKUP prog and attach type
Jakub Sitnicki
4
-3
/
+5
2020-07-17
libbpf: Add support for SK_LOOKUP program type
Jakub Sitnicki
4
-0
/
+10
2020-07-17
bpf: Sync linux/bpf.h to tools/
Jakub Sitnicki
1
-0
/
+77
2020-07-17
selftests: net: ip_defrag: modprobe missing nf_defrag_ipv6 support
Paolo Pisati
1
-0
/
+2
2020-07-17
tools arch kvm: Sync kvm headers with the kernel sources
Arnaldo Carvalho de Melo
1
-2
/
+3
2020-07-17
perf tools: Sync hashmap.h with libbpf's
Arnaldo Carvalho de Melo
1
-4
/
+8
2020-07-17
libsubcmd: Fix OPT_CALLBACK_SET()
Ravi Bangoria
1
-0
/
+3
2020-07-16
bpf: Drop duplicated words in uapi helper comments
Randy Dunlap
1
-3
/
+3
2020-07-16
selftests/bpf: Fix possible hang in sockopt_inherit
Stanislav Fomichev
1
-2
/
+1
2020-07-16
selftest: Add tests for XDP programs in CPUMAP entries
Lorenzo Bianconi
2
-0
/
+106
2020-07-16
libbpf: Add SEC name for xdp programs attached to CPUMAP
Lorenzo Bianconi
1
-0
/
+2
2020-07-16
bpf: cpumap: Add the possibility to attach an eBPF program to cpumap
Lorenzo Bianconi
1
-0
/
+5
2020-07-16
cpumap: Formalize map value as a named struct
Lorenzo Bianconi
1
-0
/
+9
2020-07-15
selftests: mlxsw: Test policers' occupancy
Ido Schimmel
2
-0
/
+113
2020-07-15
selftests: mlxsw: Add scale test for tc-police
Ido Schimmel
5
-2
/
+126
2020-07-15
selftests: mlxsw: tc_restrictions: Test tc-police restrictions
Ido Schimmel
1
-0
/
+76
2020-07-15
selftests: forwarding: Add tc-police tests
Ido Schimmel
1
-0
/
+333
2020-07-15
selftests/powerpc: Use proper error code to check fault address
Haren Myneni
2
-4
/
+4
2020-07-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2
-14
/
+14
2020-07-14
selftests: fib_nexthop_multiprefix: fix cleanup() netns deletion
Paolo Pisati
1
-1
/
+1
2020-07-14
net: bridge: Add port attribute IFLA_BRPORT_MRP_IN_OPEN
Horatiu Vultur
1
-0
/
+1
2020-07-14
bpf: Fix cross build for CONFIG_DEBUG_INFO_BTF option
Jiri Olsa
1
-0
/
+14
2020-07-13
selftests/bpf: Fix merge conflict resolution
Alexei Starovoitov
1
-14
/
+0
2020-07-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
32
-147
/
+1509
2020-07-13
selftests: mlxsw: RED: Test offload of mirror on RED early_drop qevent
Petr Machata
3
-3
/
+122
2020-07-13
tools/bpftool: Strip away modifiers from global variables
Andrii Nakryiko
4
-19
/
+18
2020-07-13
libbpf: Support stripping modifiers for btf_dump
Andrii Nakryiko
2
-2
/
+10
[next]