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
*
Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp.
jan
2020-12-12
1
-3
/
+3
*
Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.
patrick
2020-07-10
1
-3
/
+3
*
Argument order fix for MCLGETI.
kevlo
2019-09-25
1
-3
/
+3
*
move counting if_opackets next to counting if_obytes in if_enqueue.
dlg
2017-01-22
1
-6
/
+1
*
G/C IFQ_SET_READY().
mpi
2016-04-13
1
-2
/
+1
*
don't check stack-allocated arrays against NULL
mmcc
2016-03-10
1
-7
/
+1
*
replace IFF_OACTIVE manipulation with mpsafe operations.
dlg
2015-11-25
1
-6
/
+7
*
The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.
mpi
2015-11-24
1
-2
/
+1
*
shuffle struct ifqueue so in flight mbufs are protected by a mutex.
dlg
2015-11-20
1
-3
/
+4
*
Do not include <net/if_vlan_var.h> when it's not necessary.
mpi
2015-11-14
1
-5
/
+1
*
arp_ifinit() is no longer needed.
mpi
2015-10-25
1
-4
/
+1
*
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