summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* If _IP_VHL is defined, declare a single ip_vhl member in struct ip ratherwollman1995-12-211-1/+5
* Delete old-style-broadcast-address compatibility cruft in IP input path.wollman1995-12-211-3/+3
* in_proto.c: spell ``Internet'' right and put whitespace after commas.wollman1995-12-202-26/+27
* Demolish DIRECTED_BROADCAST. It was always a bad idea, and nobody uses it.wollman1995-12-201-15/+8
* Fix a nagging divide-by-zero error resulting from the MTU discovery codewollman1995-12-202-4/+40
* Added a comment about why trying to make a one-behind cache forwollman1995-12-191-1/+18
* Actually call in_rtqdrain()as was originally intended.wollman1995-12-193-8/+7
* Uniformized pr_ctlinput protosw functions. The third arg is now `voidbde1995-12-166-16/+19
* Added a prototype.bde1995-12-161-1/+2
* Another mega commit to staticize things.phk1995-12-148-26/+26
* Staticize.phk1995-12-093-16/+17
* Remove old ballast, clean up a little bit, staticize.phk1995-12-092-73/+69
* Added a conditionalized printf for debugging MTU discovery.wollman1995-12-081-2/+6
* Removed unnecessary #includes of vm stuff. Most of them were oncebde1995-12-064-9/+4
* Added explicit include of <sys/queue.h>. Currently, some things onlybde1995-12-051-1/+3
* Path MTU Discovery is now standard.wollman1995-12-058-41/+37
* all:dg1995-12-051-1/+4
* 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
OpenPOWER on IntegriCloud