summaryrefslogtreecommitdiff
path: root/sys/netmpls/mpls_raw.c
AgeCommit message (Expand)Author
2017-02-27Retire the AF_MPLS protosw struct. Nothing is using it and the code was superClaudio Jeker
2016-11-15Return EOPNOTSUPP instead of calling a function to do only that.Martin Pieuchot
2015-11-24No need for <net/if_types.h>Martin Pieuchot
2015-07-20Kill NETISR_MPLS, from now on we will use interface input handlers to dealRafael Zalamena
2015-04-10replace the use of ifqueues for most input queues serviced by netisrDavid Gwynne
2014-12-05Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.Martin Pieuchot
2013-03-27a little header cleanup. ok deraadtTed Unangst
2010-09-03Use MPLS_INKERNEL_LOOP_MAX instead of 16 when initializing mpls_inkloop.Claudio Jeker
2010-07-15Correct function in panic string. From Christophe FillotClaudio Jeker
2010-06-02Kill the mpls enable sysctl knob. Since MPLS needs to be enabled explicitlyClaudio Jeker
2010-04-22Unbreak build of MPLS enabled kernel. proc.h is needed.Michele Marchetto
2008-11-01Introduced Uniform Model for TTL handling.Michele Marchetto
2008-05-23Make this compile again, by adding a struct proc * argumentThordur I. Bjornsson
2008-04-23I hate working outside the tree.Esben Norby
2008-04-23Import MPLS (Multi Protocol Label Switching)Esben Norby