aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/e1000
Commit message (Expand)AuthorAgeFilesLines
* e1000: txrx function prototype cleanupKevin Bowling4 days2-37/+32
* e1000: Re-add AIMKevin Bowling8 days4-12/+299
* Revert "e1000: Remove redundant EITR shift from igb"Kevin Bowling2024-09-281-1/+2
* e1000: Remove redundant EITR shift from igbKevin Bowling2024-09-281-2/+1
* e1000: Clean up ITR/EITR in preparation for AIMKevin Bowling2024-09-272-14/+17
* e1000: Clean up legacy absolute and packet timersKevin Bowling2024-09-271-57/+59
* e1000: Delay safe_pause switch until SI_SUB_CLOCKSJoyu Liao2024-09-252-2/+14
* e1000: Add sysctl for igb(4) DMA CoalesceKevin Bowling2024-09-241-0/+56
* e1000: Handle igb EEE sysctlKevin Bowling2024-09-241-3/+12
* e1000: Add sysctls for some missing MAC statsKevin Bowling2024-09-241-0/+19
* e1000: drop NEEDGIANT from em_sysctl_debug_info useKevin Bowling2024-09-221-1/+1
* e1000: drop NEEDGIANT on em_sysctl_reg_handler usesKevin Bowling2024-09-221-6/+6
* e1000: remove NEEDGIANT from a couple sysctlsKevin Bowling2024-09-221-2/+2
* e1000: Update igb driver version to 2.5.28-fbsdKevin Bowling2024-09-214-10/+11
* e1000: fix link power downAnatoly Burakov2024-09-191-1/+1
* e1000: Fix a typo in a source code commentGordon Bergling2024-09-181-1/+1
* e1000(4): Remove disconnected SYSCTLMarius Strobl2024-01-092-13/+0
* iflib: invert default restart on VLAN changesKevin Bowling2023-08-241-3/+2
* iflib drivers: Constify PCI ID LUTsMarius Strobl2023-08-171-4/+4
* sys: Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-162-2/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-1641-41/+0
* e1000: Fix off by one ipcseKevin Bowling2023-08-151-1/+1
* e1000: disable TSO on lem(4) and em(4)Kevin Bowling2023-08-151-0/+6
* e1000: Enable TSO on 82574Kevin Bowling2023-08-091-3/+0
* e1000: Enable TSO for lem(4) and em(4)Kevin Bowling2023-08-031-29/+37
* e1000: Automask TSO on lem(4)/em(4) 10/100 EthernetKevin Bowling2023-08-032-2/+49
* e1000: Fix lem(4)/em(4) TSO6Kevin Bowling2023-07-312-21/+28
* e1000: HWCSUM excemption fixesKevin Bowling2023-07-291-2/+3
* e1000: Corrections for lem(4)/em(4) txcsum offloadKevin Bowling2023-07-272-21/+27
* e1000: add missing parens in csum setupKevin Bowling2023-07-231-1/+1
* e1000: Fix/enable IPv6 transmit checksum offloadKevin Bowling2023-07-222-4/+7
* e1000: lem(4)/em(4) ifcaps, TSO and hwcsum fixesKevin Bowling2023-07-222-26/+46
* Revert "e1000: lem(4)/em(4) ifcaps, TSO and hwcsum fixes"Kevin Bowling2023-07-222-40/+23
* e1000: lem(4)/em(4) ifcaps, TSO and hwcsum fixesKevin Bowling2023-07-212-23/+40
* e1000: Some fixes for em(4) TSO setupKevin Bowling2023-07-211-6/+19
* e1000: Format em_txrxKevin Bowling2023-06-091-31/+46
* e1000: Add SPDX tag to em_txrxKevin Bowling2023-06-091-0/+2
* em: sync platform detection with LinuxPiotr Kubaj2023-05-171-4/+4
* e1000: fix VLAN 0Kristof Provost2023-05-111-1/+3
* e1000: Add support for future client platformsKevin Bowling2023-02-094-0/+38
* e1000: Fix packet loss on 11th gen and laterKevin Bowling2023-02-091-0/+7
* e1000: Remove redundant disable_ulp for ich8lanKevin Bowling2023-02-092-8/+5
* e1000: bump driver versionKevin Bowling2023-02-081-2/+3
* e1000: fix I219 hang on resetKevin Bowling2023-02-081-2/+117
* em(4): Add IDs for new Intel(R) I219 devicesPiotr Kubaj2023-02-063-2/+26
* e1000: purge EOL release compatibilityElliott Mitchell2023-02-041-12/+0
* Convert iflib(4) and iflib-based drivers to the DrvAPIJustin Hibbits2022-12-211-11/+11
* sys: Nuke double-semicolonsElliott Mitchell2022-11-021-1/+1
* 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-121-1/+1