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
/
dhcpd
/
bpf.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
explicitly use BPF_FILDROP_CAPTURE when configuring BIOCSFILDROP
dlg
2019-03-18
1
-2
/
+3
*
Switch base tools from /dev/bpf0 to /dev/bpf. Now that /dev/bpf has been
natano
2017-04-19
1
-2
/
+2
*
Tweak parameters to decode_*, add a check or two, and thus gain most of the
krw
2017-04-18
1
-5
/
+5
*
After 11 years of pondering about it I think that brookdavis@freebsd.org
krw
2017-04-18
1
-3
/
+3
*
Eliminate pointless'%m' (a.k.a. hand rolled strerror()) by using fatal() and
krw
2017-02-13
1
-13
/
+12
*
Switch from old errwarn.c logging to shiny new log.[ch].
krw
2017-02-13
1
-14
/
+15
*
Replace the /dev/bpf* open loop with a plain open("/dev/bpf0", ...).
natano
2016-05-28
1
-20
/
+7
*
Eliminate #include inside *.h files and include only needed headers in
krw
2016-02-06
1
-5
/
+19
*
Remove unnecessary netinet/in_systm.h include.
lteo
2014-10-25
1
-2
/
+1
*
Add -u option to bind UDP port as a socket to answer DHCPINFORM from
yasuoka
2014-07-11
1
-1
/
+5
*
send_packet() and writev() return ssize_t, not int. Use correct
krw
2013-04-05
1
-2
/
+3
*
Remove unused (a.k.a. always passed NULL) parameter 'data' from
krw
2013-02-03
1
-2
/
+2
*
Just like dhclient(8), we use the bpf filter drop to prevent
mpf
2009-12-14
1
-1
/
+4
*
When checking if a syscall like open(), ioctl() or writev() failed compare
claudio
2008-09-15
1
-11
/
+11
*
Fix erroneous use of '=' instead of '+' that caused infinite loops
krw
2005-07-29
1
-7
/
+13
*
avoid aliasing with libc functions; ok henning
deraadt
2004-09-16
1
-2
/
+2
*
remove things not used, spotted by lint mostly; ok henning
deraadt
2004-05-04
1
-4
/
+4
*
filter writes and lock bpf descriptor, ok henning@
canacar
2004-04-21
1
-14
/
+58
*
dhcpd actually does not listen on port 68 ...
henning
2004-04-15
1
-2
/
+2
*
may the whacking begin
henning
2004-04-13
1
-0
/
+321