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
/
aic6915.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.
patrick
2020-07-10
1
-2
/
+2
*
move counting if_opackets next to counting if_obytes in if_enqueue.
dlg
2017-01-22
1
-3
/
+1
*
G/C IFQ_SET_READY().
mpi
2016-04-13
1
-2
/
+1
*
replace IFF_OACTIVE manipulation with mpsafe operations.
dlg
2015-11-25
1
-6
/
+8
*
shuffle struct ifqueue so in flight mbufs are protected by a mutex.
dlg
2015-11-20
1
-3
/
+6
*
arp_ifinit() is no longer needed.
mpi
2015-10-25
1
-4
/
+1
*
Increment if_ipackets in if_input().
mpi
2015-06-24
1
-4
/
+1
*
Convert to if_input().
mpi
2015-05-19
1
-16
/
+5
*
Fix a memory leak in an error path found by Maxime Villard's
jsg
2015-04-28
1
-1
/
+2
*
unifdef INET
tedu
2014-12-22
1
-5
/
+1
*
Fewer <netinet/in_systm.h>
mpi
2014-07-22
1
-3
/
+1
*
decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h
deraadt
2014-07-08
1
-3
/
+1
*
Instead of comparing the lower and higher addresses of all the multicast
mpi
2013-11-26
1
-12
/
+4
*
Most network drivers include netinet/in_var.h, but apparently they
bluhm
2013-08-07
1
-2
/
+1
*
More cases of shutdown hooks not needed after card is already stopped. In
deraadt
2009-08-10
1
-24
/
+1
*
Eliminate the redundant bits of code for MTU and multicast handling
brad
2008-11-28
1
-22
/
+7
*
First step towards cleaning up the Ethernet driver ioctl handling.
brad
2008-10-02
1
-7
/
+2
*
Convert timeout_add() calls using multiples of hz to timeout_add_sec()
blambert
2008-09-10
1
-3
/
+3
*
First pass at removing clauses 3 and 4 from NetBSD licenses.
ray
2008-06-26
1
-8
/
+1
*
Resolve an issue where the Starfire chipset can get into an endless loop
brad
2008-03-01
1
-1
/
+2
*
fix every architecture being treated as strictly aligned in sf_rxintr() by
martin
2006-12-15
1
-3
/
+4
*
remove unused code, fix style and spacing, tidy up ioctl path
martin
2006-12-07
1
-20
/
+21
*
replace Adaptec AIC-6915 Starfire driver with the fully bus_dma(9)-able
martin
2006-12-06
1
-0
/
+1537