aboutsummaryrefslogtreecommitdiff
path: root/lib/netdev.c
AgeCommit message (Expand)Author
2013-08-27netdev: Fix deadlock when netdev_dump_queues() callback calls into netdev.Ben Pfaff
2013-08-21netdev: Make run and wait functions optional as documented.Ethan Jackson
2013-08-11netdev: Clean up on "construct" error in netdev_open().Ben Pfaff
2013-08-09netdev: Make netdev access thread-safe.Ben Pfaff
2013-08-09netdev: Adopt four-step alloc/construct/destruct/dealloc lifecycle.Ben Pfaff
2013-08-07netdev: Make netdev_from_name() take a reference to its returned netdev.Ben Pfaff
2013-08-07netdev: Make netdev_get_devices() take a reference to each netdev.Ben Pfaff
2013-08-02netdev: Minor formatting improvements.Ben Pfaff
2013-07-26Implement OpenFlow 1.3 queue stats duration feature.Ben Pfaff
2013-06-28Replace all uses of strerror() by ovs_strerror(), for thread safety.Ben Pfaff
2013-06-27netdev: Support null netdev argument in netdev_ref().Ethan Jackson
2013-05-22add minimal NetBSD supportYAMAMOTO Takashi
2013-05-22netdev: New function netdev_ref().Ben Pfaff
2013-05-16netdev: Prevent using reserved namesAlex Wang
2013-05-10netdev: Get rid of netdev_dev.Ben Pfaff
2013-05-10netdev: Add new "struct netdev_rx" for capturing packets from a netdev.Ben Pfaff
2013-05-10netdev: Factor restoring flags into new "struct netdev_saved_flags".Ben Pfaff
2013-05-03netdev: Make 'smap' variable const in netdev_set_qos().Ben Pfaff
2013-04-01netdev: Remove netdev_is_open(), which has no users.Ben Pfaff
2013-04-01netdev: Remove netdev_exists(), which has no users.Ben Pfaff
2013-01-28netdev-vport: Build on all platforms.Ethan Jackson
2013-01-24ofproto-dpif: Implement patch ports in userspace.Ethan Jackson
2013-01-16Replace most uses of assert by ovs_assert.Ben Pfaff
2013-01-15netdev: Parse and make available tunnel configuration.Ethan Jackson
2013-01-03netdev: Rename get_drv_info() to get_status().Ethan Jackson
2012-11-03ofproto: Report 0 Mbps when speed not available instead of 100 Mbps.Ben Pfaff
2012-10-09config: Add explicit support for building on ESX.Ethan Jackson
2012-08-03util: New macro CONST_CAST.Ben Pfaff
2012-07-26netdev implementation for FreeBSDGiuseppe Lettieri
2012-06-14lib: New data structure - smap.Ethan Jackson
2012-05-02Global replace of Nicira Networks.Raju Subramanian
2012-03-22netdev: Rename netdev->get_status() to netdev->get_drv_info().Pravin B Shelar
2012-03-19netdev-linux: Fix use-after-free when netdev_dump_queues() deletes queues.Ben Pfaff
2012-03-09netdev: Consistently use 'enum netdev_features'.Ethan Jackson
2012-03-09netdev-linux: Cache error code from mtu ioctl.Pravin B Shelar
2012-03-07netdev: Abstract "features" interface away from OpenFlow 1.0.Ben Pfaff
2012-03-02netdev: Fix typo in error message.Ben Pfaff
2011-12-06ofproto-dpif-sflow: allow sFlow to infer the agent device.Luca Giraudo
2011-11-23netdev: Remove netdev_get_vlan_vid().Ben Pfaff
2011-10-17vswitchd: New column "link_resets".Ethan Jackson
2011-09-22Remove netdev_find_dev_by_in4Simon Horman
2011-09-15netdev: Allow get_mtu and set_mtu provider functions to be null.Ben Pfaff
2011-09-13test-openflowd: Allow specifying port type on --ports option.Ben Pfaff
2011-09-12datapath: Strip down vport interface : OVS_VPORT_ATTR_MTUPravin Shelar
2011-08-12lib: Whitespace cleanup.Ethan Jackson
2011-08-08netdev: Get rid of struct netdev_options and netdev_open_default().Ben Pfaff
2011-08-08netdev: Decouple creating and configuring network devices.Ben Pfaff
2011-08-08netdev: Clean up and refactor packet receive interface.Ben Pfaff
2011-06-14netdev: Add methods to do netdev-specific argument comparisons.Justin Pettit
2011-05-31netdev: Remove monitors and notifiers.Ethan Jackson