aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/e1000
Commit message (Expand)AuthorAgeFilesLines
* e1000: Re-arm link changesKevin Bowling2021-09-271-16/+6
* e1000: Fix tabstop width in if_em.hKevin Bowling2021-09-261-118/+118
* e1000: Rename 'struct adapter' to 'struct e1000_sc'Kevin Bowling2021-09-254-997/+987
* e1000: fix K1 configurationWenzhuo Lu2021-09-233-1/+52
* e1000: Consistently use FALLTHROUGHKevin Bowling2021-09-176-13/+23
* e1000: Use C99 bool typesKevin Bowling2021-09-1721-258/+256
* e1000: Catch up commit with DPDKKevin Bowling2021-09-1711-4/+322
* e1000: prevent ULP flow if cable connectedWenzhuo Lu2021-09-171-0/+4
* e1000: clean LTO warningsAndrzej Ostruszka2021-09-173-3/+3
* e1000: fix multicast setting in VFYong Wang2021-09-171-1/+2
* e1000: fix timeout for shadow RAM writeChengwen Feng2021-09-171-0/+2
* e1000: cleanup pre-processor tagsGuinan Sun2021-09-172-2/+6
* e1000: introduce DPGFR registerGuinan Sun2021-09-171-0/+1
* e1000: expose FEXTNVM registers and masksGuinan Sun2021-09-172-1/+4
* e1000: add missed define for VFTAGuinan Sun2021-09-171-0/+1
* e1000: increase timeout for ME ULP exitGuinan Sun2021-09-171-2/+5
* e1000: add missing register definesGuinan Sun2021-09-171-0/+5
* e1000: add PCIm function stateGuinan Sun2021-09-171-0/+1
* e1000: expose MAC functionsGuinan Sun2021-09-172-2/+2
* e1000: update for i210 slow system clockGuinan Sun2021-09-171-2/+9
* e1000: remove duplicated phy codesGuinan Sun2021-09-1711-417/+573
* e1000: modify HW level time sync mechanismsGuinan Sun2021-09-172-0/+20
* e1000: fix minor issues and improve code styleGuinan Sun2021-09-177-39/+35
* e1000: add function parameter descriptionsGuinan Sun2021-09-175-6/+30
* e1000: expose xMDIO methodsGuinan Sun2021-09-174-75/+77
* e1000: add missing device IDGuinan Sun2021-09-173-0/+3
* e1000: support flashless i211 PBAGuinan Sun2021-09-172-3/+4
* e1000: Update copyrights and readmeKevin Bowling2021-09-1737-981/+1007
* e1000: Revert Update intel shared codeKevin Bowling2021-09-1736-1298/+755
* e1000: Fix variable typoKevin Bowling2021-09-151-1/+1
* e1000: Fix up HW vlan opsKevin Bowling2021-09-151-40/+126
* intel ethernet: Use ether_gen_addr(9)Kevin Bowling2021-08-201-5/+2
* e1000: Update intel shared codeKevin Bowling2021-08-1936-755/+1298
* e1000: always enable PCSD when RSS hashingKevin Bowling2021-08-163-31/+27
* e1000: rctl/srrctl buffer size init, rfctl fixKevin Bowling2021-08-101-33/+43
* e1000: Fix lem/em UDP rx csum offloadKevin Bowling2021-08-091-46/+21
* igb: clean up igb_txrx commentsKevin Bowling2021-07-311-4/+1
* e1000: Add missing branch predictionKevin Bowling2021-07-201-1/+1
* e1000: Clean up igb_txrxKevin Bowling2021-07-201-60/+59
* e1000: Rework em_msi_link interrupt filterKevin Bowling2021-04-272-18/+24
* e1000: Fix register name in reg_dump sysctlKevin Bowling2021-04-261-1/+1
* e1000: Improve device name stringsKevin Bowling2021-04-261-183/+183
* e1000: Add support for [Tiger, Alder, Meteor] LakeKevin Bowling2021-04-194-0/+84
* e1000: Correct promisc multicast filter handlingKevin Bowling2021-04-191-34/+28
* e1000: Restore VF interface random MACKevin Bowling2021-04-151-3/+18
* e1000: fix em_mac_min and 82547 packet bufferKevin Bowling2021-04-151-3/+13
* e1000: disable hw.em.sbp debug settingKevin Bowling2021-04-151-1/+1
* iflib: Make if_shared_ctx_t a pointer to constMark Johnston2021-03-082-8/+2
* iflib: Free resources in a consistent order during detachSai Rajesh Tallamraju2021-02-011-13/+6
* e1000: fix build after c1655b0fMarius Strobl2021-01-271-44/+44