index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
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-08-31
Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
163
-2699
/
+13873
2021-08-31
Merge tag 'fs.move_mount.move_mount_set_group.v5.15' of git://git.kernel.org/...
Linus Torvalds
5
-0
/
+385
2021-08-30
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
56
-712
/
+2329
2021-08-30
Merge branch 'core-rcu.2021.08.28a' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
19
-59
/
+382
2021-08-27
ipv6: add IFLA_INET6_RA_MTU to expose mtu value
Rocco Yue
1
-0
/
+1
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-26
selftests/net: allow GRO coalesce test on veth
Paolo Abeni
4
-37
/
+86
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-25
bpf: Add bpf_task_pt_regs() helper
Daniel Xu
1
-0
/
+7
2021-08-25
selftests: mptcp: add MP_FAIL mibs check
Geliang Tang
1
-0
/
+38
2021-08-24
selftests/net: Use kselftest skip code for skipped tests
Po-Hsu Lin
12
-37
/
+67
2021-08-24
tools: include: Add ethtool_drvinfo definition to UAPI header
Kumar Kartikeya Dwivedi
1
-0
/
+53
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-24
selftests: mptcp: add_addr and echo race test
Yonglong Li
1
-0
/
+15
2021-08-23
selftests/bpf: Reduce flakyness in timer_mim
Yucong Sun
1
-4
/
+12
2021-08-23
bpf: Migrate cgroup_bpf to internal cgroup_bpf_attach_type enum
Dave Marchevsky
1
-1
/
+1
2021-08-20
tools/net: Use bitwise instead of arithmetic operator for flags
jing yangyang
1
-2
/
+2
2021-08-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
7
-26
/
+121
2021-08-20
selftests/bpf: Add tests for {set|get} socket option from setsockopt BPF
Prankur Gupta
3
-0
/
+127
2021-08-19
Merge tag 'net-5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-0
/
+12
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
[next]