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