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
/
testing
/
selftests
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
8
-25
/
+281
2021-09-13
bpf, selftests: Add test case for mixed cgroup v1/v2
Daniel Borkmann
4
-6
/
+127
2021-09-13
bpf, selftests: Add cgroup v1 net_cls classid helpers
Daniel Borkmann
2
-12
/
+141
2021-09-07
selftests/bpf: Fix build of task_pt_regs test for arm64
Jean-Philippe Brucker
2
-7
/
+13
2021-09-06
selftests/bpf: Test XDP bonding nest and unwind
Jussi Maki
1
-10
/
+64
2021-08-30
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
47
-628
/
+1937
2021-08-27
selftests/bpf: Fix potential unreleased lock
Chengfeng Ye
1
-1
/
+3
2021-08-26
selftests/bpf: Reduce more flakyness in sockmap_listen
Yucong Sun
1
-3
/
+16
2021-08-25
bpf: selftests: Add dctcp fallback test
Martin KaFai Lau
3
-23
/
+134
2021-08-25
bpf: selftests: Add connect_to_fd_opts to network_helpers
Martin KaFai Lau
2
-2
/
+27
2021-08-25
bpf: selftests: Add sk_state to bpf_tcp_helpers.h
Martin KaFai Lau
3
-3
/
+4
2021-08-25
selftests: xsk: Preface options with opt
Magnus Karlsson
2
-5
/
+5
2021-08-25
selftests: xsk: Make enums lower case
Magnus Karlsson
2
-13
/
+7
2021-08-25
selftests: xsk: Generate packets from specification
Magnus Karlsson
2
-121
/
+166
2021-08-25
selftests: xsk: Generate packet directly in umem
Magnus Karlsson
2
-43
/
+32
2021-08-25
selftests: xsk: Simplify cleanup of ifobjects
Magnus Karlsson
2
-33
/
+40
2021-08-25
selftests: xsk: Decrease sending speed
Magnus Karlsson
2
-1
/
+2
2021-08-25
selftests: xsk: Validate tx stats on tx thread
Magnus Karlsson
1
-14
/
+41
2021-08-25
selftests: xsk: Simplify packet validation in xsk tests
Magnus Karlsson
2
-131
/
+65
2021-08-25
selftests: xsk: Rename worker_* functions that are not thread entry points
Magnus Karlsson
1
-6
/
+6
2021-08-25
selftests: xsk: Disassociate umem size with packets sent
Magnus Karlsson
2
-11
/
+9
2021-08-25
selftests: xsk: Remove end-of-test packet
Magnus Karlsson
2
-32
/
+12
2021-08-25
selftests: xsk: Simplify the retry code
Magnus Karlsson
2
-14
/
+11
2021-08-25
selftests: xsk: Return correct error codes
Magnus Karlsson
1
-5
/
+5
2021-08-25
selftests: xsk: Remove unused variables
Magnus Karlsson
2
-11
/
+0
2021-08-25
selftests: xsk: Remove the num_tx_packets option
Magnus Karlsson
3
-27
/
+13
2021-08-25
selftests: xsk: Remove color mode
Magnus Karlsson
2
-28
/
+9
2021-08-25
bpf: selftests: Add bpf_task_pt_regs() selftest
Daniel Xu
2
-0
/
+76
2021-08-24
selftests/bpf: Test for get_netns_cookie
Xu Liu
2
-24
/
+88
2021-08-24
selftests/bpf: Exit with KSFT_SKIP if no Makefile found
Li Zhijian
2
-1
/
+6
2021-08-24
selftests/bpf: Add missing files required by test_bpftool.sh for installing
Li Zhijian
2
-2
/
+5
2021-08-24
selftests/bpf: Add default bpftool built by selftests to PATH
Li Zhijian
1
-0
/
+5
2021-08-24
selftests/bpf: Make test_doc_build.sh work from script directory
Li Zhijian
1
-2
/
+3
2021-08-24
selftests/bpf: Enlarge select() timeout for test_maps
Li Zhijian
1
-1
/
+1
2021-08-23
selftests/bpf: Reduce flakyness in timer_mim
Yucong Sun
1
-4
/
+12
2021-08-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+12
2021-08-20
selftests/bpf: Add tests for {set|get} socket option from setsockopt BPF
Prankur Gupta
3
-0
/
+127
2021-08-19
selftests/bpf: Adding delay in socketmap_listen to reduce flakyness
Yucong Sun
1
-3
/
+9
2021-08-19
selftests/bpf: Test for get_netns_cookie
Xu Liu
2
-0
/
+100
2021-08-17
selftests/bpf: Fix flaky send_signal test
Yonghong Song
1
-0
/
+16
2021-08-17
selftests/bpf: Replace CHECK with ASSERT_* macros in send_signal.c
Yonghong Song
1
-25
/
+20
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
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
[next]