summaryrefslogtreecommitdiff
path: root/sys/netinet/netdump
AgeCommit message (Expand)Author
2023-10-02netdump: Check the return value of ifunit_ref()Mark Johnston
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-01-31IfAPI: Explicitly include <net/if_private.h> in netstackJustin Hibbits
2022-09-04netdump(4): Correct a typo in source code commentGordon Bergling
2022-07-05ddb: use _FLAGS command macros where appropriateMitchell Horne
2022-05-14netdump: check the support status of the interfaceMitchell Horne
2022-05-13kerneldump: remove physical argument from d_dumperMitchell Horne
2022-04-15Remove 12.x ABI compat for kernel dump ioctlsMitchell Horne
2022-04-15Remove 11.x ABI compat for kernel dump ioctlsMitchell Horne
2021-08-11netdump: send key before dump, in case dump failsEric van Gyzen
2021-07-27netdump: Fix leaking debugnet state on errors.Bryan Drewery
2020-06-25Use zfree() instead of explicit_bzero() and free().John Baldwin
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2020-02-07Miscellaneous typo fixesEd Maste
2020-01-12Add KERNEL_PANICKED macro for use in place of direct panicstr testsMateusz Guzik
2019-10-19Fix compile issues when building a kernel without the VIMAGE option.Michael Tuexen
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-17Split out a more generic debugnet(4) from netdump(4)Conrad Meyer
2019-08-19Fix netdump buffering after r348473.Mark Johnston
2019-05-31netdump: Buffer pages to avoid calling netdump_send() on each 4KB write.Mark Johnston
2019-05-21Add two missing eventhandler.h headersConrad Meyer
2019-05-10netdump: Ref the interface we're attached toConrad Meyer
2019-05-10netdump: Fix boot-time configuration typoConrad Meyer
2019-05-10netdump: Don't store sensitive key data we don't needConrad Meyer
2019-05-06List-ify kernel dump device configurationConrad Meyer
2019-04-23netdump: Fix !COMPAT_FREEBSD11 unused variable warningConrad Meyer
2019-04-20netdump: Fix 11 compatibility DIOCSKERNELDUMP ioctlConrad Meyer
2019-04-04Use IN_foo() macros from sys/netinet/in.h inplace of handcrafted codeRodney W. Grimes
2019-01-09Mechanical cleanup of epoch(9) usage in network stack.Gleb Smirnoff
2018-10-29Expose some netdump configuration parameters through sysctl.Mark Johnston
2018-05-23UDP: further performance improvements on txMatt Macy
2018-05-22Initialize the dumper struct before calling set_dumper().Mark Johnston
2018-05-17Fix netdump configuration when VIMAGE is enabled.Mark Johnston
2018-05-06Import the netdump client code.Mark Johnston