summaryrefslogtreecommitdiff
path: root/lib/vlandev.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* vlandev: Fix an obvious predicate logic crash bug.ZhengLingyun2014-04-101-1/+1
* Use __linux__ instead of LINUX_DATAPATH in C code.Ben Pfaff2014-03-051-4/+4
* Switch from sscanf() to ovs_scan() throughout the tree.Ben Pfaff2013-11-151-2/+1
* Suppress warnings about unused variables and functions.Jarno Rajahalme2013-09-271-1/+1
* netdev-linux, netdev-bsd: Make access to AF_INET socket thread-safe.Ben Pfaff2013-08-091-7/+2
* Replace all uses of strerror() by ovs_strerror(), for thread safety.Ben Pfaff2013-06-281-2/+2
* Add VLAN splinters unit test.Ben Pfaff2013-06-251-88/+258
* config: Add explicit support for building on ESX.Ethan Jackson2012-10-091-2/+2
* vlandev: Move Linux #include under #ifdef __linux__Ed Maste2012-06-291-1/+1
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* vlandev: New library for working with Linux VLAN devices.Ben Pfaff2011-11-231-0/+247