summaryrefslogtreecommitdiffstats
path: root/sys/net/if_mpip.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Only install route with label, fix route leak on destroykn2021-03-261-1/+5
* Use correct rdomain when adding/deleting routeskn2021-03-171-5/+5
* move from calling l3 protocol input handlers to using if_vinput.dlg2021-02-201-21/+6
* Leave default ifq_maxlen handling to ifq_init()kn2020-08-211-2/+1
* Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.patrick2020-07-101-2/+2
* Change users of IFQ_PURGE() to use the "new" API.patrick2020-07-101-4/+4
* make ph_flowid in mbufs 16bits by storing whether it's set in csum_flags.dlg2020-06-171-4/+5
* The MPLS edge devices get the packets from the MPLS stack which neverclaudio2019-06-261-4/+3
* use the factored out txhprio and rxhprio checksdlg2019-04-191-16/+5
* implement rxpriodlg2019-04-191-5/+63
* use txprio to control the use of exp as a priority fielddlg2019-04-171-5/+58
* clear the BCAST and MCAST mbuf flags for "outgoing" packets.dlg2019-04-021-1/+2
* some mbuf ph_rtableid fixesdlg2019-04-021-2/+8
* make SIOCGETLABEL fail with EADDRNOTAVAIL if the label is not set.dlg2019-03-181-2/+2
* Add mpip(4), an IP tunnel interface for "IP Layer 2" over MPLS pseudowiresdlg2019-02-281-0/+706