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
/
usr.sbin
/
ldpd
/
adjacency.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make ldpd lookup the adjacency not only by source IP address but also
yasuoka
2019-12-12
1
-1
/
+4
*
Fix removal of dual-stack neighbors.
renato
2016-06-18
1
-20
/
+22
*
Fix use after free bug.
renato
2016-06-18
1
-2
/
+9
*
Rework the handling of Hello packets.
renato
2016-06-13
1
-5
/
+17
*
Send a fatal notification when the last hello adjacency is deleted.
renato
2016-06-09
1
-5
/
+8
*
Update copyright information.
renato
2016-05-23
1
-1
/
+2
*
Remove superfluous includes.
renato
2016-05-23
1
-5
/
+1
*
Make functions and variables static whenever possible.
renato
2016-05-23
1
-12
/
+11
*
Add support for IPv6 (RFC 7552).
renato
2016-05-23
1
-28
/
+50
*
Assorted fixes and small cleanup.
renato
2016-05-23
1
-3
/
+1
*
Enable changing the router-id via config reload.
renato
2016-05-23
1
-4
/
+9
*
Create network sockets on the parent process.
renato
2016-05-23
1
-6
/
+35
*
Copy structs by assignment instead of memcpy.
renato
2016-05-23
1
-5
/
+5
*
Fix mess caused by my commit script.
renato
2016-05-23
1
-4
/
+3
*
Remove unnecessary mirroring of sockets.
renato
2016-05-23
1
-1
/
+2
*
Simplify removal of targeted neighbors and adjacencies.
renato
2016-05-23
1
-9
/
+5
*
Standardize some log messages and fix some inconsistencies.
renato
2016-05-23
1
-4
/
+4
*
Remove duplicated code in timer functions.
renato
2016-05-23
1
-12
/
+4
*
Move some code around.
renato
2016-05-23
1
-62
/
+15
*
Replace manually written function names with __func__.
renato
2016-05-23
1
-11
/
+11
*
VPLS signaling support.
renato
2015-07-21
1
-3
/
+5
*
Add configuration reload support.
renato
2015-07-21
1
-3
/
+3
*
Assorted fixes and code cleanup for targeted neighbors.
renato
2015-07-21
1
-9
/
+19
*
Remove unused parameter from adj_new().
renato
2015-04-04
1
-3
/
+2
*
Fix whitespace and other style issues.
renato
2013-10-15
1
-5
/
+9
*
Since a targeted neighbor can be created both by configuration and
renato
2013-10-15
1
-4
/
+4
*
I screwed up and forgot to commit this new file :(
claudio
2013-06-04
1
-0
/
+316