aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Replace non-existent ip_forwarding with ipforwardingAndrey A. Chernov1998-02-121-2/+2
* Alter ipfw's behavior with respect to fragmented packets when the packetAlexander Langer1998-02-121-3/+35
* Only forward source routed packets when ip_forwarding is set to 1.Guido van Rooij1998-02-111-2/+2
* Staticize.Eivind Eklund1998-02-092-5/+5
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-067-14/+6
* Don't attempt to display information which we don't have: specifically,Alexander Langer1998-02-061-5/+13
* Turn DIAGNOSTIC into a new-style option.Eivind Eklund1998-02-047-6/+14
* Add #include "opt_devfs.h"Eivind Eklund1998-02-041-0/+1
* Added #include of <sys/queue.h> so that this file is more "self"-sufficent.Bruce Evans1998-02-031-1/+3
* Forward declare some structs so that this file is more self-sufficient.Bruce Evans1998-02-031-0/+5
* Make POWERFAIL_NMI, PPS_SYNC and NATM new style options.Eivind Eklund1998-01-311-0/+1
* Add #include "opt_devfs.h".Eivind Eklund1998-01-311-0/+1
* Improved connection establishment performance by doing local port lookups viaDavid Greenman1998-01-2711-238/+305
* Fix a couple of operator precedence bugs.Steve Price1998-01-251-2/+2
* Make TCP_COMPAT_42 a new style option.Eivind Eklund1998-01-253-3/+6
* A more complete fix for the "land" attack, removing the "quick fix" fromBill Fenner1998-01-212-40/+50
* Fixed a missing #include in the synopsis.Bruce Evans1998-01-161-4/+5
* Added prototypes for functions that were documented in libalias.3Bruce Evans1998-01-161-0/+8
* Remove __libalias_version. Ppp no longer uses it.Brian Somers1998-01-141-3/+0
* Remove use of <osreldate.h>.Eivind Eklund1998-01-111-6/+0
* Put back __libalias_version so ppp(8) build again.Steve Price1998-01-101-0/+3
* Sync with ipfw interface change: fw_pts is now part of a union (aAlexander Langer1998-01-101-5/+5
* include <net/if.h> and restore this to sanity.Jordan K. Hubbard1998-01-101-0/+1
* Teach libalias to work with IPFW firewalls (controlled by a flag).Eivind Eklund1998-01-099-93/+475
* Make the BOOTP family new-style options (in opt_bootp.h)Eivind Eklund1998-01-091-1/+2
* Make INET a proper option.Eivind Eklund1998-01-086-21/+33
* Bump up packet and byte counters to 64-bit unsigned ints. As aAlexander Langer1998-01-082-11/+14
* Use LIST_FIRST/LIST_NEXT macros instead of accessing the fields lh_firstAlexander Langer1998-01-051-22/+22
* Added missing parens from previous commit.Alexander Langer1998-01-051-3/+3
* Bound the ICMP type bitmap now that it doesn't cover all possibleAlexander Langer1998-01-051-2/+3
* Reduce the amount of time that network interrupts are blocked whileAlexander Langer1998-01-041-17/+42
* Bring back part of rev 1.44 which was commented out by rev 1.58.Alexander Langer1997-12-271-7/+8
* The spl fixes in in_setsockaddr and in_setpeeraddr that were meant toDavid Greenman1997-12-251-11/+17
* Removed unnecessary setting of 'error' -- binding to a privileged portAlexander Langer1997-12-231-2/+2
* Fixed gratuitous ANSIisms.Bruce Evans1997-12-201-2/+2
* Don't use ANSI string concatenation to misformat a string.Bruce Evans1997-12-193-15/+15
* Removed a stale comment. (We don't declare ip_len and ip_offset asBruce Evans1997-12-191-5/+1
* Fix an incredibly horrible bug in the ipfw codeJulian Elischer1997-12-193-11/+16
* Fixed a missing splx(s) bug in tcp_usr_send().David Greenman1997-12-181-2/+3
* Call in_pcballoc() at splnet(). As near as I can tell, this won't fixDavid Greenman1997-12-182-8/+18
* Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h.Eivind Eklund1997-12-151-1/+2
* Add Matt Dillon's quick fix hack for the self-connect DoS.Garrett Wollman1997-11-202-2/+28
* This commit was generated by cvs2svn to compensate for changes in r31187,Peter Wemm1997-11-1616-915/+3680
|\
| * Import kernel parts of ipfilter-3.2.1Peter Wemm1997-11-1616-915/+3680
* | Submitted by: Archie cobbs (IPDIVERT author)Julian Elischer1997-11-131-1/+7
* | Rename some local variables to avoid shadowing other local variables.Poul-Henning Kamp1997-11-071-6/+6
* | Remove a bunch of variables which were unused both in GENERIC and LINT.Poul-Henning Kamp1997-11-073-6/+3
* | Make IPDIVERT a supported option. Alas, in_var.h depends on it, iJoerg Wunsch1997-11-054-4/+10
* | Return the entire if info, rather than just the index number. (at least try)Julian Elischer1997-11-051-8/+30
* | Fix bugs from my previous commitGuido van Rooij1997-10-281-4/+4