Age | Commit message (Expand) | Author | Files | Lines |
2023-11-23 | Merge tag 'net-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 14 | -217/+639 |
2023-11-23 | tools: ynl: fix duplicate op name in devlink | Jakub Kicinski | 2 | -1/+7 |
2023-11-23 | tools: ynl: fix header path for nfsd | Jakub Kicinski | 1 | -1/+1 |
2023-11-23 | vsock/test: fix SEQPACKET message bounds test | Arseniy Krasnov | 1 | -6/+13 |
2023-11-22 | Merge tag 'hyperv-fixes-signed-20231121' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2 | -10/+14 |
2023-11-21 | selftests/bpf: check if max number of bpf_loop iterations is tracked | Eduard Zingerman | 1 | -0/+75 |
2023-11-21 | bpf: keep track of max number of bpf_loop callback iterations | Eduard Zingerman | 1 | -10/+25 |
2023-11-21 | selftests/bpf: test widening for iterating callbacks | Eduard Zingerman | 1 | -0/+20 |
2023-11-21 | selftests/bpf: tests for iterating callbacks | Eduard Zingerman | 2 | -0/+149 |
2023-11-21 | bpf: verify callbacks as if they are called unknown number of times | Eduard Zingerman | 3 | -14/+60 |
2023-11-21 | selftests/bpf: fix bpf_loop_bench for new callback verification scheme | Eduard Zingerman | 1 | -5/+8 |
2023-11-21 | selftests/bpf: track string payload offset as scalar in strobemeta | Eduard Zingerman | 1 | -30/+48 |
2023-11-21 | selftests/bpf: track tcp payload offset as scalar in xdp_synproxy | Eduard Zingerman | 1 | -32/+52 |
2023-11-20 | selftests/bpf: Add netkit to tc_redirect selftest | Daniel Borkmann | 1 | -0/+52 |
2023-11-20 | selftests/bpf: De-veth-ize the tc_redirect test case | Daniel Borkmann | 1 | -126/+137 |
2023-11-18 | Merge tag 'turbostat-2023.11.07' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1442/+1442 |
2023-11-18 | Merge tag 'mm-hotfixes-stable-2023-11-17-14-04' of git://git.kernel.org/pub/s... | Linus Torvalds | 3 | -11/+16 |
2023-11-17 | kselftest: rtnetlink: fix ip route command typo | Paolo Abeni | 1 | -1/+1 |
2023-11-16 | Merge tag 'net-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 7 | -18/+128 |
2023-11-16 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | Jakub Kicinski | 6 | -17/+127 |
2023-11-16 | selftests/mm: add hugetlb_fault_after_madv to .gitignore | Breno Leitao | 1 | -0/+1 |
2023-11-16 | selftests/mm: restore number of hugepages | Breno Leitao | 1 | -0/+3 |
2023-11-16 | selftests: mm: fix some build warnings | Muhammad Usama Anjum | 1 | -5/+5 |
2023-11-16 | selftests: mm: skip whole test instead of failure | Muhammad Usama Anjum | 1 | -6/+7 |
2023-11-15 | selftests: mptcp: fix fastclose with csum failure | Paolo Abeni | 1 | -1/+1 |
2023-11-12 | Merge tag 'loongarch-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ch... | Linus Torvalds | 6 | -6/+12 |
2023-11-11 | hv/hv_kvp_daemon: Some small fixes for handling NM keyfiles | Ani Sinha | 2 | -10/+14 |
2023-11-10 | selftests/bpf: add more test cases for check_cfg() | Andrii Nakryiko | 1 | -0/+62 |
2023-11-10 | bpf: fix control-flow graph checking in privileged mode | Andrii Nakryiko | 2 | -6/+9 |
2023-11-10 | selftests/bpf: add edge case backtracking logic test | Andrii Nakryiko | 1 | -0/+40 |
2023-11-10 | bpf: handle ldimm64 properly in check_cfg() | Andrii Nakryiko | 1 | -4/+4 |
2023-11-10 | selftests: bpf: xskxceiver: ksft_print_msg: fix format type error | Anders Roxell | 1 | -7/+12 |
2023-11-10 | Merge tag 'net-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 19 | -50/+524 |
2023-11-09 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 11 | -25/+234 |
2023-11-08 | Merge tag 'riscv-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 4 | -46/+270 |
2023-11-08 | selftests/bpf: Enable cpu v4 tests for LoongArch | Hengqi Chen | 6 | -6/+12 |
2023-11-08 | tools/power turbostat: version 2023.11.07 | Len Brown | 1 | -1/+1 |
2023-11-08 | tools/power/turbostat: bugfix "--show IPC" | Len Brown | 1 | -2/+4 |
2023-11-08 | Merge tag 'pm-6.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 1 | -1/+1 |
2023-11-08 | selftests/bpf: get trusted cgrp from bpf_iter__cgroup directly | Chuyi Zhou | 1 | -12/+4 |
2023-11-08 | test/vsock: add dobule bind connect test | Filippo Storniolo | 3 | -0/+100 |
2023-11-08 | test/vsock: refactor vsock_accept | Filippo Storniolo | 1 | -12/+20 |
2023-11-08 | test/vsock fix: add missing check on socket creation | Filippo Storniolo | 1 | -0/+8 |
2023-11-07 | Merge branch 'pm-tools' | Rafael J. Wysocki | 1 | -1/+1 |
2023-11-06 | nfsd: regenerate user space parsers after ynl-gen changes | Jakub Kicinski | 2 | -11/+153 |
2023-11-05 | Merge tag 'cxl-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl | Linus Torvalds | 2 | -10/+75 |
2023-11-04 | Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -1/+20 |
2023-11-03 | Merge tag 'landlock-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 5 | -11/+1815 |
2023-11-03 | Merge tag 'perf-tools-for-v6.7-1-2023-11-01' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 249 | -1810/+31676 |
2023-11-03 | Merge tag 'trace-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trace... | Linus Torvalds | 4 | -4/+113 |