summaryrefslogtreecommitdiff
path: root/sys/dev/e1000
Commit message (Expand)AuthorAgeFilesLines
* e1000: print EEPROM/NVM/OROM versionsKevin Bowling2021-10-132-23/+154
* e1000: Lock nvm print sysctlKevin Bowling2021-10-131-1/+8
* e1000: Function prototype cleanupKevin Bowling2021-10-091-45/+45
* iflib: Make if_shared_ctx_t a pointer to constMark Johnston2021-10-032-8/+2
* e1000: fix K1 configurationWenzhuo Lu2021-09-303-1/+52
* e1000: Re-arm link changesKevin Bowling2021-09-281-16/+6
* e1000: Fix tabstop width in if_em.hKevin Bowling2021-09-281-116/+116
* e1000: Rename 'struct adapter' to 'struct e1000_sc'Kevin Bowling2021-09-284-987/+977
* iflib: Free resources in a consistent order during detachSai Rajesh Tallamraju2021-09-281-13/+6
* e1000: Consistently use FALLTHROUGHKevin Bowling2021-09-286-13/+23
* e1000: Use C99 bool typesKevin Bowling2021-09-2821-257/+255
* e1000: Fix up HW vlan opsKevin Bowling2021-09-281-40/+126
* e1000: Catch up commit with DPDKKevin Bowling2021-09-2411-4/+322
* e1000: prevent ULP flow if cable connectedWenzhuo Lu2021-09-241-0/+4
* e1000: clean LTO warningsAndrzej Ostruszka2021-09-243-3/+3
* e1000: fix multicast setting in VFYong Wang2021-09-241-1/+2
* e1000: fix timeout for shadow RAM writeChengwen Feng2021-09-241-0/+2
* e1000: cleanup pre-processor tagsGuinan Sun2021-09-242-2/+6
* e1000: introduce DPGFR registerGuinan Sun2021-09-241-0/+1
* e1000: expose FEXTNVM registers and masksGuinan Sun2021-09-242-1/+4
* e1000: add missed define for VFTAGuinan Sun2021-09-241-0/+1
* e1000: increase timeout for ME ULP exitGuinan Sun2021-09-241-2/+5
* e1000: add missing register definesGuinan Sun2021-09-241-0/+5
* e1000: add PCIm function stateGuinan Sun2021-09-241-0/+1
* e1000: expose MAC functionsGuinan Sun2021-09-242-2/+2
* e1000: update for i210 slow system clockGuinan Sun2021-09-241-2/+9
* e1000: remove duplicated phy codesGuinan Sun2021-09-2411-417/+573
* e1000: modify HW level time sync mechanismsGuinan Sun2021-09-242-0/+20
* e1000: fix minor issues and improve code styleGuinan Sun2021-09-247-39/+35
* e1000: add function parameter descriptionsGuinan Sun2021-09-245-6/+30
* e1000: expose xMDIO methodsGuinan Sun2021-09-244-75/+77
* e1000: add missing device IDGuinan Sun2021-09-243-0/+3
* e1000: support flashless i211 PBAGuinan Sun2021-09-242-3/+4
* e1000: Update copyrights and readmeKevin Bowling2021-09-2437-975/+1001
* e1000: Revert Update intel shared codeKevin Bowling2021-09-1836-1298/+755
* intel ethernet: Use ether_gen_addr(9)Kevin Bowling2021-08-271-5/+2
* e1000: Update intel shared codeKevin Bowling2021-08-2636-755/+1298
* e1000: always enable PCSD when RSS hashingKevin Bowling2021-08-233-31/+27
* e1000: rctl/srrctl buffer size init, rfctl fixKevin Bowling2021-08-171-33/+43
* e1000: fix build after 92804cf3dc48 (orig c1655b0f)Marius Strobl2021-08-171-43/+43
* e1000: consistently use the hw variablesMarius Strobl2021-08-171-79/+73
* e1000: Fix lem/em UDP rx csum offloadKevin Bowling2021-08-161-45/+20
* igb: clean up igb_txrx commentsKevin Bowling2021-08-031-4/+1
* e1000: Add missing branch predictionKevin Bowling2021-08-031-1/+1
* e1000: Clean up igb_txrxKevin Bowling2021-08-031-59/+58
* e1000: Correct promisc multicast filter handlingKevin Bowling2021-05-281-30/+24
* e1000: Rework em_msi_link interrupt filterKevin Bowling2021-05-282-19/+24
* e1000: Improve device name stringsKevin Bowling2021-05-281-175/+175
* e1000: fix em_mac_min and 82547 packet bufferKevin Bowling2021-05-181-4/+14
* e1000: disable hw.em.sbp debug settingKevin Bowling2021-05-181-1/+1