summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make rtq_reallyold user-configurable via sysctl.wollman1994-12-142-2/+9
* Call rtalloc_ign() so that protocol cloning will not occur at the IP layer.wollman1994-12-132-6/+17
* Update calls to rtalloc1(). Also merge rt_prflags with rt_flags.wollman1994-12-132-16/+27
* Add clear one accounting entry control.ugen1994-12-133-114/+172
* Late patch for delete control..ugen1994-12-121-18/+17
* Add match by interface from which packet arrived (via)ugen1994-12-125-78/+128
* Advanced route cache management is now an official part of IP support.wollman1994-12-111-7/+1
* Delete old, confusing comment.wollman1994-12-021-9/+1
* Add a check to make sure that we don't fiddle with the NFS routing tableswollman1994-12-021-10/+3
* Add latest version of ``advanced route metric management'' :-)wollman1994-12-011-18/+71
* Added: ICMP reply,TCP SYN check,logging..ugen1994-11-282-222/+224
* Ugen J.S.Antsilevich's latest, happiest, IP firewall code.jkh1994-11-165-263/+518
* Ugen makes it in with 10 seconds to spare with a one-char diff. Somejkh1994-11-081-1/+1
* Almost 12th hour (the 11th hour was almost an hour ago :-) patchesjkh1994-11-083-155/+158
* 2 11th-hour fixes from Ugen (not Uben, sorry!) J.S.Antsilevich.jkh1994-11-072-58/+104
* Fix off-by-one error reported to NetBSD by Karl Fox inwollman1994-11-031-2/+2
* Completely replace JTW's idea with my (incompletely implemented) originalwollman1994-11-031-148/+23
* This is the file that actually implements the smarter behavior.wollman1994-11-021-0/+283
OpenPOWER on IntegriCloud