| Age | Commit message (Expand) | Author |
| 2003-02-26 | Add MBUFTRACE kernel option. | matt |
| 2002-10-22 | Guard use of "ostate" with #ifdef TCP_DEBUG in tcp_usrreq(). | simonb |
| 2002-07-03 | Rename sbappend_stream() to sbappendstream(), per suggestion from | thorpej |
| 2002-07-03 | Make insertion of data into socket buffers O(C): | thorpej |
| 2002-06-09 | whitespace | itojun |
| 2002-03-11 | KNFify my last change. | martin |
| 2002-02-28 | Enforce a lower bound of 32 for tcp_mssdflt. | martin |
| 2001-11-20 | - replace "defopt" with "defparam" for options which must take a value, | lukem |
| 2001-11-13 | add RCSIDs | lukem |
| 2001-10-29 | Don't need to include <uvm/uvm_extern.h> just to include <sys/sysctl.h> | simonb |
| 2001-09-10 | Split tcp_timers() into multiple functions, one for each timer, | thorpej |
| 2001-07-25 | allocate ipsec policy buffer attached to pcb in in*_pcballoc, before | itojun |
| 2001-07-08 | Rename TCPDEBUG to TCP_DEBUG, defopt TCP_DEBUG and TCP_NDEBUG, and | abs |
| 2001-07-03 | call in{,6}_pcbpurgeif0() before in{,6}_purgeif(). | itojun |
| 2001-03-20 | Two changes, designed to make us even more resilient against TCP | thorpej |
| 2001-02-11 | make sure we call tcp_output() only if we have template. | itojun |
| 2001-01-18 | constify | jdolecek |
| 2000-12-11 | make sure t_family has the correct protocol family, after connect(2) | itojun |
| 2000-10-17 | allow INET6-less build. | itojun |
| 2000-10-17 | be more friendly with INET-less build. | itojun |
| 2000-10-06 | Cosmetic changes to previous commit; indent break statement sanely. | enami |
| 2000-10-06 | Just call matching purgeif/pcbpurgeif routine for the protocol family. | enami |
| 2000-07-28 | nuke the following sysctl variables. "ppsratelimit" should work better. | itojun |
| 2000-06-28 | <vm/vm.h> -> <uvm/uvm_extern.h> | mrg |
| 2000-06-05 | pass struct proc * down to udp6_output and in6_pcbbind. | itojun |
| 2000-05-22 | disallow negative numbers for ratelimit interval (tcp, icmp, icmp6). | itojun |
| 2000-03-30 | Remove register declarations. | augustss |
| 2000-02-15 | Add support for rate-limiting RSTs sent in response to no socket for | thorpej |
| 2000-02-04 | avoid calling in6_control(SIOCDIFADDR_IN6) from interrupt context. | itojun |
| 2000-02-02 | PRU_PURGEADDR -> PRU_PURGEIF, per a discussion w/ itojun. In the IPv4 | thorpej |
| 2000-02-01 | First-draft if_detach() implementation, originally from Bill Studnemund, | thorpej |
| 2000-01-31 | bring in latest KAME ipsec tree. | itojun |
| 1999-12-13 | sync IPv6 part with latest KAME tree. IPsec part is left unmodified | itojun |
| 1999-07-09 | defopt IPSEC and IPSEC_ESP (both into opt_ipsec.h). | thorpej |
| 1999-07-02 | avoid "variable not initialized" warnings on some of the platforms. | itojun |
| 1999-07-01 | IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628. | itojun |
| 1998-09-10 | egcs {brace} warning fix | tv |
| 1998-09-10 | Create tcp.keepidle, tcp.keepintvl, tcp.keepcnt, tcp.slowhz sysctls. | mouse |
| 1998-05-06 | Use macros from tcp_timer.h to manipulate TCP timers, so that their | thorpej |
| 1998-04-29 | New TCP reassembly code. The new code reduces the memory needed by | matt |
| 1998-04-13 | Fix to ensure that the correct MSS is advertised for loopback | kml |
| 1998-02-19 | Update copyright (sigh, should have done this long ago). | thorpej |
| 1998-01-05 | Finishing merging 4.4BSD-Lite2 netinet. At this point, the only changes | thorpej |
| 1998-01-05 | From 4.4BSD-Lite2 (noted by Frank van der Linden): | thorpej |
| 1997-12-13 | After further examination of traces of bulk transfers (with help from | thorpej |
| 1997-12-11 | Implement an infrastructure to allow larger initial congestion windows. | thorpej |
| 1997-12-11 | In the PRU_RCVD entry point, if TF_DELACK is set, don't send the window | thorpej |
| 1997-11-08 | TCP MSS fixes to provide cleaner slow-start and recovery. | kml |
| 1997-10-10 | Add hooks to use the kernel random system to generate TCP sequence numbers. | explorer |
| 1997-07-28 | Generate dependencies for the TCP_SENDSPACE and TCP_RECVSPACE options. | thorpej |