summaryrefslogtreecommitdiffstats
path: root/sys/net/if_mpip.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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