aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/net/af_unix
AgeCommit message (Expand)AuthorFilesLines
2025-12-19Merge tag 'net-6.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-1/+6
2025-12-10selftest: af_unix: Support compilers without flex-array-member-not-at-end sup...Guenter Roeck1-1/+6
2025-12-06Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/...Linus Torvalds6-6/+6
2025-11-27selftests: complete kselftest include centralizationBala-Vignesh-Reddy6-6/+6
2025-11-27selftests: af_unix: remove unused stdlib.h includeSunday Adelodun1-1/+0
2025-11-25selftest: af_unix: Extend recv() timeout in so_peek_off.c.Kuniyuki Iwashima1-2/+2
2025-11-25selftest: af_unix: Create its own .gitignore.Kuniyuki Iwashima1-0/+8
2025-11-24selftests: af_unix: don't use SKIP for expected failuresJakub Kicinski1-2/+6
2025-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+163
2025-11-18selftest: af_unix: Add test for SO_PEEK_OFF.Kuniyuki Iwashima2-0/+163
2025-11-18selftests: af_unix: Add tests for ECONNRESET and EOF semanticsSunday Adelodun2-0/+178
2025-10-06selftests: net: unify the Makefile formatsJakub Kicinski1-1/+9
2025-10-06selftests: net: sort configsJakub Kicinski1-1/+1
2025-08-12selftest: af_unix: Add -Wall and -Wflex-array-member-not-at-end to CFLAGS.Kuniyuki Iwashima1-1/+1
2025-08-12selftest: af_unix: Silence -Wall warning for scm_pid.c.Kuniyuki Iwashima1-2/+0
2025-08-12selftest: af_unix: Silence -Wflex-array-member-not-at-end warning for scm_rig...Kuniyuki Iwashima1-15/+13
2025-08-12selftest: af_unix: Silence -Wflex-array-member-not-at-end warning for scm_inq.c.Kuniyuki Iwashima1-14/+12
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2-1/+126
2025-07-28Merge tag 'vfs-6.17-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-44/+173
2025-07-08selftest: af_unix: Add test for SO_INQ.Kuniyuki Iwashima2-1/+126
2025-07-04selftests: net: extend SCM_PIDFD test to cover stale pidfdsAlexander Mikhalitsyn1-44/+173
2025-06-24selftest: af_unix: Add tests for -ECONNRESET.Kuniyuki Iwashima1-4/+115
2025-06-24af_unix: Add test for consecutive consumed OOB.Kuniyuki Iwashima1-0/+23
2025-05-23selftest: af_unix: Test SO_PASSRIGHTS.Kuniyuki Iwashima1-2/+78
2024-09-09af_unix: Don't return OOB skb in manage_oob().Kuniyuki Iwashima1-0/+23
2024-08-14selftest: af_unix: Fix kselftest compilation warningsAbhinav Jain1-1/+1
2024-07-03selftest: af_unix: Add test case for backtrack after finalising SCC.Kuniyuki Iwashima1-2/+23
2024-06-27selftest: af_unix: Check SIOCATMARK after every send()/recv() in msg_oob.c.Kuniyuki Iwashima1-0/+72
2024-06-27af_unix: Fix wrong ioctl(SIOCATMARK) when consumed OOB skb is at the head.Kuniyuki Iwashima1-0/+68
2024-06-27selftest: af_unix: Check EPOLLPRI after every send()/recv() in msg_oob.cKuniyuki Iwashima1-0/+147
2024-06-27selftest: af_unix: Check SIGURG after every send() in msg_oob.cKuniyuki Iwashima1-1/+50
2024-06-27selftest: af_unix: Add SO_OOBINLINE test cases in msg_oob.cKuniyuki Iwashima1-0/+91
2024-06-27af_unix: Don't stop recv() at consumed ex-OOB skb.Kuniyuki Iwashima1-0/+16
2024-06-27selftest: af_unix: Add non-TCP-compliant test cases in msg_oob.c.Kuniyuki Iwashima1-5/+44
2024-06-27af_unix: Don't stop recv(MSG_DONTWAIT) if consumed OOB skb is at the head.Kuniyuki Iwashima1-0/+11
2024-06-27af_unix: Stop recv(MSG_PEEK) at consumed OOB skb.Kuniyuki Iwashima1-2/+23
2024-06-27selftest: af_unix: Add msg_oob.c.Kuniyuki Iwashima2-1/+221
2024-06-27selftest: af_unix: Remove test_unix_oob.c.Kuniyuki Iwashima2-437/+1
2024-06-21selftest: af_unix: Add Kconfig file.Kuniyuki Iwashima1-0/+3
2024-05-21selftest: af_unix: Make SCM_RIGHTS into OOB data.Kuniyuki Iwashima1-2/+2
2024-03-29selftest: af_unix: Test GC for SCM_RIGHTS.Kuniyuki Iwashima2-1/+287
2023-11-27selftests/net: unix: fix unused variable compiler warningWillem de Bruijn1-1/+0
2023-10-16selftests: net: remove unused variableszhujun22-3/+0
2023-06-12selftests: net: add SCM_PIDFD / SO_PEERPIDFD testAlexander Mikhalitsyn2-1/+432
2023-01-09af_unix: selftest: Fix the size of the parameter to connect()Mirsad Goran Todorovac1-1/+1
2022-12-01af_unix: Add test for sock_diag and UDIAG_SHOW_UID.Kuniyuki Iwashima2-1/+179
2022-07-20selftests: net: af_unix: Fix a build error of unix_connect.c.Kuniyuki Iwashima1-2/+1
2022-07-05selftests: net: af_unix: Test connect() with different netns.Kuniyuki Iwashima2-1/+151
2022-03-18af_unix: Support POLLPRI for OOB.Kuniyuki Iwashima1-3/+3
2021-09-19selftests: net: af_unix: Fix makefile to use TEST_GEN_PROGSShuah Khan1-4/+1