| Age | Commit message (Expand) | Author |
| 2014-03-03 | also include bsd.own.mk, so value for RUMP_NPF_TESTING can come from mk.conf | pooka |
| 2014-03-03 | For now, make it possible to not specify -D_NPF_TESTING by compiling | pooka |
| 2014-03-03 | Pull in the changes from the dpdk, netmap and snabb switch repos. | pooka |
| 2014-02-26 | Run constructor as part of network faction bootstrap, not device | 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 |
| 2014-02-14 | Register netisr's from component constructors instead of via a hardcoded | pooka |
| 2014-01-08 | OpenBSD has kqueue | pooka |
| 2014-01-02 | Allow kernels compiled with INET+INET6 to be booted as IPv4-only or IPv6-only. | pooka |
| 2013-12-20 | use _KERNEL_RCSID only in _KERNEL, _RCSID elsewhere | pooka |
| 2013-12-20 | header massage, mostly improves portability | pooka |
| 2013-11-16 | Move rumpnet_bpfjit under MKSLJIT as well. | rmind |
| 2013-11-16 | Build rumpkern_sljit and rumpnet_bpfjit; include them into the sets. | rmind |
| 2013-11-16 | Add rumpkern_sljit and rumpnet_bpfjit modules. | rmind |
| 2013-11-11 | Fix syntax for undefined HAVE_GCC. | joerg |
| 2013-11-08 | NPF: add support for specifying the interfaces before they are attached. | rmind |
| 2013-11-07 | avoid gcc bug on sh3 | christos |
| 2013-10-27 | Give the hypercall interface a version number. This is for | pooka |
| 2013-09-19 | NPF: G/C n-code in favour of BPF byte-code. Delete lots of code, mmm! | rmind |
| 2013-09-13 | Remove busversion. | joerg |
| 2013-09-13 | GC unused functions. Don't bother building ieee80211_acl.c, nothing in | joerg |
| 2013-08-29 | Remove SS_ISCONFIRMING, it is unused and TP4 will not come back. | rmind |
| 2013-08-14 | Partially revert previous, there are still a few gotchas in | pooka |
| 2013-08-14 | Separate inet and inet6, allows inet6-only rump kernels. | pooka |
| 2013-08-01 | Make it possible to not build virtif since it's not supported | pooka |
| 2013-07-22 | In recv, align data after ether_header at _ALIGN_BYTES. | pooka |
| 2013-07-18 | Add librumpnet_netmpls that provides MPLS features into rump kernels | kefren |
| 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 | Use kqueue on *BSD, not just NetBSD. | 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 | Avoid not-used warning on NetBSD | 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-06-30 | Raise lo0 so that ipv6 config gets done for it. | pooka |
| 2013-06-23 | Make sure sockin module is initialized only once | stacktic |
| 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-06-02 | - NPF connection tracking: rework synchronisation on tracking disable/enable | rmind |
| 2013-06-01 | check for EOF from backing sucket | pooka |
| 2013-06-01 | Some minor tweaks to make this compile on Solaris. | pooka |
| 2013-06-01 | Assert that we get PRU_ATTACH requests only for the families we | pooka |
| 2013-06-01 | default portalgo to random_start, for less connections from port 65535 | pooka |
| 2013-06-01 | cosmetic: put portalgo.c in the conceptually right place | pooka |
| 2013-06-01 | Add IPv6 support | stacktic |