Age | Commit message (Expand) | Author |
2003-12-10 | de-register. deraadt ok | Jun-ichiro itojun Hagino |
2003-07-09 | do not flip ip_len/ip_off in netinet stack. deraadt ok. | Jun-ichiro itojun Hagino |
2003-06-09 | backout following: | Jun-ichiro itojun Hagino |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-29 | use m_pulldown not m_pullup2. fix some bugs in IPv6 tcp_trace(). | Jun-ichiro itojun Hagino |
2003-01-25 | don't send more than half of the send buffer space limit in | Markus Friedl |
2002-08-28 | Fix a problem where passing NULL as a pointer with varargs does not promote | Per Fogelstrom |
2002-06-09 | whitespace | Jun-ichiro itojun Hagino |
2002-06-07 | avoid is_ipv6 construct. a step towards IPv4-less kernel | Jun-ichiro itojun Hagino |
2002-05-16 | bring in ECN support from KAME. | Kenjiro Cho |
2002-03-08 | use timeout(9) to schedule TCP timers. this avoid traversing all | Niels Provos |
2002-03-01 | remove tcp_fasttimo and convert delayed acks to the timeout(9) API instead. | Niels Provos |
2002-02-05 | when retransmitting a segment after FIN has been sent don't set FIN | Niels Provos |
2002-01-14 | knf | Niels Provos |
2002-01-14 | use macros to manage tcp timers; based on netbsd | Niels Provos |
2001-11-24 | KNF | Theo de Raadt |
2001-06-25 | Always defer output TCP checksumming until ip_output() (or hardware, | Angelos D. Keromytis |
2001-06-25 | Use in_cksum_phdr() rather than in_cksum() -- from NetBSD | Angelos D. Keromytis |
2001-06-23 | Likewise, only use outgoing TCP/UDP hardware checksumming if the | Angelos D. Keromytis |
2001-06-23 | Keep stats on TCP/UDP hardware checksumming. | Angelos D. Keromytis |
2001-06-23 | TCP/UDP hardware checksumming. Untested, since txp dies when it tries | Angelos D. Keromytis |
2001-06-23 | fix up mtu for routes and ongoing tcp connection when if mtu changes | Niels Provos |
2001-06-08 | Cut down on include files. | Angelos D. Keromytis |
2001-06-05 | repair copyright notices for NRL & cmetz; cmetz | Theo de Raadt |
2001-05-31 | Two fixes from Stevens via davidg@freebsd, bug report by | Niels Provos |
2000-09-25 | on expiry of pmtu route, retry higher mtu. okay angelos@ | Niels Provos |
2000-09-20 | correctly calculate mss | Niels Provos |
2000-09-18 | Path MTU discovery based on NetBSD but with the decision to use the DF | Niels Provos |
2000-09-05 | various fixes to SACK and FACK from adesai@cisco.com, tomh@tomh.org and | Niels Provos |
2000-02-21 | TCP SACK fixes via Tom Henderson (tomh@cs.berkeley.edu): | Niels Provos |
2000-01-07 | s/memset/bzero/ | Jun-ichiro itojun Hagino |
1999-12-21 | option TCP_NEWRENO goes away, its the default case for TCP_SACK if | Niels Provos |
1999-12-15 | never go into persist mode if there are still segments to be retransmitted. | Niels Provos |
1999-12-10 | sync DIAGNOSTIC code with reality. we always get cluster mbuf so | Jun-ichiro itojun Hagino |
1999-12-08 | bring in KAME IPv6 code, dated 19991208. | Jun-ichiro itojun Hagino |
1999-12-02 | typo; gbayley@ausmac.net | Theo de Raadt |
1999-11-15 | Fix tcp retransmit/persist timers, provos@ OK. | Hugh Graham |
1999-11-04 | Add comment about gettdb() and spl level. | Hakan Olsson |
1999-07-06 | Added support for TCP MD5 option (RFC 2385). | cmetz |
1999-07-06 | Fixed compilation problems when INET6 is enabled. | cmetz |
1999-07-03 | indent | Theo de Raadt |
1999-07-02 | Fixed a #ifdef defined()... typo that turned into a compilation failure. | cmetz |
1999-07-02 | Significant cleanups in the way TCP is made to handle multiple network | cmetz |
1999-01-11 | netinet merge of NRL stuff. some indent and shrinkage needed; NRL/cmetz | Theo de Raadt |
1998-11-25 | more min vs. ulmin/lmin fixes | Todd C. Miller |
1998-11-25 | Must use lmin() not min() when comparing longs. Fixes alpha | Todd C. Miller |
1998-11-18 | 64-bit clean up | Niels Provos |
1998-11-17 | NewReno, SACK and FACK support for TCP, adapted from code for BSDI | Niels Provos |
1998-10-28 | - fix three bugs pointed out in Stevens, i.a. updating timestamps correctly | Niels Provos |
1998-05-18 | first step to the setsockopt/getsockopt interface as described in | Niels Provos |