aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/netdump
Commit message (Expand)AuthorAgeFilesLines
* netdump: send key before dump, in case dump failsEric van Gyzen2021-08-111-14/+28
* netdump: Fix leaking debugnet state on errors.Bryan Drewery2021-07-271-6/+26
* Use zfree() instead of explicit_bzero() and free().John Baldwin2020-06-251-5/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-3/+5
* Miscellaneous typo fixesEd Maste2020-02-071-1/+1
* Add KERNEL_PANICKED macro for use in place of direct panicstr testsMateusz Guzik2020-01-121-1/+1
* Fix compile issues when building a kernel without the VIMAGE option.Michael Tuexen2019-10-191-9/+2
* debugnet(4): Add optional full-duplex modeConrad Meyer2019-10-171-1/+1
* debugnet(4): Infer non-server connection parametersConrad Meyer2019-10-171-37/+45
* Add ddb(4) 'netdump' command to netdump a core without preconfigurationConrad Meyer2019-10-171-3/+88
* Split out a more generic debugnet(4) from netdump(4)Conrad Meyer2019-10-172-931/+58
* Fix netdump buffering after r348473.Mark Johnston2019-08-191-12/+27
* netdump: Buffer pages to avoid calling netdump_send() on each 4KB write.Mark Johnston2019-05-311-5/+26
* Add two missing eventhandler.h headersConrad Meyer2019-05-211-0/+1
* netdump: Ref the interface we're attached toConrad Meyer2019-05-101-58/+129
* netdump: Fix boot-time configuration typoConrad Meyer2019-05-101-2/+2
* netdump: Don't store sensitive key data we don't needConrad Meyer2019-05-101-8/+26
* List-ify kernel dump device configurationConrad Meyer2019-05-062-59/+157
* netdump: Fix !COMPAT_FREEBSD11 unused variable warningConrad Meyer2019-04-231-0/+2
* netdump: Fix 11 compatibility DIOCSKERNELDUMP ioctlConrad Meyer2019-04-201-2/+14
* Use IN_foo() macros from sys/netinet/in.h inplace of handcrafted codeRodney W. Grimes2019-04-041-2/+2
* Mechanical cleanup of epoch(9) usage in network stack.Gleb Smirnoff2019-01-091-2/+3
* Expose some netdump configuration parameters through sysctl.Mark Johnston2018-10-291-12/+12
* UDP: further performance improvements on txMatt Macy2018-05-231-1/+1
* Initialize the dumper struct before calling set_dumper().Mark Johnston2018-05-221-0/+1
* Fix netdump configuration when VIMAGE is enabled.Mark Johnston2018-05-171-6/+17
* Import the netdump client code.Mark Johnston2018-05-062-0/+1426