summaryrefslogtreecommitdiff
path: root/lib/dpif-netdev.c
Commit message (Expand)AuthorAgeFilesLines
* Add new function xzalloc(n) as a shorthand for xcalloc(1, n).Ben Pfaff2009-11-041-2/+2
* dpif: Address portability issues in dpif-netdevJustin Pettit2009-08-251-9/+5
* Cleanup isdigit() warnings.Justin Pettit2009-08-251-1/+1
* netdev: Get rid of netdev_open_tap().Ben Pfaff2009-07-301-1/+3
* netdev: Change netdev_get_mtu() to return an error code.Ben Pfaff2009-07-301-1/+1
* vswitch: Avoid knowledge of details specific to Linux datapaths.Ben Pfaff2009-07-061-0/+2
* New implementation of userspace datapath, based on the netdev library.Ben Pfaff2009-07-061-0/+1322