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_mpip.c
Age
Commit message (
Expand
)
Author
2022-08-29
Use struct refcnt for interface address reference counting.
Alexander Bluhm
2021-03-26
Only install route with label, fix route leak on destroy
kn
2021-03-17
Use correct rdomain when adding/deleting routes
kn
2021-02-20
move from calling l3 protocol input handlers to using if_vinput.
David Gwynne
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_PURGE() to use the "new" API.
Patrick Wildt
2020-06-17
make ph_flowid in mbufs 16bits by storing whether it's set in csum_flags.
David Gwynne
2019-06-26
The MPLS edge devices get the packets from the MPLS stack which never
Claudio Jeker
2019-04-19
use the factored out txhprio and rxhprio checks
David Gwynne
2019-04-19
implement rxprio
David Gwynne
2019-04-17
use txprio to control the use of exp as a priority field
David Gwynne
2019-04-02
clear the BCAST and MCAST mbuf flags for "outgoing" packets.
David Gwynne
2019-04-02
some mbuf ph_rtableid fixes
David Gwynne
2019-03-18
make SIOCGETLABEL fail with EADDRNOTAVAIL if the label is not set.
David Gwynne
2019-02-28
Add mpip(4), an IP tunnel interface for "IP Layer 2" over MPLS pseudowires
David Gwynne