summaryrefslogtreecommitdiff
path: root/sys/dev/pci/ixgbe.c
AgeCommit message (Expand)Author
2016-12-02Don't overwrite the selected flow control settingsMike Belopuhov
2016-11-24Enable support for the X550 family of 10 Gigabit controllersMike Belopuhov
2016-11-21Fixup a PCIe transaction completion timeout issueMike Belopuhov
2016-11-21Correctly set the default value for the FCRTHMike Belopuhov
2016-11-17Autoconfiguration and firmware semaphore refactoringMike Belopuhov
2016-11-17EEPROM code refactoring for X540Mike Belopuhov
2016-11-17Bring in new PHY bits, some of the 82599 specific stuff becomes sharedMike Belopuhov
2016-11-17Style and typo fixes; no binary changeMike Belopuhov
2016-11-16Remove unused bits; no functional changeMike Belopuhov
2014-11-26The onboard ix(4) interfaces on the SPARC T5 machines don't have a valid MACMark Kettenis
2013-08-05First stab at updating this monster to the Intel/FreeBSD current version.Mike Belopuhov
2012-12-20correctly update the current flow control modeMike Belopuhov
2012-12-17Fix a link autonegotiation bug on 10GbaseT controllers and improveMike 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
2011-06-10Monster update of ix(4). This brings ix(4) close to what is currentlyClaudio Jeker
2010-02-19Partial sync to the latest version of ixgbe in FreeBSD leaving thingsJonathan Gray
2009-08-08In ixgbe_acquire_swfw_sync don't return -IXGBE_ERR_SWFW_SYNC as thisJonathan 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