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_usrreq.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-30
tcp: restore NULL check for inp in tcp_ctloutput
ozaki-r
2022-10-29
tcp: restore NULL checks for inp
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-28
tcp(4): Bail early on sendoob if not connected.
riastradh
2021-08-04
Get the value of the right variable (from RVP)
christos
2021-03-08
Remove the unused "addin" argument (it was always 0) and go back using
christos
2020-11-23
Restore correct functioning of SIOCATMARK by removing the previous
chs
2020-10-17
Fix RTT values reported by TCP_INFO.
mlelstv
2020-04-13
hardclock_ticks -> getticks()
maxv
2019-08-06
Clamp tcp timer quantities to reasonable ranges.
riastradh
2019-02-05
adjust fallthru comments to appease gcc7.
mrg
2019-01-28
Fix memory leaks pointed out by Ilja Van Sprundel: all
martin
2018-12-16
sbspace() does not return negative values anymore and that broke OOB data
christos
2018-11-24
KNF, no functional change.
maxv
2018-11-24
Fix kernel pointer leaks in sysctl_inpcblist.
maxv
2018-05-03
Remove now unused tcpip.h includes. Some were already unused before.
maxv
2018-04-07
Remove dead code.
maxv
2018-03-29
Remove #ifdef INET. Same as tcp_input.c. Makes the code easier to
maxv
2017-08-15
add some more getsockopt(2) params
christos
2017-07-28
Remove TCP_COMPAT_42. This feature is a workaround for a bug in the TCP
maxv
2017-01-24
Tweak softnet_lock and NET_MPSAFE
ozaki-r
2016-11-18
fix: "ifconfig destory" can stalls when "ifconfig" is done parallel.
knakahara
2016-04-26
Sweep unnecessary route.h inclusions
ozaki-r
2016-02-15
Reduce code duplication.
rtr
2016-02-14
remove duplicated #include of <netinet/in.h>
rtr
2015-08-24
sprinkle _KERNEL_OPT
pooka
2015-05-02
make connect syscall use sockaddr_big and modify pr_{send,connect}
rtr
2015-04-26
remove pr_generic from struct pr_usrreqs and all implementations of
rtr
2015-04-24
make accept, getsockname and getpeername syscalls use sockaddr_big and modify
rtr
2015-04-03
* change pr_bind to accept struct sockaddr * instead of struct mbuf *
rtr
2015-03-31
Remove unnecessary opt_ipsec.h inclusions
ozaki-r
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-10-18
src is too big these days to tolerate superfluous apostrophes. It's
snj
2014-08-09
split PRU_CONNECT2 & PRU_PURGEIF function out of pr_generic() usrreq
rtr
2014-08-08
split PRU_RCVD function out of pr_generic() usrreq switches and put into
rtr
2014-08-05
split PRU_SEND function out of pr_generic() usrreq switches and put into
rtr
2014-08-05
get_tcppcb() is nearly always called upon entry to usrreqs so
rtr
2014-08-05
revert the removal of struct lwp * parameter from bind, listen and connect
rtr
2014-08-02
restore splsoftnet() in various usrreqs that were removed during the PRU
rtr
2014-07-31
split PRU_DISCONNECT, PRU_SHUTDOWN and PRU_ABORT function out of
rtr
2014-07-30
split PRU_CONNECT function out of pr_generic() usrreq switches and put
rtr
2014-07-30
put boilerplate extraction of inpcb or in6pcb and tcpcb performed in tcp
rtr
2014-07-24
cleanup after last commit
rtr
2014-07-24
split PRU_BIND and PRU_LISTEN function out of pr_generic() usrreq
rtr
2014-07-23
split PRU_SENDOOB and PRU_RCVOOB function out of pr_generic() usrreq
rtr
[next]