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_proto.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Copy the user provided sockaddr into a normalized sockaddr in rtrequest()
claudio
2019-06-13
1
-1
/
+2
*
Retire dom_rtkeylen from struct domain. Nothing is using this anymore.
claudio
2018-11-19
1
-2
/
+1
*
Convert domain declarations to C99 initializers.
mpi
2017-03-02
1
-6
/
+6
*
Retire the AF_MPLS protosw struct. Nothing is using it and the code was super
claudio
2017-02-27
1
-24
/
+5
*
Get rid of rt_mask() and stop allocating a "struct sockaddr" for every
mpi
2015-12-03
1
-2
/
+2
*
Initialize the routing table before domains.
mpi
2015-10-07
1
-3
/
+3
*
Make every subsystem using a radix tree call rn_init() and pass the
mpi
2015-09-04
1
-3
/
+2
*
Use a global table for domains instead of building a list at run time.
mpi
2015-08-30
1
-2
/
+2
*
Abstract the routing table internals behind an rtable_* API.
mpi
2015-07-18
1
-4
/
+3
*
Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.
mpi
2014-12-05
1
-1
/
+2
*
remove uneeded route.h includes
jsg
2014-09-08
1
-2
/
+3
*
Move various extern declarations into their corresponding header file.
mpi
2013-04-24
1
-4
/
+1
*
- use nitems(); no binary change
jasper
2011-03-31
1
-2
/
+2
*
Enable multipath support on the MPLS routing table. ldpd needs this and
claudio
2010-10-15
1
-2
/
+2
*
Fix sockaddr_mpls structure.
michele
2009-01-08
1
-2
/
+2
*
Initial fixup of sockaddr_mpls struct.
michele
2008-12-15
1
-2
/
+2
*
I hate working outside the tree.
norby
2008-04-23
1
-80
/
+1
*
Import MPLS (Multi Protocol Label Switching)
norby
2008-04-23
1
-0
/
+155