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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-17
selftests/bpf: Support glob matching for test selector.
Yucong Sun
1
-16
/
+62
2021-08-17
selftests/bpf: Also print test name in subtest status message
Yucong Sun
1
-2
/
+2
2021-08-17
selftests/bpf: Correctly display subtest skip status
Yucong Sun
1
-12
/
+13
2021-08-17
selftests/bpf: Skip loading bpf_testmod when using -l to list tests.
Yucong Sun
1
-2
/
+2
2021-08-17
selftests/bpf: Add exponential backoff to map_delete_retriable in test_maps
Yucong Sun
1
-1
/
+6
2021-08-16
selftests/bpf: Add exponential backoff to map_update_retriable in test_maps
Yucong Sun
1
-1
/
+8
2021-08-16
Merge branch 'sockmap: add sockmap support for unix stream socket'
Andrii Nakryiko
5
-54
/
+191
2021-08-16
selftest/bpf: Add new tests in sockmap for unix stream to tcp.
Jiang Wang
1
-4
/
+12
2021-08-16
selftest/bpf: Change udp to inet in some function names
Jiang Wang
1
-13
/
+17
2021-08-16
selftest/bpf: Add tests for sockmap with unix stream type.
Jiang Wang
1
-0
/
+2
2021-08-16
af_unix: Add unix_stream_proto for sockmap
Jiang Wang
4
-37
/
+148
2021-08-16
af_unix: Add read_sock for stream socket types
Jiang Wang
1
-0
/
+12
2021-08-16
selftests/bpf: Test btf__load_vmlinux_btf/btf__load_module_btf APIs
Hengqi Chen
1
-0
/
+34
2021-08-16
bpf: Reconfigure libbpf docs to remove unversioned API
grantseltzer
2
-36
/
+1
2021-08-17
Merge branch 'bpf-perf-link'
Daniel Borkmann
40
-357
/
+1315
2021-08-17
selftests/bpf: Add ref_ctr_offset selftests
Andrii Nakryiko
3
-11
/
+50
2021-08-17
libbpf: Add uprobe ref counter offset support for USDT semaphores
Andrii Nakryiko
2
-4
/
+17
2021-08-17
selftests/bpf: Add bpf_cookie selftests for high-level APIs
Andrii Nakryiko
2
-0
/
+339
2021-08-17
selftests/bpf: Extract uprobe-related helpers into trace_helpers.{c,h}
Andrii Nakryiko
3
-60
/
+70
2021-08-17
selftests/bpf: Test low-level perf BPF link API
Andrii Nakryiko
2
-0
/
+105
2021-08-17
libbpf: Add bpf_cookie to perf_event, kprobe, uprobe, and tp attach APIs
Andrii Nakryiko
3
-25
/
+127
2021-08-17
libbpf: Add bpf_cookie support to bpf_link_create() API
Andrii Nakryiko
3
-18
/
+54
2021-08-17
libbpf: Use BPF perf link when supported by kernel
Andrii Nakryiko
1
-21
/
+90
2021-08-17
libbpf: Remove unused bpf_link's destroy operation, but add dealloc
Andrii Nakryiko
1
-4
/
+5
2021-08-17
libbpf: Re-build libbpf.so when libbpf.map changes
Andrii Nakryiko
1
-5
/
+5
2021-08-17
bpf: Add bpf_get_attach_cookie() BPF helper to access bpf_cookie value
Andrii Nakryiko
4
-4
/
+66
2021-08-17
bpf: Allow to specify user-provided bpf_cookie for BPF perf links
Andrii Nakryiko
10
-28
/
+73
2021-08-17
bpf: Implement minimal BPF perf link
Andrii Nakryiko
6
-13
/
+112
2021-08-17
bpf: Refactor perf_event_set_bpf_prog() to use struct bpf_prog input
Andrii Nakryiko
1
-33
/
+28
2021-08-17
bpf: Refactor BPF_PROG_RUN_ARRAY family of macros into functions
Andrii Nakryiko
4
-94
/
+124
2021-08-17
bpf: Refactor BPF_PROG_RUN into a function
Andrii Nakryiko
20
-60
/
+73
2021-08-16
bpf, tests: Fix spelling mistake "shoft" -> "shift"
Colin Ian King
1
-1
/
+1
2021-08-15
Merge branch 'BPF iterator for UNIX domain socket.'
Andrii Nakryiko
9
-5
/
+223
2021-08-15
selftest/bpf: Extend the bpf_snprintf() test for "%c".
Kuniyuki Iwashima
2
-4
/
+6
2021-08-15
selftest/bpf: Implement sample UNIX domain socket iterator program.
Kuniyuki Iwashima
4
-0
/
+108
2021-08-15
bpf: Support "%c" in bpf_bprintf_prepare().
Kuniyuki Iwashima
1
-0
/
+14
2021-08-15
bpf: af_unix: Implement BPF iterator for UNIX domain socket.
Kuniyuki Iwashima
2
-1
/
+95
2021-08-15
samples/bpf: Define MAX_ENTRIES instead of a magic number in offwaketime
Muhammad Falak R Wani
1
-4
/
+5
2021-08-13
Merge branch 'bpf: Allow bpf_get_netns_cookie in BPF_PROG_TYPE_CGROUP_SOCKOPT'
Andrii Nakryiko
2
-0
/
+34
2021-08-13
selftests/bpf: Verify bpf_get_netns_cookie in BPF_PROG_TYPE_CGROUP_SOCKOPT
Stanislav Fomichev
1
-0
/
+16
2021-08-13
bpf: Allow bpf_get_netns_cookie in BPF_PROG_TYPE_CGROUP_SOCKOPT
Stanislav Fomichev
1
-0
/
+18
2021-08-13
selftests/bpf: Fix test_core_autosize on big-endian machines
Ilya Leoshkevich
1
-5
/
+15
2021-08-13
libbpf: Support weak typed ksyms.
Hao Luo
3
-7
/
+96
2021-08-13
selftests/bpf: Fix running of XDP bonding tests
Jussi Maki
1
-3
/
+3
2021-08-13
net: in_irq() cleanup
Changbin Du
5
-8
/
+8
2021-08-13
net, bonding: Disallow vlan+srcmac with XDP
Jussi Maki
1
-7
/
+11
2021-08-13
af_unix: fix holding spinlock in oob handling
Rao Shoaib
1
-12
/
+24
2021-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
362
-1478
/
+2984
2021-08-12
Merge tag 'net-5.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
118
-372
/
+763
2021-08-12
Merge tag 'ceph-for-5.14-rc6' of git://github.com/ceph/ceph-client
Linus Torvalds
4
-28
/
+50
[prev]
[next]