summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix race conditions involved in setting IP multicast options. This shouldwollman1995-03-201-1/+17
* Removed redundant newlines that were in some panic strings.dg1995-03-191-2/+2
* Reject source routes unless configured on by administrator.wollman1995-03-162-18/+24
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-1619-50/+47
* Add inet_ntoa() and replace ARP's private routine with same.wollman1995-03-162-25/+10
* This set of patches enables IP multicasting to work under FreeBSD. I amwollman1995-03-163-23/+56
* pcb allocations are not always done on behalf of a process; it is notdg1995-03-141-2/+2
* Added support for generic FDDI and the DEC DEFEA and DEFPA FDDI adapters.dg1995-03-141-0/+84
* Allocate memory as M_IPFW,now we can watch firewall memory usageugen1995-03-121-4/+4
* Removed unnecessary define for TCPOUTFLAGS since they are not used.nate1995-03-062-4/+2
* Move exact match pcb's to the head of the list to improve lookupdg1995-03-021-3/+8
* Allow "via" to be specified ever as IP adress orugen1995-02-242-65/+110
* Fix benign type mismatch.bde1995-02-221-1/+1
* Added missing newlines to calls to log().dg1995-02-203-25/+25
* Include missing <sys/kernel.h> for `hz'.wollman1995-02-171-1/+2
* Don't need to retransmit FIN bit in CLOSING state.wollman1995-02-161-2/+2
* spl back down in unusual out-of-memory condition in udp_output().wollman1995-02-161-1/+3
* Correctly initialize so_linger in ticks (not seconds).wollman1995-02-161-3/+3
* Avoid deadlock situation described by Stevens using his suggested replacementwollman1995-02-162-60/+40
* Don't add back in the IP header length to ip_len; icmp_error will do itwollman1995-02-161-2/+1
* Transaction TCP support now standard. Hack away!wollman1995-02-1610-504/+9
* Add lots of useful MIB variables and a few not-so-useful ones forwollman1995-02-168-24/+106
* After dynamically reducing rtq_reallyold, have in_rtqkill() reduce thewollman1995-02-141-4/+14
* Attempt to make the host route cache a bit smarter under conditions ofwollman1995-02-143-14/+90
OpenPOWER on IntegriCloud