| #
347dd053
|
| 29-Nov-2024 |
Richard Scheffenegger <rscheff@FreeBSD.org> |
tcp: add TH_AE capabilities to ppp and pf
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
tcp: add TH_AE capabilities to ppp and pf
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
show more ...
|
| #
5b31cc94
|
| 23-Nov-2023 |
Warner Losh <imp@FreeBSD.org> |
sccs: Manual changes
For the uncommon items: Go through the tree and remove sccs tags that didn't fit any nice pattern. If in the neighborhood, other SCM tags were removed when they were detritis of
sccs: Manual changes
For the uncommon items: Go through the tree and remove sccs tags that didn't fit any nice pattern. If in the neighborhood, other SCM tags were removed when they were detritis of long-ago CVS somehow in the early mists of the project. Some adjacent copyrights stringswere removed (they duplicated the copyright notices in the file). This also removed non-standard formations of omission of SCCS tags (usually by adding an extra #if 0 somewhere.
After this commit, a number of strings tagged with the 'what' @(#) prefix remain, but they are primarily copyright notices.
Sponsored by: Netflix
show more ...
|
| #
2a63c3be
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line .c comment pattern
Remove /^/[*/]\s*\$FreeBSD\$.*\n/
|
| #
44bc3019
|
| 04-Jan-2022 |
Cy Schubert <cy@FreeBSD.org> |
ipfilter userland: Style(9) requires a space after return
Reported by: jrtc27 Fixes: 2582ae5740181e0d2bab10003d66ae91c9b56329 MFC after: 1 month
|
| #
5e13b104
|
| 22-Dec-2021 |
Cy Schubert <cy@FreeBSD.org> |
ipfilter userland: Fix whitespace errors
Replace leading spaces with a tabs on affected lines.
MFC after: 1 month
|
| #
2582ae57
|
| 22-Dec-2021 |
Cy Schubert <cy@FreeBSD.org> |
ipfilter: Adjust userland returns to conform to style(9)
Adjust ipfilter's userland return statements to conform to style(9).
MFC after: 1 month
|
| #
efeb8bff
|
| 20-Dec-2021 |
Cy Schubert <cy@FreeBSD.org> |
ipflter: ANSIfy userland function declarations
Convert ipfilter userland function declarations from K&R to ANSI. This syncs our function declarations with NetBSD hg commit 75edcd7552a0 (apply our ch
ipflter: ANSIfy userland function declarations
Convert ipfilter userland function declarations from K&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
show more ...
|
| #
41edb306
|
| 15-Dec-2021 |
Cy Schubert <cy@FreeBSD.org> |
ipfilter: Move userland bits to sbin
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 cl
ipfilter: Move userland bits to sbin
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
show more ...
|
| #
0fcd8cab
|
| 03-Feb-2019 |
Cy Schubert <cy@FreeBSD.org> |
ipfilter #ifdef cleanup.
Remove #ifdefs for ancient and irrelevant operating systems from ipfilter.
When ipfilter was written the UNIX and UNIX-like systems in use were diverse and plentiful. IRIX,
ipfilter #ifdef cleanup.
Remove #ifdefs for ancient and irrelevant operating systems from ipfilter.
When ipfilter was written the UNIX and UNIX-like systems in use were diverse and plentiful. IRIX, Tru64 (OSF/1) don't exist any more. OpenBSD removed ipfilter shortly after the first time the ipfilter license terms changed in the early 2000's. ipfilter on AIX, HP/UX, and Linux never really caught on. Removal of code for operating systems that ipfilter will never run on again will simplify the code making it easier to fix bugs, complete partially implemented features, and extend ipfilter.
Unsupported previous version FreeBSD code and some older NetBSD code has also been removed.
What remains is supported FreeBSD, NetBSD, and illumos. FreeBSD and NetBSD have collaborated exchanging patches, while illumos has expressed willingness to have their ipfilter updated to 5.1.2, provided their zone-specific updates to their ipfilter are merged (which are of interest to FreeBSD to allow control of ipfilters in jails from the global zone).
Reviewed by: glebius@ MFC after: 1 month Differential Revision: https://reviews.freebsd.org/D19006
show more ...
|
| #
efc4145a
|
| 06-Dec-2018 |
Cy Schubert <cy@FreeBSD.org> |
Remove an ugly Ultrix hack. Ultrix has been AWOL since the last ice age, more to come.
MFC after: 1 week
|
| #
56d5e096
|
| 06-Apr-2015 |
Gleb Smirnoff <glebius@FreeBSD.org> |
Stop including if_var.h from userland.
Sponsored by: Nginx, Inc.
|
| #
bfc88dcb
|
| 06-Sep-2013 |
Cy Schubert <cy@FreeBSD.org> |
Update ipfilter 4.1.28 --> 5.1.2.
Approved by: glebius (mentor) BSD Licensed by: Darren Reed <darrenr@reed.wattle.id.au> (author)
|
| #
d7eeb252
|
| 04-Jun-2007 |
Darren Reed <darrenr@FreeBSD.org> |
Merge IPFilter 4.1.23 back to HEAD See src/contrib/ipfilter/HISTORY for details of changes since 4.1.13
|
| #
25508d6c
|
| 30-Dec-2005 |
Guido van Rooij <guido@FreeBSD.org> |
Resolve conflicts (and believe me...you don't want to know).
|
| #
750e8832
|
| 25-Apr-2005 |
Darren Reed <darrenr@FreeBSD.org> |
* Someone imported a lot of files with the wrong CVS tag, so lots of files need that fixed in them.... * Keep unnecessary files out of the non-vendor part of this CVS repository.
|
| #
144279dc
|
| 25-Apr-2005 |
Darren Reed <darrenr@FreeBSD.org> |
import ipfilter 4.1.8 into the vendor branch
|
| #
965575f9
|
| 15-Feb-2003 |
Darren Reed <darrenr@FreeBSD.org> |
Import userland tools for IPFilter 3.4.31 into -current
|
| #
d564cc78
|
| 19-Mar-2002 |
Darren Reed <darrenr@FreeBSD.org> |
Import IPFilter 3.4.25
|
| #
dba82da1
|
| 28-Jul-2001 |
Darren Reed <darrenr@FreeBSD.org> |
Import IPFilter version 3.4.20
|
| #
84822a3b
|
| 04-Feb-2001 |
Darren Reed <darrenr@FreeBSD.org> |
Import IP Filter update
|
| #
c9bff7ba
|
| 08-Nov-1999 |
Guido van Rooij <guido@FreeBSD.org> |
Import of ipfilter 3.3.3 in anticipation of its revival. More to come in the next days.
|
| #
9b632708
|
| 20-Jun-1998 |
Peter Wemm <peter@FreeBSD.org> |
Import trimmed version of ipfilter 3.2.7.
Obtained from: Darren Reed via http://cheops.anu.edu.au/~avalon/
|
| #
f4b66bee
|
| 21-Mar-1998 |
Peter Wemm <peter@FreeBSD.org> |
Import ipfilter 3.2.3
|
| #
af5dd318
|
| 16-Nov-1997 |
Peter Wemm <peter@FreeBSD.org> |
Import ipfilter 3.2.1 (update from 3.1.8)
|
| #
5a1a9355
|
| 03-Apr-1997 |
Darren Reed <darrenr@FreeBSD.org> |
Import IP Filter version 3.2alpha4 to bring in working LKM for 2.2
|