| Commit message (Expand) | Author | Age | Files | Lines |
* | Add two missing INIT_VNET_INET6(curvnet) to make VIMAGE kernels happier. | bz | 2009-05-18 | 1 | -0/+3 |
* | This patch resolves the following issues: | qingli | 2009-05-18 | 1 | -1/+196 |
* | Implement RFC 5095 more fully. Rather than marking this no-op code as | imp | 2009-05-09 | 2 | -35/+3 |
* | Remove unnecessary CURVNET_SET() calls where curvnet context is | zec | 2009-05-06 | 1 | -19/+1 |
* | Silence unsolicited spam printed out when KTR_MLD happens to be | kan | 2009-05-05 | 1 | -1/+1 |
* | Change the curvnet variable from a global const struct vnet *, | zec | 2009-05-05 | 5 | -23/+37 |
* | Make indentation more uniform accross vnet container structs. | zec | 2009-05-02 | 1 | -90/+90 |
* | Limit scope of acquisition of INP_RLOCK for multicast input filter | bms | 2009-05-01 | 1 | -5/+5 |
* | Permit buiding kernels with options VIMAGE, restricted to only a single | zec | 2009-04-30 | 8 | -25/+18 |
* | Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit: | bms | 2009-04-29 | 16 | -1085/+3689 |
* | Add MLDv2 protocol header, but do not connect it to the build. | bms | 2009-04-29 | 1 | -0/+112 |
* | Import IPv6 SSM module but do not connect it to the build. | bms | 2009-04-29 | 1 | -0/+2625 |
* | Add IN6ADDR_LINKLOCAL_ALLV2ROUTERS_INIT, in6addr_linklocal_allv2routers | bms | 2009-04-29 | 1 | -12/+19 |
* | In preparation for turning on options VIMAGE in next commits, | zec | 2009-04-26 | 2 | -4/+3 |
* | Compare protosw pointer with NULL. | bz | 2009-04-23 | 1 | -1/+1 |
* | Assert the interface address list lock in IFP_TO_IA6(), as it will | rwatson | 2009-04-20 | 2 | -2/+5 |
* | Prefer structure fields (ifa_link) to macro aliases for them | rwatson | 2009-04-20 | 6 | -20/+20 |
* | Acquire interface address list lock around access to if_addrhead, | rwatson | 2009-04-20 | 4 | -8/+40 |
* | Use TAILQ_FOREACH() and TAILQ_FOREACH_SAFE() rather than manually | rwatson | 2009-04-20 | 6 | -29/+21 |
* | Close some but not all writer-writer races when maintaining IPv6 | rwatson | 2009-04-20 | 1 | -1/+18 |
* | Lock interface address lists before iterating over them in nd6. | rwatson | 2009-04-20 | 1 | -0/+5 |
* | Change if_output to take a struct route as its fourth argument in order | kmacy | 2009-04-16 | 2 | -3/+3 |
* | add an llentry to struct route{_in6} to allow it to be passed around with | kmacy | 2009-04-15 | 1 | -0/+1 |
* | Update stats in struct icmpstat and icmp6stat using four new | rwatson | 2009-04-12 | 6 | -42/+42 |
* | Commit file omitted in r190962: | rwatson | 2009-04-12 | 1 | -10/+10 |
* | Introduce vnet module registration / initialization framework with | zec | 2009-04-11 | 1 | -0/+19 |
* | First pass at separating per-vnet initializer functions | zec | 2009-04-06 | 4 | -15/+40 |
* | Introduce a number of changes to the MROUTING code. | bms | 2009-03-19 | 2 | -130/+268 |
* | Remove IFF_NEEDSGIANT, a compatibility infrastructure introduced | rwatson | 2009-03-15 | 3 | -6/+0 |
* | Correct a number of evolved problems with inp_vflag and inp_flags: | rwatson | 2009-03-15 | 1 | -4/+4 |
* | On architectures with strict alignment requirements compensate | marius | 2009-03-07 | 1 | -4/+18 |
* | Start removing IPv6 Type 0 Routing header code. | bz | 2009-03-03 | 2 | -167/+25 |
* | Add size-guards evaluated at compile-time to the main struct vnet_* | bz | 2009-03-01 | 1 | -0/+3 |
* | For all files including net/vnet.h directly include opt_route.h and | bz | 2009-02-27 | 12 | -0/+15 |
* | Shuffle the vimage.h includes or add where missing. | bz | 2009-02-27 | 1 | -1/+1 |
* | Assert the radix head lock in in6_rtqkill(). | rwatson | 2009-02-23 | 1 | -0/+2 |
* | Try to remove/assimilate as much of formerly IPv4/6 specific | bz | 2009-02-08 | 3 | -6/+4 |
* | Don't bother null-checking the thread pointer before the prison checks | jamie | 2009-02-05 | 1 | -27/+22 |
* | Remove redundant calls of prison_local_ip4 in in_pcbbind_setup, and of | jamie | 2009-02-05 | 1 | -7/+5 |
* | Standardize the various prison_foo_ip[46] functions and prison_if to | jamie | 2009-02-05 | 5 | -56/+44 |
* | When iterating through the list trying to find a router in | bz | 2009-02-04 | 1 | -1/+3 |
* | - Cleanup checksum code. | rrs | 2009-02-03 | 1 | -4/+17 |
* | Remove the single global unlocked route cache ip6_forward_rt | bz | 2009-02-01 | 5 | -134/+71 |
* | Remove unused local MACROs. | bz | 2009-01-31 | 2 | -3/+0 |
* | Coalesce two consecutive #ifdef IPSEC blocks. | bz | 2009-01-31 | 1 | -4/+1 |
* | Remove dead code from #if 0: | bz | 2009-01-31 | 1 | -4/+0 |
* | Like with r185713 make sure to not leak a lock as rtalloc1(9) returns | bz | 2009-01-31 | 4 | -7/+7 |
* | Remove 4 entirely unsued ip6 variables. | bz | 2009-01-30 | 3 | -16/+4 |
* | For consistency with prison_{local,remote,check}_ipN rename | bz | 2009-01-25 | 1 | -1/+1 |
* | remove too noisy DIAGNOSTIC code | sam | 2009-01-18 | 1 | -4/+0 |