index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
netmpls
/
mpls_raw.c
Age
Commit message (
Expand
)
Author
2017-02-27
Retire the AF_MPLS protosw struct. Nothing is using it and the code was super
Claudio Jeker
2016-11-15
Return EOPNOTSUPP instead of calling a function to do only that.
Martin Pieuchot
2015-11-24
No need for <net/if_types.h>
Martin Pieuchot
2015-07-20
Kill NETISR_MPLS, from now on we will use interface input handlers to deal
Rafael Zalamena
2015-04-10
replace the use of ifqueues for most input queues serviced by netisr
David Gwynne
2014-12-05
Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.
Martin Pieuchot
2013-03-27
a little header cleanup. ok deraadt
Ted Unangst
2010-09-03
Use MPLS_INKERNEL_LOOP_MAX instead of 16 when initializing mpls_inkloop.
Claudio Jeker
2010-07-15
Correct function in panic string. From Christophe Fillot
Claudio Jeker
2010-06-02
Kill the mpls enable sysctl knob. Since MPLS needs to be enabled explicitly
Claudio Jeker
2010-04-22
Unbreak build of MPLS enabled kernel. proc.h is needed.
Michele Marchetto
2008-11-01
Introduced Uniform Model for TTL handling.
Michele Marchetto
2008-05-23
Make this compile again, by adding a struct proc * argument
Thordur I. Bjornsson
2008-04-23
I hate working outside the tree.
Esben Norby
2008-04-23
Import MPLS (Multi Protocol Label Switching)
Esben Norby