summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/ixgbe.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update ix(4) from freebsd to add support for X553 controllers.jmatthew2020-03-021-12/+28
* oops some snapshot tests fell inderaadt2020-02-281-28/+12
* syncderaadt2020-02-281-12/+28
* Autoconfiguration and firmware semaphore refactoringmikeb2016-11-171-7/+11
* EEPROM code refactoring for X540mikeb2016-11-171-3/+2
* Bring in new PHY bits, some of the 82599 specific stuff becomes sharedmikeb2016-11-171-16/+44
* Remove more duplicated includesfcambus2016-09-251-2/+1
* Ethernet drivers no longer need to include if_vlan_var.h for the VLANnaddy2016-03-151-5/+1
* Make ix(4) mpsafer. Take advantage of intr_barrier() to eliminate the mutexkettenis2015-12-181-1/+2
* You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.mpi2015-11-241-2/+1
* No need to include <net/if_arp.h>mpi2015-11-241-2/+1
* No need to include <net/if_types.h> for <net/if_vlan_var.h>mpi2015-11-241-2/+1
* move arc4random prototype to systm.h. more appropriate for most codetedu2014-11-181-3/+1
* Fewer <netinet/in_systm.h>mpi2014-07-221-5/+1
* remove most of the boolean_t infection outside uvm/ddb/pmap; ok jsgderaadt2014-07-101-2/+4
* remove #include <sys/workq.h> cos this driver doesnt use it.dlg2013-10-301-2/+1
* First stab at updating this monster to the Intel/FreeBSD current version.mikeb2013-08-051-58/+83
* minor cleanup, whitespaces, mostly synced with freebsdmikeb2012-12-051-3/+3
* Remove Flow Director code that is not used, is outdated and tendsmikeb2012-11-061-11/+1
* Add support for 10Gb ethernet cards based on the Intel X540 chipset.mikeb2012-08-061-1/+2
* whitespace cleanup, no binary changemikeb2012-07-291-57/+57
* save content of the pci attach args, not the pointer; from Christian Ehrhardtmikeb2012-01-201-2/+2
* Monster update of ix(4). This brings ix(4) close to what is currentlyclaudio2011-06-101-9/+51
* Add support for 82599 devices based on changes to the FreeBSD driver.jsg2010-02-231-1/+2
* Partial sync to the latest version of ixgbe in FreeBSD leaving thingsjsg2010-02-191-12/+62
* switch to a bnx style dynamic pool backed tx so we don'tjsg2009-06-041-1/+3
* more cleanup, removed unused code. we don't do LRO/RSS yet, code canreyk2008-06-081-27/+17
* replace strange Linux-style u8/u16/u32/u64/s32 integer types with thereyk2008-06-081-69/+62
* Import ix, a driver for the Intel 82598 PCI-Express 10 Gig Ethernet Adapter,reyk2008-06-081-0/+236