| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFH: sync the netmap code with the one in HEAD | Luigi Rizzo | 2014-02-18 | 1 | -1/+1 |
| * | Merge from head: sync the netmap code with the one in HEAD | Luigi Rizzo | 2013-11-06 | 1 | -7/+4 |
| * | MFC: r256069 | Hiren Panchasara | 2013-10-19 | 1 | -0/+26 |
| * | MFC r254262 Further improve the msix setup, make sure pci_alloc_msix() gives us | Jack F Vogel | 2013-08-15 | 2 | -2/+10 |
| * | MFC r254008 Make the fallback from MSIX to MSI interrupt usage more graceful. | Jack F Vogel | 2013-08-15 | 2 | -27/+26 |
| * | Merge r254263: | Scott Long | 2013-08-13 | 1 | -7/+1 |
| * | Clearing the rxbuf flags got lost along the way... adding it back. | Jack F Vogel | 2013-08-08 | 1 | -0/+1 |
| * | MFC r253865: Fixes to RX_COPY optimization code allowing the removal of the r... | Jack F Vogel | 2013-08-06 | 1 | -24/+20 |
| * | MFC: r253284, r253285, r253303: | Jack F Vogel | 2013-07-15 | 2 | -6/+0 |
| * | MFC ixgbe driver revisions 248901, 250108, and 251964 | Jack F Vogel | 2013-07-06 | 22 | -454/+3163 |
| * | MFC: sync the version of netmap with the one in HEAD, including device | Luigi Rizzo | 2013-05-10 | 1 | -23/+4 |
| * | MFC of the ixgbe driver including the follow revisions: | Jack F Vogel | 2013-03-14 | 20 | -975/+1532 |
| * | MFC: r243857 (partial) | Marius Strobl | 2013-03-09 | 2 | -4/+4 |
| * | MFC 240968: | John Baldwin | 2013-02-28 | 2 | -8/+43 |
| * | Clean some 'svn:executable' properties in the tree. | Pedro F. Giffuni | 2013-01-29 | 4 | -0/+0 |
| * | Merge r241037 from head: | Gleb Smirnoff | 2012-11-23 | 2 | -2/+4 |
| * | MFC r241917: | Eitan Adler | 2012-10-30 | 2 | -10/+0 |
| * | MFC r240466: | Eitan Adler | 2012-09-25 | 1 | -0/+5 |
| * | Sync the ixgbe driver from HEAD to stable/9 | Scott Long | 2012-09-20 | 3 | -18/+89 |
| * | MFC r240155: | Kevin Lo | 2012-09-12 | 1 | -1/+2 |
| * | MFC of 238149 | Jack F Vogel | 2012-07-08 | 14 | -494/+671 |
| * | fix a typo in a comment | Luigi Rizzo | 2012-05-17 | 1 | -1/+1 |
| * | MFC of the ixgbe driver. Including revisions: | Jack F Vogel | 2012-05-17 | 22 | -3560/+6244 |
| * | MFC 232854,232874,232882,232883,232886 for bus_get_dma_tag() | Scott Long | 2012-03-16 | 2 | -2/+4 |
| * | MFC r228440: | Matthew D Fleming | 2011-12-31 | 3 | -8/+10 |
| * | The maximum read size of incoming packets is done in 1024-byte increments. | Qing Li | 2011-09-05 | 1 | -3/+6 |
| * | Cut and paste mistake corrected. | Jack F Vogel | 2011-06-02 | 1 | -1/+1 |
| * | First off: update the driver README, the old one was horribly | Jack F Vogel | 2011-06-02 | 4 | -138/+246 |
| * | Add a #define for driver portability to older OS | Jack F Vogel | 2011-04-28 | 1 | -0/+5 |
| * | - Add the RX refresh changes from igb to ixgbe | Jack F Vogel | 2011-04-25 | 2 | -49/+84 |
| * | Do a sweep of the tree replacing calls to pci_find_extcap() with calls to | John Baldwin | 2011-03-23 | 1 | -1/+1 |
| * | Don't bother to run the flowcontrol code if there | Jack F Vogel | 2011-01-22 | 1 | -1/+5 |
| * | Missing case for 82598DA type adapter, thanks Andrew. | Jack F Vogel | 2011-01-22 | 1 | -0/+3 |
| * | Leftover bogus TX UNLOCK removed. Thanks to | Jack F Vogel | 2011-01-21 | 1 | -1/+0 |
| * | Update driver to version 2.3.8: | Jack F Vogel | 2011-01-19 | 8 | -662/+356 |
| * | Specify a CTLTYPE_FOO so that a future sysctl(8) change does not need | Matthew D Fleming | 2011-01-18 | 1 | -5/+6 |
| * | sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly. | Matthew D Fleming | 2011-01-12 | 1 | -55/+55 |
| * | CSUM flags need to be OS version sensitive in ixv code | Jack F Vogel | 2011-01-07 | 1 | -0/+4 |
| * | kern/150247 - virtualization code also needs fix for 7.X to be buildable... | Jack F Vogel | 2011-01-07 | 1 | -1/+1 |
| * | Fix to kern/150247 - make ixgbe buildable for 7.x | Jack F Vogel | 2011-01-07 | 1 | -1/+1 |
| * | kern/153772 fix variable names. | Jack F Vogel | 2011-01-07 | 1 | -2/+2 |
| * | This small little change is a bug that drove me nuts | Jack F Vogel | 2010-12-04 | 1 | -5/+1 |
| * | Interrupt handler, and stats changes from Michael Tuexen, | Jack F Vogel | 2010-11-27 | 1 | -145/+404 |
| * | and the header... | Jack F Vogel | 2010-11-27 | 1 | -0/+3 |
| * | A couple fixes got clobbered, putting them back. | Jack F Vogel | 2010-11-26 | 1 | -13/+33 |
| * | Update ixgbe driver to verion 2.3.6 | Jack F Vogel | 2010-11-26 | 18 | -1237/+7879 |
| * | Fix typos. | Rebecca Cran | 2010-11-09 | 1 | -5/+5 |
| * | Do not allocate multicast array memory in multicast filter | Pyun YongHyeon | 2010-08-28 | 2 | -1/+18 |
| * | Do not call voluntary panic(9) in case of if_alloc() failure. | Pyun YongHyeon | 2010-08-28 | 1 | -6/+11 |
| * | Fix build | Kevin Lo | 2010-07-01 | 1 | -1/+0 |