aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ixgbe/ixv.c
Commit message (Expand)AuthorAgeFilesLines
* Update to the Intel ixgbe driver:Jack F Vogel2015-03-171-4006/+0
* Start process of removing the use of the deprecated "M_FLOWID" flagHans Petter Selasky2014-12-011-2/+2
* Fix multiple incorrect SYSCTL arguments in the kernel:Hans Petter Selasky2014-10-211-2/+2
* Mechanically switch ixv(4) to if_inc_counter().Gleb Smirnoff2014-09-281-5/+5
* Use the right constants in comparisons. This is currently a nop, asChristian Brueffer2014-09-081-1/+1
* Use define from if_var.h to access a field inside struct if_data,Gleb Smirnoff2014-08-301-1/+1
* - Don't compare bus_dma map pointers for static DMA allocations againstJohn Baldwin2014-06-121-1/+0
* Restructure the mbuf pkthdr to make it fit for upcoming capabilities andAndre Oppermann2013-08-241-1/+1
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long2013-08-121-7/+1
* Improve the MSIX setup code in the drivers, thanks to Marius forJack F Vogel2013-08-121-1/+3
* Make the various driver MSIX setup routines fallback to MSI moreJack F Vogel2013-08-061-10/+8
* Opps, need to change the VF code as well.Jack F Vogel2013-07-121-3/+0
* First, sync to internal shared code, and thenJack F Vogel2013-03-041-5/+3
* This fixes a out-of-order problem with severalRandall Stewart2013-02-071-12/+12
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez2013-01-301-1/+2
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-3/+3
* Now that device disabling is generic, remove extraneous code from theEitan Adler2012-10-221-5/+0
* This isn't functionally identical. In some cases a hint to disableEitan Adler2012-10-221-0/+5
* Now that device disabling is generic, remove extraneous code from theEitan Adler2012-10-221-5/+0
* The drbr(9) API appeared to be so unclear, that most drivers inGleb Smirnoff2012-09-281-1/+3
* Update to the ixgbe driver:Jack F Vogel2012-07-051-4/+4
* More conversions of drivers to use the PCI parent DMA tag.Scott Long2012-03-121-1/+2
* New hardware support: Intel X540 adapter support added.Jack F Vogel2012-01-301-52/+84
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againKevin Lo2012-01-071-1/+0
* Consistently use types in ixgbe driver code:Matthew D Fleming2011-12-121-4/+4
* Cut and paste mistake corrected.Jack F Vogel2011-06-021-1/+1
* First off: update the driver README, the old one was horriblyJack F Vogel2011-06-021-10/+48
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls toJohn Baldwin2011-03-231-1/+1
* Update ixgbe driver to verion 2.3.6Jack F Vogel2010-11-261-0/+3950