summaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_var.h
AgeCommit message (Expand)Author
2014-01-02Allow kernels compiled with INET+INET6 to be booted as IPv4-only or IPv6-only.pooka
2013-11-12* implement TCP CUBIC congestion control algorithmkefren
2013-04-10Limit the tcp initial window setting to 10, leaving it by default to 4christos
2012-02-02Entropy-pool implementation move and cleanup.tls
2011-10-31tcp_reass_unlock: assertionyamt
2011-05-25Add comment urging a separation of TCP_RTT_SHIFT into separate definesgdt
2011-05-03Reduces the resources demanded by TCP sessions in TIME_WAIT-state usingdyoung
2011-05-03*_drain() routines may be called with locks held, so instead of doingdyoung
2011-04-20Rewrite comments about TCP RTO calculations.gdt
2011-04-14commentsyamt
2009-09-16Replace a large number of link set based sysctl node creations withpooka
2009-09-09Make tcp msl (max segment life) tunable via sysctl net.inet.tcp.msl.darran
2009-05-27POOL_INIT -> pool_initpooka
2009-01-29stinkset purge: POOL_INIT -> pool_initpooka
2008-08-06Convert socket options code to use a sockopt structureplunky
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-24Merge the socket locking patch:ad
2008-04-12Make IP, TCP, UDP, and ICMP statistics per-CPU. The stats are collatedthorpej
2008-04-08Change TCP stats from a structure to an array of uint64_t's.thorpej
2008-02-29Rework tcp congctl selection code so that the congctl entries can be const.matt
2008-02-27Convert stragglers to ansi definitions from old-style definitons.matt
2007-12-25Convert many of the uses of __attribute__ to equivalentperry
2007-08-02TCP socket buffers automatic sizing - ported from FreeBSD.rmind
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-06-25tcpdrop kernel bits (from anon ymous)christos
2007-06-20- per socket keepalive settingschristos
2007-05-02Eliminate address family-specific route caches (struct route, structdyoung
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-17KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneousdyoung
2006-12-06add some more tcp mowners.yamt
2006-12-06- make tcp_reass static.yamt
2006-10-21- constify.yamt
2006-10-19implement RFC3465 appropriate byte counting.yamt
2006-10-16Export the tcp_do_rfc1948 variable to userland via sysctl.rpaulo
2006-10-09Modular (I tried ;-) TCP congestion control API. Whenever certain conditionsrpaulo
2006-09-05Import of TCP ECN algorithm for congestion control.rpaulo
2006-07-22revert stuff that shouldn't have gone in.rpaulo
2006-07-22TCP RFC is 793, not 783.rpaulo
2006-02-16Change "inline" back to "__inline" in .h files -- C99 is still tooperry
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2005-12-10Multiple inclusion protection, as suggested by christos@ on tech-kern@elad
2005-09-06Implement tcp.inet{,6}.tcp{,6}.(debug|debx) when TCP_DEBUG is set. Theyrpaulo
2005-08-10move {tcp,udp}_do_loopback_cksum back to tcp/udpyamt
2005-08-05Add sysctls for IP, ICMP, TCP, and UDP statistics.elad
2005-07-19Implement PMTU checks from:christos
2005-05-29- add constchristos
2005-04-05Added sysctl tunable limits for the number of maximum SACK holeskurahone
2005-03-29protect tcpipqent with splvm.yamt
2005-03-16simplify data receiver side sack processing.yamt