summaryrefslogtreecommitdiff
path: root/sys/dev/vmware/vmxnet3
AgeCommit message (Expand)Author
2025-11-22vmxnet3: use newly exposed RSS hash key API rather than ad-hoc hashingAndrew Gallatin
2025-10-04if_vmx: fix panic during kldloadEric van Gyzen
2024-06-10vmxnet3: make descriptor count checks more robustKristof Provost
2023-08-31vmxnet3: do restart on VLAN changesKristof Provost
2023-08-24vmxnet3: Don't restart on VLAN changesKevin Bowling
2023-08-17iflib drivers: Constify PCI ID LUTsMarius Strobl
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2022-12-21Convert iflib(4) and iflib-based drivers to the DrvAPIJustin Hibbits
2022-05-06vmware: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2021-12-14vmx: plug set-but-not-used varMateusz Guzik
2021-12-06vmxnet3: skip zero-length descriptor in the middle of a packetAndriy Gapon
2021-01-07iflib: ensure that tx interrupts enabled and cleanupsMatt Macy
2020-09-01vmware: clean up empty lines in .c and .h filesMateusz Guzik
2020-09-01iflib: leave only 1 receive descriptor unusedVincenzo Maffione
2020-03-17Restore power-of-2 queue count constraint from r290948Patrick Kelsey
2020-03-14Adjust if_vmx default receive parameters for better out-of-box performancePatrick Kelsey
2020-03-14Fix if_vmx receive checksum offload bug and harden against the device skippin...Patrick Kelsey
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2020-01-23vmxnet3: add support for RSS kernel optionAndriy Gapon
2020-01-13vmx: fix initialization of TSO related descriptor fieldsVincenzo Maffione
2019-10-21Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff
2019-09-30Add IFLIB_SINGLE_IRQ_RX_ONLY.Mark Johnston
2019-02-02Fix interrupt index configuratoin when using MSI interrupts.Patrick Kelsey
2019-01-30- Stop iflib(4) from leaking MSI messages on detachment by callingMarius Strobl
2019-01-22onvert vmx(4) to being an iflib driver.Patrick Kelsey
2018-05-18ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy
2018-01-21Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni
2018-01-13dev: make some use of mallocarray(9).Pedro F. Giffuni
2017-11-28Correctly report the vmxnet3 link down media statusBryan Venteicher
2017-05-25fix vmxnet3 crash when LRO is enabledAndriy Gapon
2017-02-18Spell VMXNET3_LEGACY_TX correctly.Luiz Otavio O Souza
2016-07-18Update if_hwassist when interface options are changed.Alexander Motin
2015-11-16Only use a power of 2 for the number of receive and transmit queues.John Baldwin
2014-12-01Start process of removing the use of the deprecated "M_FLOWID" flagHans Petter Selasky
2014-09-25Provide vmxnet3_get_counter() to return counters that are not collected,Gleb Smirnoff
2014-09-22Improve transmit sending offload, TSO, algorithm in general.Hans Petter Selasky
2014-09-13Revert r271504. A new patch to solve this issue will be made.Hans Petter Selasky
2014-09-13Improve transmit sending offload, TSO, algorithm in general.Hans Petter Selasky
2014-07-02Remove some write only variablesBryan Venteicher
2014-06-29Give each interrupt a descriptive name when using MSIXBryan Venteicher
2014-06-20Increment the pending packets more aggressively for TSOBryan Venteicher
2014-06-20Handle multiple calls to rxq_eof for single packet completionBryan Venteicher
2014-06-20Remove an unnecessary kick of the host at the end of transmittingBryan Venteicher
2014-06-19Fix GCC compile warning: Variable(s) can be used uninitialized.Hans Petter Selasky
2014-06-14Don't check the dma map address for a static DMA mapping against NULLBryan Venteicher
2014-06-09Fix TSO support on VMware FusionBryan Venteicher
2014-06-09Remove an unnecessary variable reassignmentBryan Venteicher
2014-06-06make sure if_transmit returns 0 if the mbuf is enqueued.Luigi Rizzo
2014-03-17Add Tx/Rx multiqueue support to vmx(4)Bryan Venteicher