index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
if_et.c
Age
Commit message (
Expand
)
Author
2013-08-07
Most network drivers include netinet/in_var.h, but apparently they
Alexander Bluhm
2010-08-27
remove the unused if_init callback in struct ifnet
Jonathan Gray
2010-05-19
BUS_DMA_ZERO instead of alloc, map, bzero.
Owain Ainsworth
2009-09-13
M_DUP_PKTHDR() define -> m_dup_pkthdr() function to properly deal
Kenneth R Westerback
2009-08-10
A few more simple cases of shutdown hooks which only call xxstop, when
Theo de Raadt
2009-03-29
make various strings ("can't map mem space" and similar) more consistent
Stuart Henderson
2008-11-28
Eliminate the redundant bits of code for MTU and multicast handling
Brad Smith
2008-11-04
fix potential null dereference.
Charles Longeau
2008-10-02
First step towards cleaning up the Ethernet driver ioctl handling.
Brad Smith
2008-09-10
Convert timeout_add() calls using multiples of hz to timeout_add_sec()
Bret Lambert
2008-07-11
remove an unused function. ok jsg@
Kevin Lo
2008-06-08
Unmapping memory from pci_mapreg_map() on detach lets us
Jonathan Gray
2008-06-08
Make et(4) detachable, help tracking down a problem that
Jonathan Gray
2008-05-26
Count output packets.
Brad Smith
2008-05-23
Simplify the combination use of pci_mapreg_type()/pci_mapreg_map() as
Brad Smith
2008-02-08
ifp->if_start -> et_start
Brad Smith
2008-02-03
- remove redundant setting of if_mtu as this is set by ether_ifattach().
Brad Smith
2007-11-26
So instead of triggering a tx interrupt for each packet issue one for
Claudio Jeker
2007-11-25
Do a TX interrupt for each packet instead of every 126th one. This will
Claudio Jeker
2007-11-25
Strip the CRC in rxeof()
Jonathan Gray
2007-11-25
Correctly setup the tx descriptor by using the right mapping infos.
Claudio Jeker
2007-10-30
Initial port of Sepherosa Ziehau's DragonFlyBSD drivers
Jonathan Gray