summaryrefslogtreecommitdiffstats
path: root/sys/dev/e1000
Commit message (Expand)AuthorAgeFilesLines
* Initialize the mutexes used for the NVM and the swflag as MTX_DUPOK inmarius2012-03-241-1/+2
* Properly handle failures in igb_setup_msix() by returning 0 if MSI or MSI-Xjhb2012-03-011-4/+6
* A bunch of netmap fixes:luigi2012-02-273-11/+15
* (This commit only touches code within the DEV_NETMAP blocks)luigi2012-02-153-23/+9
* GS105v3 exhibit the same behavioreadler2012-01-291-0/+1
* clear the pointer after freeing the mbuf. Without that, weluigi2012-01-121-0/+1
* fix the initialization of the rings when netmap is used,luigi2012-01-121-62/+25
* small code cleanup in preparation for future modifications inluigi2012-01-103-30/+31
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againkevlo2012-01-073-3/+0
* When extracting the VLAN tag from if_em and if_lem receive descriptorrwatson2012-01-052-4/+2
* put back netmap support, deleted by mistake in a previous commitluigi2011-12-221-0/+96
* Restore the sysctl changes from 223676 and 227309 lost in the previousjhb2011-12-212-6/+29
* Consistently use types in e1000 driver code:mdf2011-12-123-6/+10
* Last change still had an issue, one more time...jfv2011-12-112-6/+6
* Correct LINT build issues in the ioctl code.jfv2011-12-112-7/+11
* Fix NETMAP code problem in the build.jfv2011-12-101-1/+1
* Part 2 of 2 New deltas for the 1G drivers.jfv2011-12-106-594/+597
* Part 1 of two parts, this is the shared code changes injfv2011-12-1021-4107/+5486
* add netmap support for "em", "lem", "igb" and "re".luigi2011-12-053-0/+304
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-072-2/+2
* - change "is is" to "is" or "it is"eadler2011-10-161-1/+1
* Clear transmit checksum offload context state upon lem(4) interfacerstone2011-09-171-0/+1
* A fix to make the LINT-NOINET build happy, if thisjfv2011-07-071-3/+3
* - Add read-only sysctls for all of the tunables supported by the igb andjhb2011-06-293-5/+53
* Put back the global for rx processing due to popular demand.jfv2011-06-231-1/+5
* Eliminate some global tuneables in favor of adapter-specific,jfv2011-06-202-63/+125
* - Use a dedicated task to handle deferred transmits from the if_transmitjhb2011-06-172-10/+64
* Add an initialization to the error variable, withoutjfv2011-05-051-2/+2
* Small change to make backporting to stable/7,jfv2011-04-281-1/+1
* Important update for the igb driver:jfv2011-04-052-84/+110
* Fix to an error condition case, when an mbuf chainjfv2011-04-011-16/+6
* Change the refresh_mbuf logic slightly, add an inlinejfv2011-04-012-10/+30
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls tojhb2011-03-233-5/+5
* A cut and paste here was wrong also.jfv2011-03-191-1/+1
* Correct broken definejfv2011-03-191-1/+1
* This delta updates the em driver to version 7.2.2 which hasjfv2011-03-189-341/+404
* Fix typos - remove duplicate "the".brucec2011-02-212-2/+2
* Fix the shared code to be consistent with Intel-internal,jfv2011-02-1210-87/+218
* Restore 2 prototypes that seem to have been mistakenly removed in r218582.dougb2011-02-111-0/+2
* Somehow the RX ring depletion fix got partially removed,jfv2011-02-111-4/+17
* Revert changes made here, they will cause a conflictjfv2011-02-111-3/+0
* Inconsistencies in the updated igb shared code and the olderjfv2011-02-113-4/+7
* After r218530 export several functions which are no longer private tobz2011-02-112-6/+6
* Add support for the new I350 family of 1G interfaces.jfv2011-02-1121-328/+1121
* Fix for kern/152853, pullup at the wrong pointjfv2011-01-191-5/+10
* Specify a CTLTYPE_FOO so that a future sysctl(8) change does not needmdf2011-01-183-17/+25
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-123-184/+184
* A couple problems discovered by Andrew Boyer:jfv2011-01-121-3/+11
* Correct build error.jfv2010-12-041-1/+0
* Remove the bogus test in the TX context setup for IPV6,jfv2010-12-041-2/+0
OpenPOWER on IntegriCloud