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_subr.c
Age
Commit message (
Expand
)
Author
2022-11-04
inpcb: rename functions to in6pcb_*
ozaki-r
2022-11-04
inpcb: rename functions to inpcb_*
ozaki-r
2022-10-31
tcp: fix wrong logic in tcp_drop
ozaki-r
2022-10-28
inpcb: separate inpcb again to reduce the size of PCB for IPv4
ozaki-r
2022-10-28
inpcb: integrate data structures of PCB into one
ozaki-r
2022-09-20
tcp: separate syn cache stuffs into tcp_syncache.[ch] files
ozaki-r
2022-06-27
Remove confusable comment.
knakahara
2021-07-31
s/threshhold/threshold
andvar
2021-03-09
Move the offset addition in one place and mask the random generated value
christos
2021-03-08
Remove the unused "addin" argument (it was always 0) and go back using
christos
2021-03-08
Don't increment the iss sequence on each connection because it exposes
christos
2021-03-07
netinet: Enable RFC 1948 pseudorandom TCP ISS selection by default.
christos
2020-06-12
Remove in-kernel handling of Router Advertisements
roy
2019-08-06
Clamp tcp timer quantities to reasonable ranges.
riastradh
2018-12-27
Remove unused arguments.
maxv
2018-09-03
Rename min/max -> uimin/uimax for better honesty.
riastradh
2018-05-23
Add XXX.
maxv
2018-05-03
Remove now unused tcpip.h includes. Some were already unused before.
maxv
2018-04-18
Remove unused netipsec/xform.h includes.
maxv
2018-04-18
Remove misleading comments.
maxv
2018-03-29
Remove TCPREASS_DEBUG. It was introduced 20 years ago when the reassembler
maxv
2018-03-29
Misc changes; no real functional change.
maxv
2018-03-29
Remove #ifdef INET. Same as tcp_input.c. Makes the code easier to
maxv
2018-02-26
Dedup: merge ipsec4_hdrsiz and ipsec6_hdrsiz into ipsec_hdrsiz.
maxv
2018-01-19
Run tcp_slowtimo in workqueue if NET_MPSAFE
ozaki-r
2017-07-29
Forgot to commit this file yesterday.
maxv
2017-03-03
Pass inpcb/in6pcb instead of socket to ip_output/ip6_output
ozaki-r
2017-01-02
Fix TCP signature code:
christos
2016-12-08
Add rtcache_unref to release points of rtentry stemming from rtcache
ozaki-r
2016-11-09
Cleanup/KNF tcp6_mtudisc
ozaki-r
2016-06-10
Introduce m_set_rcvif and m_reset_rcvif
ozaki-r
2016-02-15
Reduce code duplication.
rtr
2015-09-07
Refactor tcp_mtudisc
ozaki-r
2015-08-24
sprinkle _KERNEL_OPT
pooka
2015-05-19
Use RUN_ONCE to initialize iss secret. Suggested by riastradh@
kefren
2015-05-16
Don't overexpose tcp_iss_secret and don't bother compute it unless
kefren
2015-04-27
Introduce in6_selecthlim_rt to consolidate an idiom for rt->rt_ifp
ozaki-r
2015-04-13
cprng_strong(kern_cprng, ...) never blocks, pass 0 for flags.
riastradh
2015-02-14
Port over the TCP_INFO socket option from FreeBSD, originally from
he
2014-11-10
Do not uselessly include <sys/malloc.h>.
maxv
2014-09-05
Don't use C++ keyword (template) as variable.
matt
2014-03-16
Change (mostly mechanically) every cdevsw/bdevsw I can find to use
dholland
2014-01-02
need atomic.h, from uwe
pooka
2014-01-02
Allow kernels compiled with INET+INET6 to be booted as IPv4-only or IPv6-only.
pooka
2013-11-23
convert from CIRCLEQ to TAILQ.
christos
2013-11-12
* implement TCP CUBIC congestion control algorithm
kefren
2013-06-05
IPSEC has not come in two speeds for a long time now (IPSEC == kame,
christos
2013-04-10
Limit the tcp initial window setting to 10, leaving it by default to 4
christos
2012-09-08
Fix a bug that kmem_alloc() is called from the interrupt context.
msaitoh
2012-03-22
remove KAME IPSEC, replaced by FAST_IPSEC
drochner
[next]