summaryrefslogtreecommitdiff
path: root/sys/dev/pci/ixgbe.h
AgeCommit message (Expand)Author
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-09-25Remove more duplicated includesFrederic Cambus
2016-03-15Ethernet drivers no longer need to include if_vlan_var.h for the VLANChristian Weisgerber
2015-12-18Make ix(4) mpsafer. Take advantage of intr_barrier() to eliminate the mutexMark Kettenis
2015-11-24You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.Martin Pieuchot
2015-11-24No need to include <net/if_arp.h>Martin Pieuchot
2015-11-24No need to include <net/if_types.h> for <net/if_vlan_var.h>Martin Pieuchot
2014-11-18move arc4random prototype to systm.h. more appropriate for most codeTed Unangst
2014-07-22Fewer <netinet/in_systm.h>Martin Pieuchot
2014-07-10remove most of the boolean_t infection outside uvm/ddb/pmap; ok jsgTheo de Raadt
2013-10-30remove #include <sys/workq.h> cos this driver doesnt use it.David Gwynne
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