aboutsummaryrefslogtreecommitdiff
path: root/tests/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* ng_ksocket: Add tests for IPv6Seyed Pouria Mousavizadeh Tehrani2025-06-251-12/+74
* netgraph/ksocket tests: Bind to a specific addressMark Johnston2025-06-201-6/+9
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* tests/netgraph: start ng_ksocket(4) testsGleb Smirnoff2024-03-232-0/+116
* tests/netgraph: mark all tests as required_user="root"Gleb Smirnoff2024-03-231-1/+1
* 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
* tests/netgraph: start ng_socket test suiteGleb Smirnoff2023-11-202-0/+71
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* netgraph tests: SerializeMark Johnston2023-03-181-0/+2
* Remove riscv workaround in sys.netgraph.hub.loop testMitchell Horne2021-12-051-5/+0
* Fix RISC-V buildLi-Wen Hsu2021-10-141-1/+1
* Temporarily skip sys.netgraph.hub.loop on RISC-V in CILi-Wen Hsu2021-10-131-0/+5
* tests/netgraph: Check for PR241954Lutz Donnerhacke2021-06-131-0/+7
* tests/netgraph: Missed fixup after D30699Lutz Donnerhacke2021-06-131-36/+23
* tests/netgraph: Tests for ng_vlan_rotateLutz Donnerhacke2021-06-092-3/+340
* tests/netgraph: Tests for ng_hubLutz Donnerhacke2021-06-092-0/+233
* tests/netgraph: Factor out univeral data counter functionsLutz Donnerhacke2021-06-093-63/+78
* tests/netgraph: Fix styleLutz Donnerhacke2021-06-093-81/+105
* tests/netgraph: Attribute errors to the callerLutz Donnerhacke2021-06-082-27/+64
* tests/netgraph: Tests for ng_bridgeLutz Donnerhacke2021-06-082-0/+656
* tests/netgraph: Allow receiving answers to messagesLutz Donnerhacke2021-06-082-5/+14
* tests/netgraph: Inital framework for testing libnetgraphLutz Donnerhacke2021-06-044-1/+486
* ng_macfilter_test: Skip rather than fail if there is no networkAlex Richardson2021-03-251-2/+1
* tests/sys/netgraph: Further CI fixesAlex Richardson2021-03-191-21/+36
* tests/sys/netgraph/ng_macfilter_test: Fix invalid TAP outputAlex Richardson2021-03-121-23/+23
* tests/sys/netgraph: Tell kyua that perl is requiredAlex Richardson2021-02-231-1/+2
* New Netgraph module ng_macfilter:Nick Hibma2020-12-082-0/+444