aboutsummaryrefslogtreecommitdiff
path: root/sys/net/debugnet.c
Commit message (Expand)AuthorAgeFilesLines
* debugnet: Use precise types when accessing mbuf contentsMark Johnston2024-10-181-5/+5
* debugnet: Fix logging of frame lengthZhenlei Huang2024-04-151-1/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* netgdb: Fix netgdb double ack, print proxy addressJohn Reimer2023-05-271-13/+44
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* ifnet/API: Move struct ifnet definition to a <net/if_private.h>Justin Hibbits2023-01-241-0/+1
* debugnet: remove spurious message on bootFranco Fichtner2022-12-161-0/+3
* debugnet: Fix an error handling bug in the DDB command tokenizerMark Johnston2022-06-161-0/+1
* debugnet: Handle batches of packets from if_inputMark Johnston2022-06-161-3/+16
* debugnet: fix an errant assertionMitchell Horne2022-05-141-1/+2
* debugnet: Include some required headersMark Johnston2021-09-141-0/+4
* routing: Allow using IPv6 next-hops for IPv4 routes (RFC 5549).Zhenlei Huang2021-08-221-0/+1
* Allow to specify debugnet fib in sysctl/tunable.Alexander V. Chernikov2021-04-101-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