summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Make sure that you can only bind a more specific address when it isguido1998-03-011-1/+7
* 1) in CleanupAliasData, don't nullify entry in linkTableOutbrian1998-02-271-4/+2
* NetBSD PR# 2772dima1998-02-262-3/+4
* Changes to support the addition of a new sysctl variable:dg1998-02-264-48/+46
* OOPs typo TCF, not TCP....julian1998-02-251-2/+2
* Bring our in.h up to date with respect to allocatedjulian1998-02-251-3/+86
* Don't depend on "implicit int".bde1998-02-202-4/+4
* Add new sysctl variable: net.inet.ip.accept_sourcerouteguido1998-02-162-3/+11
* Replace non-existent ip_forwarding with ipforwardingache1998-02-121-2/+2
* Alter ipfw's behavior with respect to fragmented packets when the packetalex1998-02-121-3/+35
* Only forward source routed packets when ip_forwarding is set to 1.guido1998-02-111-2/+2
* Staticize.eivind1998-02-092-5/+5
* Back out DIAGNOSTIC changes.eivind1998-02-067-14/+6
* Don't attempt to display information which we don't have: specifically,alex1998-02-061-5/+13
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-047-6/+14
* Add #include "opt_devfs.h"eivind1998-02-041-0/+1
* Added #include of <sys/queue.h> so that this file is more "self"-sufficent.bde1998-02-031-1/+3
* Forward declare some structs so that this file is more self-sufficient.bde1998-02-031-0/+5
* Make POWERFAIL_NMI, PPS_SYNC and NATM new style options.eivind1998-01-311-0/+1
* Add #include "opt_devfs.h".eivind1998-01-311-0/+1
* Improved connection establishment performance by doing local port lookups viadg1998-01-2711-238/+305
* Fix a couple of operator precedence bugs.steve1998-01-251-2/+2
* Make TCP_COMPAT_42 a new style option.eivind1998-01-253-3/+6
* A more complete fix for the "land" attack, removing the "quick fix" fromfenner1998-01-212-40/+50
* Fixed a missing #include in the synopsis.bde1998-01-161-4/+5
* Added prototypes for functions that were documented in libalias.3bde1998-01-161-0/+8
* Remove __libalias_version. Ppp no longer uses it.brian1998-01-141-3/+0
* Remove use of <osreldate.h>.eivind1998-01-111-6/+0
* Put back __libalias_version so ppp(8) build again.steve1998-01-101-0/+3
* Sync with ipfw interface change: fw_pts is now part of a union (aalex1998-01-101-5/+5
* include <net/if.h> and restore this to sanity.jkh1998-01-101-0/+1
* Teach libalias to work with IPFW firewalls (controlled by a flag).eivind1998-01-099-93/+475
* Make the BOOTP family new-style options (in opt_bootp.h)eivind1998-01-091-1/+2
* Make INET a proper option.eivind1998-01-086-21/+33
* Bump up packet and byte counters to 64-bit unsigned ints. As aalex1998-01-082-11/+14
* Use LIST_FIRST/LIST_NEXT macros instead of accessing the fields lh_firstalex1998-01-051-22/+22
* Added missing parens from previous commit.alex1998-01-051-3/+3
* Bound the ICMP type bitmap now that it doesn't cover all possiblealex1998-01-051-2/+3
* Reduce the amount of time that network interrupts are blocked whilealex1998-01-041-17/+42
* Bring back part of rev 1.44 which was commented out by rev 1.58.alex1997-12-271-7/+8
* The spl fixes in in_setsockaddr and in_setpeeraddr that were meant todg1997-12-251-11/+17
* Removed unnecessary setting of 'error' -- binding to a privileged portalex1997-12-231-2/+2
* Fixed gratuitous ANSIisms.bde1997-12-201-2/+2
* Don't use ANSI string concatenation to misformat a string.bde1997-12-193-15/+15
* Removed a stale comment. (We don't declare ip_len and ip_offset asbde1997-12-191-5/+1
* Fix an incredibly horrible bug in the ipfw codejulian1997-12-193-11/+16
* Fixed a missing splx(s) bug in tcp_usr_send().dg1997-12-181-2/+3
* Call in_pcballoc() at splnet(). As near as I can tell, this won't fixdg1997-12-182-8/+18
* Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h.eivind1997-12-151-1/+2
* Add Matt Dillon's quick fix hack for the self-connect DoS.wollman1997-11-202-2/+28
OpenPOWER on IntegriCloud