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
/
arch
/
sgi
/
dev
/
if_iec.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
*
Fix memory leak in iec_get(). If MCLGET fails free the mbuf as well.
claudio
2017-07-19
1
-1
/
+2
*
Always leave one free slot in the Tx ring to avoid ambiguity with ring
visa
2017-02-11
1
-3
/
+3
*
Simplify ifq_deq_{begin,rollback,commit} sequence to ifq_dequeue.
visa
2017-02-11
1
-9
/
+3
*
move counting if_opackets next to counting if_obytes in if_enqueue.
dlg
2017-01-22
1
-2
/
+1
*
m_free() and m_freem() test for NULL. Simplify callers which had their own
jsg
2016-11-29
1
-3
/
+2
*
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
/
+7
*
You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.
mpi
2015-11-24
1
-2
/
+1
*
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
-4
/
+6
*
arp_ifinit() is no longer needed.
mpi
2015-10-25
1
-4
/
+1
*
Fix an uninitialized variable found by Maxime Villard's Brainy.
visa
2015-09-18
1
-5
/
+5
*
Increment if_ipackets in if_input().
mpi
2015-06-24
1
-3
/
+1
*
Convert to if_input(), tested by jasper@.
mpi
2015-03-11
1
-13
/
+5
*
unifdef INET
tedu
2014-12-22
1
-3
/
+1
*
<netinet/in_systm.h> is no longer needed.
mpi
2014-07-22
1
-7
/
+2
*
Format string fixes and removal of -Wno-format for sgi. Based upon an
miod
2014-05-19
1
-2
/
+2
*
Most network drivers include netinet/in_var.h, but apparently they
bluhm
2013-08-17
1
-2
/
+1
*
When setting up the multicast filter, use the ac_multicnt field of the arpcom
miod
2012-05-22
1
-3
/
+3
*
Do not leak mbuf in the TX path when a TX error occurs; found the hard way
miod
2010-03-15
1
-16
/
+14
*
Figure out the size of the SSRAM used as internal memory by the chip on
miod
2009-11-08
1
-29
/
+74
*
Align each RX descriptor to a 4KB boundary; fixes poor RX performance (chip
miod
2009-11-03
1
-4
/
+4
*
A few cleanups and also reflect duplex state in mcr in addition to tcsr.
miod
2009-11-03
1
-11
/
+19
*
Got the RX threshold interrupt working, does not help RX performance though;
miod
2009-11-02
1
-6
/
+10
*
A few fixes and improvements:
miod
2009-11-02
1
-27
/
+29
*
Looks like I forgot to add files again. These are the most important files
miod
2009-11-01
1
-0
/
+1372