summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Completed function declarations and/or added prototypes.bde1995-12-027-10/+62
* fix #includes & warnings.phk1995-11-202-35/+4
* Fixed the type of a function pointer.bde1995-11-181-3/+3
* Fixed recent staticizations. Some protypes for static functions werebde1995-11-162-4/+4
* New style sysctl & staticize alot of stuff.phk1995-11-1430-357/+243
* Start adding new style sysctl here too.phk1995-11-098-13/+74
* Cosmetic changes to processing of segments in the SYN_SENT state:olah1995-11-032-20/+20
* Setting the TF_ACKNOW flag was redundant in the REXMT timeout becauseolah1995-11-031-5/+1
* Fix a logical error in T/TCP: when we actively open a connection, weolah1995-11-033-12/+25
* Instrument the IP input queue with two new read-only MIB entries:wollman1995-11-012-3/+12
* Start the 2MSL timer when the socket is closed and the TCP connection isolah1995-10-291-2/+6
* Second batch of cleanup changes.phk1995-10-295-16/+7
* Reviewed by: julian and jhay@mikom.csir.co.zajulian1995-10-261-1/+12
* Support all the tcpflag options in firewall.ugen1995-10-231-14/+43
* Remove the last trace of arptnew()phk1995-10-221-2/+1
* Fix panic caused by PRU_CONTROL not being dealt with properly. Bug pointeddg1995-10-211-2/+8
* The ability to administratively change the MTU of an interface presentswollman1995-10-165-15/+36
* Routes can be asymmetric. Always offer to /accept/ an MSS of up to thewollman1995-10-132-14/+2
* The additional checks involving sequence numbers in MTU discovery resendswollman1995-10-123-17/+11
* More MTU discovery: avoid over-retransmission if route changes in thewollman1995-10-103-21/+22
* Put newline at end of log()ed messages so syslog can't fill up yourwollman1995-10-061-21/+22
* Convert ARP to use queue.h macros rather than insque/remque. Whilewollman1995-10-052-21/+21
* Make a whole bunch of PCB variables ints rather than shorts. There appearwollman1995-10-041-16/+16
* Finish 4.4-Lite-2 merge: randomize TCP initial sequence numberswollman1995-10-036-35/+62
* Well..finally..this is the first part..it should take care ofugen1995-10-012-19/+114
* 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
OpenPOWER on IntegriCloud