aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/e1000
Commit message (Expand)AuthorAgeFilesLines
* em(4): Always reinit interface when adding/removing VLANEric Joyner2020-06-111-1/+0
* em(4): Add support for Comet Lake Mobile Platform, update shared codeEric Joyner2020-06-045-18/+30
* em/ix/ixv/ixl/iavf: Implement ifdi_needs_restart iflib methodEric Joyner2020-05-111-0/+22
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (15 of many)Pawel Biernacki2020-02-241-37/+37
* Add support for latest Intel I219 device, supported in Lenovo Carbon X1 v7George V. Neville-Neil2020-01-203-0/+3
* net: prefer ETHER_ADDR_LEN over ETH_ADDR_LENEric Joyner2019-11-0412-26/+21
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-211-2/+15
* - In em_intr(), just call em_handle_link() instead of duplicating it.Marius Strobl2019-10-201-25/+25
* e1000: correctly set isc_pause_frames only when XOFF increasesEric Joyner2019-10-161-1/+3
* o Avoid determining the MAC class (LEM/EM or IGB) - possibly even multipleMarius Strobl2019-05-071-51/+104
* iflib: expose the Rx mbuf buffer size to driversEric Joyner2019-03-191-8/+1
* Remove references to CONTIGMALLOC_WORKS in iflib and emEric Joyner2019-03-051-7/+0
* - Remove the redundant device disabled hint handling; ever sinceMarius Strobl2019-02-092-55/+50
* Fix em(4) interrupt routingPatrick Kelsey2019-02-081-3/+3
* - Stop iflib(4) from leaking MSI messages on detachment by callingMarius Strobl2019-01-302-29/+35
* intel iflib drivers: correct initialization of tx_cidx_processedEric Joyner2019-01-243-15/+13
* 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