aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/e1000
Commit message (Expand)AuthorAgeFilesLines
* Correct possible underflow conditions when checking for available spaceSean Bruno2016-04-183-3/+3
* tcp/lro: Use tcp_lro_flush_all in device drivers to avoid code duplicationSepherosa Ziehau2016-04-011-5/+1
* Support checksum offloading for TCP/IPV6 and UDP/IPV6.Michael Tuexen2016-03-222-7/+53
* The register read/write mphy functions have misleading whitespace aroundSean Bruno2016-03-041-8/+6
* Fix and clean up usage of DMA and TSO segments:Marius Strobl2016-02-235-6/+12
* Update em(4) to 7.6.1; update igb(4) to 2.5.3.Eric Joyner2016-02-0523-189/+1342
* As it turns out, one of the more or less recent changes to em(4)Marius Strobl2016-02-011-2/+9
* Add optimizing LRO wrapper:Hans Petter Selasky2016-01-191-2/+2
* Given that em(4), lem(4) and igb(4) hardware doesn't require theMarius Strobl2016-01-136-37/+36
* Disable the reuse of checksum offload context descriptors in the caseSean Bruno2016-01-071-45/+63
* Switch em(4) to the extended RX descriptor format. This matches theSean Bruno2016-01-072-87/+121
* Wow, um ... sorry about that. The commit log for this code should haveSean Bruno2016-01-071-63/+45
* Switch em(4) to the extended RX descriptor format. This matches theSean Bruno2016-01-071-45/+63
* Add support for sysctl knobs to live tune the tx packet processing limitsSean Bruno2015-12-232-3/+13
* Add support for SCTP checksum offloading for the 82580 controllerMichael Tuexen2015-11-101-4/+7
* Revert 287914,287762.Sean Bruno2015-09-1926-1428/+381
* Add Intel Skylake/I219 SupportSean Bruno2015-09-172-3/+165
* Update em(4) with D3162 after testing further on hardware that failedSean Bruno2015-09-1324-378/+1263
* Revert last two commits to em(4)/igb(4). Reports are coming in thatSean Bruno2015-09-0526-1433/+386
* em(4): Add Skylake/I219 support.Sean Bruno2015-09-042-3/+165
* e1000: Shared code updatesSean Bruno2015-09-0424-383/+1268
* igb(4): Update and fix HW errataSean Bruno2015-09-042-150/+117
* Restrict tso_max to IP_MAXPACKET to avoid the panic reported in:Sean Bruno2015-08-311-1/+1
* Style/whitespace cleanup in shared/common code.Sean Bruno2015-08-2413-338/+309
* Bump all copywrite dates to 2015Sean Bruno2015-08-1639-39/+39
* e1000/if_lem.c bump to 1.1.0Sean Bruno2015-08-162-8/+1
* Increase EM_MAX_SCATTER to 64 such that the size of em_xmit()::segs[EM_MAX_SC...Sean Bruno2015-08-162-66/+80
* Add capability to disable CRC stripping. This breaks IPMI/BMC capabilities on...Sean Bruno2015-08-161-1/+6
* Free mbufs when busdma loading fails.Hans Petter Selasky2015-08-012-6/+0
* Remove unused txd_saved.Sean Bruno2015-07-251-2/+1
* Add an adapter CORE lock in the DDB hook em_dump_queue to avoid WITNESSSean Bruno2015-07-161-0/+2
* Fix typo in register definition.Kevin Lo2015-07-161-1/+1
* Sync netmap sources with the version in our private tree.Luigi Rizzo2015-07-103-0/+9
* Change EM_MULTIQUEUE to a real kernconf entry and enable support forSean Bruno2015-06-033-194/+481
* Simplify hang detection by stealing the techniques used in ixl(4) andSean Bruno2015-06-022-50/+49
* Bump rx_overruns when indicated by the ICR mask.Sean Bruno2015-05-221-0/+3
* Various fixes to the stats in igb(4), ixgbe(4), and ixl(4).John Baldwin2015-04-301-5/+74
* For igb(4), when we are doing multiqueue, we are all setup to have full 32bitHiren Panchasara2015-04-211-38/+47
* Migrate using CPU_ZERO() + CPU_SET() -> CPU_SETOF().Adrian Chadd2015-02-251-2/+1
* Change uses of taskqueue_start_threads_pinned() -> taskqueue_start_threads_cp...Adrian Chadd2015-02-241-2/+7
* Refactor / restructure the RSS code into generic, IPv4 and IPv6 specificAdrian Chadd2015-01-181-3/+3
* Revert r275136, it was not approved, it was sloppy, if a featureJack F Vogel2014-12-021-46/+8
* Start process of removing the use of the deprecated "M_FLOWID" flagHans Petter Selasky2014-12-011-4/+3
* Make igb and ixgbe check tunables at probe time.Alfred Perlstein2014-11-261-11/+46
* Fix multiple incorrect SYSCTL arguments in the kernel:Hans Petter Selasky2014-10-213-11/+11
* Various fixes to stats:John Baldwin2014-10-101-7/+37
* - Remove empty wrappers ether_poll_[de]register_drv(). [1]Gleb Smirnoff2014-09-282-8/+8
* - Provide igb_get_counter() to return counters that are not collected,Gleb Smirnoff2014-09-191-17/+30
* Fix the handling of EOP in status descriptors for if_igb(4) and don'tAdrian Chadd2014-09-182-9/+8
* - Use if_inc_counter() to increment various counters.Gleb Smirnoff2014-09-182-31/+53