| Age | Commit message (Expand) | Author |
| 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 |
| 1997-07-28 | Make the following tunable via sysctl, inspired by BSD/OS: | thorpej |
| 1997-06-12 | Eliminate a superflouus `if' statement: when detaching the TCP protocol from | kleink |
| 1996-05-23 | Make sure the control mbufs are freed in all cases. | mycroft |
| 1996-05-23 | Minor changes. | mycroft |
| 1996-05-22 | Pass a proc pointer down to the usrreq and pcbbind functions for PRU_ATTACH, ... | mycroft |
| 1996-02-13 | netinet prototypes | christos |
| 1996-01-31 | Add a comment describing the previous. | mycroft |
| 1996-01-31 | If we close from FIN_WAIT_2 state, make sure we don't leave the socket | mycroft |
| 1995-09-30 | Implement tcp_sysctl(). Add a sysctl option to enable/disable RFC1323 | thorpej |
| 1995-08-12 | splnet --> splsoftnet | mycroft |
| 1995-06-12 | Various cleanup, including: | mycroft |
| 1995-04-13 | be a bit more careful and explicit with types. (basically a large no-op.) | cgd |
| 1995-03-21 | Default linger time was 120 clock ticks instead of the intended | glass |
| 1994-10-14 | Don't return received data to the user until the initial handshake is complete. | mycroft |
| 1994-10-13 | Increase the default window size to 16k. | mycroft |
| 1994-06-29 | New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' | cgd |
| 1994-05-13 | Update to 4.4-Lite networking code, with a few local changes. | mycroft |
| 1994-01-10 | Change the counters to be all the same type -- u_long. | mycroft |
| 1994-01-08 | Remove some extra prototypes. | mycroft |
| 1994-01-08 | Prototypes. | mycroft |
| 1993-12-18 | Canonicalize all #includes. | mycroft |
| 1993-06-15 | bump sendspace and recvspace up to 8k each; rod says | cgd |
| 1993-05-22 | add include of select.h if necessary for protos, or delete if extraneous | cgd |