aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/e1000
Commit message (Expand)AuthorAgeFilesLines
* e1000: Don't enable ASPM L1 without L0sKevin Bowling2025-12-111-1/+2
* e1000: Bump 82574/82583 PBA to 32KKevin Bowling2025-12-111-1/+5
* igb(4): Fix VLAN support on VFsKrzysztof Galazka2025-11-281-14/+20
* igb(4): Fix out-of-bounds register access on VFsKrzysztof Galazka2025-10-312-49/+80
* e1000: Fix some issues in em_newitr()Mark Johnston2025-06-201-18/+22
* e1000: Initialize helper variables in em_newitr()Mark Johnston2025-06-201-0/+1
* dev: Use recently added improvements to PME# support to simplify driversJohn Baldwin2025-04-291-7/+3
* e1000: Fix vlan PCP/DEI on lem(4)Aurelien Cazuc2025-02-162-3/+1
* e1000: Remove old itr sysctl handlerKevin Bowling2024-12-031-6/+0
* e1000: Try auto-negotiation for fixed 100 or 10 configurationKevin Bowling2024-11-272-8/+41
* e1000: Style txrxKevin Bowling2024-11-273-40/+62
* e1000: Style pass on if_emKevin Bowling2024-11-271-433/+626
* e1000: sysctl for TCP flag handling during TSOMichael Tuexen2024-11-241-0/+56
* e1000: Improve igb(4) SFP supportKevin Bowling2024-11-211-19/+21
* e1000: Move I219 LM19/V19 to ADLKevin Bowling2024-10-273-6/+6
* e1000: txrx function prototype cleanupKevin Bowling2024-10-212-37/+32
* e1000: Re-add AIMKevin Bowling2024-10-184-12/+299
* e1000: Clean up ITR/EITR in preparation for AIMKevin Bowling2024-10-042-14/+17
* e1000: Clean up legacy absolute and packet timersKevin Bowling2024-10-041-57/+59
* e1000: Delay safe_pause switch until SI_SUB_CLOCKSJoyu Liao2024-10-022-2/+14
* e1000: Add sysctl for igb(4) DMA CoalesceKevin Bowling2024-10-021-0/+56
* e1000: Handle igb EEE sysctlKevin Bowling2024-10-021-3/+12
* e1000: Add sysctls for some missing MAC statsKevin Bowling2024-10-021-0/+19
* e1000: drop NEEDGIANT from em_sysctl_debug_info useKevin Bowling2024-09-291-1/+1
* e1000: drop NEEDGIANT on em_sysctl_reg_handler usesKevin Bowling2024-09-291-6/+6
* e1000: remove NEEDGIANT from a couple sysctlsKevin Bowling2024-09-291-2/+2
* e1000: Update igb driver version to 2.5.28-fbsdKevin Bowling2024-09-284-10/+11
* e1000: fix link power downAnatoly Burakov2024-09-261-1/+1
* e1000: Fix a typo in a source code commentGordon Bergling2024-09-211-1/+1
* e1000(4): Remove disconnected SYSCTLMarius Strobl2024-01-182-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