summaryrefslogtreecommitdiff
path: root/sys/dev/vmware
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
2025-01-15pvscsi: Explicitly mask out CTS_SAS_VALID_SPEED bitZhenlei Huang
2024-07-26Deprecate contigfree(9) in favour of free(9)Bjoern A. Zeeb
2024-06-10vmxnet3: make descriptor count checks more robustKristof Provost
2024-01-20vmware: Fix a typo in a source code commentGordon Bergling
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
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 bare tagWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-05pvscsi: maximum target number is one less than number of targetsYuri Pankov
2022-12-21Convert iflib(4) and iflib-based drivers to the DrvAPIJustin Hibbits
2022-11-02vmw_pvscsi: Expand vcpuHint to 16 bit to aliagn with host side change.Wentao Wang
2022-09-04vmci(4): Correct some typos in source code commentsGordon Bergling
2022-05-06vmware: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-04-07vmci: Remove unused variables.John Baldwin
2022-04-06pvscsi_adapter_reset: Mark val as unused.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-11-03vmci: Avoid relying on macro expansion to provide correct syntaxMark Johnston
2021-10-09vmci: fix panic due to freeing unallocated resourcesMark Peek
2021-07-22vmci(4): Shorten interrupt descriptions.Alexander Motin
2021-06-28cam: fix xpt_bus_register and xpt_bus_deregister return errnoWarner Losh
2021-04-22pvscsi: Advertise maxio of 256k.Warner Losh
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-11-15Fix build with GCCJosh Paetzel
2019-11-14Add the pvscsi driver to the tree.Josh Paetzel
2019-10-21Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff
2019-09-30Add IFLIB_SINGLE_IRQ_RX_ONLY.Mark Johnston
2019-08-25Add MODULE_PNP_INFO() to vmci(4). This allows devd(8) to load theHiroki Sato
2019-05-20Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer
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-04-08Update VMCI license based on comments from core, the FreeBSD Foundation,Mark Peek
2018-03-27Rectify VMCI SPDX licenseMark Peek
2018-03-26vmci(4): Fix GCC build and rationalize vmci_kernel_defs.hConrad Meyer
2018-03-25Add VMCI (Virtual Machine Communication Interface) driverMark Peek