aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/e1000
Commit message (Expand)AuthorAgeFilesLines
* e1000: Increase FC pause/refresh time on PCH2 and newerKevin Bowling2026-02-271-2/+2
* e1000: Fix setting the promiscuous modeZhenlei Huang2026-02-051-1/+1
* Revert "e1000: Try auto-negotiation for fixed 100 or 10 configuration"Kevin Bowling2026-01-242-41/+8
* 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-273-437/+630
* 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: 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 drivers: Constify PCI ID LUTsMarius Strobl2024-01-051-4/+4
* iflib: invert default restart on VLAN changesKevin Bowling2023-09-111-3/+2
* sys: Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-232-2/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-2341-41/+0
* e1000: Some fixes for hardware capabilitiesKevin Bowling2023-08-181-29/+40
* e1000: Fix off by one ipcseKevin Bowling2023-08-181-1/+1
* e1000: Automask TSO on lem(4)/em(4) 10/100 EthernetKevin Bowling2023-08-102-2/+49
* e1000: Fix lem(4)/em(4) TSO6Kevin Bowling2023-08-072-21/+28
* e1000: HWCSUM excemption fixesKevin Bowling2023-08-041-2/+3
* e1000: Corrections for lem(4)/em(4) txcsum offloadKevin Bowling2023-08-042-21/+27
* e1000: add missing parens in csum setupKevin Bowling2023-08-041-1/+1
* e1000: Fix/enable IPv6 transmit checksum offloadKevin Bowling2023-08-042-4/+7
* e1000: lem(4)/em(4) ifcaps, TSO and hwcsum fixesKevin Bowling2023-08-042-26/+46
* Revert "e1000: lem(4)/em(4) ifcaps, TSO and hwcsum fixes"Kevin Bowling2023-08-042-40/+23
* e1000: lem(4)/em(4) ifcaps, TSO and hwcsum fixesKevin Bowling2023-08-042-23/+40
* e1000: Some fixes for em(4) TSO setupKevin Bowling2023-08-041-6/+19
* e1000: Add SPDX tag to em_txrxKevin Bowling2023-06-271-0/+2
* e1000: Format em_txrxKevin Bowling2023-06-271-31/+46
* e1000: fix VLAN 0Kristof Provost2023-05-151-1/+3
* e1000: Fix packet loss on 11th gen and laterKevin Bowling2023-02-231-0/+7
* e1000: Add support for future client platformsKevin Bowling2023-02-234-0/+54
* e1000: Remove redundant disable_ulp for ich8lanKevin Bowling2023-02-232-8/+5
* e1000: bump driver versionKevin Bowling2023-02-221-2/+3
* e1000: fix I219 hang on resetKevin Bowling2023-02-221-2/+117
* Revert "e1000: Try auto-negotiation for fixed 100 or 10 configuration"Kevin Bowling2022-10-121-12/+8