aboutsummaryrefslogtreecommitdiff
path: root/sys/net/debugnet_inet.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* 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: Fix false-positive assertions for dp_stateBryan Drewery2021-07-281-1/+10
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Implement NetGDB(4)Conrad Meyer2019-10-171-1/+1
* debugnet(4): Check hardware-validated UDP checksumsConrad Meyer2019-10-171-0/+9
* Split out a more generic debugnet(4) from netdump(4)Conrad Meyer2019-10-171-0/+485