| Commit message (Expand) | Author | Age | Files | Lines |
* | Sync with Intel internal source: | jfv | 2012-07-05 | 20 | -1080/+2259 |
* | Commit a portion of 233708 I missed earlier and don't include the | jhb | 2012-06-01 | 1 | -3/+6 |
* | Initialize "error" to zero when it's declared in em_setup_receive_ring() | kevlo | 2012-05-11 | 1 | -1/+1 |
* | Modify the binding of queues to attach to as many CPUs | sbruno | 2012-05-10 | 1 | -2/+17 |
* | Fix cut-and-paste comment error | emaste | 2012-04-25 | 1 | -1/+1 |
* | Reapply r223198 which was reverted in the previous vendor import. Some | jhb | 2012-04-11 | 2 | -4/+42 |
* | Fix a few issues with transmit handling in em(4) and igb(4): | jhb | 2012-03-30 | 2 | -47/+130 |
* | Initialize the mutexes used for the NVM and the swflag as MTX_DUPOK in | marius | 2012-03-24 | 1 | -1/+2 |
* | Properly handle failures in igb_setup_msix() by returning 0 if MSI or MSI-X | jhb | 2012-03-01 | 1 | -4/+6 |
* | A bunch of netmap fixes: | luigi | 2012-02-27 | 3 | -11/+15 |
* | (This commit only touches code within the DEV_NETMAP blocks) | luigi | 2012-02-15 | 3 | -23/+9 |
* | GS105v3 exhibit the same behavior | eadler | 2012-01-29 | 1 | -0/+1 |
* | clear the pointer after freeing the mbuf. Without that, we | luigi | 2012-01-12 | 1 | -0/+1 |
* | fix the initialization of the rings when netmap is used, | luigi | 2012-01-12 | 1 | -62/+25 |
* | small code cleanup in preparation for future modifications in | luigi | 2012-01-10 | 3 | -30/+31 |
* | ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it again | kevlo | 2012-01-07 | 3 | -3/+0 |
* | When extracting the VLAN tag from if_em and if_lem receive descriptor | rwatson | 2012-01-05 | 2 | -4/+2 |
* | put back netmap support, deleted by mistake in a previous commit | luigi | 2011-12-22 | 1 | -0/+96 |
* | Restore the sysctl changes from 223676 and 227309 lost in the previous | jhb | 2011-12-21 | 2 | -6/+29 |
* | Consistently use types in e1000 driver code: | mdf | 2011-12-12 | 3 | -6/+10 |
* | Last change still had an issue, one more time... | jfv | 2011-12-11 | 2 | -6/+6 |
* | Correct LINT build issues in the ioctl code. | jfv | 2011-12-11 | 2 | -7/+11 |
* | Fix NETMAP code problem in the build. | jfv | 2011-12-10 | 1 | -1/+1 |
* | Part 2 of 2 New deltas for the 1G drivers. | jfv | 2011-12-10 | 6 | -594/+597 |
* | Part 1 of two parts, this is the shared code changes in | jfv | 2011-12-10 | 21 | -4107/+5486 |
* | add netmap support for "em", "lem", "igb" and "re". | luigi | 2011-12-05 | 3 | -0/+304 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 2 | -2/+2 |
* | - change "is is" to "is" or "it is" | eadler | 2011-10-16 | 1 | -1/+1 |
* | Clear transmit checksum offload context state upon lem(4) interface | rstone | 2011-09-17 | 1 | -0/+1 |
* | A fix to make the LINT-NOINET build happy, if this | jfv | 2011-07-07 | 1 | -3/+3 |
* | - Add read-only sysctls for all of the tunables supported by the igb and | jhb | 2011-06-29 | 3 | -5/+53 |
* | Put back the global for rx processing due to popular demand. | jfv | 2011-06-23 | 1 | -1/+5 |
* | Eliminate some global tuneables in favor of adapter-specific, | jfv | 2011-06-20 | 2 | -63/+125 |
* | - Use a dedicated task to handle deferred transmits from the if_transmit | jhb | 2011-06-17 | 2 | -10/+64 |
* | Add an initialization to the error variable, without | jfv | 2011-05-05 | 1 | -2/+2 |
* | Small change to make backporting to stable/7, | jfv | 2011-04-28 | 1 | -1/+1 |
* | Important update for the igb driver: | jfv | 2011-04-05 | 2 | -84/+110 |
* | Fix to an error condition case, when an mbuf chain | jfv | 2011-04-01 | 1 | -16/+6 |
* | Change the refresh_mbuf logic slightly, add an inline | jfv | 2011-04-01 | 2 | -10/+30 |
* | Do a sweep of the tree replacing calls to pci_find_extcap() with calls to | jhb | 2011-03-23 | 3 | -5/+5 |
* | A cut and paste here was wrong also. | jfv | 2011-03-19 | 1 | -1/+1 |
* | Correct broken define | jfv | 2011-03-19 | 1 | -1/+1 |
* | This delta updates the em driver to version 7.2.2 which has | jfv | 2011-03-18 | 9 | -341/+404 |
* | Fix typos - remove duplicate "the". | brucec | 2011-02-21 | 2 | -2/+2 |
* | Fix the shared code to be consistent with Intel-internal, | jfv | 2011-02-12 | 10 | -87/+218 |
* | Restore 2 prototypes that seem to have been mistakenly removed in r218582. | dougb | 2011-02-11 | 1 | -0/+2 |
* | Somehow the RX ring depletion fix got partially removed, | jfv | 2011-02-11 | 1 | -4/+17 |
* | Revert changes made here, they will cause a conflict | jfv | 2011-02-11 | 1 | -3/+0 |
* | Inconsistencies in the updated igb shared code and the older | jfv | 2011-02-11 | 3 | -4/+7 |
* | After r218530 export several functions which are no longer private to | bz | 2011-02-11 | 2 | -6/+6 |