History log of /freebsd-current/sys/netgraph/ng_checksum.c
Revision Date Author Comments
# 685dc743 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

sys: Remove $FreeBSD$: one-line .c pattern

Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/


# 687e510e 15-May-2021 Lutz Donnerhacke <donner@FreeBSD.org>

netgraph/ng_checksum: Fix double free error

m_pullup(9) frees the mbuf(9) chain in the case of an allocation error.
The mbuf chain must not be freed again in this case.

PR: 255874
Submitted by: <lylgood@foxmail.com>
Approved by: markj
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D30273


# 662c1305 01-Sep-2020 Mateusz Guzik <mjg@FreeBSD.org>

net: clean up empty lines in .c and .h files


# d7373c82 31-Jul-2016 Julian Elischer <julian@FreeBSD.org>

netgraph module for reconstructing checksums

PR: 206108
Submitted by: Dmitry Vagin daemon.hammer@ya.ru
MFC after: 1 month