summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Try to make the `syn' blocking code act a bit more sensibly - don'tgpalmer1995-07-311-2/+2
* Remove a redundant `if' from tcp_reass().olah1995-07-312-8/+4
* Add connection drop capability for persist timeouts.dg1995-07-292-2/+19
* Fix test for determining when RSVP is inactive in a router. (In thiswollman1995-07-263-6/+7
* Declare rsvp_input() to take the correct set of arguments and figure outwollman1995-07-241-5/+12
* Completely turn off RSVP intercept when a socket being used for that purposewollman1995-07-241-1/+2
* Added $Id$.dg1995-07-233-0/+6
* Change the compile-time option of DIRECTED_BROADCAST into a sysctlpeter1995-07-182-7/+13
* Return EDESTADDRREQ rather than EADDRNOTAVAIL if the user attempts towollman1995-07-171-2/+2
* ICMP messages received from broken hosts which reply to multicast packetswollman1995-07-101-4/+8
* tcp_input.c - keep track of how many times a route contained a cached rttwollman1995-07-104-17/+61
* Fixed panic that occurs on certain firewall rejected packets that wasdg1995-07-094-9/+8
* Added some spaces for KNF. Moved some zero-initialized pointers into thedg1995-07-041-14/+11
* This is the end result of about a dozen passes through this code to fixdg1995-07-041-729/+696
* Define TRUE and FALSE.dg1995-07-041-0/+7
* 1) Removed bogus #includedg1995-07-041-46/+25
* Slightly modify my previous change to return EINVAL instead ofjoerg1995-07-021-4/+2
* I saw a very low-key commit message on the netbsd mailing lists andjoerg1995-07-011-2/+4
* Keep track of the number of samples through the srtt filter so that wewollman1995-06-295-21/+23
* Add a missing `goto' statement so that this compiles yet again.gpalmer1995-06-281-1/+1
* Added function prototypes for ip_rsvp_vif_init, ip_rsvp_vif_done, anddg1995-06-281-1/+4
* Delete obsolete #if 0 block.wollman1995-06-271-11/+1
* reject option in ip_fw used to panic the system. This fixes it.guido1995-06-272-15/+9
* From Bill Fenner:wollman1995-06-261-1/+2
* Corrected a bug that caused protocol-4 tunnels (used for multicastwollman1995-06-261-2/+2
* Fix an error in the comparison direction of the ap->updating case ofwollman1995-06-211-2/+2
* Fix a resource allocation bug where multicast forwarding would leak mbufswollman1995-06-191-4/+4
* Now that we've gone to all sorts of effort to allow TCP to cache some ofwollman1995-06-193-3/+12
* Kernel side of 3.5 multicast routing code, based on work by Bill Fennerwollman1995-06-1311-911/+1276
* Merge RELENG_2_0_5 into HEADrgrimes1995-06-111-1/+3
* Remove trailing whitespace.rgrimes1995-05-3032-321/+321
* These diffs modify the behaviour of multicast clients to conform with thedg1995-05-161-8/+5
* Fix getsockopt(IP_ACCT_*) to not panic kernelache1995-05-121-3/+2
* Fix -Wformat warnings from LINT kernel.rgrimes1995-05-111-4/+4
* #ifdef'd my Nagel/ACK hack with "TCP_ACK_HACK", disabled by default. I'mdg1995-05-112-2/+48
* Make networking domains drop-ins, through the magic of GNU ld. (Some day,wollman1995-05-113-6/+20
* Replaced some bcopy()'s with memcpy()'s so that gcc while inline/optimize.dg1995-05-095-56/+47
* Fix a misspelled constant in tcp_input.c.olah1995-05-092-4/+4
* Add IPTOS_MINCOST according to RFC 1349ache1995-05-051-2/+3
* Changed in_pcblookuphash() to not automatically call in_pcblookup() ifdg1995-05-034-23/+42
* Cleanup loopback interface support.pst1995-04-264-14/+15
* Disallow half-configured point-to-point interfaces. It's still possible towollman1995-04-251-7/+14
* Include <sys/queue.h> because <netinet/in_pcb.h> (also includedolah1995-04-191-1/+2
* Fixed bug I introduced when changing PCB list to use 4.4BSD style queuedg1995-04-121-4/+3
* Further satisfy my paranoia by making sure that the ACKNOW is onlydg1995-04-102-20/+10
* Fixed bug I introduced with my Nagel hack which caused tcp_input anddg1995-04-102-6/+6
* Added splnet protections for PCB list manipulations and traversals.dg1995-04-101-2/+24
* Backed out Jordan's #include of queue.hdg1995-04-101-3/+1
* #include <sys/queue.h> or die horribly.jkh1995-04-091-1/+3
* Implemented PCB hashing. Includes new functions in_pcbinshash, in_pcbrehash,dg1995-04-0916-132/+231
OpenPOWER on IntegriCloud