| Age | Commit message (Expand) | Author |
| 2000-07-06 | remove unnecessary #include <netkey/key_debug.h>. from kame. | itojun |
| 2000-04-03 | - Unselect the multicast outgoing interface if it is being detached. | enami |
| 2000-03-30 | Remove register declarations. | augustss |
| 2000-02-02 | PRU_PURGEADDR -> PRU_PURGEIF, per a discussion w/ itojun. In the IPv4 | thorpej |
| 2000-02-01 | Small amount of cosmetic cleanup. | thorpej |
| 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-01 | IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628. | itojun |
| 1999-03-23 | Ensure that you can only bind a more specific address when it is done by the | lukem |
| 1998-12-19 | Reverse the copyright-notice-swap. It went against existing practice. | thorpej |
| 1998-11-16 | if INADDR_ANY is given in in_pcbconnect(), choose the ia_addr of the first | lukem |
| 1998-11-13 | simplify test in in_pcbbind() for setting wild=1; no need to check if | lukem |
| 1998-10-05 | * in_pcblookup_port(): deprecate INPLOOKUP_WILDCARD and flags in favour | lukem |
| 1998-09-30 | Switch order of TNF and UCB copyrights so UCB copyright is first; this seems ... | tls |
| 1998-08-02 | Use the pool allocator for inpcbs. | thorpej |
| 1998-07-23 | in_pcballoc(): we can't afford to wait for memory. | pk |
| 1998-02-15 | Add correct copyright notice for IP address hash change. This code is donate... | tls |
| 1998-02-13 | Change list of interface IP addresses to a hash. Improves performance on hos... | tls |
| 1998-02-07 | add flags arg to hashinit(), to pass to malloc(). | chs |
| 1998-01-08 | * start from the top of the given ephemeral range and work down; | lukem |
| 1998-01-08 | add missing ; ... | lukem |
| 1998-01-07 | add the following, derived from FreeBSD: | lukem |
| 1998-01-05 | Finishing merging 4.4BSD-Lite2 netinet. At this point, the only changes | thorpej |
| 1998-01-05 | enhance ephemeral port allocation code: | lukem |
| 1997-12-30 | as per the IANA assigned ports numbers document, use ports | lukem |
| 1997-11-27 | fix compile error when "options IPNOPROVPORTS" | mrg |
| 1997-11-20 | Deal with a problem where ephemeral port shortage would case a PCB's | thorpej |
| 1997-10-14 | Add support for returning maximum supported MTU when ip_output fails with | matt |
| 1997-09-22 | Implement in_pcbrtentry() - return the route associated with a PCB. If | thorpej |
| 1997-07-23 | Pull SYN_cache_branch down into the main line. | thorpej |
| 1996-12-10 | Return EAGAIN if binding with no specified port and the pool is empty. | mycroft |
| 1996-10-13 | backout previous kprintf changes | christos |
| 1996-10-10 | printf -> kprintf, sprintf -> ksprintf | christos |
| 1996-09-15 | Hash unconnected PCBs. | mycroft |
| 1996-09-09 | Add in_nullhost() and in_hosteq() macros, to hide some protocol | mycroft |
| 1996-09-05 | Commit PR 2671, which adds an "IPNOPRIVPORTS" config option that turns | perry |
| 1996-08-14 | Fix some DIAGNOSTIC printf() formats; ntohl() provides a 32-bit quantity, | thorpej |
| 1996-07-10 | print result of ntohl/htonl as a long. (makes -Wformat work on the | cgd |
| 1996-05-22 | Pass a proc pointer down to the usrreq and pcbbind functions for PRU_ATTACH, ... | mycroft |
| 1996-02-26 | two more local addr changes, all done differently now (idea from charles) | mrg |
| 1996-02-26 | if we are connecting *to* an address of any local interface, default the | mrg |
| 1996-02-13 | netinet prototypes | christos |
| 1996-01-31 | Build a hash table of PCBs. Hash function needs tweaking. | mycroft |
| 1995-08-17 | so_pcb should be a void *. | mycroft |
| 1995-08-12 | splnet --> splsoftnet | mycroft |
| 1995-06-18 | convert pcb lists to CIRCLEQs, so that the end can be looked at more | cgd |
| 1995-06-12 | in_pcbnotify*() don't return anything. | mycroft |
| 1995-06-12 | Change in_pcbnotify*() to take an errno value. Make inetctlerrmap[] an | mycroft |
| 1995-06-12 | Various cleanup, including: | mycroft |
| 1995-06-04 | Remove one more bogus cast. | mycroft |