summaryrefslogtreecommitdiff
path: root/lib/netdev-windows.c
Commit message (Expand)AuthorAgeFilesLines
* netdev-windows: Add checking when creating netdev with system type on WindowsWilson Peng2023-03-061-0/+11
* lib: Move lib/poll-loop.h to include/openvswitchXiao Liang2017-11-031-1/+1
* Use xmalloc instead of malloc in some Windows code.Shashank Ram2017-05-191-12/+2
* windows: Broken internal netdevsAlin Serdean2017-02-221-1/+4
* windows: netdev report error if query failedAlin Serdean2017-02-081-1/+1
* windows: Incorrect check while fetching adapter addressesAlin Serdean2016-12-201-3/+3
* netdev-windows: use bitwise comparison for flagsAlin Serdean2016-11-041-2/+2
* netdev-windows: fix ofpbuf initializationAlin Serdean2016-11-041-1/+1
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-1/+1
* Move lib/ofpbuf.h to include/openvswitch directoryBen Warren2016-03-301-1/+1
* netdev: New field 'is_pmd' in netdev_class.Ilya Maximets2016-03-161-0/+1
* ofpbuf: New function ofpbuf_const_initializer().Ben Pfaff2016-02-191-11/+7
* netdev-windows: Fix typo in call to memcpy().Nithin Raju2015-08-311-1/+1
* userspace: Define and use struct eth_addr.Jarno Rajahalme2015-08-281-8/+7
* netdev-windows: Add ARP lookup and next hop functionality.Alin Serdean2015-05-261-0/+114
* netdev-windows: Fix broken compilation.Gurucharan Shetty2015-03-051-1/+1
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* netdev-windows: Fix bugs in flag update and MAC address copy functions.Nithin Raju2014-10-281-17/+33
* Use magic ETH_ADDR_LEN instead of 6 for Ethernet address length.Wang Sheng-Hui2014-10-221-2/+5
* datapath-windows: netdev-windows fixes for vswitchd bringup.Ankur Sharma2014-10-171-1/+29
* lib/netdev-windows.c: nuke the init function.Nithin Raju2014-10-081-6/+6
* netdev-windows: add code to query netdev informationNithin Raju2014-10-061-5/+224
* netdev-windows: New module.Nithin Raju2014-10-061-0/+137