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_input.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
cosnistently use IFQ_SET_MAXLEN, surfaced in a discussion with + ok bluhm
henning
2011-07-06
1
-2
/
+2
*
make mpls compile w/o errors when inet6 is not defined
mikeb
2011-01-21
1
-1
/
+15
*
Handle IMPLNULL labels (#3) directly in the kernel like we do with the
claudio
2010-10-07
1
-6
/
+21
*
First shot at ICMP error handling inside an MPLS path. Currently only
claudio
2010-09-13
1
-16
/
+118
*
Use correct function name in panic()
claudio
2010-07-07
1
-2
/
+2
*
Fix the pop operation to make PHP work again. When popping the last label
claudio
2010-06-09
1
-40
/
+76
*
Kill the mpls enable sysctl knob. Since MPLS needs to be enabled explicitly
claudio
2010-06-02
1
-2
/
+2
*
Add a comment about the explicit NULL label handling. We follow RFC 4182
claudio
2010-05-31
1
-1
/
+6
*
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
-29
/
+38
*
Start cleaning up the mess called rtalloc*. Kill rtalloc2, make rtalloc1
claudio
2010-05-07
1
-3
/
+2
*
Split up functionalities between mpls_input and mpls_output.
michele
2009-04-29
1
-19
/
+3
*
Introduce a new dummy operation to easily handle packets that have to leave
michele
2009-04-28
1
-4
/
+20
*
Correctly handle packets that are leaving the MPLS cloud and
michele
2009-04-17
1
-6
/
+105
*
Get rid of the ugly rtentry hack.
michele
2009-01-28
1
-13
/
+22
*
Fix sockaddr_mpls structure.
michele
2009-01-08
1
-17
/
+17
*
Initial fixup of sockaddr_mpls struct.
michele
2008-12-15
1
-10
/
+8
*
Introduced Uniform Model for TTL handling.
michele
2008-11-01
1
-5
/
+5
*
Now mpls_input() handles ipv4 and ipv6 explicit null labels.
michele
2008-10-14
1
-2
/
+27
*
Forgot this one. Wrap a printf() into MPLS_DEBUG since
thib
2008-05-23
1
-1
/
+3
*
Make MPLS code compile without pseudo device mpe. OK norby
claudio
2008-05-10
1
-1
/
+5
*
Hook mpe(4) correctly into mpls so that it is possible to tunnel packets over
claudio
2008-05-08
1
-9
/
+13
*
bring in the mpe interface - for ``MPLS Provider Edge'' - this is a work
pyr
2008-05-06
1
-3
/
+1
*
Drop all broadcast and multicast packets.
norby
2008-05-06
1
-1
/
+7
*
get rid of rtalloc, use rtalloc1 instead.
norby
2008-05-06
1
-6
/
+5
*
fix debug output.
norby
2008-05-06
1
-12
/
+17
*
Fix the label swithing and forwarding logic a bit. OK norby@
claudio
2008-05-02
1
-8
/
+15
*
Drop all MPLS packets when MPLS is not enabled.
norby
2008-04-30
1
-1
/
+6
*
the softnet intr handlers check if the input queue has packets on
dlg
2008-04-24
1
-2
/
+2
*
unbreak compilationg with option MPLS but without option MPLS_DEBUG
dlg
2008-04-23
1
-1
/
+5
*
I hate working outside the tree.
norby
2008-04-23
1
-162
/
+1
*
Import MPLS (Multi Protocol Label Switching)
norby
2008-04-23
1
-0
/
+337