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
/
ospf6d
/
interface.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unneeded <stddef.h>
denis
2020-05-27
1
-2
/
+1
*
Rename orig_rtr_lsa_area() to orig_rtr_lsa()
denis
2020-01-02
1
-5
/
+5
*
Area is now part of struct iface
denis
2019-12-23
1
-2
/
+3
*
Scale send buffer on socket.
denis
2019-12-22
1
-3
/
+11
*
When system calls indicate an error they return -1, not some arbitrary
deraadt
2019-06-28
1
-7
/
+7
*
Add support for rdomains.
remi
2018-07-12
1
-2
/
+3
*
Increase SO_RCVBUF of the ospf socket to 256k having this buffer can result
claudio
2018-03-11
1
-2
/
+5
*
As done for bgpd recently, rename if_mediatype to if_type in ospfd/ospf6d.
stsp
2015-09-27
1
-4
/
+4
*
another annoying %i
deraadt
2013-11-01
1
-2
/
+2
*
Fix trailing whitespaces.
bluhm
2012-09-17
1
-2
/
+2
*
Rework the distribution of link state and iface FSM state changes.
claudio
2011-07-07
1
-5
/
+5
*
LINK_STATE_IS_UP() cleanup userland part. There is no need to special
claudio
2011-07-04
1
-4
/
+2
*
Make sure that passive interfaces (like carp) are added to the
claudio
2011-07-04
1
-5
/
+5
*
Do not special case loopback interfaces on init. Instead force them
claudio
2011-05-06
1
-5
/
+9
*
if_new() would treat the new interface as a virtual link if the ifname
stsp
2009-09-20
1
-3
/
+8
*
For SPF calculation, we will need the source address specified
stsp
2009-03-29
1
-2
/
+3
*
Remove origination of Intra-Area-Prefix LSAs from ospfe.
stsp
2009-02-19
1
-2
/
+1
*
Sync iface fsm state from ospfe to rde.
stsp
2009-02-19
1
-1
/
+5
*
Originate Intra-Area-Prefix LSAs which reference a router LSA.
stsp
2009-01-29
1
-1
/
+2
*
Propagate the neighbour's interface ID, as received in hello packets,
stsp
2009-01-27
1
-2
/
+2
*
First try at originating Link (type-8) LSA. Code is wrong and the initial
claudio
2008-12-30
1
-2
/
+4
*
Monster commit of stuff I did mostly last month. What it does:
claudio
2007-12-13
1
-36
/
+76
*
Monster diff to bring us a bit on track again.
claudio
2007-11-27
1
-1
/
+2
*
Print the neighbor ID instead of the neighbor address in if_act_elect().
claudio
2007-11-24
1
-5
/
+5
*
No need to store the interface mask. An interface represents a link and is
claudio
2007-10-11
1
-3
/
+1
*
In OSPFv3 auth crypt is no longer (actually all the auth code is gone) so
claudio
2007-10-11
1
-3
/
+1
*
Unneeded and to noisy debug output
claudio
2007-10-09
1
-2
/
+1
*
Instead of IP_RECVIF we use IPV6_RECVPKTINFO to get the ifindex and the
claudio
2007-10-09
1
-21
/
+20
*
Welcome ospf6d
norby
2007-10-08
1
-0
/
+803