summaryrefslogtreecommitdiffstats
path: root/sys/dev/e1000
Commit message (Expand)AuthorAgeFilesLines
* Direct commit to stable/11 to correctly setting the EIAC and IMSsbruno2017-06-191-1/+1
* Direct commit of fixes to stable/11, resolving PCI passthrough and initializa...sbruno2017-04-053-5/+6
* Disable the driver managed queue for igb(4) when the legacy transmitloos2017-02-251-1/+1
* MFC: r311979marius2017-02-221-1/+1
* MFC r307649:kib2016-11-021-4/+15
* MFC r304149sbruno2016-08-186-14/+45
* MFC r303638sbruno2016-08-021-0/+1
* Do not initialize the adapter on MTU change when adapter status is down.sbruno2016-07-073-3/+6
* net: Use M_HASHTYPE_OPAQUE_HASH if the mbuf flowid has hash propertiessephe2016-06-071-1/+1
* Don't repeat the the word 'the'eadler2016-05-172-2/+2
* dev/e1000,ixgbe: minor spelling fixes.pfg2016-05-065-11/+11
* Since igb_detach() cleans up all the data structures that will besbruno2016-05-061-1/+2
* If ALTQ is defined in the kern conf, switch to Legacy Mode.sbruno2016-05-061-0/+4
* Correct possible underflow conditions when checking for available spacesbruno2016-04-183-3/+3
* tcp/lro: Use tcp_lro_flush_all in device drivers to avoid code duplicationsephe2016-04-011-5/+1
* Support checksum offloading for TCP/IPV6 and UDP/IPV6.tuexen2016-03-222-7/+53
* The register read/write mphy functions have misleading whitespace aroundsbruno2016-03-041-8/+6
* Fix and clean up usage of DMA and TSO segments:marius2016-02-235-6/+12
* Update em(4) to 7.6.1; update igb(4) to 2.5.3.erj2016-02-0523-189/+1342
* As it turns out, one of the more or less recent changes to em(4)marius2016-02-011-2/+9
* Add optimizing LRO wrapper:hselasky2016-01-191-2/+2
* Given that em(4), lem(4) and igb(4) hardware doesn't require themarius2016-01-136-37/+36
* Disable the reuse of checksum offload context descriptors in the casesbruno2016-01-071-45/+63
* Switch em(4) to the extended RX descriptor format. This matches thesbruno2016-01-072-87/+121
* Wow, um ... sorry about that. The commit log for this code should havesbruno2016-01-071-63/+45
* Switch em(4) to the extended RX descriptor format. This matches thesbruno2016-01-071-45/+63
* Add support for sysctl knobs to live tune the tx packet processing limitssbruno2015-12-232-3/+13
* Add support for SCTP checksum offloading for the 82580 controllertuexen2015-11-101-4/+7
* Revert 287914,287762.sbruno2015-09-1926-1428/+381
* Add Intel Skylake/I219 Supportsbruno2015-09-172-3/+165
* Update em(4) with D3162 after testing further on hardware that failedsbruno2015-09-1324-378/+1263
* Revert last two commits to em(4)/igb(4). Reports are coming in thatsbruno2015-09-0526-1433/+386
* em(4): Add Skylake/I219 support.sbruno2015-09-042-3/+165
* e1000: Shared code updatessbruno2015-09-0424-383/+1268
* igb(4): Update and fix HW erratasbruno2015-09-042-150/+117
* Restrict tso_max to IP_MAXPACKET to avoid the panic reported in:sbruno2015-08-311-1/+1
* Style/whitespace cleanup in shared/common code.sbruno2015-08-2413-338/+309
* Bump all copywrite dates to 2015sbruno2015-08-1639-39/+39
* e1000/if_lem.c bump to 1.1.0sbruno2015-08-162-8/+1
* Increase EM_MAX_SCATTER to 64 such that the size of em_xmit()::segs[EM_MAX_SC...sbruno2015-08-162-66/+80
* Add capability to disable CRC stripping. This breaks IPMI/BMC capabilities on...sbruno2015-08-161-1/+6
* Free mbufs when busdma loading fails.hselasky2015-08-012-6/+0
* Remove unused txd_saved.sbruno2015-07-251-2/+1
* Add an adapter CORE lock in the DDB hook em_dump_queue to avoid WITNESSsbruno2015-07-161-0/+2
* Fix typo in register definition.kevlo2015-07-161-1/+1
* Sync netmap sources with the version in our private tree.luigi2015-07-103-0/+9
* Change EM_MULTIQUEUE to a real kernconf entry and enable support forsbruno2015-06-033-194/+481
* Simplify hang detection by stealing the techniques used in ixl(4) andsbruno2015-06-022-50/+49
* Bump rx_overruns when indicated by the ICR mask.sbruno2015-05-221-0/+3
* Various fixes to the stats in igb(4), ixgbe(4), and ixl(4).jhb2015-04-301-5/+74
OpenPOWER on IntegriCloud