| Age | Commit message (Expand) | Author |
| 2004-01-02 | whitespace | itojun |
| 2003-11-11 | Change global head-of-local-IP-address list from in_ifaddr to | jonathan |
| 2003-10-28 | use a hash table to bind to local ports; suggested by markus friedl | provos |
| 2003-10-23 | Remove all the code to maintain ia_inpcbs. This information was only used to | mycroft |
| 2003-09-04 | revamp inpcb/in6pcb so that they are more aligned with each other. | itojun |
| 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-22 | avoid code dup when check broadcast addr in bind(2) | itojun |
| 2003-07-21 | permit bind(2) to broadcast address, as it was permitted before. | itojun |
| 2003-06-26 | check if INADDR_TO_IA gets us valid in_ifaddr or not. hopefully fix PR21964 | itojun |
| 2003-06-15 | Change the way multicasts are kept. They now use a hash table in the same | matt |
| 2003-03-16 | Enable check in in_pcbbind() to enforce sin_family == AF_INET. | lukem |
| 2002-10-22 | "error" in in_pcbbind() was only ever set but not used, remove it. | simonb |
| 2002-06-11 | share policy-on-pcb for listening socket. sync w/kame | itojun |
| 2002-06-09 | whitespace | itojun |
| 2002-05-28 | correct in*_pcbrtentry. check cached value correctly. | itojun |
| 2002-05-28 | in in*_pcbrtentry(), check if route is still valid (RTF_UP), | itojun |
| 2002-03-08 | Pool deals fairly well with physical memory shortage, but it doesn't | thorpej |
| 2002-01-22 | make sure to check address family on route cache. with IPv4 mapped | itojun |
| 2001-11-13 | add RCSIDs | lukem |
| 2001-11-04 | Convert netinet to not use the internal <sys/queue.h> field names | matt |
| 2001-08-06 | cache IPsec policy on in6?pcb. most of the lookup operations can be bypassed, | itojun |
| 2001-07-25 | allocate ipsec policy buffer attached to pcb in in*_pcballoc, before | itojun |
| 2001-07-02 | on interface removal, remove multicast groups joined from pcb, before | itojun |
| 2000-11-08 | Update for hashinit() change. | ad |
| 2000-08-25 | Add new sysctl variables "net.inet.ip.lowportmin" and | tron |
| 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 |