aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/e1000
Commit message (Expand)AuthorAgeFilesLines
...
* Some small packet performance improvementsStephen Hurd2017-09-231-2/+2
* Revert r323516 (iflib rollup)Stephen Hurd2017-09-1613-447/+621
* Fix GCC build failure caused by r323516Stephen Hurd2017-09-131-1/+0
* Roll up iflib commits from github. This pulls in most of the work doneStephen Hurd2017-09-1313-621/+448
* Fix malloc() uses in em_get_regs().Konstantin Belousov2017-09-081-4/+10
* Revert r323008 and its conversion of e1000/iflib to using SX locks.Sean Bruno2017-08-3011-298/+569
* Continuation of lock cleanup in e1000.Sean Bruno2017-08-3011-569/+298
* Don't set any WOL enabling hardware bits if WOL isn't requestedMarius Strobl2017-08-281-28/+31
* Add a different #define for the maximum number of transmit andSean Bruno2017-08-252-6/+8
* Purge deprecated locking macros.Sean Bruno2017-08-101-20/+0
* Do not update stats counter in SWI context. Defer to the already existingSean Bruno2017-07-211-3/+2
* Some trivial style(9) fixesEnji Cooper2017-07-201-29/+28
* Restore igb(4) code dropped during iflib conversionSean Bruno2017-07-192-7/+178
* e1000api: misleading-indentationToomas Soome2017-05-151-23/+23
* Move pause frame counter out of struct if_ctx and into struct if_softc_ctx_tSean Bruno2017-04-071-0/+5
* no_desc_avail is tracked in iflib now making this redundant.Sean Bruno2017-04-042-4/+0
* Remove unsafe and non-functional DDB functions that I added long agoSean Bruno2017-04-031-37/+0
* Remove rx_processing_limit sysctl and now orphaned function em_set_sysctl_valueSean Bruno2017-04-031-18/+0
* Access *correct* ifp data structure when debug sysctl is invoked.Sean Bruno2017-03-271-3/+4
* Add missing 'else' to conditional. This doesn't really affect the codeSean Bruno2017-03-241-1/+1
* Add missing 'else' to 3-state conditional during setup of interrupts.Sean Bruno2017-03-241-2/+3
* Actually set the MTU to the requested value and fixup handling of jumboSean Bruno2017-03-151-2/+1
* IFLIB updatesSean Bruno2017-03-134-1099/+1149
* Restore PBA setup for igb(4) class devices.Sean Bruno2017-02-191-16/+79
* Push max_frame_len back into iflib so that jumbo frame sizes work.Sean Bruno2017-02-171-2/+4
* Only trigger em_local_timer on queue index 0. This was causing continuousSean Bruno2017-02-121-0/+5
* Add support for the Intel 82572EI back to em(4), it seems it was droppedAndrew Turner2017-02-091-0/+1
* Add the folowing set accessor functions for recently-added members of ifnetStephen J. Kiernan2017-01-311-3/+3
* 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-16093/+3064
* 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