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
/
ixgbe.c
Age
Commit message (
Expand
)
Author
2016-12-02
Don't overwrite the selected flow control settings
Mike Belopuhov
2016-11-24
Enable support for the X550 family of 10 Gigabit controllers
Mike Belopuhov
2016-11-21
Fixup a PCIe transaction completion timeout issue
Mike Belopuhov
2016-11-21
Correctly set the default value for the FCRTH
Mike Belopuhov
2016-11-17
Autoconfiguration and firmware semaphore refactoring
Mike Belopuhov
2016-11-17
EEPROM code refactoring for X540
Mike Belopuhov
2016-11-17
Bring in new PHY bits, some of the 82599 specific stuff becomes shared
Mike Belopuhov
2016-11-17
Style and typo fixes; no binary change
Mike Belopuhov
2016-11-16
Remove unused bits; no functional change
Mike Belopuhov
2014-11-26
The onboard ix(4) interfaces on the SPARC T5 machines don't have a valid MAC
Mark Kettenis
2013-08-05
First stab at updating this monster to the Intel/FreeBSD current version.
Mike Belopuhov
2012-12-20
correctly update the current flow control mode
Mike Belopuhov
2012-12-17
Fix a link autonegotiation bug on 10GbaseT controllers and improve
Mike Belopuhov
2012-12-05
minor cleanup, whitespaces, mostly synced with freebsd
Mike Belopuhov
2012-11-06
Remove Flow Director code that is not used, is outdated and tends
Mike Belopuhov
2012-08-06
Add support for 10Gb ethernet cards based on the Intel X540 chipset.
Mike Belopuhov
2012-07-29
whitespace cleanup, no binary change
Mike Belopuhov
2011-06-10
Monster update of ix(4). This brings ix(4) close to what is currently
Claudio Jeker
2010-02-19
Partial sync to the latest version of ixgbe in FreeBSD leaving things
Jonathan Gray
2009-08-08
In ixgbe_acquire_swfw_sync don't return -IXGBE_ERR_SWFW_SYNC as this
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