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