aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/e1000
Commit message (Expand)AuthorAgeFilesLines
* Implement RSS queue tagging for em(4) class devices from a copy and massageSean Bruno2017-01-251-1/+33
* iflib:Sean Bruno2017-01-241-4/+7
* Revert 312696 due to build tests.Sean Bruno2017-01-241-7/+4
* iflib:Sean Bruno2017-01-241-4/+7
* igb(4) enable WOL features for this class of devices.Sean Bruno2017-01-221-11/+23
* e1000: Add support for Kaby Lake generation i219 (4) and i219 (5) devicesEric Joyner2017-01-195-43/+47
* ugh, device_t not device_t *Sean Bruno2017-01-181-1/+1
* Change device type to unbreak drm-next testing and builds.Sean Bruno2017-01-181-1/+1
* Restore fixup for newer em(4) devices WOL capabilities post iflib integration.Sean Bruno2017-01-121-3/+9
* Deprecate kernel configuration option EM_MULTIQUEUE now that the em(4)Sean Bruno2017-01-121-9/+0
* Reset the EIAC register to include the LINK status bit and restoreSean Bruno2017-01-121-1/+1
* Attempt to use the "new" BAR address for newer igb(4) devices. This codeSean Bruno2017-01-121-0/+11
* Restore v6 offload caps for igb(4) class devices.Sean Bruno2017-01-113-3/+4
* Add copywrite notices, 2-clause BSD.Sean Bruno2017-01-104-0/+104
* Migrate e1000 to the IFLIB framework:Sean Bruno2017-01-108-16114/+3085
* Update WOL support for newer em(4) devices.Sean Bruno2016-11-141-4/+10
* The igb driver currently requires a VF interface to have a non-zero MACSean Bruno2016-11-071-5/+14
* r295133 attempted to deactivate TSO in the 100Mbit link case with thisSean Bruno2016-11-051-14/+15
* Removed unused M_TSO_LEN.Sean Bruno2016-11-021-1/+0
* Partial workaround for Intel PCI adapters reading past the end of theKonstantin Belousov2016-10-191-4/+15
* remove conditional code for an obsolete feature. if_ptnet now does better.Luigi Rizzo2016-10-181-156/+0
* e1000: Add support for Kaby Lake IDsSean Bruno2016-08-156-14/+45
* Consistently use `device_t`Jean-Sébastien Pédron2016-08-094-4/+4
* r293331 mistakingly failed to add an assignment of paddr to the rxbufSean Bruno2016-08-011-0/+1
* Remove uneeded parens.Sean Bruno2016-07-202-2/+2
* Do not initialize the adapter on MTU change when adapter status is down.Sean Bruno2016-07-073-3/+6
* net: Use M_HASHTYPE_OPAQUE_HASH if the mbuf flowid has hash propertiesSepherosa Ziehau2016-06-071-1/+1
* Don't repeat the the word 'the'Eitan Adler2016-05-172-2/+2
* dev/e1000,ixgbe: minor spelling fixes.Pedro F. Giffuni2016-05-065-11/+11
* Since igb_detach() cleans up all the data structures that will beSean Bruno2016-05-061-1/+2
* If ALTQ is defined in the kern conf, switch to Legacy Mode.Sean Bruno2016-05-061-0/+4
* 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