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_et.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a use-after-free, from Maxime Villard w/ Brainy.
mpi
2015-07-08
1
-2
/
+1
*
Increment if_ipackets in if_input().
mpi
2015-06-24
1
-2
/
+1
*
Convert moar drivers to if_input().
mpi
2015-04-30
1
-10
/
+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
*
Set the MRU to a full size frame instead of basing it on the MTU.
brad
2014-08-30
1
-6
/
+5
*
Fewer <netinet/in_systm.h>
mpi
2014-07-22
1
-3
/
+1
*
Most network drivers include netinet/in_var.h, but apparently they
bluhm
2013-08-07
1
-2
/
+1
*
remove the unused if_init callback in struct ifnet
jsg
2010-08-27
1
-2
/
+1
*
BUS_DMA_ZERO instead of alloc, map, bzero.
oga
2010-05-19
1
-4
/
+2
*
M_DUP_PKTHDR() define -> m_dup_pkthdr() function to properly deal
krw
2009-09-13
1
-29
/
+2
*
A few more simple cases of shutdown hooks which only call xxstop, when
deraadt
2009-08-10
1
-15
/
+1
*
make various strings ("can't map mem space" and similar) more consistent
sthen
2009-03-29
1
-3
/
+3
*
Eliminate the redundant bits of code for MTU and multicast handling
brad
2008-11-28
1
-19
/
+10
*
fix potential null dereference.
chl
2008-11-04
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
-4
/
+4
*
remove an unused function. ok jsg@
kevlo
2008-07-11
1
-11
/
+3
*
Unmapping memory from pci_mapreg_map() on detach lets us
jsg
2008-06-08
1
-4
/
+8
*
Make et(4) detachable, help tracking down a problem that
jsg
2008-06-08
1
-4
/
+14
*
Count output packets.
brad
2008-05-26
1
-1
/
+2
*
Simplify the combination use of pci_mapreg_type()/pci_mapreg_map() as
brad
2008-05-23
1
-9
/
+3
*
ifp->if_start -> et_start
brad
2008-02-08
1
-2
/
+2
*
- remove redundant setting of if_mtu as this is set by ether_ifattach().
brad
2008-02-03
1
-2
/
+3
*
So instead of triggering a tx interrupt for each packet issue one for
claudio
2007-11-26
1
-4
/
+22
*
Do a TX interrupt for each packet instead of every 126th one. This will
claudio
2007-11-25
1
-2
/
+2
*
Strip the CRC in rxeof()
jsg
2007-11-25
1
-7
/
+14
*
Correctly setup the tx descriptor by using the right mapping infos.
claudio
2007-11-25
1
-5
/
+5
*
Initial port of Sepherosa Ziehau's DragonFlyBSD drivers
jsg
2007-10-30
1
-0
/
+2113