| Age | Commit message (Expand) | Author |
| 2003-12-04 | Dynamic sysctl. | atatat |
| 2003-10-22 | Rather than zeroing a tcpcb structure and filling in all the fields | thorpej |
| 2003-09-29 | Increase default socket-buffer sizes from 16K to 32K. This increases | tls |
| 2003-09-04 | revamp inpcb/in6pcb so that they are more aligned with each other. | itojun |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-29 | Fix a nit in a comment. | simonb |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-06-26 | abuse the mib instead of abusing the new pointer. Idea from simon burge. | christos |
| 2003-06-23 | Make sure to include opt_foo.h if a defflag option FOO is used. | martin |
| 2003-04-19 | PR/2352: Tor Egge: Add sysctl to get uid of connected socket. | christos |
| 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 |