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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-19
Like ospfd allocate the recv buffer with malloc() on first call.
claudio
1
-5
/
+8
2021-01-19
Like ospfd allocate the recv buffer with malloc() on first call.
claudio
1
-6
/
+8
2021-01-19
Like ospfd allocate the recv buffer with malloc() on first call.
claudio
1
-3
/
+8
2021-01-19
Allocate the recv buffer with malloc() on first call. This code assumes
claudio
1
-3
/
+8
2021-01-19
Adjust the disc_recv_packet() code to not use IBUF_READ_SIZE and to
claudio
4
-12
/
+13
2021-01-19
Kill log_procnames and properly define ldpd_process.
claudio
4
-13
/
+9
2021-01-19
Do the same control cleanup as in other daemons. Move ctl_conns exclusivly
claudio
4
-11
/
+8
2021-01-19
(re)Introduce locking for amaps & anons.
mpi
8
-98
/
+291
2021-01-19
Make struct imsgev static like in the other routing daemons. With this
claudio
3
-9
/
+9
2021-01-19
Remove some unused #defines and remove some commented-out variables.
kettenis
1
-6
/
+1
2021-01-19
Kill dvrmpd_process and log_procnames. Unneeded abstraction for this
claudio
4
-22
/
+7
2021-01-19
Cleanup control like in the other routing daemons. Move control_state
claudio
4
-15
/
+14
2021-01-19
Like dvrmpd there is no need for a static pkt buffer. Adjust code accordingly.
claudio
1
-3
/
+3
2021-01-19
Another pkt_ptr cleanup. There is actually no need to make the pkt
claudio
4
-14
/
+8
2021-01-19
Like all other log.c just exit(1) in fatal()
claudio
1
-5
/
+2
2021-01-19
Kill global eigrpd_process and instead pass the proc to merge_config()
claudio
4
-30
/
+24
2021-01-19
Use log_procname instead of log_procnames[eigrpd_process]. It should be
claudio
1
-4
/
+4
2021-01-19
Same control cleanup that was done for ospfd and ripd. Move the
claudio
4
-14
/
+15
2021-01-19
Like in ospfd use a static pkt_ptr buffer
claudio
3
-9
/
+4
2021-01-19
Forgot one IBUF_READ_SIZE to READ_BUF_SIZE change.
claudio
1
-2
/
+2
2021-01-19
Do not use IBUF_READ_SIZE for the packet read buffer size. Instead
claudio
2
-3
/
+5
2021-01-19
Make the struct imsgev structs static and with that ripd -fno-common clean.
claudio
3
-9
/
+9
2021-01-19
Remove the PROC_* enums and ripd_process, they are no longer needed.
claudio
4
-22
/
+7
2021-01-19
Like in all other log.c file just use exit(1) in fatal() calls.
claudio
1
-5
/
+2
2021-01-19
Move the interface demote out of if_del and into the only place where
claudio
2
-8
/
+8
2021-01-19
Like in ospfd make the pkt_ptr a local static buffer.
claudio
3
-9
/
+4
2021-01-19
Apply same cleanup to the control code as in ospfd.
claudio
4
-13
/
+14
2021-01-19
Make the struct imsgev static. With this ospf6d compiles with -fno-common
claudio
3
-9
/
+9
2021-01-19
Use ospfe_imsg_compose_rde() instead of exporting iev_rde and using
claudio
2
-10
/
+5
2021-01-19
Like in ospfd rename nconf to noeconf in the ospf engine to remove
claudio
1
-10
/
+10
2021-01-19
Properly define ospfd_process as an extern in the header file.
claudio
2
-4
/
+6
2021-01-19
Like in ospfd use a static pkt_ptr buffer.
claudio
3
-9
/
+4
2021-01-19
Do the same control cleanup as in ospfd. Move control_state and ctl_conns
claudio
4
-17
/
+19
2021-01-19
Make the imsg event structures static, properly define ospfd_process and
claudio
4
-21
/
+23
2021-01-19
Internalize a few more things into the control code. Both control_state
claudio
4
-17
/
+18
2021-01-19
Use a static pkt_ptr buffer instead of allocating it dynamically.
claudio
3
-9
/
+4
2021-01-19
Use ospfe_imsg_compose_rde() instead of calling imsg_compose_event() with
claudio
2
-11
/
+5
2021-01-19
Do the KAME embedded scope fixup in the two places where getifaddrs() is
claudio
4
-37
/
+29
2021-01-19
Fix the embedded scope hack. They way this was written is buggy since the
claudio
1
-15
/
+10
2021-01-19
gre(4): convert ifunit() to if_unit(9)
mvs
1
-3
/
+6
2021-01-19
tpmr(4): convert ifunit() to if_unit(9)
mvs
1
-11
/
+7
2021-01-19
bpe(4): convert ifunit() to if_unit(9)
mvs
1
-8
/
+15
2021-01-19
aggr(4): convert ifunit() to if_unit(9)
mvs
1
-16
/
+21
2021-01-18
Fix httpd example config
tb
1
-1
/
+19
2021-01-18
Mark `ps_oppid' as atomic.
mvs
1
-2
/
+2
2021-01-18
regen
mvs
2
-4
/
+4
2021-01-18
Revert wrong commit.
mvs
2
-4
/
+4
2021-01-18
Convert ifunit() to if_unit(9).
mvs
3
-6
/
+9
2021-01-18
regen
mvs
2
-5
/
+5
2021-01-18
Unlock getppid(2).
mvs
1
-2
/
+2
[prev]
[next]