| Age | Commit message (Expand) | Author |
| 2014-03-03 | Pull in the changes from the dpdk, netmap and snabb switch repos. | pooka |
| 2014-02-21 | Fix typo in fix for PR/48606 | skrll |
| 2014-02-21 | PR/48606: Lloyd Parkes: Drivers not using ifp->if_input but using ether_input | christos |
| 2013-10-27 | Give the hypercall interface a version number. This is for | pooka |
| 2013-07-16 | A simple (void) is apparently too easy and traditional to make | pooka |
| 2013-07-16 | Explicitly ignore return value of writev() for sending a packet. | pooka |
| 2013-07-04 | Add a note explaining why there's a homegrown __STRING, __CONCAT, etc. | pooka |
| 2013-07-04 | Determine the interface name and the names of exported symbols based | pooka |
| 2013-07-04 | fix warnings | pooka |
| 2013-07-03 | fix parameter name | pooka |
| 2013-07-03 | Adjust for rump_virtif_create() removal. Incidentally, this reduces | pooka |
| 2013-07-03 | g/c dummyif, not useful these days | pooka |
| 2013-07-03 | Allow alternate interface base names to be specified at compile time. | pooka |
| 2013-05-20 | Return 0 for success instead of returning an uninitialized automatic variable. | pooka |
| 2013-04-30 | Translate error codes between the hypervisor and rump kernel. | pooka |
| 2013-04-30 | Make hypercall calling conventions consistent: iff a hypercall can fail, | pooka |
| 2013-03-16 | fix the build! | christos |
| 2013-03-15 | Rerevert to preprevious now that this builds with build.sh | pooka |
| 2013-03-14 | Guess the RUMPCOMP_USER stuff wasn't ready to be in the NetBSD tree yet, | pooka |
| 2013-03-13 | Fix a few minor issues found by proofreading the diff one last time. | pooka |
| 2013-03-13 | Push the bits accessing the networking backend into hypercalls. | pooka |
| 2012-09-14 | Do not assume that O_FOO flags have matching values in the rump kernel | pooka |
| 2011-11-19 | First step of random number subsystem rework described in | tls |
| 2011-10-31 | fix a type in a printf message | yamt |
| 2011-08-07 | Rename slightly misleading KTHREAD_JOINABLE to KTHREAD_MUSTJOIN. | rmind |
| 2011-06-22 | fix an operator precedence error picked up by GCC 4.5.3. real bug. | mrg |
| 2010-12-01 | Don't bother asserting: if we create the thread without KTHREAD_MPSAFE, | pooka |
| 2010-11-15 | Make interface support ifconfig {down,destroy} and generally make | pooka |
| 2010-10-19 | Make virtif a cloner so that it can be brough to life also with | pooka |
| 2010-08-10 | * improve diagnostic print | pooka |
| 2010-04-05 | Fix typo | joerg |
| 2010-04-05 | Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf | joerg |
| 2010-03-01 | Introduce RUMP_COMPONENT. It behaves mostly like a simplified | pooka |
| 2010-01-19 | Redefine bpf linkage through an always present op vector, i.e. | pooka |
| 2010-01-16 | support bpf | pooka |
| 2009-10-14 | "rumppriv" goes back to "rump" per internal interface naming change. | pooka |
| 2009-10-14 | Adjust rump sources for external/internal interfaces. | pooka |
| 2009-10-12 | Bump iovec lazy bum magic value to 32: nfsd likes to write mbufs | pooka |
| 2009-09-16 | work around tap bug: if /dev/tap<n> was previously non-blocking, newly | pooka |
| 2009-05-28 | Use a bunch of weak symbols to determine which network components | pooka |
| 2009-05-27 | Add a dummyif, which doesn't actually traffic any cargo, but since | pooka |
| 2009-05-26 | Filter out ENETRESET from ether_ioctl() since we aren't interested | pooka |
| 2009-03-27 | * make interface creation open /dev/tapn for interface n | pooka |
| 2009-02-28 | Fix a silly mistake: indubitably the struct ifnet pointer given to | pooka |
| 2009-02-26 | decouple from host struct iovec | pooka |
| 2008-12-18 | __KERNEL_RCSID | pooka |
| 2008-10-16 | Add a prototype to allow this to build (will be moved to a better | pooka |
| 2008-10-16 | kill default DBG=-g | pooka |
| 2008-10-14 | Make the "something random" ethernet address ETHER_IS_LOCAL | pooka |
| 2008-10-13 | Dear diary: an ethernet address with 0x01 set in the first octet | pooka |