summaryrefslogtreecommitdiffstats
path: root/sys/netmpls/mpls_raw.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use MPLS_INKERNEL_LOOP_MAX instead of 16 when initializing mpls_inkloop.claudio2010-09-031-2/+2
* Correct function in panic string. From Christophe Fillotclaudio2010-07-151-2/+2
* Kill the mpls enable sysctl knob. Since MPLS needs to be enabled explicitlyclaudio2010-06-021-2/+1
* Unbreak build of MPLS enabled kernel. proc.h is needed.michele2010-04-221-1/+2
* Introduced Uniform Model for TTL handling.michele2008-11-011-2/+2
* Make this compile again, by adding a struct proc * argumentthib2008-05-231-2/+2
* I hate working outside the tree.norby2008-04-231-156/+1
* Import MPLS (Multi Protocol Label Switching)norby2008-04-231-0/+301