| Age | Commit message (Expand) | Author |
| 2007-11-01 | De-__P(). | dyoung |
| 2007-11-01 | De-__P(). frag6.c has always defined IN6_IFSTAT_STRICT, so remove | dyoung |
| 2007-10-29 | The IPv6 stack labels incoming packets with an m_tag whose payload | dyoung |
| 2007-10-24 | Replace rote sockaddr_in6 initializations (memset(), set sa6_family, | dyoung |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-10-17 | If callout_t is to be used, then <sys/callout.h> should be included. | jld |
| 2007-10-16 | Inline callout_t in struct in6_multi. This fixes a number of possible | joerg |
| 2007-10-07 | NetBSD doesn't have to care about missing bcmp on OpenBSD/SPARC, | joerg |
| 2007-09-22 | {ah,esp,ipcomp}_output must return 0 on success. On failure, it returns the | degroote |
| 2007-09-21 | In the IPSEC_NAT_T case, we must set the udp length even if the ESP entry | degroote |
| 2007-09-19 | 1) Introduce a new socket option, (SOL_SOCKET, SO_NOHEADER), that | dyoung |
| 2007-09-16 | Cosmetic: shorten staircase. | dyoung |
| 2007-09-11 | Remove SIOCSIFALIFETIME_IN6, which could not possibly have ever worked. | gdt |
| 2007-09-11 | In some FAST_IPSEC, spl level is not restored correctly. Fix that. | degroote |
| 2007-09-02 | We cannot sleep in a software interrupt, so do not sockaddr_dl_alloc(..., | dyoung |
| 2007-08-31 | Use sockaddr_in6_init(). | dyoung |
| 2007-08-30 | Use malloc(9) for sockaddrs instead of pool(9), and remove dom_sa_pool | dyoung |
| 2007-08-26 | Constify: LLADDR -> CLLADDR. I'm aiming here to make it easier to | dyoung |
| 2007-08-20 | Don't call rtcache_check() from the fast-forward code, which runs | dyoung |
| 2007-08-10 | Constify. bcopy -> memcpy. | dyoung |
| 2007-08-10 | Constify. | dyoung |
| 2007-08-07 | Avoid writing past the end of the buffer [lldst, lldst + dstsize) | dyoung |
| 2007-08-07 | Remove dead code. | dyoung |
| 2007-07-19 | Take steps to hide the radix_node implementation of the forwarding table | dyoung |
| 2007-07-10 | fix printf format. | christos |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-07-09 | ipsec4_splithdr: If m_len is too short, printf and drop it instead of | gdt |
| 2007-06-28 | Add functions to do mapped address conversions from FreeBSD. | christos |
| 2007-06-13 | Persuasive programming: check M_UNWRITABLE(m, len) instead of | dyoung |
| 2007-06-09 | Convert from rn_walktree() to rt_walktree(). While I am here, | dyoung |
| 2007-06-02 | don't increment `ip6stat.ip6s_noroute' here, it has already been done in | alc |
| 2007-05-27 | Tyop. | cube |
| 2007-05-23 | fix typos in previous | christos |
| 2007-05-23 | Ansify + add a few comments, from Karl Sjödahl | christos |
| 2007-05-17 | remove net.inet6.ip6.rht0 sysctl. | yamt |
| 2007-05-17 | Fix the memory leak reported in kern/36337. Thanks Matthias Scheler | dyoung |
| 2007-05-06 | In AppleTalk, IPv4, and IPv6 routing domains, help sockaddr_cmp() | dyoung |
| 2007-05-06 | Use rtcache_lookup2(), and fix cache hit/miss accounting. | dyoung |
| 2007-05-05 | from kame: | yamt |
| 2007-05-02 | Remove obsolete files netinet/in_route.[ch]. | dyoung |
| 2007-05-02 | Eliminate address family-specific route caches (struct route, struct | dyoung |
| 2007-04-25 | Back out last. To compile, it depends on changes that I am not | dyoung |
| 2007-04-25 | Remove unused member 'm6_route' from struct mif6. | dyoung |
| 2007-04-25 | Constify. | dyoung |
| 2007-04-22 | fix typo. | christos |
| 2007-04-22 | Disable processing of routing header type 0 packets since they can be used | christos |
| 2007-04-05 | use size_t for indexes | liamjfoy |
| 2007-03-25 | Make an exact match when we are looking for a cached sp for an unconnected | degroote |
| 2007-03-24 | Minor change - be a little more consistant in sysctl handlers names | liamjfoy |
| 2007-03-24 | Don't call ip*flow_reap if we're just looking up maxflows | liamjfoy |