summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* 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
* YFfix.phk1995-02-144-7/+8
* YPfixphk1995-02-141-1/+3
* Get rid of some unneeded #ifdef TTCP lines. Also, get rid of somewollman1995-02-146-41/+26
* Merge Transaction TCP, courtesy of Andras Olah <olah@cs.utwente.nl> andwollman1995-02-0910-243/+1897
* Fixed another TTCP ifdef problem...there isn't any tcp_sysctl field indg1995-02-091-3/+6
* Fix/#ifdef prototype for tcp_mss...apparantly overlooked by Garrett.dg1995-02-091-1/+5
* T/TCP changes to generic IP code. This is all ifdefed TTCP so shouldwollman1995-02-082-3/+65
* Merge in T/TCP TCP header file changes.wollman1995-02-085-9/+157
* Remove a possible loophole - previously the code wouldn't pass packets destinedgpalmer1995-02-071-5/+4
* Make sure to disable RSVP intercept when the socket is closed.wollman1995-02-071-1/+3
* Correct long-standing error in the RSVP hooks (would initialize but neverwollman1995-01-261-3/+3
* ip_fwdef.c was missing some assignments , and thisugen1995-01-261-0/+11
* Kill previous commit as it isn't necessary.dg1995-01-261-6/+1
* Extended the previous change to cover the non-options case, too.dg1995-01-241-1/+6
* Applied fix from Andreas Schulz with a different comment by me. Fixes adg1995-01-231-1/+6
* Change caching strategy somewhat:wollman1995-01-231-12/+17
* Actual firewall change.ugen1995-01-126-108/+125
* Fixed mbuf lossage when level != IPPROTO_IP. Problem reported by Robertdg1995-01-121-2/+5
* Make arp_rtrequest() static since nobody needs to referene it any more.wollman1994-12-222-4/+3
* Move ARP interface initialization into if_ether.c:arp_ifinit().wollman1994-12-223-12/+15
* Avoid a serious race by blocking netisrs while walking the route tree.wollman1994-12-211-6/+6
* Correct sysctl info so that net.inet.ip.rtexpire is actually accessible.wollman1994-12-211-2/+2
* Fix PR 59: don't allow TCP connections withmulticast addresses at eitherwollman1994-12-151-1/+22
OpenPOWER on IntegriCloud