summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Merge 4.4-Lite-2: update version number (we already have the same fixes).wollman1995-09-221-5/+4
* Merge 4.4-Lite-2: always check the UDP checksum if it is present, evenwollman1995-09-221-5/+5
* Correct spelling error in MTUDISC code.wollman1995-09-222-4/+4
* Remove duplicate definition for tcps_persistdrop, as added by davidg somepeter1995-09-221-2/+1
* Merge with 4.4-Lite-2: fix bug that caused getsockopt of IP_HDRINCLwollman1995-09-211-15/+15
* Merge 4.4-Lite-2 by updating the version number.wollman1995-09-212-4/+4
* Merge 4.4-Lite-2: update some declarations that we don't support anyway.wollman1995-09-211-4/+4
* Merge 4.4-Lite-2: use M_NOWAIT in in_pcballoc(), and return EACCES ratherwollman1995-09-211-4/+4
* Merge with 4.4-Lite-2. This is actually a 64-bit fix; the second parameterwollman1995-09-212-8/+9
* Merge with 4.4-Lite-2. This involves changing the version number andwollman1995-09-211-3/+3
* Merge with 4.4-Lite-2. This just adds a couple of tcpstat entries whichwollman1995-09-211-4/+6
* Add support in TCP for Path MTU discovery. This is highly experimentalwollman1995-09-203-12/+108
* Initial back-end support for IP MTU discovery, gated on MTUDISC. The supportwollman1995-09-185-5/+152
* Don't leak mbufs in an unusual error case in tcp_usrreq().wollman1995-09-131-2/+14
* If tcp_output() is unable to allocate space for a copy of the data waitingwollman1995-09-131-3/+6
* Fix long-standing bug in ICMPPRINTFS code where NTOHL was used insteadwollman1995-08-291-12/+20
* Fix some problems with multicast forwarding:wollman1995-08-232-137/+135
* Add a sanity check for the UDP length field in order to preventolah1995-08-171-2/+2
* Try to make the `syn' blocking code act a bit more sensibly - don'tgpalmer1995-07-311-2/+2
* Remove a redundant `if' from tcp_reass().olah1995-07-312-8/+4
* Add connection drop capability for persist timeouts.dg1995-07-292-2/+19
* Fix test for determining when RSVP is inactive in a router. (In thiswollman1995-07-263-6/+7
* Declare rsvp_input() to take the correct set of arguments and figure outwollman1995-07-241-5/+12
* Completely turn off RSVP intercept when a socket being used for that purposewollman1995-07-241-1/+2
* Added $Id$.dg1995-07-233-0/+6
* Change the compile-time option of DIRECTED_BROADCAST into a sysctlpeter1995-07-182-7/+13
* Return EDESTADDRREQ rather than EADDRNOTAVAIL if the user attempts towollman1995-07-171-2/+2
* ICMP messages received from broken hosts which reply to multicast packetswollman1995-07-101-4/+8
* tcp_input.c - keep track of how many times a route contained a cached rttwollman1995-07-104-17/+61
* Fixed panic that occurs on certain firewall rejected packets that wasdg1995-07-094-9/+8
* Added some spaces for KNF. Moved some zero-initialized pointers into thedg1995-07-041-14/+11
* This is the end result of about a dozen passes through this code to fixdg1995-07-041-729/+696
* Define TRUE and FALSE.dg1995-07-041-0/+7
* 1) Removed bogus #includedg1995-07-041-46/+25
* Slightly modify my previous change to return EINVAL instead ofjoerg1995-07-021-4/+2
* I saw a very low-key commit message on the netbsd mailing lists andjoerg1995-07-011-2/+4
* Keep track of the number of samples through the srtt filter so that wewollman1995-06-295-21/+23
* Add a missing `goto' statement so that this compiles yet again.gpalmer1995-06-281-1/+1
* Added function prototypes for ip_rsvp_vif_init, ip_rsvp_vif_done, anddg1995-06-281-1/+4
* Delete obsolete #if 0 block.wollman1995-06-271-11/+1
* reject option in ip_fw used to panic the system. This fixes it.guido1995-06-272-15/+9
* From Bill Fenner:wollman1995-06-261-1/+2
* Corrected a bug that caused protocol-4 tunnels (used for multicastwollman1995-06-261-2/+2
* Fix an error in the comparison direction of the ap->updating case ofwollman1995-06-211-2/+2
* Fix a resource allocation bug where multicast forwarding would leak mbufswollman1995-06-191-4/+4
* Now that we've gone to all sorts of effort to allow TCP to cache some ofwollman1995-06-193-3/+12
* Kernel side of 3.5 multicast routing code, based on work by Bill Fennerwollman1995-06-1311-911/+1276
* Merge RELENG_2_0_5 into HEADrgrimes1995-06-111-1/+3
* Remove trailing whitespace.rgrimes1995-05-3032-321/+321
* These diffs modify the behaviour of multicast clients to conform with thedg1995-05-161-8/+5
OpenPOWER on IntegriCloud