summaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Brought in fix from rev 1.17: start 2MSL timer for FIN_WAIT_2.David Greenman1995-11-031-2/+6
* Brought in fix from rev 1.23: handle PRU_CONTROL to prevent a panic.David Greenman1995-10-211-2/+8
* Brought in changes from rev 1.23: fixup syslog messages.David Greenman1995-10-091-21/+22
* Brought in changes from rev 1.14: always check input UDP checksums evenDavid Greenman1995-10-071-5/+5
* Brought in changes from rev 1.22: bugfix for IP_HDRINCL.David Greenman1995-10-071-15/+15
* Brought in changes from rev 1.13: return correct error code an permissionDavid Greenman1995-10-071-3/+3
* Brought in changes from rev 1.16: fix rare mbuf leak.David Greenman1995-09-151-2/+14
* Brought in changes from rev 1.12: deal properly with mbuf allocationDavid Greenman1995-09-151-3/+6
* Brought in changes from main branch: update to multicast v3.5.David Greenman1995-09-0611-1037/+1413
* Brought in change from rev 1.22: fix SYN blocking code.David Greenman1995-08-251-2/+2
* Brought in changes from rev 1.28: removed redundant if() and fixed typo.David Greenman1995-08-241-4/+2
* Brought in change from rev 1.13: check udp length for sanity.David Greenman1995-08-181-2/+2
* Brought in changes from main branch: Add connection drop capability forDavid Greenman1995-07-292-2/+19
* Brought in changes from rev 1.8: Discard ICMP's in response to multicastDavid Greenman1995-07-231-4/+8
* Brought in changes from revs 1.21 and 1.22: Fix panic when no mbuf isDavid Greenman1995-07-231-2/+2
* Brought in IP firewall fixes from main branch.David Greenman1995-07-234-763/+712
* Brought in changes from rev 1.18: delete obsolete #if 0 block.David Greenman1995-07-231-11/+1
* Brought in changes from revs 1.14 and 1.15: Fixed backwards subtract inDavid Greenman1995-07-231-3/+40
* Brought in changes from revs 1.26 and 1.27: fixed srtt filter and addedDavid Greenman1995-07-231-7/+8
* Brought in changes from revs 1.12 and 1.13: add statistics counters andDavid Greenman1995-07-231-9/+11
* Brought in changes from revs 1.12, 1.13, and 1.14: add statistics counters.David Greenman1995-07-231-1/+13
* Brought in change from rev 1.15: return EDESTADDRREQ instead of EADDRNOTAVAILDavid Greenman1995-07-231-2/+2
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_1_0'.cvs2svn1995-06-132-2615/+0
* Merge RELENG_2_0_5 into HEADRodney W. Grimes1995-06-111-1/+3
* Remove trailing whitespace.Rodney W. Grimes1995-05-3032-321/+321
* These diffs modify the behaviour of multicast clients to conform with theDavid Greenman1995-05-161-8/+5
* Fix getsockopt(IP_ACCT_*) to not panic kernelAndrey A. Chernov1995-05-121-3/+2
* Fix -Wformat warnings from LINT kernel.Rodney W. Grimes1995-05-111-4/+4
* #ifdef'd my Nagel/ACK hack with "TCP_ACK_HACK", disabled by default. I'mDavid Greenman1995-05-112-2/+48
* Make networking domains drop-ins, through the magic of GNU ld. (Some day,Garrett Wollman1995-05-113-6/+20
* Replaced some bcopy()'s with memcpy()'s so that gcc while inline/optimize.David Greenman1995-05-095-56/+47
* Fix a misspelled constant in tcp_input.c.Andras Olah1995-05-092-4/+4
* Add IPTOS_MINCOST according to RFC 1349Andrey A. Chernov1995-05-051-2/+3
* Changed in_pcblookuphash() to not automatically call in_pcblookup() ifDavid Greenman1995-05-034-23/+42
* Cleanup loopback interface support.Paul Traina1995-04-264-14/+15
* Disallow half-configured point-to-point interfaces. It's still possible toGarrett Wollman1995-04-251-7/+14
* Include <sys/queue.h> because <netinet/in_pcb.h> (also includedAndras Olah1995-04-191-1/+2
* Fixed bug I introduced when changing PCB list to use 4.4BSD style queueDavid Greenman1995-04-121-4/+3
* Further satisfy my paranoia by making sure that the ACKNOW is onlyDavid Greenman1995-04-102-20/+10
* Fixed bug I introduced with my Nagel hack which caused tcp_input andDavid Greenman1995-04-102-6/+6
* Added splnet protections for PCB list manipulations and traversals.David Greenman1995-04-101-2/+24
* Backed out Jordan's #include of queue.hDavid Greenman1995-04-101-3/+1
* #include <sys/queue.h> or die horribly.Jordan K. Hubbard1995-04-091-1/+3
* Implemented PCB hashing. Includes new functions in_pcbinshash, in_pcbrehash,David Greenman1995-04-0916-132/+231
* Fix a bug in tcp_input reported by Rick Jones <raj@hpisrdq.cup.hp.com>.Andras Olah1995-04-052-22/+16
* Remove redundant declarations.Bruce Evans1995-04-021-3/+0
* Add declaration for struct ether_addr (this is where Sun documentsBill Paul1995-04-021-1/+8
* Backed out changes in rev 1.5 that prevent sending FIN if in CLOSINGDavid Greenman1995-03-301-2/+2
* Re-apply my "breakage" to the Nagel congestion avoidence. This versionDavid Greenman1995-03-272-4/+40
* in_var.h: in_multi structures now form a queue(3)-style LIST structureGarrett Wollman1995-03-232-17/+109