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.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
spelling
jsg
2021-03-10
1
-2
/
+2
*
Convert mpls_sysctl to sysctl_bounded_args
gnezdo
2020-08-19
1
-11
/
+1
*
Remove mpls_inkloop and the corresponding sysctl net.mpls.maxloop_inkernel.
claudio
2019-11-05
1
-5
/
+3
*
add some macros to help turn labels into shims and back again.
dlg
2019-01-30
1
-1
/
+4
*
use mpls_ip_adjttl and mpls_ip6_adjttl in mpe instead of rolling it again.
dlg
2019-01-27
1
-2
/
+6
*
change how packets are pushed into mpe(4).
dlg
2019-01-27
1
-6
/
+1
*
move the mpe_softc definition and mpe macros into the mpe driver.
dlg
2019-01-27
1
-13
/
+1
*
make mpls_input take a struct ifnet *ifp argument.
dlg
2018-01-09
1
-2
/
+2
*
Remove mpls_raw_usrreq() prototype, that function is gone.
claudio
2017-02-28
1
-4
/
+1
*
Retire the AF_MPLS protosw struct. Nothing is using it and the code was super
claudio
2017-02-27
1
-4
/
+1
*
Rework the MPLS handling. Remove the lookup loops since nothing is using
claudio
2015-12-02
1
-2
/
+2
*
Don't use mpls_input() as input handler anymore and instead call it
rzalamena
2015-07-29
1
-3
/
+2
*
Implemented MPLS pseudowire (mpw(4)) to be used with VPLS and VPWS.
rzalamena
2015-07-20
1
-1
/
+18
*
Kill NETISR_MPLS, from now on we will use interface input handlers to deal
rzalamena
2015-07-20
1
-5
/
+3
*
replace the use of ifqueues for most input queues serviced by netisr
dlg
2015-04-10
1
-2
/
+2
*
Use rt_ifa_add(9) and rt_ifa_del(9) to configure MPLS labels.
mpi
2015-03-26
1
-2
/
+3
*
Do not include 5 header files, including <sys/param.h>
deraadt
2015-01-15
1
-8
/
+1
*
Move various extern declarations into their corresponding header file.
mpi
2013-04-24
1
-1
/
+4
*
a little header cleanup. ok deraadt
tedu
2013-03-27
1
-2
/
+1
*
Remove various read-only *maxlen variables and use IFQ_MAXLEN directly.
mpi
2013-03-26
1
-2
/
+1
*
Map the TTL when building the initial MPLS stack from the encapsulated
claudio
2010-09-08
1
-1
/
+4
*
Fix the pop operation to make PHP work again. When popping the last label
claudio
2010-06-09
1
-4
/
+1
*
Kill the mpls enable sysctl knob. Since MPLS needs to be enabled explicitly
claudio
2010-06-02
1
-9
/
+8
*
Rework the way we handle MPLS in the kernel. Instead of fumbling MPLS into
claudio
2010-05-28
1
-2
/
+3
*
Introduce a new dummy operation to easily handle packets that have to leave
michele
2009-04-28
1
-1
/
+2
*
Correctly handle packets that are leaving the MPLS cloud and
michele
2009-04-17
1
-1
/
+4
*
Use our own flags to set the operations and not RTF_PROTOX.
michele
2009-02-03
1
-5
/
+5
*
mpls_operation have to be 2 bytes long to store
michele
2009-01-29
1
-2
/
+2
*
Get rid of the ugly rtentry hack.
michele
2009-01-28
1
-8
/
+14
*
Fix sockaddr_mpls structure.
michele
2009-01-08
1
-3
/
+6
*
Initial fixup of sockaddr_mpls struct.
michele
2008-12-15
1
-13
/
+4
*
Introduced Uniform Model for TTL handling.
michele
2008-11-01
1
-4
/
+10
*
Added mpls_output() used to output mpls packets originating from local host.
michele
2008-10-28
1
-1
/
+2
*
Now mpls_input() handles ipv4 and ipv6 explicit null labels.
michele
2008-10-14
1
-1
/
+3
*
Make this compile again, by adding a struct proc * argument
thib
2008-05-23
1
-2
/
+2
*
Kill some useless makros.
claudio
2008-05-09
1
-3
/
+1
*
Hook mpe(4) correctly into mpls so that it is possible to tunnel packets over
claudio
2008-05-08
1
-2
/
+3
*
add mpe_input() to be able to be fed packets that will reenter ip.
pyr
2008-05-07
1
-1
/
+3
*
Make mpe a point-to-point interface.
pyr
2008-05-07
1
-1
/
+4
*
Correctly initialize labels by byte-swapping and inserting BoS and TTL.
pyr
2008-05-07
1
-1
/
+2
*
bring in the mpe interface - for ``MPLS Provider Edge'' - this is a work
pyr
2008-05-06
1
-1
/
+14
*
Drop all MPLS packets when MPLS is not enabled.
norby
2008-04-30
1
-1
/
+2
*
add missing prototypes
norby
2008-04-23
1
-1
/
+19
*
I hate working outside the tree.
norby
2008-04-23
1
-160
/
+1
*
Import MPLS (Multi Protocol Label Switching)
norby
2008-04-23
1
-0
/
+296