History log of /freebsd-current/sys/netpfil/ipfilter/netinet/ip_fil.h
Revision Date Author Comments
# 8ce3ef5f 18-Apr-2024 Gordon Bergling <gbe@FreeBSD.org>

netpfil: Fix typos in source code comments

- s/addres/address/

MFC after: 3 days


# 29363fb4 23-Nov-2023 Warner Losh <imp@FreeBSD.org>

sys: Remove ancient SCCS tags.

Remove ancient SCCS tags from the tree, automated scripting, with two
minor fixup to keep things compiling. All the common forms in the tree
were removed with a perl script.

Sponsored by: Netflix


# 2ff63af9 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

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

Remove /^\s*\*+\s*\$FreeBSD\$.*$\n/


# c941e8c6 31-Jan-2023 Cy Schubert <cy@FreeBSD.org>

ipfilter: Correctly type ipf_pullup()

ipf_pullup() outputs a pointer to ip_t. Though returning a pointer to
void does work, it is imprecise and not completely correct.

MFC after: 1 week


# 4d89e201 03-Sep-2022 Gordon Bergling <gbe@FreeBSD.org>

netpfil: Correct some typos in source code comments

- s/occured/occurred/
- s/the the/the/

MFC after: 3 days


# 2eef5728 21-Dec-2021 Cy Schubert <cy@FreeBSD.org>

ipfilter module: Remove trailing whitespace

MFC after: 1 month


# 3b9b51fe 15-Dec-2021 Cy Schubert <cy@FreeBSD.org>

ipfilter: Move kernel bits to netpfil

Through fixes and improvements our ipfilter sources have diverged
enough to warrant move from contrib into sys/netpil. Now that I'm
planning on implementing MSS clamping as in iptables it makes more
sense to move ipfilter to netpfil.

This is the first of three commits the ipfilter move.

Suggested by glebius on two occaions.

Suggested by and discussed with: glebius
Reviewed by: glebius, kp (for #network)
MFC after: 1 month
Differential Revision: https://reviews.freebsd.org/D33510