aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* posixshm largepage_mmap: fix a racy testBrooks Davis2024-01-031-1/+1
* netlink: use protocol specific receive bufferGleb Smirnoff2024-01-021-47/+7
* tests/netlink: add netlink socket buffer testGleb Smirnoff2024-01-022-1/+268
* frag6 tests: SerializeMark Johnston2023-12-311-0/+2
* netmap: fix unit testsVincenzo Maffione2023-12-291-2/+0
* Silence VLA extension warnings in fusefs testsDimitry Andric2023-12-211-0/+4
* libifconfig: Fix bridge status member listMichael Gmelin2023-12-211-0/+28
* netinet tests: test that we send IGMP join/leave packets as expectedKristof Provost2023-12-192-0/+109
* dummynet: add simple gilbert-elliott channel modelRichard Scheffenegger2023-12-171-0/+102
* pf tests: fix typos in the abort_v6 test case head / cleanup function nameKristof Provost2023-12-141-2/+2
* pf tests: test that we validate sequence numbers on TCP RSTKristof Provost2023-12-054-0/+151
* zfs tests: Silence clang warningJose Luis Duran2023-12-041-2/+2
* sockets: don't malloc/free sockaddr memory on accept(2)Gleb Smirnoff2023-11-301-3/+0
* zfsd: fault disks that generate too many I/O delay eventsAlan Somers2023-11-293-0/+132
* netlink: Add tests when adding an interface routeJose Luis Duran2023-11-281-0/+41
* ng_socket: with getsockname() return node ID for unnamed nodeGleb Smirnoff2023-11-281-4/+3
* netgraph: increase size of sockaddr_ng to match maximum node nameGleb Smirnoff2023-11-281-5/+0
* Revert "cdefs: Remove __func__ define"Warner Losh2023-11-271-0/+4
* tests: don't run atf_* in a subshellGleb Smirnoff2023-11-2751-175/+179
* pf tests: test recursive printing of labelsKristof Provost2023-11-271-0/+35
* cdefs: Remove __func__ defineWarner Losh2023-11-271-4/+0
* cdefs: Remove CC_SUPPORTS macros, they are unusedWarner Losh2023-11-271-7/+0
* cdefs: Remove some builtin defines, they are unusedWarner Losh2023-11-271-2/+0
* cdefs: Remove vararg related defines, they are unused.Warner Losh2023-11-271-4/+0
* cdefs: Remove __GNUCLIKE_BUILTIN_CONSTANT_P, it's unusedWarner Losh2023-11-271-1/+0
* cdefs: Remove __GNUCLIKE_CTOR_SECTION_HANDLING, it's unusedWarner Losh2023-11-271-1/+0
* cdefs: Remove __GNUCLIKE___SECTION, it's unused.Warner Losh2023-11-271-1/+0
* tests: Automated cleanup of cdefs and other formattingWarner Losh2023-11-2722-22/+1
* tests: Remove ancient SCCS tags.Warner Losh2023-11-271115-3328/+0
* bitstring: Support large bit strings.Dag-Erling Smørgrav2023-11-221-1/+89
* tests/netgraph: start ng_socket test suiteGleb Smirnoff2023-11-202-0/+71
* pf tests: fix name and description of divert-to casesIgor Ostapenko2023-11-201-13/+13
* cdefs: Remove __GNUCLIKE_ASMWarner Losh2023-11-201-2/+0
* cdefs: Remove __GNUCLIKE___TYPEOF from cdefs.hWarner Losh2023-11-201-1/+0
* pf: always create multihomed states as floatingKristof Provost2023-11-171-2/+3
* pf: fix dummynet + ipdivert use caseIgor Ostapenko2023-11-171-1/+117
* ktls tests: Relax error checking for shutdown(2) a bitMark Johnston2023-11-171-3/+6
* socket tests: add socket_acceptGleb Smirnoff2023-11-162-0/+131
* Add tests for gunion(8)Yan-Hao Wang2023-11-164-0/+388
* Skip sys.netinet6.frag6.frag6_19.frag6_19 in CILi-Wen Hsu2023-11-061-0/+3
* pf tests: ensure that we generate all permutations for SCTP multihomeKristof Provost2023-10-311-0/+61
* dirdeps: Update Makefile.depend* files with empty contentsStephen J. Kiernan2023-10-293-0/+13
* pf: Fix packet reassemblyKajetan Staszkiewicz2023-10-263-11/+131
* pf tests: Add option to send fragmented packetsKajetan Staszkiewicz2023-10-262-13/+44
* pf tests: add a test for killing states by NAT addressKristof Provost2023-10-231-1/+74
* netinet tests: Fix leaks in ip6_v4mapped_testMark Johnston2023-10-201-2/+7
* pf: fix pf divert-to loopIgor Ostapenko2023-10-193-0/+566
* tests/netlink: mark the vlan(4) test with required moduleGleb Smirnoff2023-10-191-0/+1
* netinet tests: Add error handling tests for UDP with v4-mapped socketsMark Johnston2023-10-172-10/+73
* socket tests: Build fixMark Johnston2023-10-171-1/+1