aboutsummaryrefslogtreecommitdiff
path: root/sys/net/debugnet.c
Commit message (Expand)AuthorAgeFilesLines
* 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