aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Removed redundant newlines that were in some panic strings.David Greenman1995-03-191-2/+2
* Reject source routes unless configured on by administrator.Garrett Wollman1995-03-162-18/+24
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-1619-50/+47
* Add inet_ntoa() and replace ARP's private routine with same.Garrett Wollman1995-03-162-25/+10
* This set of patches enables IP multicasting to work under FreeBSD. I amGarrett Wollman1995-03-163-23/+56
* pcb allocations are not always done on behalf of a process; it is notDavid Greenman1995-03-141-2/+2
* Added support for generic FDDI and the DEC DEFEA and DEFPA FDDI adapters.David Greenman1995-03-141-0/+84
* Allocate memory as M_IPFW,now we can watch firewall memory usageUgen J.S. Antsilevich1995-03-121-4/+4
* Removed unnecessary define for TCPOUTFLAGS since they are not used.Nate Williams1995-03-062-4/+2
* Move exact match pcb's to the head of the list to improve lookupDavid Greenman1995-03-021-3/+8
* Allow "via" to be specified ever as IP adress orUgen J.S. Antsilevich1995-02-242-65/+110
* Fix benign type mismatch.Bruce Evans1995-02-221-1/+1
* Added missing newlines to calls to log().David Greenman1995-02-203-25/+25
* Include missing <sys/kernel.h> for `hz'.Garrett Wollman1995-02-171-1/+2
* Don't need to retransmit FIN bit in CLOSING state.Garrett Wollman1995-02-161-2/+2
* spl back down in unusual out-of-memory condition in udp_output().Garrett Wollman1995-02-161-1/+3
* Correctly initialize so_linger in ticks (not seconds).Garrett Wollman1995-02-161-3/+3
* Avoid deadlock situation described by Stevens using his suggested replacementGarrett Wollman1995-02-162-60/+40
* Don't add back in the IP header length to ip_len; icmp_error will do itGarrett Wollman1995-02-161-2/+1
* Transaction TCP support now standard. Hack away!Garrett Wollman1995-02-1610-504/+9
* Add lots of useful MIB variables and a few not-so-useful ones forGarrett Wollman1995-02-168-24/+106
* After dynamically reducing rtq_reallyold, have in_rtqkill() reduce theGarrett Wollman1995-02-141-4/+14
* Attempt to make the host route cache a bit smarter under conditions ofGarrett Wollman1995-02-143-14/+90
* YFfix.Poul-Henning Kamp1995-02-144-7/+8
* YPfixPoul-Henning Kamp1995-02-141-1/+3
* Get rid of some unneeded #ifdef TTCP lines. Also, get rid of someGarrett Wollman1995-02-146-41/+26
* Merge Transaction TCP, courtesy of Andras Olah <olah@cs.utwente.nl> andGarrett Wollman1995-02-0910-243/+1897
* Fixed another TTCP ifdef problem...there isn't any tcp_sysctl field inDavid Greenman1995-02-091-3/+6
* Fix/#ifdef prototype for tcp_mss...apparantly overlooked by Garrett.David Greenman1995-02-091-1/+5
* T/TCP changes to generic IP code. This is all ifdefed TTCP so shouldGarrett Wollman1995-02-082-3/+65
* Merge in T/TCP TCP header file changes.Garrett Wollman1995-02-085-9/+157
* Remove a possible loophole - previously the code wouldn't pass packets destinedGary Palmer1995-02-071-5/+4
* Make sure to disable RSVP intercept when the socket is closed.Garrett Wollman1995-02-071-1/+3
* Correct long-standing error in the RSVP hooks (would initialize but neverGarrett Wollman1995-01-261-3/+3
* ip_fwdef.c was missing some assignments , and thisUgen J.S. Antsilevich1995-01-261-0/+11
* Kill previous commit as it isn't necessary.David Greenman1995-01-261-6/+1
* Extended the previous change to cover the non-options case, too.David Greenman1995-01-241-1/+6
* Applied fix from Andreas Schulz with a different comment by me. Fixes aDavid Greenman1995-01-231-1/+6
* Change caching strategy somewhat:Garrett Wollman1995-01-231-12/+17
* Actual firewall change.Ugen J.S. Antsilevich1995-01-126-107/+124
* Fixed mbuf lossage when level != IPPROTO_IP. Problem reported by RobertDavid Greenman1995-01-121-2/+5
* Make arp_rtrequest() static since nobody needs to referene it any more.Garrett Wollman1994-12-222-4/+3
* Move ARP interface initialization into if_ether.c:arp_ifinit().Garrett Wollman1994-12-223-12/+15
* Avoid a serious race by blocking netisrs while walking the route tree.Garrett Wollman1994-12-211-6/+6
* Correct sysctl info so that net.inet.ip.rtexpire is actually accessible.Garrett Wollman1994-12-211-2/+2
* Fix PR 59: don't allow TCP connections withmulticast addresses at eitherGarrett Wollman1994-12-151-1/+22
* Make rtq_reallyold user-configurable via sysctl.Garrett Wollman1994-12-142-2/+9
* Call rtalloc_ign() so that protocol cloning will not occur at the IP layer.Garrett Wollman1994-12-132-6/+17
* Update calls to rtalloc1(). Also merge rt_prflags with rt_flags.Garrett Wollman1994-12-132-16/+27
* Add clear one accounting entry control.Ugen J.S. Antsilevich1994-12-133-114/+172