summaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_sack.c
AgeCommit message (Expand)Author
2018-05-18IP6_EXTHDR_GET -> M_REGION_GET, no functional change.maxv
2018-05-03Remove now unused tcpip.h includes. Some were already unused before.maxv
2018-03-29Remove #ifdef INET. Same as tcp_input.c. Makes the code easier tomaxv
2016-12-13Remove unnecessary inclusions of nd6.hozaki-r
2015-08-24sprinkle _KERNEL_OPTpooka
2015-03-31Remove unnecessary opt_ipsec.h inclusionsozaki-r
2014-11-10Do not uselessly include <sys/malloc.h>.maxv
2013-11-12* implement TCP CUBIC congestion control algorithmkefren
2012-01-30Use proper ANSI prototypes for foo() -> foo(void)matt
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2011-04-14- commentsyamt
2009-05-27POOL_INIT -> pool_initpooka
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-03-12Pass an ipl argument to pool_init/POOL_INIT to be used when initializingad
2006-10-21add sack_dump(), a function to dump sack holes, if defined(DDB).yamt
2006-10-21- constify.yamt
2006-10-20Fix alignment problems causing regular panics in tpc_sack_option onreinoud
2006-10-07- make sackhole_pool static.yamt
2006-10-07revert tcp_sack.c rev.1.15 because it's unnecessary.yamt
2006-10-07tcp_sack_output: whitespace.yamt
2006-10-07tcp_del_sackholes: whitespace.yamt
2006-10-05Protect calls to pool_put/pool_get that may occur in interrupt contexttls
2005-12-11merge ktrace-lwp.christos
2005-05-08tcp_sack_option: ignore sack beyond snd_max.yamt
2005-04-05Added sysctl tunable limits for the number of maximum SACK holeskurahone
2005-03-18TCP/SACK changes from FreeBSD.kurahone
2005-03-16simplify data receiver side sack processing.yamt
2005-03-16- use full sized segments unless we actually have SACKs to send.yamt
2005-03-08tcp_sack_option: handle the case that the right-most sack'ed block is expanded.yamt
2005-03-07tcp_sack_option: fix the cases that some sack blocks go into a hole.yamt
2005-03-07tcp_sack_option: fix a typo(?), which can cause to ignore valid blocks.yamt
2005-03-07tcp_sack_option: the max number of sack blocks in a packet is 4, not 3.yamt
2005-03-06- unwrap short lines.yamt
2005-03-06don't assume alignment of sack options.yamt
2005-03-06wrap long lines.yamt
2005-02-28Commit TCP SACK patches from Kentaro A. Karahone's patch at:jonathan