]> xenbits.xensource.com Git - people/pauldu/xenvif.git/shortlog
people/pauldu/xenvif.git
2017-10-20 Paul DurrantConditional unmask master
2017-10-20 Paul DurrantStuff
2017-10-20 Paul Durrantadd poller boilerplate
2017-08-03 Paul DurrantRemove ZwFlushKey() from registry code
2017-05-30 Paul DurrantMake use of updated XENBUS_EVTCHN interface
2017-05-18 Paul DurrantRemove VS2012 and VS2013 build scripts
2017-05-08 Paul DurrantReboot request keys should be volatile
2017-01-10 Paul DurrantFix SDV
2017-01-10 Paul DurrantDon't use Packet->Offset when stripping VLAN tags
2017-01-10 Paul DurrantDeferring transmit completion causes MPE_Ethernet test...
2017-01-10 Paul DurrantFix kdfiles.py
2017-01-10 Paul DurrantClean up use of MmGetSystemAddressForMdlSafe()
2017-01-10 Paul DurrantDon't try to __FreePages() with local copy of MDL
2017-01-09 Paul DurrantRemove the explicit ExFreePool(Mdl) in TransmitterBuffe...
2017-01-06 Paul DurrantFix memory leak in __FreePage()
2016-12-15 Paul DurrantRemove unnecessary complexity from the controller frontend
2016-12-15 Paul DurrantDrop all pre-8.2 revisions
2016-12-14 Paul DurrantUpdate BUILD.md with VS2015/WDK10 information
2016-12-14 Paul DurrantFixes for VS2015/WDK10 build
2016-12-13 Paul DurrantAdd support for building under VS2015/WDK10
2016-12-13 Paul DurrantUpdate driver version from 8.2.0 to 9.0.0
2016-11-07 Paul DurrantFix last commit...
2016-11-07 Paul DurrantAvoid calculating a hash if it is not necessary
2016-11-07 Paul DurrantDisallow RSS configuration if there is only a single...
2016-11-07 Paul DurrantProvide registry override for disabling RSS
2016-11-04 Paul DurrantAdd more diagnostic messages
2016-11-04 Paul DurrantAdd registry override to disable multicast control
2016-11-04 Paul DurrantAlways select queue using the packet hash algorithm
2016-11-03 Paul DurrantFix build warnings
2016-11-03 Paul DurrantChange where transmitter packet cache is created
2016-11-02 Paul DurrantAdd Ring Index to ring-related Info messages
2016-11-02 Paul DurrantLog how many packets are aborted
2016-11-02 Paul DurrantAdd an extra transmitter ring poll
2016-11-02 Paul DurrantPartially revert commit ab655bb1 "Make sure XENBUS...
2016-10-25 Paul DurrantLogging and barrier changes in ReceiverWaitForPackets()
2016-10-25 Paul DurrantFix some logical stupidity
2016-10-03 Paul DurrantIncorporate revision ids from staging-8.1
2016-10-03 Owen SmithAvoid possible NULL pointer dereference
2016-09-28 Ben ChalmersRemove watchdog affinitisation on Windows 2008
2016-09-22 Paul DurrantMinor logging improvements
2016-09-21 Paul DurrantFix a couple of issues picked up by Windows 10 verifier
2016-09-21 Paul DurrantRevert commit 272428b6
2016-09-20 Owen SmithStep through hardware revision list in reverse order
2016-09-20 Paul DurrantAdd statistics for checksum validation
2016-09-20 Paul DurrantiFix another ASSERTion failure
2016-09-20 Paul DurrantPass the receive queue index to XENNET
2016-09-08 Paul DurrantDon't restore settings from emulated device more than...
2016-09-07 Paul DurrantRevert all settings stealing patches
2016-08-22 Paul DurrantThe SOFTWARE registry hive is not accessible at boot...
2016-08-19 Paul DurrantUpdate registry code
2016-08-17 Paul DurrantFix SDV build
2016-08-17 Paul DurrantCreate, rather than open, the RequestKey
2016-08-17 Paul DurrantAdd batching support
2016-08-16 Paul DurrantRevert commit 03dd4642 "Avoid transmitting on the wrong...
2016-08-12 Paul DurrantAdvertise MAC address information in the registry
2016-08-12 Paul DurrantRemove settings code
2016-08-10 Paul DurrantFix typo in INF file
2016-08-09 Paul DurrantUse new monitor request key
2016-08-09 Paul DurrantFix logging format string
2016-08-08 Paul DurrantRe-work identity stealing code
2016-07-28 Paul DurrantDon't qualify the check for the backend being online...
2016-07-28 Paul DurrantMake sure the NICS unplug count does not run away
2016-07-28 Paul DurrantMake sure we don't end up with duplicate PDOs
2016-07-27 Paul DurrantFix locking and teardown bugs in controller frontend
2016-07-27 Paul DurrantFix compatibility with older backends
2016-07-21 Paul DurrantUse XENBUS_MONITOR service to request reboot rather...
2016-07-21 Paul DurrantAdd missing names to the INF file
2016-07-18 Paul DurrantFix function name
2016-07-18 Paul DurrantFix SDV warnings
2016-07-18 Paul DurrantDefer transmit response event until the last possible...
2016-07-18 Paul DurrantAvoid transmitting on the wrong CPU
2016-07-18 Paul DurrantAffinitize watchdog threads
2016-07-18 Eytan HeidingsfeldRe-introduce mistakenly dropped frontend state logic...
2016-05-17 Paul DurrantSend transmit side hash value to the backend
2016-05-17 Paul DurrantAdd new functionality to VIF interface to support RSS
2016-05-17 Paul DurrantAdd frontend code for the new netif control ring
2016-05-17 Paul DurrantUpdate Xen headers to 4.7.0-rc2
2016-05-09 Paul DurrantMake sure transmitter DPC does not try to unmask non...
2016-04-01 Paul DurrantFix memory leak
2016-03-31 Paul DurrantReplace copying network settings with identity stealing
2016-03-30 Paul DurrantBootFlags should be a parameter, not a subkey
2016-03-23 Paul DurrantAvoid ASSERTion failure on VIF plug
2016-03-23 Paul DurrantPrevent VIF from being incorrectly considered offline...
2016-03-22 Paul DurrantRemove erroneous code to re-acquire backend path on...
2016-03-01 Paul DurrantOnly veto PDO start when InitSafeBootMode is set
2016-01-29 Paul DurrantDynamic multicast control
2016-01-28 Paul DurrantMake transmitter code the canonical place where multica...
2016-01-28 Paul DurrantFix memory leak in error path
2016-01-28 Paul DurrantCancel pending timers when rings are disabled
2016-01-26 Paul DurrantAdd DPC watchdog avoidance to receiver and transmitter...
2016-01-22 Paul DurrantAvoid evaluating assertion expressions in free builds
2016-01-22 Paul DurrantAvoid falling foul of stupid registry values
2016-01-22 Paul DurrantFix DPC accounting
2016-01-19 Paul DurrantFix WHQL InvalidPackets test
2016-01-15 Paul DurrantStop using prefix GSO
2016-01-15 Paul DurrantCentralize compatibility code
2016-01-04 Paul DurrantFix revision number to avoid collision with staging-8.1
2016-01-04 Paul DurrantUpdate VIF interface to version 5
2015-12-10 Paul DurrantRe-synchrinize registry.c with XENBUS
2015-12-10 Paul DurrantRe-synchronize util.h with XENBUS and use __toupper()
next