aboutsummaryrefslogtreecommitdiff
path: root/lib/netdev.c
AgeCommit message (Expand)Author
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
2011-05-31netdev: New Function netdev_change_seq().Ethan Jackson
2011-05-20netdev: Take responsibility for polling MII registers.Ethan Jackson
2011-05-17bond: Bonds never sleep if carrier changes.Ethan Jackson
2011-05-16Convert remaining network-byte-order "uint<N>_t"s into "ovs_be<N>"s.Ben Pfaff
2011-03-31netdev: Use sset instead of svec in netdev interface.Ben Pfaff
2011-03-31Convert shash users that don't use the 'data' value to sset instead.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-11-30coverage: Make the coverage counters catalog program-specific.Ben Pfaff
2010-11-04netdev: Assert that the type of a new network device is correct.Ben Pfaff
2010-10-29vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.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-10-01Switch many macros from using CONTAINER_OF to using OBJECT_CONTAINING.Ben Pfaff
2010-09-23netdev: Cleanup minor comment formatting issues.Justin Pettit
2010-09-23shash: New function shash_steal().Ben Pfaff
2010-08-30treewide: Remove trailing whitespaceJoe Perches
2010-08-24netdev-tunnel: Add CAPWAP userspace interface.Jesse Gross
2010-08-24netdev: Don't assume all netdevs are available at runtime.Jesse Gross
2010-07-21vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring vlog module in use.Ben Pfaff
2010-06-30Simplify shash_find() followed by shash_add() into shash_add_once().Ben Pfaff
2010-06-17Implement QoS framework.Ben Pfaff
2010-06-01netdev: Remove may_create/may_open flags.Jesse Gross
2010-05-26lib: Disable Linux-specific libraries on non-Linux systems.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