| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Switch some PCI register reads from using magic numbers to using the names | Gavin Atkinson | 2012-09-19 | 1 | -1/+1 |
| * | Align the PCI Express #defines with the style used for the PCI-X | Gavin Atkinson | 2012-09-18 | 1 | -3/+3 |
| * | Correct double "the the" | Eitan Adler | 2012-09-14 | 2 | -2/+2 |
| * | Customer report of a panic on boot due to the old | Jack F Vogel | 2012-08-15 | 1 | -0/+2 |
| * | Make the polling interface in igb able to handle | Jack F Vogel | 2012-08-06 | 1 | -19/+19 |
| * | Correct the mq_start routine to avoid out-of-order | Jack F Vogel | 2012-08-06 | 1 | -3/+11 |
| * | CPU_NEXT() already handles wrapping around to the beginning. Also, in a | Sean Bruno | 2012-08-02 | 1 | -1/+0 |
| * | Clean up some unused leftover code from em | Jack F Vogel | 2012-07-31 | 1 | -74/+30 |
| * | remove some extra testing code that slipped into the previous commit | Luigi Rizzo | 2012-07-25 | 1 | -33/+0 |
| * | Use legacy interrupts as a default. This gives up to 10% speedup | Luigi Rizzo | 2012-07-25 | 1 | -0/+34 |
| * | Change the interface to the Energy Efficient Ethernet (EEE) | Jack F Vogel | 2012-07-07 | 2 | -8/+57 |
| * | Correct small regressions pointed out by jhb, thanks John. | Jack F Vogel | 2012-07-05 | 1 | -3/+1 |
| * | Sync with Intel internal source: | Jack F Vogel | 2012-07-05 | 20 | -1079/+2258 |
| * | Commit a portion of 233708 I missed earlier and don't include the | John Baldwin | 2012-06-01 | 1 | -3/+6 |
| * | Initialize "error" to zero when it's declared in em_setup_receive_ring() | Kevin Lo | 2012-05-11 | 1 | -1/+1 |
| * | Modify the binding of queues to attach to as many CPUs | Sean Bruno | 2012-05-10 | 1 | -2/+17 |
| * | Fix cut-and-paste comment error | Ed Maste | 2012-04-25 | 1 | -1/+1 |
| * | Reapply r223198 which was reverted in the previous vendor import. Some | John Baldwin | 2012-04-11 | 2 | -4/+42 |
| * | Fix a few issues with transmit handling in em(4) and igb(4): | John Baldwin | 2012-03-30 | 2 | -47/+130 |
| * | Initialize the mutexes used for the NVM and the swflag as MTX_DUPOK in | Marius Strobl | 2012-03-24 | 1 | -1/+2 |
| * | Properly handle failures in igb_setup_msix() by returning 0 if MSI or MSI-X | John Baldwin | 2012-03-01 | 1 | -4/+6 |
| * | A bunch of netmap fixes: | Luigi Rizzo | 2012-02-27 | 3 | -11/+15 |
| * | (This commit only touches code within the DEV_NETMAP blocks) | Luigi Rizzo | 2012-02-15 | 3 | -23/+9 |
| * | GS105v3 exhibit the same behavior | Eitan Adler | 2012-01-29 | 1 | -0/+1 |
| * | clear the pointer after freeing the mbuf. Without that, we | Luigi Rizzo | 2012-01-12 | 1 | -0/+1 |
| * | fix the initialization of the rings when netmap is used, | Luigi Rizzo | 2012-01-12 | 1 | -62/+25 |
| * | small code cleanup in preparation for future modifications in | Luigi Rizzo | 2012-01-10 | 3 | -30/+31 |
| * | ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it again | Kevin Lo | 2012-01-07 | 3 | -3/+0 |