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
/
sys
/
dev
/
ic
/
ti.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
sizes for free(); ok semarie
deraadt
2015-09-09
1
-5
/
+5
*
removes two mem leaks in ti (in error path).
semarie
2015-08-12
1
-5
/
+5
*
Increment if_ipackets in if_input().
mpi
2015-06-24
1
-2
/
+1
*
Convert to if_input().
mpi
2015-05-19
1
-11
/
+5
*
Remove some includes include-what-you-use claims don't
jsg
2015-03-14
1
-2
/
+1
*
unifdef INET
tedu
2014-12-22
1
-5
/
+1
*
A few last 'easy' #include dedups.
krw
2014-12-06
1
-2
/
+1
*
replace the custom jumbo allocator with MCLGETI.
dlg
2014-08-20
1
-227
/
+44
*
Fewer <netinet/in_systm.h>
mpi
2014-07-22
1
-3
/
+1
*
add a size argument to free. will be used soon, but for now default to 0.
tedu
2014-07-12
1
-5
/
+5
*
Use %z* for size_t
sf
2013-10-01
1
-3
/
+3
*
get rid of the copy argument in m_devget that let you provide an
dlg
2013-08-21
1
-2
/
+2
*
Most network drivers include netinet/in_var.h, but apparently they
bluhm
2013-08-07
1
-2
/
+1
*
remove some unnecessary casts. ok blambert deraadt kettenis matthew
tedu
2011-06-21
1
-7
/
+7
*
Stop doing shutdown hooks in network drivers where possible. We already
deraadt
2010-09-20
1
-17
/
+1
*
Cleanup promiscuous mode and multicast handling. From Brad.
kettenis
2009-12-13
1
-81
/
+56
*
Split the ti(4) driver into mostly bus-agnostic code and PCI-specific
kettenis
2009-08-29
1
-0
/
+2569