summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/net/af_unix
AgeCommit message (Expand)Author
7 daysMerge tag 'net-6.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-12-10selftest: af_unix: Support compilers without flex-array-member-not-at-end sup...Guenter Roeck
2025-12-06Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-11-27selftests: complete kselftest include centralizationBala-Vignesh-Reddy
2025-11-27selftests: af_unix: remove unused stdlib.h includeSunday Adelodun
2025-11-25selftest: af_unix: Extend recv() timeout in so_peek_off.c.Kuniyuki Iwashima
2025-11-25selftest: af_unix: Create its own .gitignore.Kuniyuki Iwashima
2025-11-24selftests: af_unix: don't use SKIP for expected failuresJakub Kicinski
2025-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-11-18selftest: af_unix: Add test for SO_PEEK_OFF.Kuniyuki Iwashima
2025-11-18selftests: af_unix: Add tests for ECONNRESET and EOF semanticsSunday Adelodun
2025-10-06selftests: net: unify the Makefile formatsJakub Kicinski
2025-10-06selftests: net: sort configsJakub Kicinski
2025-08-12selftest: af_unix: Add -Wall and -Wflex-array-member-not-at-end to CFLAGS.Kuniyuki Iwashima
2025-08-12selftest: af_unix: Silence -Wall warning for scm_pid.c.Kuniyuki Iwashima
2025-08-12selftest: af_unix: Silence -Wflex-array-member-not-at-end warning for scm_rig...Kuniyuki Iwashima
2025-08-12selftest: af_unix: Silence -Wflex-array-member-not-at-end warning for scm_inq.c.Kuniyuki Iwashima
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-07-28Merge tag 'vfs-6.17-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-07-08selftest: af_unix: Add test for SO_INQ.Kuniyuki Iwashima
2025-07-04selftests: net: extend SCM_PIDFD test to cover stale pidfdsAlexander Mikhalitsyn
2025-06-24selftest: af_unix: Add tests for -ECONNRESET.Kuniyuki Iwashima
2025-06-24af_unix: Add test for consecutive consumed OOB.Kuniyuki Iwashima
2025-05-23selftest: af_unix: Test SO_PASSRIGHTS.Kuniyuki Iwashima
2024-09-09af_unix: Don't return OOB skb in manage_oob().Kuniyuki Iwashima
2024-08-14selftest: af_unix: Fix kselftest compilation warningsAbhinav Jain
2024-07-03selftest: af_unix: Add test case for backtrack after finalising SCC.Kuniyuki Iwashima
2024-06-27selftest: af_unix: Check SIOCATMARK after every send()/recv() in msg_oob.c.Kuniyuki Iwashima
2024-06-27af_unix: Fix wrong ioctl(SIOCATMARK) when consumed OOB skb is at the head.Kuniyuki Iwashima
2024-06-27selftest: af_unix: Check EPOLLPRI after every send()/recv() in msg_oob.cKuniyuki Iwashima
2024-06-27selftest: af_unix: Check SIGURG after every send() in msg_oob.cKuniyuki Iwashima
2024-06-27selftest: af_unix: Add SO_OOBINLINE test cases in msg_oob.cKuniyuki Iwashima
2024-06-27af_unix: Don't stop recv() at consumed ex-OOB skb.Kuniyuki Iwashima
2024-06-27selftest: af_unix: Add non-TCP-compliant test cases in msg_oob.c.Kuniyuki Iwashima
2024-06-27af_unix: Don't stop recv(MSG_DONTWAIT) if consumed OOB skb is at the head.Kuniyuki Iwashima
2024-06-27af_unix: Stop recv(MSG_PEEK) at consumed OOB skb.Kuniyuki Iwashima
2024-06-27selftest: af_unix: Add msg_oob.c.Kuniyuki Iwashima
2024-06-27selftest: af_unix: Remove test_unix_oob.c.Kuniyuki Iwashima
2024-06-21selftest: af_unix: Add Kconfig file.Kuniyuki Iwashima
2024-05-21selftest: af_unix: Make SCM_RIGHTS into OOB data.Kuniyuki Iwashima
2024-03-29selftest: af_unix: Test GC for SCM_RIGHTS.Kuniyuki Iwashima
2023-11-27selftests/net: unix: fix unused variable compiler warningWillem de Bruijn
2023-10-16selftests: net: remove unused variableszhujun2
2023-06-12selftests: net: add SCM_PIDFD / SO_PEERPIDFD testAlexander Mikhalitsyn
2023-01-09af_unix: selftest: Fix the size of the parameter to connect()Mirsad Goran Todorovac
2022-12-01af_unix: Add test for sock_diag and UDIAG_SHOW_UID.Kuniyuki Iwashima
2022-07-20selftests: net: af_unix: Fix a build error of unix_connect.c.Kuniyuki Iwashima
2022-07-05selftests: net: af_unix: Test connect() with different netns.Kuniyuki Iwashima
2022-03-18af_unix: Support POLLPRI for OOB.Kuniyuki Iwashima
2021-09-19selftests: net: af_unix: Fix makefile to use TEST_GEN_PROGSShuah Khan