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_ix.h
Age
Commit message (
Expand
)
Author
2012-08-08
We're not going to loop in the rxeof refilling our ring as it would
Mike Belopuhov
2012-07-29
whitespace cleanup, no binary change
Mike Belopuhov
2012-07-05
enable the code that forces a cleanup if number of tx descriptors
Mike Belopuhov
2012-02-26
rather than driving the card with 16k intr/s of low latency interrupts,
Mike Belopuhov
2011-06-15
if the system runs out of mbufs and cannot provide any when filling
David Gwynne
2011-06-10
Monster update of ix(4). This brings ix(4) close to what is currently
Claudio Jeker
2010-08-27
These do not need powerhook functions.
Theo de Raadt
2010-03-22
Use the correct number of max scatter gather segments for 82599,
Jonathan Gray
2010-02-23
Add support for 82599 devices based on changes to the FreeBSD driver.
Jonathan Gray
2009-08-10
A few more simple cases of shutdown hooks which only call xxstop, when
Theo de Raadt
2009-06-28
Now the tx dma mapping problem it was exposing is fixed
Jonathan Gray
2009-06-25
Back out if_ix.c 1.16, 1.17 and 1.18 (and corresponding changes to to
Theo de Raadt
2009-06-04
switch to a bnx style dynamic pool backed tx so we don't
Jonathan Gray
2009-04-24
Switch ix over to em flavoured MCLGETI.
Jonathan Gray
2008-06-08
more cleanup, removed unused code. we don't do LRO/RSS yet, code can
Reyk Floeter
2008-06-08
replace strange Linux-style u8/u16/u32/u64/s32 integer types with the
Reyk Floeter
2008-06-08
Import ix, a driver for the Intel 82598 PCI-Express 10 Gig Ethernet Adapter,
Reyk Floeter