aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/softirq.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-24bpf: Fix possible out of bound write in narrow load handlingAndrey Ignatov1-0/+4
2021-08-24selftests/bpf: Test for get_netns_cookieXu Liu2-24/+88
2021-08-24bpf: Allow bpf_get_netns_cookie in BPF_PROG_TYPE_SK_MSGXu Liu1-0/+14
2021-08-24selftests/bpf: Exit with KSFT_SKIP if no Makefile foundLi Zhijian2-1/+6
2021-08-24selftests/bpf: Add missing files required by test_bpftool.sh for installingLi Zhijian2-2/+5
2021-08-24selftests/bpf: Add default bpftool built by selftests to PATHLi Zhijian1-0/+5
2021-08-24selftests/bpf: Make test_doc_build.sh work from script directoryLi Zhijian1-2/+3
2021-08-24selftests/bpf: Enlarge select() timeout for test_mapsLi Zhijian1-1/+1
2021-08-23selftests/bpf: Reduce flakyness in timer_mimYucong Sun1-4/+12
2021-08-23bpf: Migrate cgroup_bpf to internal cgroup_bpf_attach_type enumDave Marchevsky8-132/+226
2021-08-23af_unix: Fix NULL pointer bug in unix_shutdownJiang Wang1-1/+2
2021-08-20selftests/bpf: Add tests for {set|get} socket option from setsockopt BPFPrankur Gupta3-0/+127
2021-08-20bpf: Add support for {set|get} socket options from setsockopt BPFPrankur Gupta1-0/+8
2021-08-20bpf: Use kvmalloc for map keys in syscallsStanislav Fomichev2-19/+27
2021-08-20bpf: Use kvmalloc for map values in syscallStanislav Fomichev1-17/+11
2021-08-19selftests/bpf: Adding delay in socketmap_listen to reduce flakynessYucong Sun1-3/+9
2021-08-19bpf: Fix NULL event->prog pointer access in bpf_overflow_handlerYonghong Song1-1/+4
2021-08-19bpf: Undo off-by-one in interpreter tail call count limitDaniel Borkmann1-1/+1
2021-08-19selftests/bpf: Test for get_netns_cookieXu Liu2-0/+100
2021-08-19bpf: Allow bpf_get_netns_cookie in BPF_PROG_TYPE_SOCK_OPSXu Liu1-0/+14
2021-08-18libbpf: Rename libbpf documentation index fileGrant Seltzer2-1/+9
2021-08-17bpf: Remove redundant initialization of variable allowColin Ian King1-1/+1
2021-08-17selftests/bpf: Fix flaky send_signal testYonghong Song1-0/+16
2021-08-17selftests/bpf: Replace CHECK with ASSERT_* macros in send_signal.cYonghong Song1-25/+20
2021-08-17selftests/bpf: Support glob matching for test selector.Yucong Sun1-16/+62
2021-08-17selftests/bpf: Also print test name in subtest status messageYucong Sun1-2/+2
2021-08-17selftests/bpf: Correctly display subtest skip statusYucong Sun1-12/+13
2021-08-17selftests/bpf: Skip loading bpf_testmod when using -l to list tests.Yucong Sun1-2/+2
2021-08-17selftests/bpf: Add exponential backoff to map_delete_retriable in test_mapsYucong Sun1-1/+6
2021-08-16selftests/bpf: Add exponential backoff to map_update_retriable in test_mapsYucong Sun1-1/+8
2021-08-16selftest/bpf: Add new tests in sockmap for unix stream to tcp.Jiang Wang1-4/+12
2021-08-16selftest/bpf: Change udp to inet in some function namesJiang Wang1-13/+17
2021-08-16selftest/bpf: Add tests for sockmap with unix stream type.Jiang Wang1-0/+2
2021-08-16af_unix: Add unix_stream_proto for sockmapJiang Wang4-37/+148
2021-08-16af_unix: Add read_sock for stream socket typesJiang Wang1-0/+12