index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
net
/
if_pair.c
Age
Commit message (
Expand
)
Author
2021-01-13
Send without kernel lock
kn
2020-08-21
Leave default ifq_maxlen handling to ifq_init()
kn
2020-07-10
Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.
Patrick Wildt
2020-07-10
Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use the
Patrick Wildt
2019-04-27
this wasnt meant to be committed, back out for now.
David Gwynne
2019-04-27
get rid of ifv_linkmib and a bunch of useless macros
David Gwynne
2018-01-09
Creating a cloned interface could return ENOMEM due to temporary
Alexander Bluhm
2017-01-23
Flag pseudo-interfaces as such in order to call add_net_randomness()
Martin Pieuchot
2017-01-22
move counting if_opackets next to counting if_obytes in if_enqueue.
David Gwynne
2016-11-29
For virtual Ethernet drivers that don't have a technical limit of the
Reyk Floeter
2016-04-13
We're always ready! So send IFQ_SET_READY() to the bitbucket.
Martin Pieuchot
2015-12-05
remove old lint annotations
Ted Unangst
2015-10-30
Add m_resethdr() to clear any state (pf, tags, flags) of an mbuf packet.
Reyk Floeter
2015-10-25
ifa is no longer used.
Martin Pieuchot
2015-10-25
arp_ifinit() is no longer required.
Martin Pieuchot
2015-10-24
Remove superfluous assignment.
Reyk Floeter
2015-10-24
Add pair(4), a vether-based virtual Ethernet driver to interconnect
Reyk Floeter