aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/e1000
Commit message (Expand)AuthorAgeFilesLines
* Revert "e1000: Try auto-negotiation for fixed 100 or 10 configuration"Kevin Bowling2022-10-121-12/+8
* e1000: Increase rx_buffer_size to 32bKevin Bowling2022-05-151-1/+1
* e1000: Try auto-negotiation for fixed 100 or 10 configurationJ.R. Oldroyd2022-04-271-8/+12
* e1000: Update mc filter before RCTL flagsKevin Bowling2022-04-271-3/+3
* e1000: Fix a typos in source code commentsGordon Bergling2022-04-141-1/+1
* net: iflib: fix vlan processing in the driversVincenzo Maffione2022-01-272-19/+13
* net: iflib: let the drivers use isc_capenableVincenzo Maffione2022-01-271-1/+1
* e1000: fix interface capabilities managementVincenzo Maffione2021-12-221-19/+23
* em: skip rxcsum offload processing when disabledVincenzo Maffione2021-12-221-1/+2
* e1000: remove unused ifp backpointerVincenzo Maffione2021-12-221-1/+0
* e1000: Fix a typo in a source code commentGordon Bergling2021-11-111-1/+1
* 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