aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vmware/vmxnet3
Commit message (Expand)AuthorAgeFilesLines
* if_vmx: fix panic during kldloadEric van Gyzen4 days1-1/+6
* vmxnet3: make descriptor count checks more robustKristof Provost2024-06-101-1/+2
* vmxnet3: do restart on VLAN changesKristof Provost2023-08-311-0/+1
* vmxnet3: Don't restart on VLAN changesKevin Bowling2023-08-241-0/+13
* iflib drivers: Constify PCI ID LUTsMarius Strobl2023-08-171-1/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-162-4/+0
* Convert iflib(4) and iflib-based drivers to the DrvAPIJustin Hibbits2022-12-212-10/+10
* vmware: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-2/+1
* vmx: plug set-but-not-used varMateusz Guzik2021-12-141-10/+0
* vmxnet3: skip zero-length descriptor in the middle of a packetAndriy Gapon2021-12-062-12/+18
* iflib: ensure that tx interrupts enabled and cleanupsMatt Macy2021-01-071-1/+1
* vmware: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-18/+16
* iflib: leave only 1 receive descriptor unusedVincenzo Maffione2020-09-011-7/+0
* Restore power-of-2 queue count constraint from r290948Patrick Kelsey2020-03-171-0/+11
* Adjust if_vmx default receive parameters for better out-of-box performancePatrick Kelsey2020-03-142-6/+33
* Fix if_vmx receive checksum offload bug and harden against the device skippin...Patrick Kelsey2020-03-142-36/+85
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-10/+10
* vmxnet3: add support for RSS kernel optionAndriy Gapon2020-01-232-26/+76
* vmx: fix initialization of TSO related descriptor fieldsVincenzo Maffione2020-01-131-1/+1
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-211-18/+15
* Add IFLIB_SINGLE_IRQ_RX_ONLY.Mark Johnston2019-09-301-1/+1
* Fix interrupt index configuratoin when using MSI interrupts.Patrick Kelsey2019-02-021-9/+11
* - Stop iflib(4) from leaking MSI messages on detachment by callingMarius Strobl2019-01-301-7/+6
* onvert vmx(4) to being an iflib driver.Patrick Kelsey2019-01-222-2855/+1171
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-1/+1
* Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni2018-01-211-6/+6
* dev: make some use of mallocarray(9).Pedro F. Giffuni2018-01-131-6/+6
* Correctly report the vmxnet3 link down media statusBryan Venteicher2017-11-281-4/+5
* fix vmxnet3 crash when LRO is enabledAndriy Gapon2017-05-251-0/+14
* Spell VMXNET3_LEGACY_TX correctly.Luiz Otavio O Souza2017-02-181-2/+2
* Update if_hwassist when interface options are changed.Alexander Motin2016-07-181-9/+22
* Only use a power of 2 for the number of receive and transmit queues.John Baldwin2015-11-161-2/+9
* Start process of removing the use of the deprecated "M_FLOWID" flagHans Petter Selasky2014-12-011-2/+3
* Provide vmxnet3_get_counter() to return counters that are not collected,Gleb Smirnoff2014-09-251-59/+36
* Improve transmit sending offload, TSO, algorithm in general.Hans Petter Selasky2014-09-222-3/+3
* Revert r271504. A new patch to solve this issue will be made.Hans Petter Selasky2014-09-132-7/+4
* Improve transmit sending offload, TSO, algorithm in general.Hans Petter Selasky2014-09-132-4/+7
* Remove some write only variablesBryan Venteicher2014-07-021-6/+0
* Give each interrupt a descriptive name when using MSIXBryan Venteicher2014-06-291-0/+5
* Increment the pending packets more aggressively for TSOBryan Venteicher2014-06-201-3/+3
* Handle multiple calls to rxq_eof for single packet completionBryan Venteicher2014-06-202-2/+18
* Remove an unnecessary kick of the host at the end of transmittingBryan Venteicher2014-06-201-21/+2
* Fix GCC compile warning: Variable(s) can be used uninitialized.Hans Petter Selasky2014-06-191-2/+4
* Don't check the dma map address for a static DMA mapping against NULLBryan Venteicher2014-06-141-1/+1
* Fix TSO support on VMware FusionBryan Venteicher2014-06-091-9/+45
* Remove an unnecessary variable reassignmentBryan Venteicher2014-06-091-1/+1
* make sure if_transmit returns 0 if the mbuf is enqueued.Luigi Rizzo2014-06-061-2/+1
* Add Tx/Rx multiqueue support to vmx(4)Bryan Venteicher2014-03-173-92/+707
* Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 GbitGleb Smirnoff2014-03-131-5/+1