aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* ixgbe: Style pass on FreeBSD part of driverKevin Bowling2024-11-277-616/+790
* igc: Reflow long linesKevin Bowling2024-11-271-55/+98
* e1000: Style pass on if_emKevin Bowling2024-11-273-430/+623
* igc: Normalize indentation a bitKevin Bowling2024-11-271-147/+147
* pvscsi: maximum target number is one less than number of targetsYuri Pankov2024-11-261-1/+2
* igc: sysctl for TCP flag handling during TSOKevin Bowling2024-11-242-0/+61
* e1000: sysctl for TCP flag handling during TSOMichael Tuexen2024-11-241-0/+56
* ixgbe: sysctl for TCP flag handling during TSOMichael Tuexen2024-11-241-0/+56
* ixgbe: Add support for 1Gbit Active DAC linksKevin Bowling2024-11-231-1/+2
* ixgbe: Add support for 1Gbit DAC linksKevin Bowling2024-11-213-2/+19
* e1000: Improve igb(4) SFP supportKevin Bowling2024-11-211-19/+21
* gpiospi: Fix module dependencies.Dag-Erling Smørgrav2024-11-191-2/+2
* usb: Add support for Brainboxes USB-to-Serial adaptersHajimu UMEMOTO2024-11-172-0/+36
* ice(4): properly use kernel option RSSBrian Poole2024-11-132-8/+11
* usb: fix loop in usb_config_parseEd Maste2024-11-131-0/+1
* ocs_fc: Remove a stray semicolonZhenlei Huang2024-11-071-1/+1
* vt: Fix frequency calcuation for bellWarner Losh2024-11-031-1/+1
* igc: Remove a bogus register write in igc_if_queues_free()Mark Johnston2024-11-021-2/+0
* al_eth: improve TCP LROMichael Tuexen2024-10-311-5/+1
* neta: improve TCP LROMichael Tuexen2024-10-311-7/+1
* ena: Update driver version to v2.8.0osamaabb2024-10-311-1/+1
* ena: Fix leaking ifmedia resources on detachOsama Abboud2024-10-311-0/+3
* ena: Support max large LLQ depth from the deviceOsama Abboud2024-10-311-15/+21
* ena: Support LLQ entry size recommendation from deviceOsama Abboud2024-10-314-26/+40
* ena: Add support for device request reset message over AENQOsama Abboud2024-10-313-1/+16
* ena: Reinit netmap adapter struct upon sysctl changesOsama Abboud2024-10-311-1/+50
* ena: Clear NS_MOREFRAG flag for last netmap slotOsama Abboud2024-10-311-1/+1
* ena: Handle wrap around for prefetch in netmapOsama Abboud2024-10-311-3/+3
* ena: Properly unmap last socket chain in netmapOsama Abboud2024-10-311-1/+1
* ena: Make global counters style unifiedOsama Abboud2024-10-311-5/+4
* ena: Trigger reset when mbuf is NULL error happensOsama Abboud2024-10-311-2/+6
* ena: Add differentiation for missing TX completions resetOsama Abboud2024-10-313-18/+77
* ena: Set ena_min_poll_delay_us default valueosamaabb2024-10-312-0/+4
* ena: Add reset reason for missing admin interruptOsama Abboud2024-10-313-3/+19
* ena: Add reset reason for corrupted RX cdescsOsama Abboud2024-10-314-0/+8
* ena: Add reset reason for corrupted TX cdescsOsama Abboud2024-10-315-41/+55
* ena: Improve reset reason statisticsOsama Abboud2024-10-313-2/+58
* ena: Update license signatures to 2024Osama Abboud2024-10-3110-10/+10
* ena: Add configuration notifications interface supportOsama Abboud2024-10-311-1/+29
* ena: Count all currently missing TX completions in checkOsama Abboud2024-10-311-4/+6
* ena: Fix customer metrics deallocation statement placeOsama Abboud2024-10-311-1/+1
* if_ffec: fix MAC address bootverbose printGary Bisson2024-10-311-1/+1
* if_ffec: fix imx6sx compatible flagsGary Bisson2024-10-311-1/+2
* ixv: Check cap return before MSI-X enable writeJeremiah Lott2024-10-301-5/+8
* if_ixv: fix build without NETMAPKonstantin Belousov2024-10-291-0/+2
* ixv: Dynamically size the receive packet sizeKevin Bowling2024-10-291-5/+3
* alc(4): disable MSI-X by default on Killer cardsLexi Winter2024-10-281-1/+23
* Fix enum warning in ath_hal's ar9002Dimitry Andric2024-10-271-1/+1
* igc: txrx function prototype cleanupKevin Bowling2024-10-211-17/+15
* e1000: txrx function prototype cleanupKevin Bowling2024-10-212-35/+30