summaryrefslogtreecommitdiff
path: root/sys/net/if_mpip.c
AgeCommit message (Expand)Author
2022-08-29Use struct refcnt for interface address reference counting.Alexander Bluhm
2021-03-26Only install route with label, fix route leak on destroykn
2021-03-17Use correct rdomain when adding/deleting routeskn
2021-02-20move from calling l3 protocol input handlers to using if_vinput.David Gwynne
2020-08-21Leave default ifq_maxlen handling to ifq_init()kn
2020-07-10Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.Patrick Wildt
2020-07-10Change users of IFQ_PURGE() to use the "new" API.Patrick Wildt
2020-06-17make ph_flowid in mbufs 16bits by storing whether it's set in csum_flags.David Gwynne
2019-06-26The MPLS edge devices get the packets from the MPLS stack which neverClaudio Jeker
2019-04-19use the factored out txhprio and rxhprio checksDavid Gwynne
2019-04-19implement rxprioDavid Gwynne
2019-04-17use txprio to control the use of exp as a priority fieldDavid Gwynne
2019-04-02clear the BCAST and MCAST mbuf flags for "outgoing" packets.David Gwynne
2019-04-02some mbuf ph_rtableid fixesDavid Gwynne
2019-03-18make SIOCGETLABEL fail with EADDRNOTAVAIL if the label is not set.David Gwynne
2019-02-28Add mpip(4), an IP tunnel interface for "IP Layer 2" over MPLS pseudowiresDavid Gwynne