index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
vmware
Commit message (
Expand
)
Author
Age
Files
Lines
*
Start process of removing the use of the deprecated "M_FLOWID" flag
hselasky
2014-12-01
1
-2
/
+3
*
Provide vmxnet3_get_counter() to return counters that are not collected,
glebius
2014-09-25
1
-59
/
+36
*
Improve transmit sending offload, TSO, algorithm in general.
hselasky
2014-09-22
2
-3
/
+3
*
Revert r271504. A new patch to solve this issue will be made.
hselasky
2014-09-13
2
-7
/
+4
*
Improve transmit sending offload, TSO, algorithm in general.
hselasky
2014-09-13
2
-4
/
+7
*
Remove some write only variables
bryanv
2014-07-02
1
-6
/
+0
*
Give each interrupt a descriptive name when using MSIX
bryanv
2014-06-29
1
-0
/
+5
*
Increment the pending packets more aggressively for TSO
bryanv
2014-06-20
1
-3
/
+3
*
Handle multiple calls to rxq_eof for single packet completion
bryanv
2014-06-20
2
-2
/
+18
*
Remove an unnecessary kick of the host at the end of transmitting
bryanv
2014-06-20
1
-21
/
+2
*
Fix GCC compile warning: Variable(s) can be used uninitialized.
hselasky
2014-06-19
1
-2
/
+4
*
Don't check the dma map address for a static DMA mapping against NULL
bryanv
2014-06-14
1
-1
/
+1
*
Fix TSO support on VMware Fusion
bryanv
2014-06-09
1
-9
/
+45
*
Remove an unnecessary variable reassignment
bryanv
2014-06-09
1
-1
/
+1
*
make sure if_transmit returns 0 if the mbuf is enqueued.
luigi
2014-06-06
1
-2
/
+1
*
Add Tx/Rx multiqueue support to vmx(4)
bryanv
2014-03-17
3
-92
/
+707
*
Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 Gbit
glebius
2014-03-13
1
-5
/
+1
*
Include necessary headers that now are available due to pollution
glebius
2013-10-28
1
-0
/
+1
*
The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare
glebius
2013-10-26
1
-0
/
+1
*
Do not provide a hint of the guest's OS version
bryanv
2013-10-11
2
-12
/
+1
*
Use correct type for the vmx vlan filter table
bryanv
2013-09-08
1
-1
/
+1
*
Few more minor if_vmx tweaks
bryanv
2013-08-30
2
-24
/
+72
*
Couple minor if_vmx tweaks
bryanv
2013-08-27
2
-30
/
+32
*
Add vmx(4), a VMware VMXNET3 ethernet driver ported from OpenBSD
bryanv
2013-08-23
3
-0
/
+3940