aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_stacks
Commit message (Expand)AuthorAgeFilesLines
* Cleanup unneded include "opt_ipfw.h".Andrey V. Elsukov2016-06-091-1/+0
* This small change adopts the excellent suggestion for using namedRandall Stewart2016-05-171-25/+8
* opt_kdtrace.h is not needed for SDT probes as of r258541.Mark Johnston2016-05-151-1/+0
* sys/net*: minor spelling fixes.Pedro F. Giffuni2016-05-031-2/+2
* This cleans up the timers code in TCP to start using the newRandall Stewart2016-04-281-2/+0
* Remove duplicate external declaration of tcprexmtthresh makingBjoern A. Zeeb2016-03-131-2/+0
* Fix a sneaky bug where we were missing an externRandall Stewart2016-03-081-1/+1
* Fix dtrace probes (introduced in 287759): debug__input was usedGeorge V. Neville-Neil2016-03-031-4/+7
* This fixes the fastpath code to have a better module initialization sequence ...Randall Stewart2016-02-231-1/+1
* Rename netinet/tcp_cc.h to netinet/cc/cc.h.Gleb Smirnoff2016-01-271-1/+1
* - Rename cc.h to more meaningful tcp_cc.h.Gleb Smirnoff2016-01-211-1/+2
* Cleanup TCP files from unnecessary interface related includes.Gleb Smirnoff2016-01-211-4/+0
* Apply the changes from r293284 to one additional file.Jonathan T. Looney2016-01-071-3/+1
* Remove redundant extern's that make the ppc compile fail.Randall Stewart2015-12-161-25/+0
* First cut of the modularization of our TCP stack. StillRandall Stewart2015-12-161-0/+2486