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_output.c
Age
Commit message (
Expand
)
Author
2019-09-03
correct INET6 path in mpls_getttl() and avoid uninitialised variable
Jonathan Gray
2019-08-27
use m_getptr to get to the right mbuf and offset for the ttl in mpls_gettl.
David Gwynne
2015-12-02
Rework the MPLS handling. Remove the lookup loops since nothing is using
Claudio Jeker
2015-09-23
Always increment rt_use inside rtalloc(9) instead of doing it in some
Martin Pieuchot
2015-09-13
There's no point in abstracting ifp->if_output() as long as pf_test()
Martin Pieuchot
2015-09-12
Stop overwriting the rt_ifp pointer of RTF_LOCAL routes with lo0ifp.
Martin Pieuchot
2015-09-12
Use rtfree() instead of playing with the refcount directly. Some care is
Claudio Jeker
2015-07-15
m_freem() can handle NULL, do not check for this condition beforehands.
Theo de Raadt
2014-12-23
unifdef some more INET. v4 4life.
Ted Unangst
2014-12-05
Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.
Martin Pieuchot
2014-11-01
Rename rtalloc1() into rtalloc(9) and convert its flags to only enable
Martin Pieuchot
2014-07-22
Fewer <netinet/in_systm.h> !
Martin Pieuchot
2013-04-24
Move various extern declarations into their corresponding header file.
Martin Pieuchot
2011-04-04
de-guttenberg our stack a bit
Henning Brauer
2011-04-04
no need to check the csum flags before calling mpls_do_cksum which
Henning Brauer
2011-01-21
make mpls compile w/o errors when inet6 is not defined
Mike Belopuhov
2010-09-08
Map the TTL when building the initial MPLS stack from the encapsulated
Claudio Jeker
2010-07-07
Remove duplicate mtod(). No need to do it twice since the mbuf is not
Claudio Jeker
2010-06-02
Kill the mpls enable sysctl knob. Since MPLS needs to be enabled explicitly
Claudio Jeker
2010-05-28
Rework the way we handle MPLS in the kernel. Instead of fumbling MPLS into
Claudio Jeker
2010-05-07
Start cleaning up the mess called rtalloc*. Kill rtalloc2, make rtalloc1
Claudio Jeker
2009-07-09
Remove commented variable.
Michele Marchetto
2009-04-29
Split up functionalities between mpls_input and mpls_output.
Michele Marchetto
2009-01-28
Get rid of the ugly rtentry hack.
Michele Marchetto
2009-01-08
Fix sockaddr_mpls structure.
Michele Marchetto
2008-12-15
Initial fixup of sockaddr_mpls struct.
Michele Marchetto
2008-11-06
Fix cvs id tag.
Michele Marchetto
2008-10-28
Added mpls_output() used to output mpls packets originating from local host.
Michele Marchetto