index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
netmpls
/
mpls_raw.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert mpls_sysctl to sysctl_bounded_args
gnezdo
2020-08-19
1
-11
/
+8
*
Move range check inside sysctl_int_arr
gnezdo
2020-08-01
1
-6
/
+3
*
Remove mpls_inkloop and the corresponding sysctl net.mpls.maxloop_inkernel.
claudio
2019-11-05
1
-2
/
+1
*
Retire the AF_MPLS protosw struct. Nothing is using it and the code was super
claudio
2017-02-27
1
-54
/
+1
*
Return EOPNOTSUPP instead of calling a function to do only that.
mpi
2016-11-15
1
-16
/
+2
*
No need for <net/if_types.h>
mpi
2015-11-24
1
-2
/
+1
*
Kill NETISR_MPLS, from now on we will use interface input handlers to deal
rzalamena
2015-07-20
1
-5
/
+2
*
replace the use of ifqueues for most input queues serviced by netisr
dlg
2015-04-10
1
-2
/
+2
*
Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.
mpi
2014-12-05
1
-1
/
+2
*
a little header cleanup. ok deraadt
tedu
2013-03-27
1
-4
/
+1
*
Use MPLS_INKERNEL_LOOP_MAX instead of 16 when initializing mpls_inkloop.
claudio
2010-09-03
1
-2
/
+2
*
Correct function in panic string. From Christophe Fillot
claudio
2010-07-15
1
-2
/
+2
*
Kill the mpls enable sysctl knob. Since MPLS needs to be enabled explicitly
claudio
2010-06-02
1
-2
/
+1
*
Unbreak build of MPLS enabled kernel. proc.h is needed.
michele
2010-04-22
1
-1
/
+2
*
Introduced Uniform Model for TTL handling.
michele
2008-11-01
1
-2
/
+2
*
Make this compile again, by adding a struct proc * argument
thib
2008-05-23
1
-2
/
+2
*
I hate working outside the tree.
norby
2008-04-23
1
-156
/
+1
*
Import MPLS (Multi Protocol Label Switching)
norby
2008-04-23
1
-0
/
+301