| Age | Commit message (Expand) | Author |
| 2003-11-12 | Remove the FAST_MBSEARCH ifdef, send packet prediction is now default. | ragge |
| 2003-10-24 | Fix the bug in the tcp transmit prediction code. | ragge |
| 2003-10-24 | Make this file compile again when TCP_OUTPUT_COUNTERS defined. | enami |
| 2003-10-23 | Oops, FAST_MBSEARCH counters were swapped; fix it. Pointed out by yamt@. | thorpej |
| 2003-10-21 | Add event counters that measure FAST_MBSEARCH. | thorpej |
| 2003-08-22 | remove ipsec_set/getsocket. now we explicitly pass socket * to ip{,6}_output. | itojun |
| 2003-08-22 | change the additional arg to be passed to ip{,6}_output to struct socket *. | itojun |
| 2003-08-22 | Replace the set_socket() method of passing an extra struct socket* | jonathan |
| 2003-08-15 | (fast-ipsec): Add hooks to pass IPv4 IPsec traffic into fast-ipsec, if | jonathan |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-02 | Make the fast-search stuff an option. There are still reports on | ragge |
| 2003-07-02 | Fix previous bug. Thanks to Enami for spotting the (obvious) error, and | ragge |
| 2003-06-30 | Disable the code I checked in yesterday; reports that samba (!) are crashing | ragge |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-29 | Add code to remember where in the send queue of mbufs the last packet was | ragge |
| 2003-05-17 | no need for ip_v recovery in output path too | itojun |
| 2003-03-01 | Allow TCP connections to hosts on a local network to use a larger | thorpej |
| 2003-02-26 | Add MBUFTRACE kernel option. | matt |
| 2002-11-24 | Fix a genuine uninitialised variable warning. | scw |
| 2002-11-02 | cleanup ipsec.h dependency. commented by perry, sync w/kame | itojun |
| 2002-09-13 | In the txsegsize bounding code, it is not necessary to adjust for the options | mycroft |
| 2002-08-20 | Never send more than half a socket buffer of data. This insures that | thorpej |
| 2002-08-14 | avoid swapping endian of ip_len and ip_off on mbuf, to meet with M_LEADINGSPACE | itojun |
| 2002-06-13 | Disable TCP Congestion Window Monitoring by default; there are | thorpej |
| 2002-06-09 | whitespace | itojun |
| 2002-05-29 | attach nd_ifinfo structure into if_afdata. | itojun |
| 2002-05-26 | path MTU discovery blackhole detection. | itojun |
| 2002-04-27 | * Instrument tcp_build_datapkt(). | thorpej |
| 2002-03-01 | In tcp_segsize(), move a label so that option length is considered | thorpej |
| 2002-01-24 | place NRL copyright notice itself, not a reference to it. | itojun |
| 2001-12-03 | Fix TCP segment size computation. From Rick Byersm, PR kern/14799. | jmcneill |
| 2001-11-13 | add RCSIDs | lukem |
| 2001-09-10 | Use callouts for TCP timers, rather than traversing the list of | thorpej |
| 2001-09-10 | Change the way receive idle time and round trip time are measured. | thorpej |
| 2001-09-10 | Enable Congestion Window Monitoring by default. | thorpej |
| 2001-09-10 | Use a callout for the delayed ACK timer, and delete tcp_fasttimo(). | thorpej |
| 2001-07-31 | Carve off the code that builds a TCP data packet into its own | thorpej |
| 2001-07-31 | Count the number of times we "self-quench" (ip_output() returns | thorpej |
| 2001-07-26 | Slight cosmetic change. | thorpej |
| 2001-07-08 | Rename TCPDEBUG to TCP_DEBUG, defopt TCP_DEBUG and TCP_NDEBUG, and | abs |
| 2001-06-02 | Implement support for IP/TCP/UDP checksum offloading provided by | thorpej |
| 2001-04-03 | check ip_mtudisc only for TCP over IPv4. | itojun |
| 2001-03-20 | Two changes, designed to make us even more resilient against TCP | thorpej |
| 2001-01-24 | - record IPsec packet history into m_aux structure. | itojun |
| 2000-11-06 | fix IPv4 TTL selection with AF_INET6 API. sync with kame. From: jdc | itojun |
| 2000-10-19 | remove #ifdef TCP6. it is not likely for us to bring in sys/netinet6/tcp6*.c | itojun |
| 2000-10-17 | be more friendly with INET-less build. | itojun |
| 2000-10-17 | Add an IP_MTUDISC flag to the flags that can be passed to | thorpej |
| 2000-07-28 | forgot to call tcp6_quench(). sync with kame. | itojun |
| 2000-06-30 | remove old mbuf assumption (ip header and tcp header are on the same mbuf). | itojun |