summaryrefslogtreecommitdiffstats
path: root/sys/net/if_pair.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* this wasnt meant to be committed, back out for now.dlg2019-04-271-12/+16
* get rid of ifv_linkmib and a bunch of useless macrosdlg2019-04-271-16/+12
* Creating a cloned interface could return ENOMEM due to temporarybluhm2018-01-091-5/+2
* Flag pseudo-interfaces as such in order to call add_net_randomness()mpi2017-01-231-1/+2
* move counting if_opackets next to counting if_obytes in if_enqueue.dlg2017-01-221-2/+1
* For virtual Ethernet drivers that don't have a technical limit of thereyk2016-11-291-2/+2
* We're always ready! So send IFQ_SET_READY() to the bitbucket.mpi2016-04-131-2/+1
* remove old lint annotationstedu2015-12-051-2/+1
* Add m_resethdr() to clear any state (pf, tags, flags) of an mbuf packet.reyk2015-10-301-3/+5
* ifa is no longer used.mpi2015-10-251-2/+1
* arp_ifinit() is no longer required.mpi2015-10-251-3/+1
* Remove superfluous assignment.reyk2015-10-241-2/+1
* Add pair(4), a vether-based virtual Ethernet driver to interconnectreyk2015-10-241-0/+293