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
Age
Commit message (
Expand
)
Author
2005-05-08
tcp_output: account FIN when building sack option.
yamt
2005-05-08
tcp_output: don't try to send more data than we have. PR/30160.
yamt
2005-05-08
tcp_output: clear TH_FIN where appropriate. related to PR/30160.
yamt
2005-05-08
tcp_sack_option: ignore sack beyond snd_max.
yamt
2005-05-07
PR/30154: YAMAMOTO Takashi: tcp_close locking botch
christos
2005-05-06
Add #include <sys/protosw.h> when _KERNEL
matt
2005-05-01
Install netinet/ipl.h (bin/30095)
martti
2005-04-29
Fix memory leak
manu
2005-04-29
move decl of inetsw to its own header to avoid array of incomplete type.
yamt
2005-04-26
Fix build problem after recent NAT-T changes
manu
2005-04-25
Don't sleep when handling ESP over UDP packets.
manu
2005-04-23
Enhance IPSEC_NAT_T so that it can work with multiple machines behind the
manu
2005-04-18
ip_output: handle the case M_CSUM_TSOv4 but !IFCAP_TSOv4.
yamt
2005-04-18
add a function to handle M_CSUM_TSOv4 by software.
yamt
2005-04-18
fix problems related to loopback interface checksum omission. PR/29971.
yamt
2005-04-07
when doing TSO, avoid to use duplicated ip_id heavily.
yamt
2005-04-05
Added sysctl tunable limits for the number of maximum SACK holes
kurahone
2005-04-03
tcp_input: update a comment to match with the code.
yamt
2005-03-30
Add IPv6 over GRE (contributed by Gert Doering in PR 29150).
is
2005-03-30
s of sack is selective, not selection. pointed by Michael Eriksson.
yamt
2005-03-29
protect tcpipqent with splvm.
yamt
2005-03-29
tcp_output: lock reass queue when building sack.
yamt
2005-03-29
ip_reass: clear stale csum_flags.
yamt
2005-03-26
defopt IPFILTER_DEFAULT_BLOCK
christos
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-12
don't try to use TSO to transmit a single segment.
yamt
2005-03-11
Set ip_len to 0 in the wm driver when TSO is being used.
matt
2005-03-11
Revert the change that made kern.file2 and net.*.*.pcblist into nodes
atatat
2005-03-10
In ip_fragment():
thorpej
2005-03-10
Make this build without INET6 xor INET (hah!) again.
atatat
2005-03-10
Change types of kern.file2 and net.*.*.pcblist to NODE
atatat
2005-03-09
Add the following nodes to the sysctl tree:
atatat
2005-03-09
gc the tcp_sysctl() prototype since it's completely vestigial
atatat
2005-03-09
s/quence/quench/.
simonb
2005-03-09
Add an extra `i' to notifes/notifed.
simonb
2005-03-09
Move all the hardware-assisted checksum/segment offload code together.
matt
2005-03-09
For AF_INET, always set m->m_pkthdr.csum_data. Don't or TSOv4, just set it.
matt
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-03-06
update SYSCTL_DESCR; sack is implemented.
yamt
2005-03-06
Add a /*CONSTCOND*/ to last.
thorpej
2005-03-06
Fix typo. Opposite of >= is <, not ==.
matt
2005-03-06
Replace some gotos with a do while (0) and breaks. No functional change.
matt
[next]