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_vge.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
-5
/
+5
*
Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use the
patrick
2020-07-10
1
-2
/
+2
*
consistently uppercase pci product defines
jsg
2020-01-05
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
/
+7
*
You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.
mpi
2015-11-24
1
-2
/
+1
*
rework vge_start to avoid IFQ_POLL
dlg
2015-11-16
1
-54
/
+34
*
Do not include <net/if_vlan_var.h> when it's not necessary.
mpi
2015-11-14
1
-6
/
+1
*
arp_ifinit() is no longer needed.
mpi
2015-10-25
1
-4
/
+1
*
Make room for media types of the future. Extend the ifmedia word to 64 bits.
stsp
2015-09-11
1
-2
/
+2
*
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
-2
/
+2
*
Convert to if_input().
mpi
2015-04-08
1
-7
/
+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
*
Fewer <netinet/in_systm.h>
mpi
2014-07-22
1
-3
/
+1
*
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
*
Rewrite receive filter handling and ioctl bits.
brad
2013-03-15
1
-83
/
+46
*
Add some missing bits for flow control support and enable it.
brad
2013-03-14
1
-5
/
+22
*
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
*
kill a few more casts that aren't helpful. ok krw miod
tedu
2011-06-22
1
-8
/
+7
*
mechanic rename M_{TCP|UDP}V4_CSUM_OUT -> M_{TCP|UDP}_CSUM_OUT
henning
2011-04-05
1
-3
/
+3
*
use nitems(); no binary change for drivers that are compiled on amd64.
jasper
2011-04-03
1
-2
/
+2
*
remove the unused if_init callback in struct ifnet
jsg
2010-08-27
1
-2
/
+1
*
Don't print "EEPROM reload timed out" message. Devices that don't have an
kettenis
2010-02-24
1
-6
/
+1
*
Make vge(4) detachable.
kettenis
2009-11-23
1
-5
/
+58
*
Make sure the MAC address is correct on big-endian platforms if it isn't read
kettenis
2009-09-04
1
-8
/
+3
*
- consistify cfdriver for the ethernet drivers (0 -> NULL)
jasper
2009-08-13
1
-2
/
+2
*
Eliminate the redundant bits of code for MTU and multicast handling
brad
2008-11-28
1
-19
/
+10
*
Introduce bpf_mtap_ether(), which for the benefit of bpf listeners
naddy
2008-11-09
1
-3
/
+3
*
Re-add support TX VLAN tag insertion and RX VLAN tag stripping.
brad
2008-10-22
1
-1
/
+35
*
Change m_devget()'s outdated and unused "offset" argument: It is
naddy
2008-10-14
1
-5
/
+3
*
First step towards cleaning up the Ethernet driver ioctl handling.
brad
2008-10-02
1
-8
/
+2
*
Convert timeout_add() calls using multiples of hz to timeout_add_sec()
blambert
2008-09-10
1
-3
/
+3
*
More timeout(9) usage cleaned up.
mk
2008-05-22
1
-3
/
+3
*
Since Ethernet links can only be full duplex or half duplex the link
brad
2008-05-13
1
-4
/
+2
*
- Remove disabled and unusable HW VLAN tagging code.
brad
2007-12-11
1
-34
/
+4
*
Fix some obviously bogus code in vge_newbuf(). Should fix PR 5582.
kettenis
2007-10-10
1
-6
/
+8
*
Missing braces in vge_tick(). Fixes link state announcements.
canacar
2007-05-01
1
-2
/
+3
*
report full/half duplex state for non-MII interfaces
reyk
2006-12-04
1
-2
/
+7
*
OpenBSD-ify the HW VLAN tag insertion code.
brad
2006-11-23
1
-5
/
+12
*
don't always leave the mbuf on the if_snd queue if vge_encap() fails.
damien
2006-11-14
1
-16
/
+17
*
s/Mhz/MHz/ in comments and printf() strings
tom
2006-10-19
1
-2
/
+2
*
don't use IF_PREPEND() on altq's.
damien
2006-10-03
1
-3
/
+3
*
do not bother playing tag with the PCI_COMMAND_STATUS_REG
kettenis
2006-07-28
1
-16
/
+4
*
add sys/timeout.h
brad
2006-06-17
1
-1
/
+2
*
rev 1.13 fixed the MTU ioctl handler to allow adjusting the MTU
brad
2006-06-13
1
-1
/
+3
[next]