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
/
route.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
-16
/
+59
*
Make rt_mpls_set() be more strict in what it accepts. Also ensure that
claudio
2019-05-11
1
-3
/
+8
*
Found some historical code. Don't cast the pointer for bzero to a different type,
deraadt
2019-03-03
1
-2
/
+2
*
Remove KASSERT() for now. It triggers when destroying lo(4) of a rdomain
claudio
2019-02-15
1
-2
/
+1
*
change rt_ifa_add and rt_ifa_del so they take an rdomain argument.
dlg
2019-02-13
1
-29
/
+36
*
remove the implict RTF_MPATH flag that rt_ifa_add() sets on new routes.
dlg
2019-02-10
1
-3
/
+3
*
Change rtable_mpath_reprio() to take the prefixlen as argument instead of
claudio
2018-11-23
1
-5
/
+5
*
Make sure the L2 entry is cloned before dereferencing its parent.
mpi
2018-09-27
1
-6
/
+3
*
superfluous newline
henning
2018-07-11
1
-2
/
+1
*
Factorize MPLS setup/teardown into two functions.
mpi
2018-06-25
1
-28
/
+41
*
Push the KERNEL_LOCK() inside route_input().
mpi
2018-06-11
1
-7
/
+3
*
Remove unused rtentry parameter.
florian
2018-04-24
1
-3
/
+3
*
Always reallocate a new memory chunk when changing the gateway of a
mpi
2018-02-22
1
-3
/
+6
*
Removing an RTF_CLONING route entry should not invalidate an RTF_CACHED
mpi
2018-02-20
1
-9
/
+14
*
If the kernel fails to clone an entry, report rtrequest(9) error.
mpi
2018-02-10
1
-11
/
+16
*
When multiple RTF_CLONING routes for the same subnet are present, use
mpi
2018-02-08
1
-4
/
+34
*
Move the cloning bits in their own function.
mpi
2018-01-02
1
-34
/
+42
*
Revert 1.353, this breaks mpe(4). Also it seems not complete since rt_ifa_del
claudio
2017-11-29
1
-2
/
+5
*
Restart the iteration when a multipath list is re-ordered to make sure
mpi
2017-09-05
1
-28
/
+28
*
Remove NET_LOCK()'s argument.
mpi
2017-08-11
1
-4
/
+3
*
Move a sanity check that only makes sense for userland where it belongs.
mpi
2017-08-02
1
-11
/
+1
*
Enable mpath support in the Allotment Routing Table (ART) on the ramdisk.
florian
2017-07-30
1
-9
/
+1
*
Switch installer to Allotment Routing Table (ART).
florian
2017-07-30
1
-5
/
+1
*
Add an error argument to rtm_send() instead of rerolling it inside
mpi
2017-07-28
1
-11
/
+5
*
Export RTAX_IFP, RTAX_IFA and RTAX_LABEL to userland in rtdeletemsg().
mpi
2017-07-27
1
-6
/
+8
*
rt_getifa() is only needed for routing commands submited by userland.
mpi
2017-07-24
1
-125
/
+3
*
Replace rtrequest(RTM_DELETE...) rtrequest_delete() and do not even
mpi
2017-06-09
1
-27
/
+15
*
Grab the KERNEL_LOCK() around rtm*() functions. Routing sockets globals
mpi
2017-06-07
1
-3
/
+7
*
In ifa_ifwithroute() the rtalloc() needs to be done against the rdomain
claudio
2017-05-27
1
-2
/
+2
*
Replace remaining splsoftassert(IPL_SOFTNET) by NET_ASSERT_LOCKED().
mpi
2017-05-16
1
-4
/
+4
*
Use the rt_rmx defines that hide the struct rt_kmetrics indirection.
bluhm
2017-04-19
1
-2
/
+2
*
Prefix functions dealing with routing messages with 'rtm_' and keep
mpi
2017-03-06
1
-34
/
+9
*
Allow MPLS switching and VPLS across rdomains.
renato
2017-03-02
1
-6
/
+2
*
Use rtable_match() rather than rtalloc(9) when adding a new route.
mpi
2017-02-28
1
-2
/
+3
*
Replace manual loops with FOREACH macro.
bluhm
2017-02-15
1
-14
/
+10
*
Always allocate counters memory using type M_COUNTERS.
jca
2017-02-05
1
-2
/
+2
*
A space here, a space there. Soon we're talking real whitespace
krw
2017-01-24
1
-20
/
+20
*
when we lose link, do not delete entries that have the RTF_BFD flag set
phessler
2017-01-24
1
-2
/
+2
*
use per-cpu counters for rtstat.
dlg
2017-01-20
1
-9
/
+11
*
remove the BFD flag on a route *before* we actually delete the route
phessler
2017-01-19
1
-6
/
+6
*
Introduce the NET_LOCK() a rwlock used to serialize accesses to the parts
mpi
2016-12-19
1
-5
/
+5
*
Insert RTF_CLONED routes at a higher priority than their partent to
mpi
2016-12-17
1
-12
/
+18
*
Make 'route add default' show a nicer error message if the provided
stsp
2016-12-14
1
-2
/
+2
*
Since net/route.c r1.337 interface priority factors into route priority
stsp
2016-12-04
1
-2
/
+2
*
Assert that rt_match() is always called at IPL_SOFTNET rather than
mpi
2016-12-02
1
-4
/
+4
*
m_free() and m_freem() test for NULL. Simplify callers which had their own
jsg
2016-11-29
1
-3
/
+2
*
Kill rtioctl() stub, returning EOPNOTSUPP since tree import.
mpi
2016-11-21
1
-7
/
+1
*
Properly initialize ``ifa''.
mpi
2016-11-15
1
-1
/
+2
*
Reflect interface priorities when inserting RTF_CONNECTED routes.
mpi
2016-11-14
1
-2
/
+2
*
Automatically create a default lo(4) interface per rdomain.
mpi
2016-11-14
1
-3
/
+1
[next]