summaryrefslogtreecommitdiff
path: root/sys/dev/pci/ixgbe.h
AgeCommit message (Expand)Author
2013-08-05First stab at updating this monster to the Intel/FreeBSD current version.Mike Belopuhov
2012-12-05minor cleanup, whitespaces, mostly synced with freebsdMike Belopuhov
2012-11-06Remove Flow Director code that is not used, is outdated and tendsMike Belopuhov
2012-08-06Add support for 10Gb ethernet cards based on the Intel X540 chipset.Mike Belopuhov
2012-07-29whitespace cleanup, no binary changeMike Belopuhov
2012-01-20save content of the pci attach args, not the pointer; from Christian EhrhardtMike Belopuhov
2011-06-10Monster update of ix(4). This brings ix(4) close to what is currentlyClaudio Jeker
2010-02-23Add support for 82599 devices based on changes to the FreeBSD driver.Jonathan Gray
2010-02-19Partial sync to the latest version of ixgbe in FreeBSD leaving thingsJonathan Gray
2009-06-04switch to a bnx style dynamic pool backed tx so we don'tJonathan 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