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