| Age | Commit message (Expand) | Author |
| 2021-06-16 | if_attach and if_initialize cannot fail, don't test return value | riastradh |
| 2020-02-01 | Adopt <net/if_stats.h>. | thorpej |
| 2019-03-26 | Protect __KERNEL_RCSID. It isn't available when compile rumpkernels under e.g... | bad |
| 2019-01-27 | Merge the [pgoyette-compat] branch | pgoyette |
| 2018-12-12 | Add missing RCSIDs. | alnsn |
| 2018-06-26 | Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward | msaitoh |
| 2017-10-23 | Fix compile error. | msaitoh |
| 2017-10-23 | If error occured in the attach function, free resources and return. | msaitoh |
| 2016-12-15 | Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_input | ozaki-r |
| 2016-06-16 | Use curlwp_bind and curlwp_bindx instead of open-coding LP_BOUND | ozaki-r |
| 2016-06-10 | Introduce m_set_rcvif and m_reset_rcvif | ozaki-r |
| 2016-04-19 | Prevent LWP migrations between CPUs during upper layer processing | ozaki-r |
| 2016-02-09 | Introduce softint-based if_input | ozaki-r |
| 2015-10-19 | Add a COMMENT describing what each component roughly does. | pooka |
| 2014-12-02 | Remove shlib_version files and just use Makefile SHLIB_MAJOR/MINOR, | pooka |
| 2014-11-06 | Ensure that no two VIRTIF's have the same modname, therefore | pooka |
| 2014-08-09 | Count packets in if_virt | ozaki-r |
| 2014-04-02 | use if_initname() instead of homegrown sprintf | pooka |
| 2014-03-20 | kill sprintf | christos |
| 2014-03-18 | Trim alignment out of packet length before passing it up. | pooka |
| 2014-03-14 | Remember to bump revision for the "int my time VIF_DYING" change yesterday. | pooka |
| 2014-03-13 | No reason to attach if_virt as a RUMP_COMPONENT(), simply use MODULE(). | pooka |
| 2014-03-13 | remove unnecessary header inclusions | pooka |
| 2014-03-13 | allow VIF_DYING() implementation to protest | pooka |
| 2014-03-13 | Rename rumpcomp_user.c -> virtif_user.c | pooka |
| 2014-03-12 | component.c -> virtif_component.c, just to decrease risk of conflicts. | pooka |
| 2014-03-12 | Separate common bits for all interfaces implementing virtif hypercalls | pooka |
| 2014-03-12 | When sending, only load mbufs which have a length. This is especially | pooka |
| 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 |