aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo-bug in ipflow_reap that could cause a NULL pointerJohn Polstra1998-05-191-2/+2
* Move (private) struct ipflow out of ip_var.h, to reduce dependenciesPierre Beyssac1998-05-193-16/+61
* Moved #define of IPFLOW_HASHBITS to ip_flow.c where I think it belongs.David Greenman1998-05-192-2/+2
* Added fast IP forwarding code by Matt Thomas <matt@3am-software.com> viaDavid Greenman1998-05-196-8/+368
* Grumble...It seems I'm suffering from some mental disease. Do it correct now.Guido van Rooij1998-05-182-4/+4
* Add some parenthesis for clarity and fix a bugGuido van Rooij1998-05-182-4/+4
* Convert socket structures to be type-stable and add a version number.Garrett Wollman1998-05-159-64/+411
* Treat all internet addresses as u_int32_t.John Birrell1998-05-101-15/+15
* In the words of the submitter:Mike Smith1998-05-071-0/+7
* Refuse accellerated opens on listening sockets that have not setGuido van Rooij1998-05-042-4/+8
* At the request of Garrett, changed sysctl:David Greenman1998-04-242-4/+4
* Ensure that TCP_REXMTVAL doesn't return a value less than t_rttmin. ThisDavid Greenman1998-04-242-14/+9
* Remove the artificial limit on the size of the ipfw filter structure.Julian Elischer1998-04-211-13/+40
* o Support a compile-time -DNO_FW_PUNCH for portabilityBrian Somers1998-04-194-4/+23
* According to:Poul-Henning Kamp1998-04-192-6/+17
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.Dag-Erling Smørgrav1998-04-173-6/+6
* Support compiling with `gcc -ansi'.Bruce Evans1998-04-151-4/+8
* Wrong header length used for certain reassembled IP packets.Poul-Henning Kamp1998-04-131-1/+3
* Use read_random()Poul-Henning Kamp1998-04-061-2/+7
* Remove the last traces of TUBA.Poul-Henning Kamp1998-04-065-32/+5
* Eradicate the variable "time" from the kernel, using various measures.Poul-Henning Kamp1998-03-304-19/+19
* Moved some #includes from <sys/param.h> nearer to where they are actuallyBruce Evans1998-03-281-1/+3
* Fixed style bugs (mostly) in previous commit.Bruce Evans1998-03-287-25/+33
* Get socket and locking stuff by including <sys/socket.h> and <sys/lock.h>,Bruce Evans1998-03-281-1/+2
* When building in in the kernel rather than as a LKM, don't compilePeter Wemm1998-03-271-4/+4
* allow open on all minorsPeter Wemm1998-03-271-2/+2
* A fix for a link down route cleanup panic, when the route cleanupPeter Wemm1998-03-271-1/+10
* Use the zone allocator to allocate inpcbs and tcpcbs. Each protocol createsGarrett Wollman1998-03-247-33/+140
* FixedSpellingErrorInAFunctionname.Bruce Evans1998-03-231-2/+2
* Make it compile.. missing "opt_ipfilter.h" and missing <sys/malloc.h>Peter Wemm1998-03-211-3/+5
* Some patchups for when this code is compiled in userland (!).Peter Wemm1998-03-212-2/+6
* replaced by FreeBSD specific versionPeter Wemm1998-03-211-378/+0
* Make this compile.. There are some unpleasing hacks in here.Peter Wemm1998-03-2113-54/+79
* Merge vendor changes from 3.2.1 -> 3.2.3 onto mainlinePeter Wemm1998-03-211-19/+33
* This commit was generated by cvs2svn to compensate for changes in r34742,Peter Wemm1998-03-2111-120/+236
|\
| * Import kernel parts of ipfilter v3.2.3Peter Wemm1998-03-2112-139/+269
* | Remove the check for SYN in SYN_RECEIVED state; it breaks simultaneousBill Fenner1998-03-202-20/+8
* | Allow ICMP unreachable messages to be sent in response to ICMP queryAlexander Langer1998-03-151-4/+21
* | Make sure that you can only bind a more specific address when it isGuido van Rooij1998-03-011-1/+7
* | 1) in CleanupAliasData, don't nullify entry in linkTableOutBrian Somers1998-02-271-4/+2
* | NetBSD PR# 2772Dima Ruban1998-02-262-3/+4
* | Changes to support the addition of a new sysctl variable:David Greenman1998-02-264-48/+46
* | OOPs typo TCF, not TCP....Julian Elischer1998-02-251-2/+2
* | Bring our in.h up to date with respect to allocatedJulian Elischer1998-02-251-3/+86
* | Don't depend on "implicit int".Bruce Evans1998-02-202-4/+4
* | Add new sysctl variable: net.inet.ip.accept_sourcerouteGuido van Rooij1998-02-162-3/+11
* | 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