aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/e1000
Commit message (Expand)AuthorAgeFilesLines
...
* remove duplicate semicolons where possible.Eitan Adler2012-10-221-1/+1
* The drbr(9) API appeared to be so unclear, that most drivers inGleb Smirnoff2012-09-282-2/+6
* Merge similar fixes from 223198 from igb to ixgbe:John Baldwin2012-09-261-1/+1
* This patch fixes a nit in the em, lem, and igb driver statistics. IncrementSean Bruno2012-09-233-3/+3
* Switch some PCI register reads from using magic numbers to using the namesGavin Atkinson2012-09-191-1/+1
* Align the PCI Express #defines with the style used for the PCI-XGavin Atkinson2012-09-181-3/+3
* Correct double "the the"Eitan Adler2012-09-142-2/+2
* Customer report of a panic on boot due to the oldJack F Vogel2012-08-151-0/+2
* Make the polling interface in igb able to handleJack F Vogel2012-08-061-19/+19
* Correct the mq_start routine to avoid out-of-orderJack F Vogel2012-08-061-3/+11
* CPU_NEXT() already handles wrapping around to the beginning. Also, in aSean Bruno2012-08-021-1/+0
* Clean up some unused leftover code from emJack F Vogel2012-07-311-74/+30
* remove some extra testing code that slipped into the previous commitLuigi Rizzo2012-07-251-33/+0
* Use legacy interrupts as a default. This gives up to 10% speedupLuigi Rizzo2012-07-251-0/+34
* Change the interface to the Energy Efficient Ethernet (EEE)Jack F Vogel2012-07-072-8/+57
* Correct small regressions pointed out by jhb, thanks John.Jack F Vogel2012-07-051-3/+1
* Sync with Intel internal source:Jack F Vogel2012-07-0520-1080/+2259
* Commit a portion of 233708 I missed earlier and don't include theJohn Baldwin2012-06-011-3/+6
* Initialize "error" to zero when it's declared in em_setup_receive_ring()Kevin Lo2012-05-111-1/+1
* Modify the binding of queues to attach to as many CPUsSean Bruno2012-05-101-2/+17
* Fix cut-and-paste comment errorEd Maste2012-04-251-1/+1
* Reapply r223198 which was reverted in the previous vendor import. SomeJohn Baldwin2012-04-112-4/+42
* Fix a few issues with transmit handling in em(4) and igb(4):John Baldwin2012-03-302-47/+130
* Initialize the mutexes used for the NVM and the swflag as MTX_DUPOK inMarius Strobl2012-03-241-1/+2
* Properly handle failures in igb_setup_msix() by returning 0 if MSI or MSI-XJohn Baldwin2012-03-011-4/+6
* A bunch of netmap fixes:Luigi Rizzo2012-02-273-11/+15
* (This commit only touches code within the DEV_NETMAP blocks)Luigi Rizzo2012-02-153-23/+9
* GS105v3 exhibit the same behaviorEitan Adler2012-01-291-0/+1
* clear the pointer after freeing the mbuf. Without that, weLuigi Rizzo2012-01-121-0/+1
* fix the initialization of the rings when netmap is used,Luigi Rizzo2012-01-121-62/+25
* small code cleanup in preparation for future modifications inLuigi Rizzo2012-01-103-30/+31
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againKevin Lo2012-01-073-3/+0
* When extracting the VLAN tag from if_em and if_lem receive descriptorRobert Watson2012-01-052-4/+2
* put back netmap support, deleted by mistake in a previous commitLuigi Rizzo2011-12-221-0/+96
* Restore the sysctl changes from 223676 and 227309 lost in the previousJohn Baldwin2011-12-212-6/+29
* Consistently use types in e1000 driver code:Matthew D Fleming2011-12-123-6/+10
* Last change still had an issue, one more time...Jack F Vogel2011-12-112-6/+6
* Correct LINT build issues in the ioctl code.Jack F Vogel2011-12-112-7/+11
* Fix NETMAP code problem in the build.Jack F Vogel2011-12-101-1/+1
* Part 2 of 2 New deltas for the 1G drivers.Jack F Vogel2011-12-106-594/+597
* Part 1 of two parts, this is the shared code changes inJack F Vogel2011-12-1021-4107/+5486
* add netmap support for "em", "lem", "igb" and "re".Luigi Rizzo2011-12-053-0/+304
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-072-2/+2
* - change "is is" to "is" or "it is"Eitan Adler2011-10-161-1/+1
* Clear transmit checksum offload context state upon lem(4) interfaceRyan Stone2011-09-171-0/+1
* A fix to make the LINT-NOINET build happy, if thisJack F Vogel2011-07-071-3/+3
* - Add read-only sysctls for all of the tunables supported by the igb andJohn Baldwin2011-06-293-5/+53
* Put back the global for rx processing due to popular demand.Jack F Vogel2011-06-231-1/+5
* Eliminate some global tuneables in favor of adapter-specific,Jack F Vogel2011-06-202-63/+125
* - Use a dedicated task to handle deferred transmits from the if_transmitJohn Baldwin2011-06-172-10/+64