aboutsummaryrefslogtreecommitdiff
path: root/lib/netdev-provider.h
AgeCommit message (Expand)Author
2012-03-19netdev-linux: Fix use-after-free when netdev_dump_queues() deletes queues.Ben Pfaff
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-12datapath: Strip down vport interface : OVS_VPORT_ATTR_MTUPravin Shelar
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
2011-05-31netdev: New Function netdev_change_seq().Ethan Jackson
2011-05-20netdev: Take responsibility for polling MII registers.Ethan Jackson
2011-05-16Convert remaining network-byte-order "uint<N>_t"s into "ovs_be<N>"s.Ben Pfaff
2011-04-01netdev-linux: Support 'send' for netdevs opened with NETDEV_ETH_TYPE_NONE.Ben Pfaff
2011-03-31netdev: Use sset instead of svec in netdev interface.Ben Pfaff
2011-03-16ofproto: Remove controller discovery support.Ben Pfaff
2011-02-04datapath: Consider tunnels to have no MTU, fixing jumbo frame support.Ben Pfaff
2011-01-27netdev: Make netdev arguments fetchable, and implement for netdev-vport.Ben Pfaff
2011-01-27netdev: Use shash and smap functions instead of inlined substitutes.Ben Pfaff
2011-01-17netdev: Make 'netdev' parameter of 'get_features()' const.Andrew Evans
2011-01-12vswitchd: Add miimon support.Ethan Jackson
2011-01-11bridge: Move tunnel_egress_iface to status column.Ethan Jackson
2011-01-04lib: Show tunnel egress interface in ovsdbEthan Jackson
2010-12-03datapath: Make adding and attaching a vport a single step.Ben Pfaff
2010-10-28netdev: Fix carrier status for down interfaces.Jesse Gross
2010-10-11netdev-vport: Merge in netdev-patch and netdev-tunnel.Ben Pfaff
2010-10-06netdev: Pass class structure, instead of type, to "create" function.Ben Pfaff
2010-08-30treewide: Remove trailing whitespaceJoe Perches
2010-08-24netdev-tunnel: Add CAPWAP userspace interface.Jesse Gross
2010-06-17Implement QoS framework.Ben Pfaff
2010-05-18patch: Remove veth driver.Jesse Gross
2010-05-18netdev: Add 'patch' userspace implementation.Jesse Gross
2010-04-19Update fake bond devices' statistics with the sum of bond slaves' stats.Ben Pfaff
2010-04-19tunneling: Remove old GRE implementation.Jesse Gross
2010-04-19tunneling: Add userspace support for new GRE implementation.Jesse Gross
2010-04-19netdev: Allow get_ifindex and get_features to be null.Jesse Gross
2010-04-19netdev-linux: Check notifications are for netdev-linux device.Jesse Gross
2010-04-15netdev: Add support for "patch" typeJustin Pettit
2010-04-11netdev: Allow recv, recv_wait, drain, send, send_wait to be null.Ben Pfaff
2010-02-05Merge branch 'master' into nextJustin Pettit
2010-02-01netdev: Allow providers to be managed at runtime.Jesse Gross
2010-01-22netdev: Rename "class" members to "netdev_class" for C++ compatibility.Ben Pfaff
2010-01-18netdev: Compare full arguments instead of hash for reconfigure.Jesse Gross
2010-01-18netdev-linux: Use the netdev list of devices instead of cachemap.Jesse Gross
2010-01-15netdev: Fully handle netdev lifecycle through refcounting.Jesse Gross
2009-12-07gre: Add userspace GRE support.Jesse Gross
2009-12-01netdev: Allow explicit creation of netdev objectsJustin Pettit
2009-11-23netdev: New function netdev_get_ifindex().Ben Pfaff
2009-09-30netdev: Fix typo in netdev provider enumerate.Jesse Gross
2009-09-02Merge citrix branch into master.Ben Pfaff