aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/e1000
Commit message (Expand)AuthorAgeFilesLines
...
* 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-24/+44
* Revert "e1000: lem(4)/em(4) ifcaps, TSO and hwcsum fixes"Kevin Bowling2023-07-222-38/+21
* e1000: lem(4)/em(4) ifcaps, TSO and hwcsum fixesKevin Bowling2023-07-212-21/+38
* 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
* em: sync platform detection with LinuxPiotr Kubaj2023-05-171-4/+4
* e1000: fix VLAN 0Kristof Provost2023-05-111-1/+3
* e1000: Add support for future client platformsKevin Bowling2023-02-094-0/+38
* e1000: Fix packet loss on 11th gen and laterKevin Bowling2023-02-091-0/+7
* e1000: Remove redundant disable_ulp for ich8lanKevin Bowling2023-02-092-8/+5
* 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-063-2/+26
* e1000: purge EOL release compatibilityElliott Mitchell2023-02-041-12/+0
* 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 a typos in source code commentsGordon Bergling2022-04-091-1/+1
* net: iflib: fix vlan processing in the driversVincenzo Maffione2021-12-282-19/+13
* net: iflib: let the drivers use isc_capenableVincenzo Maffione2021-12-281-1/+1
* e1000: fix interface capabilities managementVincenzo Maffione2021-12-081-19/+23
* Revert "wpa: Import wpa_supplicant/hostapd commit 14ab4a816"Cy Schubert2021-12-022-2/+2
* wpa: Import wpa_supplicant/hostapd commit 14ab4a816Cy Schubert2021-12-022-2/+2
* em: skip rxcsum offload processing when disabledVincenzo Maffione2021-12-011-1/+2
* e1000: remove unused ifp backpointerVincenzo Maffione2021-12-011-1/+0
* Fix 'take effect' spelling in menus and comments.betterentley2021-11-191-1/+1
* e1000: Fix a typo in a source code commentGordon Bergling2021-11-071-1/+1
* e1000: print EEPROM/NVM/OROM versionsKevin Bowling2021-10-062-27/+155
* e1000: Lock nvm print sysctlKevin Bowling2021-10-061-1/+8
* e1000: Function prototype cleanupKevin Bowling2021-10-061-45/+45
* e1000: Re-arm link changesKevin Bowling2021-09-271-16/+6
* e1000: Fix tabstop width in if_em.hKevin Bowling2021-09-261-117/+117
* e1000: Rename 'struct adapter' to 'struct e1000_sc'Kevin Bowling2021-09-254-988/+978
* e1000: fix K1 configurationWenzhuo Lu2021-09-233-1/+52
* e1000: Consistently use FALLTHROUGHKevin Bowling2021-09-176-13/+23
* e1000: Use C99 bool typesKevin Bowling2021-09-1721-257/+255
* e1000: Catch up commit with DPDKKevin Bowling2021-09-1711-4/+322
* e1000: prevent ULP flow if cable connectedWenzhuo Lu2021-09-171-0/+4
* e1000: clean LTO warningsAndrzej Ostruszka2021-09-173-3/+3