aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/e1000/if_em.c
Commit message (Expand)AuthorAgeFilesLines
* 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: Remove old itr sysctl handlerKevin Bowling2024-11-291-6/+0
* e1000: Style txrxKevin Bowling2024-11-241-1/+2
* e1000: Style pass on if_emKevin Bowling2024-11-241-433/+626
* e1000: Try auto-negotiation for fixed 100 or 10 configurationKevin Bowling2024-11-241-6/+38
* e1000: sysctl for TCP flag handling during TSOMichael Tuexen2024-11-211-0/+56
* e1000: Move I219 LM19/V19 to ADLKevin Bowling2024-10-241-2/+2
* e1000: Re-add AIMKevin Bowling2024-10-111-5/+264
* e1000: Clean up ITR/EITR in preparation for AIMKevin Bowling2024-09-271-12/+8
* e1000: Clean up legacy absolute and packet timersKevin Bowling2024-09-271-57/+59
* 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-211-1/+1
* e1000(4): Remove disconnected SYSCTLMarius Strobl2024-01-091-11/+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 .c comment patternWarner Losh2023-08-161-1/+0
* 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-031-2/+48
* e1000: Fix lem(4)/em(4) TSO6Kevin Bowling2023-07-311-5/+4
* e1000: HWCSUM excemption fixesKevin Bowling2023-07-291-2/+3
* e1000: Corrections for lem(4)/em(4) txcsum offloadKevin Bowling2023-07-271-7/+4
* e1000: lem(4)/em(4) ifcaps, TSO and hwcsum fixesKevin Bowling2023-07-221-19/+38
* Revert "e1000: lem(4)/em(4) ifcaps, TSO and hwcsum fixes"Kevin Bowling2023-07-221-32/+16
* e1000: lem(4)/em(4) ifcaps, TSO and hwcsum fixesKevin Bowling2023-07-211-16/+32
* e1000: fix VLAN 0Kristof Provost2023-05-111-1/+3
* e1000: Add support for future client platformsKevin Bowling2023-02-091-0/+11
* e1000: Remove redundant disable_ulp for ich8lanKevin Bowling2023-02-091-3/+0
* 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-061-0/+8
* 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
* em/igb: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-4/+2
* e1000: Try auto-negotiation for fixed 100 or 10 configurationJ.R. Oldroyd2022-04-131-8/+12
* e1000: Update mc filter before RCTL flagsKevin Bowling2022-04-131-3/+3
* e1000: fix interface capabilities managementVincenzo Maffione2021-12-081-19/+23
* e1000: print EEPROM/NVM/OROM versionsKevin Bowling2021-10-061-30/+155
* e1000: Lock nvm print sysctlKevin Bowling2021-10-061-1/+8
* e1000: Function prototype cleanupKevin Bowling2021-10-061-49/+49