summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_ix.h
AgeCommit message (Expand)Author
2013-08-05First stab at updating this monster to the Intel/FreeBSD current version.Mike Belopuhov
2012-12-17Catch up with upstream, where rxbuf->m_pack was renamed to rxbuf->bufMike Belopuhov
2012-12-17Get rid of the split header code as it was never used inMike Belopuhov
2012-12-17Fix a link autonegotiation bug on 10GbaseT controllers and improveMike Belopuhov
2012-11-29make ix complile with IX_DEBUG defined, based on the patch fromMike Belopuhov
2012-10-30backout previous over the m_freem contention concernsMike Belopuhov
2012-10-30Bump the default number of descriptors.Brad Smith
2012-08-08We're not going to loop in the rxeof refilling our ring as it wouldMike Belopuhov
2012-07-29whitespace cleanup, no binary changeMike Belopuhov
2012-07-05enable the code that forces a cleanup if number of tx descriptorsMike Belopuhov
2012-02-26rather than driving the card with 16k intr/s of low latency interrupts,Mike Belopuhov
2011-06-15if the system runs out of mbufs and cannot provide any when fillingDavid Gwynne
2011-06-10Monster update of ix(4). This brings ix(4) close to what is currentlyClaudio Jeker
2010-08-27These do not need powerhook functions.Theo de Raadt
2010-03-22Use the correct number of max scatter gather segments for 82599,Jonathan Gray
2010-02-23Add support for 82599 devices based on changes to the FreeBSD driver.Jonathan Gray
2009-08-10A few more simple cases of shutdown hooks which only call xxstop, whenTheo de Raadt
2009-06-28Now the tx dma mapping problem it was exposing is fixedJonathan Gray
2009-06-25Back out if_ix.c 1.16, 1.17 and 1.18 (and corresponding changes to toTheo de Raadt
2009-06-04switch to a bnx style dynamic pool backed tx so we don'tJonathan Gray
2009-04-24Switch ix over to em flavoured MCLGETI.Jonathan Gray
2008-06-08more cleanup, removed unused code. we don't do LRO/RSS yet, code canReyk Floeter
2008-06-08replace strange Linux-style u8/u16/u32/u64/s32 integer types with theReyk Floeter
2008-06-08Import ix, a driver for the Intel 82598 PCI-Express 10 Gig Ethernet Adapter,Reyk Floeter