aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/e1000
Commit message (Expand)AuthorAgeFilesLines
* e1000: fix/complete merge of previous two commitsJohn-Mark Gurney2025-09-151-1/+2
* e1000: fix igb VF statsJohn-Mark Gurney2025-09-122-133/+237
* iflib: report output drops and handle ENOBUFS properlyAndrew Gallatin2025-09-101-2/+2
* Revert "e1000: Try auto-negotiation for fixed 100 or 10 configuration"Kevin Bowling2025-08-192-41/+8
* e1000: Fix some issues in em_newitr()Mark Johnston2025-05-271-18/+22
* e1000: Initialize helper variables in em_newitr()Mark Johnston2025-05-271-0/+1
* dev: Use recently added improvements to PME# support to simplify driversJohn Baldwin2025-03-271-7/+3
* e1000: Fix vlan PCP/DEI on lem(4)Aurelien Cazuc2025-02-132-3/+1
* e1000: Remove old itr sysctl handlerKevin Bowling2024-11-291-6/+0
* e1000: Style txrxKevin Bowling2024-11-243-40/+62
* e1000: Style pass on if_emKevin Bowling2024-11-241-433/+626
* e1000: Try auto-negotiation for fixed 100 or 10 configurationKevin Bowling2024-11-242-8/+41
* e1000: sysctl for TCP flag handling during TSOMichael Tuexen2024-11-211-0/+56
* e1000: Improve igb(4) SFP supportKevin Bowling2024-11-071-19/+21
* e1000: Move I219 LM19/V19 to ADLKevin Bowling2024-10-243-6/+6
* e1000: txrx function prototype cleanupKevin Bowling2024-10-142-37/+32
* e1000: Re-add AIMKevin Bowling2024-10-114-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