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
/
pci
/
if_vr.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
-2
/
+2
*
Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.
patrick
2020-07-10
1
-3
/
+3
*
Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use the
patrick
2020-07-10
1
-2
/
+2
*
use ifiq_input and use it's return value to apply backpressure to rxrs.
dlg
2020-06-22
1
-3
/
+4
*
move counting if_opackets next to counting if_obytes in if_enqueue.
dlg
2017-01-22
1
-2
/
+1
*
G/C IFQ_SET_READY().
mpi
2016-04-13
1
-2
/
+1
*
Ethernet drivers no longer need to include if_vlan_var.h for the VLAN
naddy
2016-03-15
1
-5
/
+1
*
prettify a NULL test in vr_start.
dlg
2016-01-26
1
-2
/
+2
*
dont leak mbufs on encap failure.
dlg
2016-01-26
1
-1
/
+2
*
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
*
No need to include <net/if_types.h> for <net/if_vlan_var.h>
mpi
2015-11-24
1
-2
/
+1
*
rework the code to avoid IF_PREPEND.
dlg
2015-11-09
1
-58
/
+43
*
arp_ifinit() is no longer needed.
mpi
2015-10-25
1
-4
/
+1
*
Fix 802.1p VLAN priority code points for VLAN_HWTAGGING.
chrisz
2015-10-20
1
-4
/
+9
*
More ifmedia64 fallout; that should be the last.
miod
2015-09-12
1
-3
/
+3
*
Increment if_ipackets in if_input().
mpi
2015-06-24
1
-3
/
+1
*
Now that if_input() set the receiving interface pointer on mbufs for us
mpi
2015-04-13
1
-3
/
+2
*
Remove some includes include-what-you-use claims don't
jsg
2015-03-14
1
-2
/
+1
*
convert to if_input()
jasper
2015-03-13
1
-11
/
+5
*
unifdef INET
tedu
2014-12-22
1
-5
/
+1
*
rxr ioctl handling.
brad
2014-11-27
1
-1
/
+6
*
Fewer <netinet/in_systm.h>
mpi
2014-07-22
1
-3
/
+1
*
cut things that relied on mclgeti for rx ring accounting/restriction over
dlg
2014-07-08
1
-14
/
+16
*
sigh, another driver fiddling with altq outside #ifdef ALTQ
henning
2014-04-19
1
-5
/
+2
*
The few network drivers that called their children's (ie. mii PHY
deraadt
2013-12-28
1
-2
/
+1
*
Add a DVACT_WAKEUP op to the *_activate() API. This is called after the
deraadt
2013-12-06
1
-4
/
+4
*
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 spurious semicolon at end of if statement in vr_watchdog.
sthen
2013-03-07
1
-2
/
+2
*
Programme the VT6105M, VT6105 and RhineII-2 to permit frames of up to
sthen
2013-02-09
1
-5
/
+13
*
Add TX interrupt mitigation for vr(4) chips, loosely based on FreeBSD,
dtucker
2013-01-28
1
-7
/
+32
*
Don't try to access m_head after it may be freed (unlikely for VT6105M,
chris
2013-01-17
1
-10
/
+11
*
fix typo in comment
dtucker
2013-01-16
1
-2
/
+2
*
Add hardware VLAN tag/untag support for VT6105M chips. Help/feedback/ok
dtucker
2013-01-16
1
-1
/
+41
*
Keep a count of packets added to the chip's TX queue and only poke the chip
dtucker
2013-01-16
1
-2
/
+4
*
Don't bother to zero initialize the if_capabilities field first and
brad
2012-12-01
1
-4
/
+5
*
Remove setting an initial assumed baudrate upon driver attach which is not
brad
2012-11-29
1
-2
/
+1
*
set ifp->if_baudrate with IF_Gbps() / IF_Mbps().
gsoares
2012-11-23
1
-2
/
+2
*
Do not try to transmit packets if the interface is not running.
jsing
2012-11-15
1
-2
/
+5
*
Implement transmit DMA segments. The descriptor usage is from FreeBSD,
chris
2012-10-20
1
-91
/
+147
*
Convert a number of old private copies of code which predates
deraadt
2012-10-18
1
-35
/
+2
*
Wait until all xfers have finished before giving up DMA buffer mappings.
gerhard
2012-09-18
1
-1
/
+12
*
Remove redundant call to vr_reset. From Bryan Steele, ok mikeb@
sthen
2012-01-30
1
-2
/
+1
*
suspend/resume support for vr(4); from brynet@gmail.com
deraadt
2012-01-05
1
-23
/
+57
*
add timeout to fill rx-ring in case of mbuf shortage while in vr_intr();
markus
2011-12-08
1
-2
/
+22
*
kill a few more casts that aren't helpful. ok krw miod
tedu
2011-06-22
1
-7
/
+5
*
do not disable interrupts in the isr and then enable them again
dlg
2011-04-20
1
-7
/
+1
*
mechanic rename M_{TCP|UDP}V4_CSUM_OUT -> M_{TCP|UDP}_CSUM_OUT
henning
2011-04-05
1
-3
/
+3
*
Wake On LAN support for vr(4).
stsp
2011-03-13
1
-1
/
+39
[next]