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_mpip.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Only install route with label, fix route leak on destroy
kn
2021-03-26
1
-1
/
+5
*
Use correct rdomain when adding/deleting routes
kn
2021-03-17
1
-5
/
+5
*
move from calling l3 protocol input handlers to using if_vinput.
dlg
2021-02-20
1
-21
/
+6
*
Leave default ifq_maxlen handling to ifq_init()
kn
2020-08-21
1
-2
/
+1
*
Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.
patrick
2020-07-10
1
-2
/
+2
*
Change users of IFQ_PURGE() to use the "new" API.
patrick
2020-07-10
1
-4
/
+4
*
make ph_flowid in mbufs 16bits by storing whether it's set in csum_flags.
dlg
2020-06-17
1
-4
/
+5
*
The MPLS edge devices get the packets from the MPLS stack which never
claudio
2019-06-26
1
-4
/
+3
*
use the factored out txhprio and rxhprio checks
dlg
2019-04-19
1
-16
/
+5
*
implement rxprio
dlg
2019-04-19
1
-5
/
+63
*
use txprio to control the use of exp as a priority field
dlg
2019-04-17
1
-5
/
+58
*
clear the BCAST and MCAST mbuf flags for "outgoing" packets.
dlg
2019-04-02
1
-1
/
+2
*
some mbuf ph_rtableid fixes
dlg
2019-04-02
1
-2
/
+8
*
make SIOCGETLABEL fail with EADDRNOTAVAIL if the label is not set.
dlg
2019-03-18
1
-2
/
+2
*
Add mpip(4), an IP tunnel interface for "IP Layer 2" over MPLS pseudowires
dlg
2019-02-28
1
-0
/
+706