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
*
correct INET6 path in mpls_getttl() and avoid uninitialised variable
jsg
2019-09-03
1
-2
/
+2
*
use m_getptr to get to the right mbuf and offset for the ttl in mpls_gettl.
dlg
2019-08-27
1
-29
/
+27
*
Rework the MPLS handling. Remove the lookup loops since nothing is using
claudio
2015-12-02
1
-63
/
+39
*
Always increment rt_use inside rtalloc(9) instead of doing it in some
mpi
2015-09-23
1
-2
/
+1
*
There's no point in abstracting ifp->if_output() as long as pf_test()
mpi
2015-09-13
1
-2
/
+2
*
Stop overwriting the rt_ifp pointer of RTF_LOCAL routes with lo0ifp.
mpi
2015-09-12
1
-2
/
+2
*
Use rtfree() instead of playing with the refcount directly. Some care is
claudio
2015-09-12
1
-6
/
+11
*
m_freem() can handle NULL, do not check for this condition beforehands.
deraadt
2015-07-15
1
-3
/
+2
*
unifdef some more INET. v4 4life.
tedu
2014-12-23
1
-5
/
+1
*
Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.
mpi
2014-12-05
1
-1
/
+2
*
Rename rtalloc1() into rtalloc(9) and convert its flags to only enable
mpi
2014-11-01
1
-2
/
+2
*
Fewer <netinet/in_systm.h> !
mpi
2014-07-22
1
-2
/
+1
*
Move various extern declarations into their corresponding header file.
mpi
2013-04-24
1
-3
/
+1
*
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