0
0
mirror of https://github.com/OpenVPN/openvpn.git synced 2024-09-20 03:52:28 +02:00
openvpn/tap-win32
james 7ea8261049 In Windows TAP driver, refactor DHCP/ARP packet injection code to
use a DPC (deferred procedure call) to defer packet injection until
IRQL < DISPATCH_LEVEL, rather than calling NdisMEthIndicateReceive
in the context of AdapterTransmit.  This is an attempt to reduce kernel
stack usage, and prevent EXCEPTION_DOUBLE_FAULT BSODs that have been
observed on Vista.  Updated TAP driver version number to 9.6. 


git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@4606 e7ae566f-a301-0410-adde-c780ea21d3b5
2009-06-22 20:48:35 +00:00
..
i386 Update copyright to 2009. 2009-05-30 21:38:49 +00:00
common.h Update copyright to 2009. 2009-05-30 21:38:49 +00:00
constants.h In Windows TAP driver, refactor DHCP/ARP packet injection code to 2009-06-22 20:48:35 +00:00
dhcp.c In Windows TAP driver, refactor DHCP/ARP packet injection code to 2009-06-22 20:48:35 +00:00
dhcp.h Update copyright to 2009. 2009-05-30 21:38:49 +00:00
endian.h Update copyright to 2009. 2009-05-30 21:38:49 +00:00
error.c Update copyright to 2009. 2009-05-30 21:38:49 +00:00
error.h Update copyright to 2009. 2009-05-30 21:38:49 +00:00
hexdump.c Update copyright to 2009. 2009-05-30 21:38:49 +00:00
hexdump.h Update copyright to 2009. 2009-05-30 21:38:49 +00:00
instance.c Update copyright to 2009. 2009-05-30 21:38:49 +00:00
lock.h Update copyright to 2009. 2009-05-30 21:38:49 +00:00
macinfo.c Update copyright to 2009. 2009-05-30 21:38:49 +00:00
macinfo.h Update copyright to 2009. 2009-05-30 21:38:49 +00:00
MAKEFILE This is the start of the BETA21 branch. 2005-09-26 05:28:27 +00:00
mem.c Update copyright to 2009. 2009-05-30 21:38:49 +00:00
proto.h Update copyright to 2009. 2009-05-30 21:38:49 +00:00
prototypes.h In Windows TAP driver, refactor DHCP/ARP packet injection code to 2009-06-22 20:48:35 +00:00
resource.rc Update copyright to 2009. 2009-05-30 21:38:49 +00:00
SOURCES.in TAP driver now passes signing tests on Vista x64. 2007-04-25 21:37:49 +00:00
tapdrvr.c In Windows TAP driver, refactor DHCP/ARP packet injection code to 2009-06-22 20:48:35 +00:00
types.h In Windows TAP driver, refactor DHCP/ARP packet injection code to 2009-06-22 20:48:35 +00:00