| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add explicit includes for jail.h to the files that need them and | Bjoern A. Zeeb | 2009-06-17 | 1 | -0/+1 |
| * | Rename the host-related prison fields to be the same as the host.* | Jamie Gritton | 2009-06-13 | 2 | -8/+10 |
| * | Remove unnecessary #ifdef lines and code. | Marko Zec | 2009-06-12 | 1 | -7/+0 |
| * | Prevent integer overflow in direct pipe write code from circumventing | Colin Percival | 2009-06-10 | 1 | -1/+1 |
| * | After r193232 rt_tables in vnet.h are no longer indirectly dependent on | Bjoern A. Zeeb | 2009-06-08 | 13 | -16/+0 |
| * | Introduce an infrastructure for dismantling vnet instances. | Marko Zec | 2009-06-08 | 7 | -7/+55 |
| * | Fix and add a workaround on an issue of EtherIP packet with reversed | Hiroki Sato | 2009-06-07 | 1 | -2/+16 |
| * | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | Robert Watson | 2009-06-05 | 4 | -5/+0 |
| * | V_loif is not an array but a pure pointer, so treat it as such. | Marko Zec | 2009-06-01 | 1 | -1/+1 |
| * | Remove an #undef MIN that slipped under the radar and led me to | Marko Zec | 2009-06-01 | 1 | -9/+0 |
| * | Convert the two dimensional array to be malloced and introduce | Bjoern A. Zeeb | 2009-06-01 | 3 | -17/+29 |
| * | Reimplement the netisr framework in order to support parallel netisr | Robert Watson | 2009-06-01 | 2 | -8/+8 |
| * | - Rename IP_NONLOCALOK IP socket option to IP_BINDANY, to be more consistent | Pawel Jakub Dawidek | 2009-06-01 | 3 | -2/+21 |
| * | Place hostnames and similar information fully under the prison system. | Jamie Gritton | 2009-05-29 | 2 | -37/+42 |
| * | Merge final round of MLD changes from p4: | Bruce M Simpson | 2009-05-27 | 5 | -166/+371 |
| * | Add hierarchical jails. A jail may further virtualize its environment | Jamie Gritton | 2009-05-27 | 3 | -15/+31 |
| * | Implement UDP control block support. | Bjoern A. Zeeb | 2009-05-23 | 1 | -25/+30 |
| * | Add sysctls to toggle the behaviour of the (former) IPSEC_FILTERTUNNEL | Bjoern A. Zeeb | 2009-05-23 | 1 | -2/+9 |
| * | Pullup from p4 tip: | Bruce M Simpson | 2009-05-21 | 1 | -22/+15 |
| * | Pullup svn source to p4 top of tree: | Bruce M Simpson | 2009-05-21 | 1 | -15/+35 |
| * | When an interface address is removed and the last prefix | Qing Li | 2009-05-20 | 1 | -0/+25 |
| * | Add two missing INIT_VNET_INET6(curvnet) to make VIMAGE kernels happier. | Bjoern A. Zeeb | 2009-05-18 | 1 | -0/+3 |
| * | This patch resolves the following issues: | Qing Li | 2009-05-18 | 1 | -1/+196 |
| * | Implement RFC 5095 more fully. Rather than marking this no-op code as | Warner Losh | 2009-05-09 | 2 | -35/+3 |
| * | Remove unnecessary CURVNET_SET() calls where curvnet context is | Marko Zec | 2009-05-06 | 1 | -19/+1 |
| * | Silence unsolicited spam printed out when KTR_MLD happens to be | Alexander Kabaev | 2009-05-05 | 1 | -1/+1 |
| * | Change the curvnet variable from a global const struct vnet *, | Marko Zec | 2009-05-05 | 5 | -23/+37 |
| * | Make indentation more uniform accross vnet container structs. | Marko Zec | 2009-05-02 | 1 | -90/+90 |
| * | Limit scope of acquisition of INP_RLOCK for multicast input filter | Bruce M Simpson | 2009-05-01 | 1 | -5/+5 |
| * | Permit buiding kernels with options VIMAGE, restricted to only a single | Marko Zec | 2009-04-30 | 8 | -25/+18 |
| * | Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit: | Bruce M Simpson | 2009-04-29 | 16 | -1077/+3681 |
| * | Add MLDv2 protocol header, but do not connect it to the build. | Bruce M Simpson | 2009-04-29 | 1 | -0/+112 |
| * | Import IPv6 SSM module but do not connect it to the build. | Bruce M Simpson | 2009-04-29 | 1 | -0/+2625 |
| * | Add IN6ADDR_LINKLOCAL_ALLV2ROUTERS_INIT, in6addr_linklocal_allv2routers | Bruce M Simpson | 2009-04-29 | 1 | -12/+19 |
| * | In preparation for turning on options VIMAGE in next commits, | Marko Zec | 2009-04-26 | 2 | -4/+3 |
| * | Compare protosw pointer with NULL. | Bjoern A. Zeeb | 2009-04-23 | 1 | -1/+1 |
| * | Assert the interface address list lock in IFP_TO_IA6(), as it will | Robert Watson | 2009-04-20 | 2 | -2/+5 |
| * | Prefer structure fields (ifa_link) to macro aliases for them | Robert Watson | 2009-04-20 | 6 | -20/+20 |
| * | Acquire interface address list lock around access to if_addrhead, | Robert Watson | 2009-04-20 | 4 | -8/+40 |
| * | Use TAILQ_FOREACH() and TAILQ_FOREACH_SAFE() rather than manually | Robert Watson | 2009-04-20 | 6 | -29/+21 |
| * | Close some but not all writer-writer races when maintaining IPv6 | Robert Watson | 2009-04-20 | 1 | -1/+18 |
| * | Lock interface address lists before iterating over them in nd6. | Robert Watson | 2009-04-20 | 1 | -0/+5 |
| * | Change if_output to take a struct route as its fourth argument in order | Kip Macy | 2009-04-16 | 2 | -3/+3 |
| * | add an llentry to struct route{_in6} to allow it to be passed around with | Kip Macy | 2009-04-15 | 1 | -0/+1 |
| * | Update stats in struct icmpstat and icmp6stat using four new | Robert Watson | 2009-04-12 | 6 | -42/+42 |
| * | Commit file omitted in r190962: | Robert Watson | 2009-04-12 | 1 | -10/+10 |
| * | Introduce vnet module registration / initialization framework with | Marko Zec | 2009-04-11 | 1 | -0/+19 |
| * | First pass at separating per-vnet initializer functions | Marko Zec | 2009-04-06 | 4 | -15/+40 |
| * | Introduce a number of changes to the MROUTING code. | Bruce M Simpson | 2009-03-19 | 2 | -130/+268 |
| * | Remove IFF_NEEDSGIANT, a compatibility infrastructure introduced | Robert Watson | 2009-03-15 | 3 | -6/+0 |