summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix a bug in tcp_input reported by Rick Jones <raj@hpisrdq.cup.hp.com>.olah1995-04-052-22/+16
* Remove redundant declarations.bde1995-04-021-3/+0
* Add declaration for struct ether_addr (this is where Sun documentswpaul1995-04-021-1/+8
* Backed out changes in rev 1.5 that prevent sending FIN if in CLOSINGdg1995-03-301-2/+2
* Re-apply my "breakage" to the Nagel congestion avoidence. This versiondg1995-03-272-4/+40
* in_var.h: in_multi structures now form a queue(3)-style LIST structurewollman1995-03-232-17/+109
* This should be splimp() rather than splnet() since ifaddrs might go awaywollman1995-03-201-4/+4
OpenPOWER on IntegriCloud