summaryrefslogtreecommitdiffstats
path: root/sys/netmpls/mpls_raw.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert mpls_sysctl to sysctl_bounded_argsgnezdo2020-08-191-11/+8
* Move range check inside sysctl_int_arrgnezdo2020-08-011-6/+3
* Remove mpls_inkloop and the corresponding sysctl net.mpls.maxloop_inkernel.claudio2019-11-051-2/+1
* Retire the AF_MPLS protosw struct. Nothing is using it and the code was superclaudio2017-02-271-54/+1
* Return EOPNOTSUPP instead of calling a function to do only that.mpi2016-11-151-16/+2
* No need for <net/if_types.h>mpi2015-11-241-2/+1
* Kill NETISR_MPLS, from now on we will use interface input handlers to dealrzalamena2015-07-201-5/+2
* replace the use of ifqueues for most input queues serviced by netisrdlg2015-04-101-2/+2
* Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.mpi2014-12-051-1/+2
* a little header cleanup. ok deraadttedu2013-03-271-4/+1
* 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