summaryrefslogtreecommitdiff
path: root/sys/dev/ixgbe
Commit message (Expand)AuthorAgeFilesLines
* MFH: sync the netmap code with the one in HEADLuigi Rizzo2014-02-181-1/+1
* Merge from head: sync the netmap code with the one in HEADLuigi Rizzo2013-11-061-7/+4
* MFC: r256069Hiren Panchasara2013-10-191-0/+26
* MFC r254262 Further improve the msix setup, make sure pci_alloc_msix() gives usJack F Vogel2013-08-152-2/+10
* MFC r254008 Make the fallback from MSIX to MSI interrupt usage more graceful.Jack F Vogel2013-08-152-27/+26
* Merge r254263:Scott Long2013-08-131-7/+1
* Clearing the rxbuf flags got lost along the way... adding it back.Jack F Vogel2013-08-081-0/+1
* MFC r253865: Fixes to RX_COPY optimization code allowing the removal of the r...Jack F Vogel2013-08-061-24/+20
* MFC: r253284, r253285, r253303:Jack F Vogel2013-07-152-6/+0
* MFC ixgbe driver revisions 248901, 250108, and 251964Jack F Vogel2013-07-0622-454/+3163
* MFC: sync the version of netmap with the one in HEAD, including deviceLuigi Rizzo2013-05-101-23/+4
* MFC of the ixgbe driver including the follow revisions:Jack F Vogel2013-03-1420-975/+1532
* MFC: r243857 (partial)Marius Strobl2013-03-092-4/+4
* MFC 240968:John Baldwin2013-02-282-8/+43
* Clean some 'svn:executable' properties in the tree.Pedro F. Giffuni2013-01-294-0/+0
* Merge r241037 from head:Gleb Smirnoff2012-11-232-2/+4
* MFC r241917:Eitan Adler2012-10-302-10/+0
* MFC r240466:Eitan Adler2012-09-251-0/+5
* Sync the ixgbe driver from HEAD to stable/9Scott Long2012-09-203-18/+89
* MFC r240155:Kevin Lo2012-09-121-1/+2
* MFC of 238149Jack F Vogel2012-07-0814-494/+671
* fix a typo in a commentLuigi Rizzo2012-05-171-1/+1
* MFC of the ixgbe driver. Including revisions:Jack F Vogel2012-05-1722-3560/+6244
* MFC 232854,232874,232882,232883,232886 for bus_get_dma_tag()Scott Long2012-03-162-2/+4
* MFC r228440:Matthew D Fleming2011-12-313-8/+10
* The maximum read size of incoming packets is done in 1024-byte increments.Qing Li2011-09-051-3/+6
* 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-024-138/+246
* Add a #define for driver portability to older OSJack F Vogel2011-04-281-0/+5
* - Add the RX refresh changes from igb to ixgbeJack F Vogel2011-04-252-49/+84
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls toJohn Baldwin2011-03-231-1/+1
* Don't bother to run the flowcontrol code if thereJack F Vogel2011-01-221-1/+5
* Missing case for 82598DA type adapter, thanks Andrew.Jack F Vogel2011-01-221-0/+3
* Leftover bogus TX UNLOCK removed. Thanks toJack F Vogel2011-01-211-1/+0
* Update driver to version 2.3.8:Jack F Vogel2011-01-198-662/+356
* Specify a CTLTYPE_FOO so that a future sysctl(8) change does not needMatthew D Fleming2011-01-181-5/+6
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming2011-01-121-55/+55
* CSUM flags need to be OS version sensitive in ixv codeJack F Vogel2011-01-071-0/+4
* kern/150247 - virtualization code also needs fix for 7.X to be buildable...Jack F Vogel2011-01-071-1/+1
* Fix to kern/150247 - make ixgbe buildable for 7.xJack F Vogel2011-01-071-1/+1
* kern/153772 fix variable names.Jack F Vogel2011-01-071-2/+2
* This small little change is a bug that drove me nutsJack F Vogel2010-12-041-5/+1
* Interrupt handler, and stats changes from Michael Tuexen,Jack F Vogel2010-11-271-145/+404
* and the header...Jack F Vogel2010-11-271-0/+3
* A couple fixes got clobbered, putting them back.Jack F Vogel2010-11-261-13/+33
* Update ixgbe driver to verion 2.3.6Jack F Vogel2010-11-2618-1237/+7879
* Fix typos.Rebecca Cran2010-11-091-5/+5
* Do not allocate multicast array memory in multicast filterPyun YongHyeon2010-08-282-1/+18
* Do not call voluntary panic(9) in case of if_alloc() failure.Pyun YongHyeon2010-08-281-6/+11
* Fix buildKevin Lo2010-07-011-1/+0