aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/e1000/if_em.c
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-241-38/+6
* e1000: Remove old itr sysctl handlerKevin Bowling2024-12-031-6/+0
* e1000: Try auto-negotiation for fixed 100 or 10 configurationKevin Bowling2024-11-271-6/+38
* e1000: Style txrxKevin Bowling2024-11-271-1/+2
* 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: Re-add AIMKevin Bowling2024-10-181-5/+264
* e1000: Clean up ITR/EITR in preparation for AIMKevin Bowling2024-10-041-12/+8
* e1000: Clean up legacy absolute and packet timersKevin Bowling2024-10-041-57/+59
* 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-281-1/+1
* e1000(4): Remove disconnected SYSCTLMarius Strobl2024-01-181-11/+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 .c comment patternWarner Losh2023-08-231-1/+0
* e1000: Some fixes for hardware capabilitiesKevin Bowling2023-08-181-29/+40
* e1000: Automask TSO on lem(4)/em(4) 10/100 EthernetKevin Bowling2023-08-101-2/+48
* e1000: Fix lem(4)/em(4) TSO6Kevin Bowling2023-08-071-5/+4
* e1000: HWCSUM excemption fixesKevin Bowling2023-08-041-2/+3
* e1000: Corrections for lem(4)/em(4) txcsum offloadKevin Bowling2023-08-041-7/+4
* e1000: lem(4)/em(4) ifcaps, TSO and hwcsum fixesKevin Bowling2023-08-041-19/+38
* Revert "e1000: lem(4)/em(4) ifcaps, TSO and hwcsum fixes"Kevin Bowling2023-08-041-32/+16
* e1000: lem(4)/em(4) ifcaps, TSO and hwcsum fixesKevin Bowling2023-08-041-16/+32
* e1000: fix VLAN 0Kristof Provost2023-05-151-1/+3
* e1000: Add support for future client platformsKevin Bowling2023-02-231-0/+19
* e1000: Remove redundant disable_ulp for ich8lanKevin Bowling2023-02-231-3/+0
* 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
* 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 interface capabilities managementVincenzo Maffione2021-12-221-19/+23
* e1000: print EEPROM/NVM/OROM versionsKevin Bowling2021-10-131-30/+155
* e1000: Lock nvm print sysctlKevin Bowling2021-10-131-1/+8
* e1000: Function prototype cleanupKevin Bowling2021-10-091-49/+49
* e1000: Re-arm link changesKevin Bowling2021-09-281-16/+6
* e1000: Rename 'struct adapter' to 'struct e1000_sc'Kevin Bowling2021-09-281-778/+778
* e1000: Use C99 bool typesKevin Bowling2021-09-281-23/+23
* e1000: Fix up HW vlan opsKevin Bowling2021-09-281-40/+126
* e1000: remove duplicated phy codesGuinan Sun2021-09-241-1/+1
* e1000: add missing device IDGuinan Sun2021-09-241-0/+1
* e1000: Revert Update intel shared codeKevin Bowling2021-09-181-6/+4