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