index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
netinet
/
tcp_sack.c
Age
Commit message (
Expand
)
Author
2018-05-18
IP6_EXTHDR_GET -> M_REGION_GET, no functional change.
maxv
2018-05-03
Remove now unused tcpip.h includes. Some were already unused before.
maxv
2018-03-29
Remove #ifdef INET. Same as tcp_input.c. Makes the code easier to
maxv
2016-12-13
Remove unnecessary inclusions of nd6.h
ozaki-r
2015-08-24
sprinkle _KERNEL_OPT
pooka
2015-03-31
Remove unnecessary opt_ipsec.h inclusions
ozaki-r
2014-11-10
Do not uselessly include <sys/malloc.h>.
maxv
2013-11-12
* implement TCP CUBIC congestion control algorithm
kefren
2012-01-30
Use proper ANSI prototypes for foo() -> foo(void)
matt
2011-07-17
Retire varargs.h support. Move machine/stdarg.h logic into MI
joerg
2011-04-14
- comments
yamt
2009-05-27
POOL_INIT -> pool_init
pooka
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2007-03-12
Pass an ipl argument to pool_init/POOL_INIT to be used when initializing
ad
2006-10-21
add sack_dump(), a function to dump sack holes, if defined(DDB).
yamt
2006-10-21
- constify.
yamt
2006-10-20
Fix alignment problems causing regular panics in tpc_sack_option on
reinoud
2006-10-07
- make sackhole_pool static.
yamt
2006-10-07
revert tcp_sack.c rev.1.15 because it's unnecessary.
yamt
2006-10-07
tcp_sack_output: whitespace.
yamt
2006-10-07
tcp_del_sackholes: whitespace.
yamt
2006-10-05
Protect calls to pool_put/pool_get that may occur in interrupt context
tls
2005-12-11
merge ktrace-lwp.
christos
2005-05-08
tcp_sack_option: ignore sack beyond snd_max.
yamt
2005-04-05
Added sysctl tunable limits for the number of maximum SACK holes
kurahone
2005-03-18
TCP/SACK changes from FreeBSD.
kurahone
2005-03-16
simplify data receiver side sack processing.
yamt
2005-03-16
- use full sized segments unless we actually have SACKs to send.
yamt
2005-03-08
tcp_sack_option: handle the case that the right-most sack'ed block is expanded.
yamt
2005-03-07
tcp_sack_option: fix the cases that some sack blocks go into a hole.
yamt
2005-03-07
tcp_sack_option: fix a typo(?), which can cause to ignore valid blocks.
yamt
2005-03-07
tcp_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-06
don't assume alignment of sack options.
yamt
2005-03-06
wrap long lines.
yamt
2005-02-28
Commit TCP SACK patches from Kentaro A. Karahone's patch at:
jonathan