<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sbin/ipf/ipsend/ipsend.c, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2024-12-19T15:37:24Z</updated>
<entry>
<title>tcp: cleanup of nits after use of accessor tcp_get_flags</title>
<updated>2024-12-19T15:37:24Z</updated>
<author>
<name>Richard Scheffenegger</name>
<email>rscheff@FreeBSD.org</email>
</author>
<published>2024-12-19T13:47:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=31034044ff27443489cb416ca520c07421712f69'/>
<id>urn:sha1:31034044ff27443489cb416ca520c07421712f69</id>
<content type='text'>
Remove unneeded th_x2 initalization, use named constants
instead of magic numbers (fixing one oversight) and add
some line breaks. Expand one man page slightly.

No functional change intended.

Reviewed By: tuexen, cc
Sponsored by: NetApp, Inc.
Differential Revision: https://reviews.freebsd.org/D48065
</content>
</entry>
<entry>
<title>tcp: add TH_AE capabilities to ppp and pf</title>
<updated>2024-11-29T09:04:31Z</updated>
<author>
<name>Richard Scheffenegger</name>
<email>rscheff@FreeBSD.org</email>
</author>
<published>2024-11-29T08:50:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=347dd0539f3a75fdf2128dd4620ca99e96f311e9'/>
<id>urn:sha1:347dd0539f3a75fdf2128dd4620ca99e96f311e9</id>
<content type='text'>
Add support for the AE Flag in the TCP header to pf and ppp.
Commonalize to the use of "E"(ECE), "W"(CWR) and "e"(AE)
for the TCP header flags, in line with tcpdump.

Reviewers: kp, cc, tuexen, cy, #transport!
Sponsored by: NetApp, Inc.
Differential Revision: https://reviews.freebsd.org/D47106
</content>
</entry>
<entry>
<title>sbin: Remove ancient SCCS tags.</title>
<updated>2023-11-27T05:23:29Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-11-23T17:21:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=51e16cb8fc536913f490ac6bc9c17e92ebd0411b'/>
<id>urn:sha1:51e16cb8fc536913f490ac6bc9c17e92ebd0411b</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Remove $FreeBSD$: one-line .c comment pattern</title>
<updated>2023-08-16T17:54:29Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-16T17:54:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2a63c3be158216222d89a073dcbd6a72ee4aab5a'/>
<id>urn:sha1:2a63c3be158216222d89a073dcbd6a72ee4aab5a</id>
<content type='text'>
Remove /^/[*/]\s*\$FreeBSD\$.*\n/
</content>
</entry>
<entry>
<title>ipfilter userland: Style(9) requires a space after return</title>
<updated>2022-01-04T03:37:25Z</updated>
<author>
<name>Cy Schubert</name>
<email>cy@FreeBSD.org</email>
</author>
<published>2022-01-04T02:49:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=44bc30192139b0b3c95510ab3b35802bcc6d63e4'/>
<id>urn:sha1:44bc30192139b0b3c95510ab3b35802bcc6d63e4</id>
<content type='text'>
Reported by:    jrtc27
Fixes:          2582ae5740181e0d2bab10003d66ae91c9b56329
MFC after:      1 month
</content>
</entry>
<entry>
<title>ipfilter: Adjust userland returns to conform to style(9)</title>
<updated>2022-01-04T02:06:43Z</updated>
<author>
<name>Cy Schubert</name>
<email>cy@FreeBSD.org</email>
</author>
<published>2021-12-22T02:37:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2582ae5740181e0d2bab10003d66ae91c9b56329'/>
<id>urn:sha1:2582ae5740181e0d2bab10003d66ae91c9b56329</id>
<content type='text'>
Adjust ipfilter's userland return statements to conform to style(9).

MFC after:	1 month
</content>
</entry>
<entry>
<title>ipflter: ANSIfy userland function declarations</title>
<updated>2022-01-04T02:06:42Z</updated>
<author>
<name>Cy Schubert</name>
<email>cy@FreeBSD.org</email>
</author>
<published>2021-12-20T17:07:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=efeb8bffe34422937c7f8df836afb5b817366d16'/>
<id>urn:sha1:efeb8bffe34422937c7f8df836afb5b817366d16</id>
<content type='text'>
Convert ipfilter userland function declarations from K&amp;R to ANSI. This
syncs our function declarations with NetBSD hg commit 75edcd7552a0
(apply our changes). Though not copied from NetBSD, this change was
partially inspired by NetBSD's work and inspired by style(9).

Reviewed by:		glebius (for #network)
MFC after:		1 month
Differential Revision:	https://reviews.freebsd.org/D33595
</content>
</entry>
<entry>
<title>ipfilter: Move userland bits to sbin</title>
<updated>2021-12-20T14:16:33Z</updated>
<author>
<name>Cy Schubert</name>
<email>cy@FreeBSD.org</email>
</author>
<published>2021-12-15T21:45:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=41edb306f05651fcaf6c74f9e3557f59f80292e1'/>
<id>urn:sha1:41edb306f05651fcaf6c74f9e3557f59f80292e1</id>
<content type='text'>
Through fixes and improvements our ipfilter sources have diverged
enough to warrant move from contrib into sbin/ipf. Now that I'm
planning on implementing MSS clamping as in iptables it makes more
sense to move ipfilter to sbin.

This is the second of three commits of 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
</content>
</entry>
</feed>
