summaryrefslogtreecommitdiff
path: root/lib/netdev-windows.c
Commit message (Expand)AuthorAgeFilesLines
* 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