Module Name:src
Committed By: thorpej
Date: Sat Feb 1 22:45:02 UTC 2020
Modified Files:
src/sys/rump/net/lib/libvirtif: if_virt.c
Log Message:
Adopt .
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/sys/rump/net/lib/libvirtif/if_virt.c
Please note tha
Module Name:src
Committed By: msaitoh
Date: Mon Oct 23 13:12:23 UTC 2017
Modified Files:
src/sys/rump/net/lib/libvirtif: if_virt.c
Log Message:
Fix compile error.
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/sys/rump/net/lib/libvirtif/if_virt.c
Ple
Module Name:src
Committed By: pooka
Date: Thu Nov 6 23:25:16 UTC 2014
Modified Files:
src/sys/rump/net/lib/libvirtif: if_virt.c
Log Message:
Ensure that no two VIRTIF's have the same modname, therefore
allowing them to coexist in the same rump kernel.
from Alexander Guy,
Module Name:src
Committed By: ozaki-r
Date: Sat Aug 9 09:47:02 UTC 2014
Modified Files:
src/sys/rump/net/lib/libvirtif: if_virt.c
Log Message:
Count packets in if_virt
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/sys/rump/net/lib/libvirtif/if_virt.c
Module Name:src
Committed By: pooka
Date: Wed Apr 2 19:44:15 UTC 2014
Modified Files:
src/sys/rump/net/lib/libvirtif: if_virt.c
Log Message:
use if_initname() instead of homegrown sprintf
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/sys/rump/net/lib
Module Name:src
Committed By: pooka
Date: Tue Mar 18 18:10:09 UTC 2014
Modified Files:
src/sys/rump/net/lib/libvirtif: if_virt.c
Log Message:
Trim alignment out of packet length before passing it up.
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/sys/r
Module Name:src
Committed By: pooka
Date: Fri Mar 14 10:06:22 UTC 2014
Modified Files:
src/sys/rump/net/lib/libvirtif: virtif_user.c virtif_user.h
Log Message:
Remember to bump revision for the "int my time VIF_DYING" change yesterday.
To generate a diff of this commit:
Module Name:src
Committed By: pooka
Date: Thu Mar 13 21:11:12 UTC 2014
Modified Files:
src/sys/rump/net/lib/libvirtif: Makefile.virtif if_virt.c
Removed Files:
src/sys/rump/net/lib/libvirtif: virtif_component.c
Log Message:
No reason to attach if_virt as a RUMP_COM
Module Name:src
Committed By: pooka
Date: Thu Mar 13 20:59:12 UTC 2014
Modified Files:
src/sys/rump/net/lib/libvirtif: Makefile.virtif if_virt.c
Log Message:
remove unnecessary header inclusions
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/rump/net
Module Name:src
Committed By: pooka
Date: Thu Mar 13 20:55:26 UTC 2014
Modified Files:
src/sys/rump/net/lib/libvirtif: if_virt.c virtif_user.c virtif_user.h
Log Message:
allow VIF_DYING() implementation to protest
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r
Module Name:src
Committed By: pooka
Date: Thu Mar 13 18:14:13 UTC 2014
Modified Files:
src/sys/rump/net/lib/libvirtif: Makefile if_virt.c
Added Files:
src/sys/rump/net/lib/libvirtif: virtif_user.c virtif_user.h
Removed Files:
src/sys/rump/net/lib/libvirtif:
Module Name:src
Committed By: pooka
Date: Wed Mar 12 23:42:33 UTC 2014
Modified Files:
src/sys/rump/net/lib/libvirtif: Makefile.virtif
Added Files:
src/sys/rump/net/lib/libvirtif: virtif_component.c
Removed Files:
src/sys/rump/net/lib/libvirtif: component.c
Module Name:src
Committed By: pooka
Date: Wed Mar 12 23:40:58 UTC 2014
Modified Files:
src/sys/rump/net/lib/libvirtif: Makefile
Added Files:
src/sys/rump/net/lib/libvirtif: Makefile.virtif
Log Message:
Separate common bits for all interfaces implementing virtif hyp
Module Name:src
Committed By: pooka
Date: Wed Mar 12 17:49:13 UTC 2014
Modified Files:
src/sys/rump/net/lib/libvirtif: if_virt.c
Log Message:
When sending, only load mbufs which have a length. This is especially
useful for fragmented datagrams where the tail of the first
Module Name:src
Committed By: pooka
Date: Mon Mar 3 13:56:41 UTC 2014
Modified Files:
src/sys/rump/net/lib/libvirtif: if_virt.c if_virt.h rumpcomp_user.c
rumpcomp_user.h
Log Message:
Pull in the changes from the dpdk, netmap and snabb switch repos.
There are t
Module Name:src
Committed By: skrll
Date: Fri Feb 21 08:33:51 UTC 2014
Modified Files:
src/sys/rump/net/lib/libvirtif: if_virt.c
Log Message:
Fix typo in fix for PR/48606
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/sys/rump/net/lib/libvirtif/if_virt
Module Name:src
Committed By: pooka
Date: Sun Oct 27 16:03:20 UTC 2013
Modified Files:
src/sys/rump/net/lib/libvirtif: rumpcomp_user.c rumpcomp_user.h
Log Message:
Give the hypercall interface a version number. This is for
implementations outside of the tree.
To generat
Module Name:src
Committed By: pooka
Date: Tue Jul 16 21:14:42 UTC 2013
Modified Files:
src/sys/rump/net/lib/libvirtif: rumpcomp_user.c
Log Message:
A simple (void) is apparently too easy and traditional to make
Wunused-result STFU, so let's invent something a bit more verb
Module Name:src
Committed By: pooka
Date: Tue Jul 16 19:44:31 UTC 2013
Modified Files:
src/sys/rump/net/lib/libvirtif: rumpcomp_user.c
Log Message:
Explicitly ignore return value of writev() for sending a packet.
Otherwise you get the following with some compilers:
warnin
Module Name:src
Committed By: pooka
Date: Thu Jul 4 11:58:11 UTC 2013
Modified Files:
src/sys/rump/net/lib/libvirtif: if_virt.h
Log Message:
Add a note explaining why there's a homegrown __STRING, __CONCAT, etc.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.
Module Name:src
Committed By: pooka
Date: Thu Jul 4 11:46:51 UTC 2013
Modified Files:
src/sys/rump/net/lib/libvirtif: Makefile component.c if_virt.c
rumpcomp_user.c rumpcomp_user.h
Added Files:
src/sys/rump/net/lib/libvirtif: if_virt.h
Log Message:
Det
Module Name:src
Committed By: pooka
Date: Thu Jul 4 09:48:01 UTC 2013
Modified Files:
src/sys/rump/net/lib/libvirtif: rumpcomp_user.c
Log Message:
fix warnings
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/rump/net/lib/libvirtif/rumpcomp_user.c
Pl
Module Name:src
Committed By: pooka
Date: Wed Jul 3 20:17:07 UTC 2013
Modified Files:
src/sys/rump/net/lib/libvirtif: if_virt.c
Log Message:
fix parameter name
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sys/rump/net/lib/libvirtif/if_virt.c
Please
Module Name:src
Committed By: pooka
Date: Wed Jul 3 19:23:46 UTC 2013
Modified Files:
src/sys/rump/net/lib/libvirtif: if_virt.c
Log Message:
Adjust for rump_virtif_create() removal. Incidentally, this reduces
the number of exported symbols by one (which is useful for pha
Module Name:src
Committed By: pooka
Date: Wed Jul 3 15:06:25 UTC 2013
Modified Files:
src/sys/rump/net/lib/libvirtif: if_virt.c
Log Message:
Allow alternate interface base names to be specified at compile time.
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.
Module Name:src
Committed By: pooka
Date: Mon May 20 10:24:26 UTC 2013
Modified Files:
src/sys/rump/net/lib/libvirtif: rumpcomp_user.c
Log Message:
Return 0 for success instead of returning an uninitialized automatic variable.
from Gal Sagie, PR 47837
To generate a diff
Module Name:src
Committed By: christos
Date: Sat Mar 16 21:37:04 UTC 2013
Modified Files:
src/sys/rump/net/lib/libvirtif: rumpcomp_user.c
Log Message:
fix the build!
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/rump/net/lib/libvirtif/rumpcomp_user.
Module Name:src
Committed By: pooka
Date: Fri Mar 15 11:30:23 UTC 2013
Modified Files:
src/sys/rump/net/lib/libvirtif: Makefile if_virt.c
Log Message:
Rerevert to preprevious now that this builds with build.sh
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 s
Module Name:src
Committed By: pooka
Date: Thu Mar 14 01:23:35 UTC 2013
Modified Files:
src/sys/rump/net/lib/libvirtif: Makefile if_virt.c
Log Message:
Guess the RUMPCOMP_USER stuff wasn't ready to be in the NetBSD tree yet,
so revert previous commits to fix build. I'll lo
Module Name:src
Committed By: pooka
Date: Wed Mar 13 21:17:32 UTC 2013
Modified Files:
src/sys/rump/net/lib/libvirtif: rumpcomp_user.c rumpcomp_user.h
Log Message:
Fix a few minor issues found by proofreading the diff one last time.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: pooka
Date: Wed Mar 13 21:13:45 UTC 2013
Modified Files:
src/sys/rump/net/lib/libvirtif: Makefile if_virt.c
Added Files:
src/sys/rump/net/lib/libvirtif: rumpcomp_user.c rumpcomp_user.h
Log Message:
Push the bits accessing the networkin
Module Name:src
Committed By: yamt
Date: Mon Oct 31 13:25:21 UTC 2011
Modified Files:
src/sys/rump/net/lib/libvirtif: if_virt.c
Log Message:
fix a type in a printf message
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/rump/net/lib/libvirtif/if_vir
Module Name:src
Committed By: mrg
Date: Wed Jun 22 04:01:09 UTC 2011
Modified Files:
src/sys/rump/net/lib/libvirtif: if_virt.c
Log Message:
fix an operator precedence error picked up by GCC 4.5.3. real bug.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 s
Module Name:src
Committed By: pooka
Date: Wed Dec 1 15:13:24 UTC 2010
Modified Files:
src/sys/rump/net/lib/libvirtif: if_virt.c
Log Message:
Don't bother asserting: if we create the thread without KTHREAD_MPSAFE,
it's not going to be MPSAFE.
To generate a diff of this c
Module Name:src
Committed By: pooka
Date: Mon Nov 15 20:23:12 UTC 2010
Modified Files:
src/sys/rump/net/lib/libvirtif: if_virt.c
Log Message:
Make interface support ifconfig {down,destroy} and generally make
it a little less eager to panic.
To generate a diff of this com
Module Name:src
Committed By: pooka
Date: Tue Oct 19 19:19:41 UTC 2010
Modified Files:
src/sys/rump/net/lib/libvirtif: component.c if_virt.c
Log Message:
Make virtif a cloner so that it can be brough to life also with
"ifconfig create". As previously, virt interfaces with
Module Name:src
Committed By: pooka
Date: Tue Aug 10 18:06:10 UTC 2010
Modified Files:
src/sys/rump/net/lib/libvirtif: if_virt.c
Log Message:
* improve diagnostic print
* deal with a tap quirk when it returns 0 bytes
To generate a diff of this commit:
cvs rdiff -u -r1.18
Module Name:src
Committed By: joerg
Date: Mon Apr 5 16:35:30 UTC 2010
Modified Files:
src/sys/rump/net/lib/libvirtif: if_virt.c
Log Message:
Fix typo
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/rump/net/lib/libvirtif/if_virt.c
Please note that
38 matches
Mail list logo