| Commit message (Expand) | Author | Age | Files | Lines |
| * | Pull in r267961 and r267973 again. Fix for issues reported will follow. | Hans Petter Selasky | 2014-06-28 | 2 | -21/+1 |
| * | Revert r267961, r267973: | Glen Barber | 2014-06-27 | 2 | -1/+21 |
| * | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | Hans Petter Selasky | 2014-06-27 | 2 | -21/+1 |
| * | Sync the E1000 shared code with Intel internal, this adds fixes, | Jack F Vogel | 2014-06-26 | 25 | -229/+806 |
| * | - Don't compare bus_dma map pointers for static DMA allocations against | John Baldwin | 2014-06-12 | 3 | -9/+15 |
| * | make sure if_transmit returns 0 if the mbuf is enqueued. | Luigi Rizzo | 2014-06-06 | 1 | -2/+2 |
| * | Convert em(4) to use the driver API. | Marcel Moolenaar | 2014-06-02 | 4 | -447/+373 |
| * | reference the correct variable in a comment | Luigi Rizzo | 2014-05-28 | 1 | -1/+1 |
| * | e1000: add missing braces | Eitan Adler | 2014-05-26 | 1 | -2/+4 |
| * | The timestamp bit is number 17, and not number 9, in the stat error | George V. Neville-Neil | 2014-01-30 | 1 | -1/+1 |
| * | Fix compilation with IGB_LEGACY_TX defined. | Gleb Smirnoff | 2014-01-25 | 1 | -0/+2 |
| * | It is 2014 and we have a new version of netmap. | Luigi Rizzo | 2014-01-06 | 3 | -4/+4 |
| * | use the correct netmap <-> nic slot mapping on the transmit ring for 'lem'. | Luigi Rizzo | 2013-12-26 | 1 | -1/+1 |
| * | Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this | Eitan Adler | 2013-11-30 | 3 | -4/+4 |
| * | Fix several issues with the busdma(9) KPI use in the e1000 drivers. | Konstantin Belousov | 2013-11-02 | 3 | -12/+12 |
| * | update to the latest netmap snapshot. | Luigi Rizzo | 2013-11-01 | 4 | -9/+40 |
| * | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | Gleb Smirnoff | 2013-10-26 | 3 | -0/+3 |
| * | Update the Intel igb driver to version 2.4.0 | Jack F Vogel | 2013-10-09 | 20 | -1192/+1993 |
| * | Expose system level ixgbe sysctls. | Hiren Panchasara | 2013-10-05 | 1 | -0/+3 |
| * | Restructure the mbuf pkthdr to make it fit for upcoming capabilities and | Andre Oppermann | 2013-08-24 | 1 | -1/+1 |
| * | Alter the mq_start routine to do a TRYLOCK and call to the locked routine | Jack F Vogel | 2013-08-13 | 1 | -1/+7 |
| * | Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCI | Scott Long | 2013-08-12 | 3 | -27/+3 |
| * | Improve the MSIX setup code in the drivers, thanks to Marius for | Jack F Vogel | 2013-08-12 | 2 | -11/+23 |
| * | Make the various driver MSIX setup routines fallback to MSI more | Jack F Vogel | 2013-08-06 | 2 | -23/+24 |
| * | When the igb driver is static there are cases when early interrupts occur, | Jack F Vogel | 2013-08-06 | 1 | -0/+4 |
| * | Change the E1000 driver option header handling to match the | Jack F Vogel | 2013-07-12 | 3 | -6/+9 |
| * | if_lem.c: make sure that lem_rxeof() can drain the entire rx queue | Luigi Rizzo | 2013-05-09 | 4 | -5/+27 |
| * | simplify the code to initialize the RDT while in netmap mode. | Luigi Rizzo | 2013-05-09 | 2 | -20/+9 |
| * | Update Intel email address. | Eitan Adler | 2013-05-02 | 1 | -1/+1 |
| * | use netmap_rx_irq() and netmap_tx_irq() instead of replicating the | Luigi Rizzo | 2013-04-30 | 1 | -10/+3 |
| * | use netmap_rx_irq() / netmap_tx_irq() to handle interrupts in | Luigi Rizzo | 2013-04-30 | 2 | -43/+9 |
| * | Corrections to the RX checksum code, make sure its disabled as | Jack F Vogel | 2013-04-15 | 1 | -25/+18 |
| * | Simplify allocate_legacy code, txr pointer was breaking LEGACY compile, | Jack F Vogel | 2013-04-10 | 1 | -2/+1 |
| * | Correct the multicast handling in the E1000 drivers as was | Jack F Vogel | 2013-04-03 | 3 | -13/+89 |
| * | Update man page for igb(4) with a little bit of information about | Sean Bruno | 2013-04-03 | 1 | -1/+2 |
| * | Change the define in the header to eliminate unnecessary data | Jack F Vogel | 2013-03-29 | 1 | -1/+1 |
| * | Change defines in the igb driver to allow an easier selection of | Jack F Vogel | 2013-03-29 | 1 | -18/+18 |
| * | Refresh on the shared code for the E1000 drivers. | Jack F Vogel | 2013-02-21 | 23 | -2086/+2518 |
| * | This fixes a out-of-order problem with several | Randall Stewart | 2013-02-07 | 2 | -18/+40 |
| * | Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de... | Sofian Brabez | 2013-01-30 | 3 | -3/+3 |
| * | Fixed mbuf free when receive structures fail to allocate. | Steven Hartland | 2013-01-12 | 1 | -2/+2 |
| * | Mechanically substitute flags from historic mbuf allocator with | Gleb Smirnoff | 2012-12-04 | 3 | -14/+14 |
| * | drbr_enqueue() awlays consumes mbuf, no matter did it | Gleb Smirnoff | 2012-11-26 | 1 | -27/+13 |
| * | Now that device disabling is generic, remove extraneous code from the | Eitan Adler | 2012-10-22 | 1 | -5/+0 |
| * | This isn't functionally identical. In some cases a hint to disable | Eitan Adler | 2012-10-22 | 3 | -0/+15 |
| * | Now that device disabling is generic, remove extraneous code from the | Eitan Adler | 2012-10-22 | 3 | -15/+0 |
| * | remove duplicate semicolons where possible. | Eitan Adler | 2012-10-22 | 1 | -1/+1 |
| * | The drbr(9) API appeared to be so unclear, that most drivers in | Gleb Smirnoff | 2012-09-28 | 2 | -2/+6 |
| * | Merge similar fixes from 223198 from igb to ixgbe: | John Baldwin | 2012-09-26 | 1 | -1/+1 |
| * | This patch fixes a nit in the em, lem, and igb driver statistics. Increment | Sean Bruno | 2012-09-23 | 3 | -3/+3 |