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
/
net
/
if_mpe.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use DLT_LOOP for all tunneling interfaces.
yasuoka
2012-04-14
1
-2
/
+2
*
Fix packet accounting in error cases.
mcbride
2011-08-20
1
-2
/
+2
*
Replace another m_free() with m_freem() to plug an mbuf leak in mpe_input().
reyk
2011-01-28
1
-2
/
+2
*
make mpls compile w/o errors when inet6 is not defined
mikeb
2011-01-21
1
-1
/
+5
*
No need to m_freem() a NULL pointer and change the error for unknown
claudio
2010-09-21
1
-3
/
+2
*
Move the iface specific ioctl call for SIOCSIFRDOMAIN further down so that
claudio
2010-08-25
1
-1
/
+12
*
m_copyback can fail to allocate memory, but is a void fucntion so gymnastics
blambert
2010-07-02
1
-3
/
+3
*
Do not use IF_ENQUEUE() but IF_INPUT_ENQUEUE() instead. The first makro
claudio
2010-05-31
1
-3
/
+3
*
Rework the way we handle MPLS in the kernel. Instead of fumbling MPLS into
claudio
2010-05-28
1
-41
/
+142
*
No need to call bpfdetach() in mpe_clone_destroy() since this is done in
claudio
2010-01-09
1
-4
/
+1
*
Initial rdomain support for mpe(4). Caveat: assumes MPLS is always in
claudio
2009-12-26
1
-1
/
+19
*
dont initialise ifp->if_snd.ifq_maxlen, and then follow it by
dlg
2009-07-13
1
-2
/
+1
*
Get rid of the ugly rtentry hack.
michele
2009-01-28
1
-2
/
+2
*
Introduced IPv6 support of uniform model for TTL handling.
michele
2008-11-06
1
-4
/
+12
*
Introduced Uniform Model for TTL handling.
michele
2008-11-01
1
-7
/
+38
*
Added mpls_output() used to output mpls packets originating from local host.
michele
2008-10-28
1
-8
/
+2
*
Prevent the user to assign reserved labels to mpe(4) interfaces.
michele
2008-10-18
1
-2
/
+3
*
Now mpls_input() handles ipv4 and ipv6 explicit null labels.
michele
2008-10-14
1
-4
/
+26
*
Add license and OpenBSD RCS Tag to the file, spotted by Dries Schellekens.
pyr
2008-05-08
1
-0
/
+17
*
Start at making mpe tap to bpf. While there move if_start() call inside
pyr
2008-05-08
1
-9
/
+30
*
Hook mpe(4) correctly into mpls so that it is possible to tunnel packets over
claudio
2008-05-08
1
-17
/
+13
*
UP mpe interfaces.
norby
2008-05-08
1
-0
/
+1
*
Missing return and correctly indent a debug printf.
claudio
2008-05-07
1
-3
/
+3
*
add mpe_input() to be able to be fed packets that will reenter ip.
pyr
2008-05-07
1
-0
/
+32
*
Make mpe a point-to-point interface.
pyr
2008-05-07
1
-1
/
+9
*
Correctly initialize labels by byte-swapping and inserting BoS and TTL.
pyr
2008-05-07
1
-6
/
+12
*
bring in the mpe interface - for ``MPLS Provider Edge'' - this is a work
pyr
2008-05-06
1
-0
/
+216