name='robots' content='index, nofollow'/>
summaryrefslogtreecommitdiff
path: root/sys/rump/net/lib/libvirtif
AgeCommit message (Expand)Author
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
2008-10-06Implement a virtual userspace networking interface. This is requiredpooka