| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix kernel panic in vmci driver initialization. | Gordon Tetlow | 2021-11-03 | 5 | -4/+61 |
| * | MFC r358996 (by pkelsey): | Mark Johnston | 2020-08-04 | 2 | -42/+129 |
| * | MFC r357042: vmxnet3: add support for RSS kernel option | Andriy Gapon | 2020-02-27 | 2 | -26/+76 |
| * | MFC r356703 | Vincenzo Maffione | 2020-01-20 | 1 | -1/+1 |
| * | MFC r352906: | Mark Johnston | 2019-10-03 | 1 | -1/+1 |
| * | MFC r343291: | Patrick Kelsey | 2019-02-11 | 2 | -2854/+1173 |
| * | MFC: r343578 (partial) | Marius Strobl | 2019-02-07 | 1 | -8/+6 |
| * | ifnet: Replace if_addr_lock rwlock with epoch + mutex | Matt Macy | 2018-05-18 | 1 | -1/+1 |
| * | Update VMCI license based on comments from core, the FreeBSD Foundation, | Mark Peek | 2018-04-08 | 28 | -27/+78 |
| * | Rectify VMCI SPDX license | Mark Peek | 2018-03-27 | 27 | -27/+27 |
| * | vmci(4): Fix GCC build and rationalize vmci_kernel_defs.h | Conrad Meyer | 2018-03-26 | 3 | -10/+7 |
| * | Add VMCI (Virtual Machine Communication Interface) driver | Mark Peek | 2018-03-25 | 27 | -0/+9434 |
| * | Revert r327828, r327949, r327953, r328016-r328026, r328041: | Pedro F. Giffuni | 2018-01-21 | 1 | -6/+6 |
| * | dev: make some use of mallocarray(9). | Pedro F. Giffuni | 2018-01-13 | 1 | -6/+6 |
| * | Correctly report the vmxnet3 link down media status | Bryan Venteicher | 2017-11-28 | 1 | -4/+5 |
| * | fix vmxnet3 crash when LRO is enabled | Andriy Gapon | 2017-05-25 | 1 | -0/+14 |
| * | Spell VMXNET3_LEGACY_TX correctly. | Luiz Otavio O Souza | 2017-02-18 | 1 | -2/+2 |
| * | Update if_hwassist when interface options are changed. | Alexander Motin | 2016-07-18 | 1 | -9/+22 |
| * | Only use a power of 2 for the number of receive and transmit queues. | John Baldwin | 2015-11-16 | 1 | -2/+9 |
| * | Start process of removing the use of the deprecated "M_FLOWID" flag | Hans Petter Selasky | 2014-12-01 | 1 | -2/+3 |
| * | Provide vmxnet3_get_counter() to return counters that are not collected, | Gleb Smirnoff | 2014-09-25 | 1 | -59/+36 |
| * | Improve transmit sending offload, TSO, algorithm in general. | Hans Petter Selasky | 2014-09-22 | 2 | -3/+3 |
| * | Revert r271504. A new patch to solve this issue will be made. | Hans Petter Selasky | 2014-09-13 | 2 | -7/+4 |
| * | Improve transmit sending offload, TSO, algorithm in general. | Hans Petter Selasky | 2014-09-13 | 2 | -4/+7 |
| * | Remove some write only variables | Bryan Venteicher | 2014-07-02 | 1 | -6/+0 |
| * | Give each interrupt a descriptive name when using MSIX | Bryan Venteicher | 2014-06-29 | 1 | -0/+5 |
| * | Increment the pending packets more aggressively for TSO | Bryan Venteicher | 2014-06-20 | 1 | -3/+3 |
| * | Handle multiple calls to rxq_eof for single packet completion | Bryan Venteicher | 2014-06-20 | 2 | -2/+18 |
| * | Remove an unnecessary kick of the host at the end of transmitting | Bryan Venteicher | 2014-06-20 | 1 | -21/+2 |
| * | Fix GCC compile warning: Variable(s) can be used uninitialized. | Hans Petter Selasky | 2014-06-19 | 1 | -2/+4 |
| * | Don't check the dma map address for a static DMA mapping against NULL | Bryan Venteicher | 2014-06-14 | 1 | -1/+1 |
| * | Fix TSO support on VMware Fusion | Bryan Venteicher | 2014-06-09 | 1 | -9/+45 |
| * | Remove an unnecessary variable reassignment | Bryan Venteicher | 2014-06-09 | 1 | -1/+1 |
| * | make sure if_transmit returns 0 if the mbuf is enqueued. | Luigi Rizzo | 2014-06-06 | 1 | -2/+1 |
| * | Add Tx/Rx multiqueue support to vmx(4) | Bryan Venteicher | 2014-03-17 | 3 | -92/+707 |
| * | Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 Gbit | Gleb Smirnoff | 2014-03-13 | 1 | -5/+1 |
| * | Include necessary headers that now are available due to pollution | Gleb Smirnoff | 2013-10-28 | 1 | -0/+1 |
| * | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | Gleb Smirnoff | 2013-10-26 | 1 | -0/+1 |
| * | Do not provide a hint of the guest's OS version | Bryan Venteicher | 2013-10-11 | 2 | -12/+1 |
| * | Use correct type for the vmx vlan filter table | Bryan Venteicher | 2013-09-08 | 1 | -1/+1 |
| * | Few more minor if_vmx tweaks | Bryan Venteicher | 2013-08-30 | 2 | -24/+72 |
| * | Couple minor if_vmx tweaks | Bryan Venteicher | 2013-08-27 | 2 | -30/+32 |
| * | Add vmx(4), a VMware VMXNET3 ethernet driver ported from OpenBSD | Bryan Venteicher | 2013-08-23 | 3 | -0/+3940 |