summaryrefslogtreecommitdiff
path: root/sys/net/debugnet.c
Commit message (Expand)AuthorAgeFilesLines
* debugnet: remove spurious message on bootFranco Fichtner2023-01-231-0/+3
* debugnet: Fix an error handling bug in the DDB command tokenizerMark Johnston2022-06-301-0/+1
* debugnet: Handle batches of packets from if_inputMark Johnston2022-06-301-3/+16
* debugnet: fix an errant assertionMitchell Horne2022-05-271-1/+2
* debugnet: Include some required headersMark Johnston2021-09-211-0/+4
* routing: Allow using IPv6 next-hops for IPv4 routes (RFC 5549).Zhenlei Huang2021-09-071-0/+1
* Allow to specify debugnet fib in sysctl/tunable.Alexander V. Chernikov2021-04-291-1/+5
* Convert debugnet to the new routing KPI.Alexander V. Chernikov2020-04-261-12/+13
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+1
* Prevent a panic when a driver provides bogus debugnet parametersConrad Meyer2019-10-231-0/+9
* Fix compile issues when building a kernel without the VIMAGE option.Michael Tuexen2019-10-191-0/+1
* Fix debugnet(4) link/build fallout on some configurationsConrad Meyer2019-10-181-1/+1
* Implement NetGDB(4)Conrad Meyer2019-10-171-4/+12
* debugnet(4): Add optional full-duplex modeConrad Meyer2019-10-171-12/+116
* debugnet(4): Infer non-server connection parametersConrad Meyer2019-10-171-23/+90
* Add ddb(4) 'netdump' command to netdump a core without preconfigurationConrad Meyer2019-10-171-0/+226
* debugnet: Respond to broadcast ARP requestsConrad Meyer2019-10-171-1/+2
* Split out a more generic debugnet(4) from netdump(4)Conrad Meyer2019-10-171-0/+655