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.bin
/
netstat
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adjust <sys/param.h> comments regarding use of use of MSIZE, or
deraadt
2015-01-20
2
-6
/
+4
*
First step of hiding many kernel-only parts of <netinet/ip_ipsp.h>
deraadt
2015-01-19
1
-2
/
+2
*
_KERNEL 1? no, just _KERNEL
deraadt
2015-01-17
1
-2
/
+2
*
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
2015-01-16
11
-26
/
+26
*
not necessary to define INET anymore
tedu
2014-12-26
1
-5
/
+1
*
remove pointless if_var.h and socketvar.h includes; ok deraadt
mikeb
2014-11-21
3
-6
/
+3
*
i renamed the mbuf pool.
dlg
2014-11-06
1
-2
/
+2
*
Put the socket splicing fields into a seperate struct sosplice that
bluhm
2014-11-03
1
-8
/
+30
*
remove unused variables
chl
2014-10-26
1
-4
/
+1
*
Remove networks(5) support.
schwarze
2014-10-23
4
-43
/
+17
*
No need for <netinet/in_systm.h> nor <netinet/tcpip.h>.
mpi
2014-08-14
3
-8
/
+3
*
Kill bandwidth monitoring meters.
mpi
2014-08-14
1
-100
/
+1
*
#define _KERNEL hack requires ucred.h now as well
deraadt
2014-07-10
1
-1
/
+2
*
info about pools is currently given to userland by copying each
dlg
2014-07-02
1
-6
/
+6
*
The second level of the CTL_NET sysctl is a PF_*, not an AF_*
guenther
2014-06-23
6
-34
/
+34
*
catch up with the inet(3) rename; this commit missed in previous
jmc
2014-05-10
1
-4
/
+4
*
Introduce two new route flags: RTF_LOCAL and RTF_BROADCAST.
mpi
2014-05-08
2
-3
/
+7
*
Sync show.c with the route version. Make the two files more similar but
claudio
2014-04-17
1
-9
/
+6
*
use strtonum. ok krw
tedu
2014-02-13
1
-5
/
+9
*
Fix printing of icps_toofreq unlike IPv6 the IPv4 value is just a u_long.
claudio
2014-01-25
1
-2
/
+2
*
hardware cecksummed counters -> software checksummed counters
henning
2014-01-23
1
-7
/
+7
*
Report the number of dropped ICMP error because the rate limit got exceeded.
claudio
2014-01-19
1
-1
/
+4
*
ddpcb and unixsw symbols are no longer used with kvm_read
guenther
2014-01-10
1
-18
/
+14
*
final circleq to tailq fix. restore the previous pointer check by reading
tedu
2013-12-25
1
-2
/
+9
*
more fixing after circleq conversion. a better fix to check the prev
tedu
2013-12-24
1
-6
/
+3
*
fix circleq tailq conversion
tedu
2013-12-23
1
-6
/
+4
*
Switch inpt_queue from CIRCLEQ to TAILQ. Thus ending use of CIRCLEQ
krw
2013-12-20
1
-5
/
+5
*
netstat -Ar leaked some kernel pointers to unprivileged users. Use
bluhm
2013-11-25
1
-5
/
+6
*
split kernel parts of the if.h into a separate header file if_var.h
mikeb
2013-11-21
5
-5
/
+10
*
unsigned char cast for isdigit, dealing with argv
deraadt
2013-11-20
1
-2
/
+2
*
handle lack of proto
deraadt
2013-11-13
1
-2
/
+2
*
kinfo_file returns the socket buffer counts in uint64_ts, so we need to
guenther
2013-11-09
1
-3
/
+2
*
use %d instea of %i
deraadt
2013-10-28
1
-2
/
+2
*
These two programs got fooled by the KAME/NRL split and need type repair.
deraadt
2013-10-24
1
-2
/
+2
*
- add UNIX-domain socket info to struct kinfo_file2
guenther
2013-10-22
3
-59
/
+42
*
Prepare netstat for printing 64 bit route expire time.
bluhm
2013-09-29
1
-3
/
+3
*
Fix calls to printf-like functions which passed a non-fixed string
guenther
2013-08-18
3
-33
/
+33
*
create a method to print the unp_ino (ino_t) properly once it becomes
deraadt
2013-04-23
1
-2
/
+3
*
improve time_t handling here, too
deraadt
2013-04-18
1
-9
/
+9
*
improve time_t printing; ok claudio
deraadt
2013-04-18
2
-13
/
+15
*
handle long long tv_sec; ok millert
deraadt
2013-04-16
1
-11
/
+11
*
As non-root, whenever netstat is about to print out a kernel pointer...
deraadt
2013-03-20
6
-60
/
+90
*
netstat -vP also shows the new struct sockbuf field sb_flagsintr.
bluhm
2013-02-05
1
-1
/
+2
*
sys/mbuf.h not needed
deraadt
2013-01-16
2
-4
/
+2
*
Remove excessive sys/cdefs.h inclusion
deraadt
2012-12-05
2
-5
/
+2
*
remove some unnecessary sys/mbuf.h inclusions
deraadt
2012-12-04
2
-4
/
+2
*
oops, i added a stray character. spotted by jmc
tedu
2012-08-26
1
-2
/
+2
*
remove unneccessary .Pp;
jmc
2012-08-22
1
-2
/
+1
*
i missed usage and the manpage. prod by jmc
tedu
2012-08-22
2
-5
/
+11
*
-h flag to print human numbers in conjunction with -w -b
tedu
2012-08-22
4
-22
/
+48
[next]