summaryrefslogtreecommitdiff
path: root/sys/net/debugnet.c
AgeCommit message (Expand)Author
2024-10-11debugnet: Use precise types when accessing mbuf contentsMark Johnston
2024-07-05ethernet: Retire M_HASFCSZhenlei Huang
2024-04-09debugnet: Fix logging of frame lengthZhenlei Huang
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-27netgdb: Fix netgdb double ack, print proxy addressJohn Reimer
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-01-24ifnet/API: Move struct ifnet definition to a <net/if_private.h>Justin Hibbits
2022-12-16debugnet: remove spurious message on bootFranco Fichtner
2022-06-16debugnet: Fix an error handling bug in the DDB command tokenizerMark Johnston
2022-06-16debugnet: Handle batches of packets from if_inputMark Johnston
2022-05-14debugnet: fix an errant assertionMitchell Horne
2021-09-14debugnet: Include some required headersMark Johnston
2021-08-22routing: Allow using IPv6 next-hops for IPv4 routes (RFC 5549).Zhenlei Huang
2021-04-10Allow to specify debugnet fib in sysctl/tunable.Alexander V. Chernikov
2020-04-26Convert debugnet to the new routing KPI.Alexander V. Chernikov
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2019-10-23Prevent a panic when a driver provides bogus debugnet parametersConrad Meyer
2019-10-19Fix compile issues when building a kernel without the VIMAGE option.Michael Tuexen
2019-10-18Fix debugnet(4) link/build fallout on some configurationsConrad Meyer
2019-10-17Implement NetGDB(4)Conrad Meyer
2019-10-17debugnet(4): Add optional full-duplex modeConrad Meyer
2019-10-17debugnet(4): Infer non-server connection parametersConrad Meyer
2019-10-17Add ddb(4) 'netdump' command to netdump a core without preconfigurationConrad Meyer
2019-10-17debugnet: Respond to broadcast ARP requestsConrad Meyer
2019-10-17Split out a more generic debugnet(4) from netdump(4)Conrad Meyer