summaryrefslogtreecommitdiff
path: root/sys/arch/usermode/dev/if_veth.c
AgeCommit message (Expand)Author
2022-09-18Eliminate use of IFF_OACTIVE.thorpej
2021-06-16if_attach and if_initialize cannot fail, don't test return valueriastradh
2020-02-05Adopt <net/if_stat.h>skrll
2019-05-29Even if we don't use MII(4), use the common path of SIOC[GS]IFMEDIA inmsaitoh
2019-05-29 KNF. No functional change.msaitoh
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2018-06-26 Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backwardmsaitoh
2017-10-23 If if_initialize() failed in the attach function, free resources and return.msaitoh
2016-12-15Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_inputozaki-r
2016-06-10Introduce m_set_rcvif and m_reset_rcvifozaki-r
2016-02-09Introduce softint-based if_inputozaki-r
2012-01-21Complete rewrite of the signal and spl framework for NetBSD/usermodereinoud
2012-01-15close file descriptors at shutdownjmcneill
2012-01-09Don't directly call softint_shedule() when we might be in an SPL level tooreinoud
2011-12-26veth_start: copy data from mbuf into a buffer and pass that to thunk_write(),jmcneill
2011-12-26first cut at networking support for usermode, doesn't fully work yet butjmcneill