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
/
radix_mpath.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use the radix API directly and get rid of the function pointers. There
mpi
2015-10-08
1
-3
/
+3
*
Factors ou the route hashing code to implement Equal-Cost Multi-Path
mpi
2015-09-28
1
-115
/
+1
*
Replace sockaddr casts with the proper satosin(), ... calls.
bluhm
2015-09-01
1
-3
/
+3
*
Abstract the routing table internals behind an rtable_* API.
mpi
2015-07-18
1
-23
/
+4
*
Fix rn_match and there for the expoerted lookup functions in radix.c
claudio
2015-07-16
1
-2
/
+2
*
Make sure that rn_mpath_adj_mpflag() is called with the correct pointer
claudio
2015-03-04
1
-1
/
+4
*
Change rt_mpath_conflict() to not rely on an initialized rtentry when
mpi
2015-02-06
1
-10
/
+9
*
unifdef INET in net code as a precursor to removing the pretend option.
tedu
2014-12-19
1
-9
/
+1
*
move arc4random prototype to systm.h. more appropriate for most code
tedu
2014-11-18
1
-2
/
+1
*
Rename rtalloc1() into rtalloc(9) and convert its flags to only enable
mpi
2014-11-01
1
-2
/
+2
*
Kill rtalloc() and update rtalloc1() and rtalloc_mpath() to no longer
mpi
2014-09-27
1
-28
/
+24
*
Big refactoring of the radix code (mainly rn_addroute but also part
claudio
2014-05-27
1
-156
/
+169
*
Kill the RN_DEBUG code it is broken since rev 1.1 and not worth fixing.
claudio
2014-01-22
1
-14
/
+1
*
Rename rn_mpath_count() to rn_mpath_active_count() since it will only
claudio
2013-10-20
1
-4
/
+4
*
In rt_mpath_conflict() there is no need to check the priority in the loop
claudio
2013-10-20
1
-5
/
+1
*
Remove various external variable declaration from sources files and
mpi
2013-04-10
1
-3
/
+6
*
Start cleaning up the mess called rtalloc*. Kill rtalloc2, make rtalloc1
claudio
2010-05-07
1
-3
/
+3
*
Make sure rt_gateway is not NULL in rt_mpath_matchgate(). It is possible to
claudio
2009-03-02
1
-2
/
+3
*
Fix a crash found by bluhm@ in rn_mpath_reprio(). The rn_mklist handling was
claudio
2009-01-29
1
-7
/
+7
*
Change the way way rn_mklists work (especially the RNF_NORMAL ones).
claudio
2009-01-06
1
-7
/
+30
*
Use rn_mpath_next() in rtalloc_mpath() to figure out if the next route
claudio
2008-12-29
1
-2
/
+2
*
Implement link-state tracking on the routing table. Routes to interfaces
claudio
2008-11-24
1
-1
/
+102
*
Change rn_mpath_next() to be able to walk over the full multipath list
claudio
2008-11-21
1
-22
/
+21
*
Implement routing priorities. Every route inserted has a priority assigned
claudio
2008-05-07
1
-5
/
+44
*
Redo rev 1.8 but this time with an additional fix to solve the dhclient crashes
claudio
2008-05-07
1
-8
/
+8
*
Revert change which seems to break things like dhclient. Requested by
krw
2007-12-05
1
-8
/
+8
*
Always compare the nexthop if one is specified even if it is a non-multipath
claudio
2007-12-04
1
-8
/
+8
*
Whitespace, oops.
pascoe
2006-06-18
1
-2
/
+2
*
Add support for equal-cost multipath IP.
pascoe
2006-06-18
1
-18
/
+110
*
adjust functions dealing with the routing table to take a table ID as
henning
2006-06-16
1
-3
/
+3
*
typo
henning
2005-05-15
1
-2
/
+2
*
ANSI, mostly from Toni Mueller <openbsd-tech@oeko.net>
henning
2005-05-15
1
-21
/
+9
*
require RTF_MPATH to enter a multipath route with RTM_ADD.
cedric
2004-06-19
1
-3
/
+6
*
radix tree with multipath support. from kame. deraadt ok
itojun
2004-04-25
1
-0
/
+274