| Commit message (Expand) | Author | Age | Files | Lines |
* | V_loif is not an array but a pure pointer, so treat it as such. | zec | 2009-06-01 | 1 | -1/+1 |
* | Remove an #undef MIN that slipped under the radar and led me to | zec | 2009-06-01 | 1 | -9/+0 |
* | Convert the two dimensional array to be malloced and introduce | bz | 2009-06-01 | 3 | -17/+29 |
* | Reimplement the netisr framework in order to support parallel netisr | rwatson | 2009-06-01 | 2 | -8/+8 |
* | - Rename IP_NONLOCALOK IP socket option to IP_BINDANY, to be more consistent | pjd | 2009-06-01 | 3 | -2/+21 |
* | Place hostnames and similar information fully under the prison system. | jamie | 2009-05-29 | 2 | -37/+42 |
* | Merge final round of MLD changes from p4: | bms | 2009-05-27 | 5 | -166/+371 |
* | Add hierarchical jails. A jail may further virtualize its environment | jamie | 2009-05-27 | 3 | -15/+31 |
* | Implement UDP control block support. | bz | 2009-05-23 | 1 | -25/+30 |
* | Add sysctls to toggle the behaviour of the (former) IPSEC_FILTERTUNNEL | bz | 2009-05-23 | 1 | -2/+9 |
* | Pullup from p4 tip: | bms | 2009-05-21 | 1 | -22/+15 |
* | Pullup svn source to p4 top of tree: | bms | 2009-05-21 | 1 | -15/+35 |
* | When an interface address is removed and the last prefix | qingli | 2009-05-20 | 1 | -0/+25 |
* | 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 |