aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/e1000
Commit message (Expand)AuthorAgeFilesLines
* Fix first-packet completionStephen Hurd2018-11-092-0/+12
* em/igb/ix(4): Port two Tx/Rx fixes made to ixl in r339338Eric Joyner2018-10-142-36/+18
* Use mbuf defines to construct csum offload masks rather than literalsStephen Hurd2018-10-091-2/+5
* em/igb: Do not print link state messagesEric van Gyzen2018-10-081-2/+0
* Fix igb corrupting checksums with BPF and VLANStephen Hurd2018-10-051-9/+9
* Add IFCAP_TSO6 for igbStephen Hurd2018-09-201-1/+2
* Remove the duplicated CSUM_IP6_TCP introduced in r311849 from the TXMarius Strobl2018-08-131-2/+2
* o In em_if_update_admin_status():Marius Strobl2018-07-221-11/+7
* Update igb_sctx_init for r336313, missed when incorporating shurd@'sMarius Strobl2018-07-161-2/+3
* Assorted TSO fixes for em(4)/iflib(9) and dead code removal:Marius Strobl2018-07-152-67/+47
* igb(4):Sean Bruno2018-05-151-29/+24
* Remove bogus panicMatt Macy2018-05-091-1/+1
* Sleep rather than spin in e1000 when doing long running config operations.Matt Macy2018-05-0811-569/+297
* fix case where pidx_last might be used uninitializedMatt Macy2018-05-041-1/+1
* Use C99 initializers for iflib function tables.Mark Johnston2018-04-112-24/+24
* Update copyright per Matthew MacyStephen Hurd2018-03-213-3/+4
* e1000g: this statement may fall throughToomas Soome2018-03-124-1/+6
* Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni2018-01-211-7/+6
* sys/dev/e1000: fix uses of 1 << 31Eitan Adler2018-01-123-4/+4
* e1000: Fix typos in value written to register and a commentEric Joyner2018-01-111-2/+2
* dev/(e1000,ixl): Make some use of mallocarray(9).Pedro F. Giffuni2018-01-111-6/+7
* e1000: Add support for Ice Lake and Cannon LakeSean Bruno2017-12-285-3/+47
* kernel: Fix several typos and minor errorsEitan Adler2017-12-271-1/+1
* Do pass removing some write-only variables from the kernel.Alexander Kabaev2017-12-251-2/+2
* Update Matthew Macy contact infoStephen Hurd2017-12-194-4/+4
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2037-0/+39
* Fix "taskqgroup_attach: setaffinity failed: 3" with iflib driversStephen Hurd2017-10-051-1/+3
* Add PNP metadata to more driversConrad Meyer2017-09-261-0/+3
* 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-25/+25
* 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