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_mpw.c
Age
Commit message (
Expand
)
Author
2016-04-13
We're always ready! So send IFQ_SET_READY() to the bitbucket.
Martin Pieuchot
2016-03-09
rework how mpw(4) interacts with vlan(4)
David Gwynne
2015-12-05
remove old lint annotations
Ted Unangst
2015-12-02
Kill the RT_REPORT flag to rtalloc() and stop sending RTM_MISS messages
Claudio Jeker
2015-11-06
Do not use rt_ifp directly.
Martin Pieuchot
2015-11-03
pull packets off the send queue with IFQ_DEQUEUE instead of IF_DEQUEUE.
David Gwynne
2015-10-22
Kill link_rtrequest(), introduce in 1990 to "fix" the result
Martin Pieuchot
2015-10-22
Inspired by satosin(), use inline functions to convert sockaddr dl.
Alexander Bluhm
2015-09-12
Now that rtrequest1(9) properly sets RTF_UP for newly added route,
Martin Pieuchot
2015-09-10
pass a cookie argument to interface input handlers that can be used
Mike Belopuhov
2015-09-10
move the if input handler list to an SRP list.
David Gwynne
2015-09-09
if_put after you if_get
David Gwynne
2015-07-21
Added OpenBSD CVS tag.
Rafael Zalamena
2015-07-20
Implemented MPLS pseudowire (mpw(4)) to be used with VPLS and VPWS.
Rafael Zalamena