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_output.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
de-guttenberg our stack a bit
henning
2011-04-04
1
-5
/
+3
*
no need to check the csum flags before calling mpls_do_cksum which
henning
2011-04-04
1
-4
/
+2
*
make mpls compile w/o errors when inet6 is not defined
mikeb
2011-01-21
1
-1
/
+5
*
Map the TTL when building the initial MPLS stack from the encapsulated
claudio
2010-09-08
1
-3
/
+49
*
Remove duplicate mtod(). No need to do it twice since the mbuf is not
claudio
2010-07-07
1
-3
/
+1
*
Kill the mpls enable sysctl knob. Since MPLS needs to be enabled explicitly
claudio
2010-06-02
1
-2
/
+2
*
Rework the way we handle MPLS in the kernel. Instead of fumbling MPLS into
claudio
2010-05-28
1
-51
/
+97
*
Start cleaning up the mess called rtalloc*. Kill rtalloc2, make rtalloc1
claudio
2010-05-07
1
-2
/
+2
*
Remove commented variable.
michele
2009-07-09
1
-2
/
+1
*
Split up functionalities between mpls_input and mpls_output.
michele
2009-04-29
1
-3
/
+5
*
Get rid of the ugly rtentry hack.
michele
2009-01-28
1
-72
/
+53
*
Fix sockaddr_mpls structure.
michele
2009-01-08
1
-9
/
+16
*
Initial fixup of sockaddr_mpls struct.
michele
2008-12-15
1
-10
/
+7
*
Fix cvs id tag.
michele
2008-11-06
1
-1
/
+1
*
Added mpls_output() used to output mpls packets originating from local host.
michele
2008-10-28
1
-0
/
+153