| Age | Commit message (Expand) | Author |
| 2022-04-09 | if_shmem(4): Use membar_acquire/release for lock acquire/release. | riastradh |
| 2021-07-14 | shmif: support ALTQ | ozaki-r |
| 2021-06-16 | if_attach and if_initialize cannot fail, don't test return value | riastradh |
| 2020-04-03 | make constant unsigned | christos |
| 2020-02-25 | shmif: reduce the number of calls of cprng(9) | ozaki-r |
| 2020-02-25 | shmif: s/sc_uuid/sc_uid/ | ozaki-r |
| 2020-02-25 | shmif: use cprng_strong64 instead of cprng_fast64 to generate a unique ID | ozaki-r |
| 2020-02-20 | shmif: use cprng_strong32 to generate random bytes for a MAC address | ozaki-r |
| 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 TX/RX offload capabilities to shmif(4). They are emulated in | rin |
| 2018-12-12 | Add missing RCSIDs. | alnsn |
| 2018-06-26 | Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward | msaitoh |
| 2018-04-04 | Unconditionally include <unistd.h>, as we use ftruncate() unconditionally | martin |
| 2017-10-23 | Fix compile error. | msaitoh |
| 2017-10-23 | If if_initialize() failed in the attach function, free resources and return. | msaitoh |
| 2016-12-22 | Fix that rump.ifconfig shmifN destroy hangs up | ozaki-r |
| 2016-12-22 | Fix handling return value of rumpcomp_shmif_watchwait | ozaki-r |
| 2016-12-15 | Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_input | ozaki-r |
| 2016-07-07 | KNF. Remove extra spaces. No functional change. | msaitoh |
| 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 |
| 2016-01-26 | Put the kernelside rump kernel headers into <rump-sys> instead of | pooka |
| 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-09-17 | Make shmif buildable when DRPINTF enabled | ozaki-r |
| 2014-08-16 | Bump SHMIF_VERSION | ozaki-r |
| 2014-08-15 | Make shmif SIMPLEX | ozaki-r |
| 2014-08-09 | Count packets in if_shmem | ozaki-r |
| 2014-05-28 | Add missing __diagused in rump code | justin |
| 2014-03-20 | kill sprintf | christos |
| 2014-03-13 | rename component.c -> shmif_component.c | pooka |
| 2014-03-13 | rename rumpcomp_user.* -> shmif_user.* | pooka |
| 2014-01-08 | OpenBSD has kqueue | pooka |
| 2013-12-20 | use _KERNEL_RCSID only in _KERNEL, _RCSID elsewhere | pooka |
| 2013-12-20 | header massage, mostly improves portability | pooka |
| 2013-09-13 | Remove busversion. | joerg |
| 2013-07-22 | In recv, align data after ether_header at _ALIGN_BYTES. | pooka |
| 2013-07-04 | Use kqueue on *BSD, not just NetBSD. | pooka |
| 2013-06-14 | sauce previous with a comment | pooka |
| 2013-06-14 | Ignore too short packets. This condition is true especially for the | pooka |
| 2013-06-04 | On Linux, pass the inotify descriptor up so that we can correctly read | pooka |
| 2013-05-07 | Include necessary headers on Linux | pooka |
| 2013-05-01 | Three cheers for the mighty C type system that doesn't recognize the | pooka |
| 2013-04-30 | Translate error codes between the hypervisor and rump kernel. | pooka |
| 2013-04-30 | fix non-NetBSD implementation | pooka |
| 2013-04-30 | Make hypercall calling conventions consistent: iff a hypercall can fail, | pooka |