Add support for OFPFC_MODIFY Flow Mod command.
[sliver-openvswitch.git] / include /
2008-09-15 Justin PettitAdd support for OFPFC_MODIFY Flow Mod command.
2008-09-15 Ben PfaffImplement OFPT_HELLO simple version negotiation.
2008-09-15 Ben PfaffBreak passive vconns out into separate pvconn routines...
2008-09-15 Ben PfaffMake "struct vconn" opaque.
2008-09-11 Ben PfaffGet rid of OFP_MAXLEN.
2008-09-10 Ben PfaffDelete OFPST_SWITCH and make it available as a Nicira...
2008-09-10 Ben PfaffMake switches send error messages when they receive...
2008-09-10 Ben PfaffAdd vendor-specific messages and statistics to OpenFlow...
2008-09-10 Justin PettitUse new method to describe table entries in OpenFlow...
2008-09-09 Ben PfaffImplement 802.1D Spanning Tree Protocol.
2008-09-08 Ben PfaffAdd ability to monitor both ends of secchan connections...
2008-09-08 Ben Pfaffvconn: New function vconn_get_name().
2008-09-04 Ben PfaffRespin "Make vconns keep track of their names and inclu...
2008-09-04 Justin PettitAdd serial number to description status message.
2008-09-04 Justin PettitRevert "Make vconns keep track of their names and inclu...
2008-09-02 Ben PfaffMake vconns keep track of their names and include them...
2008-08-29 Ben PfaffAdd support for extensions submodule.
2008-08-28 Ben PfaffMake the secchan report a few more switch-status items.
2008-08-28 Ben PfaffAdd ability to run fatal signal hooks upon normal termi...
2008-08-28 Ben PfaffMake -P or --pidfile keep programs from running if...
2008-08-26 Ben Pfaffvlog: Implement rate-limiting.
2008-08-26 Ben PfaffNew functions ds_put_strftime(), ds_chomp().
2008-08-26 Ben PfaffNew header for saturating arithmetic.
2008-08-26 Ben PfaffImplement new OpenFlow "switch statistics" feature.
2008-08-26 Ben Pfaffrconn: Add functions for reporting connection statistics.
2008-08-26 Ben PfaffAdd functions for reporting dhcp client statistics.
2008-08-26 Ben PfaffNew functions ds_truncate(), ds_last().
2008-08-26 Ben PfaffNew function ds_put_printable().
2008-08-22 Justin PettitSend PORT_STATUS messages on port and link changes...
2008-08-18 Ben PfaffDon't compare wildcards, nw_src_mask, nw_dst_mask field...
2008-08-18 Ben PfaffImplement subnet mask matching in OpenFlow.
2008-08-18 Ben PfaffFix typo in comment.
2008-08-16 Justin PettitAdd stats message that allows querying description...
2008-08-15 Justin PettitAdded new interface statistics.
2008-08-14 Justin PettitSwitch to new packet-out format and add OFPP_IN_PORT.
2008-08-12 Ben PfaffDrop rconn's responsibility for limiting the tx queue.
2008-08-12 Ben PfaffImplement signal-driven time tracking.
2008-08-12 Ben PfaffMake fatal-signal more willing to share signals with...
2008-08-07 Ben PfaffImplement OpenFlow hard timeouts.
2008-08-07 Ben PfaffImplement OFPC_FRAG_DROP fragment handling policy.
2008-08-07 Ben PfaffDrop controller-bound traffic that arrives on the contr...
2008-08-05 Ben PfaffFix typo in comment.
2008-08-04 Ben PfaffMake it easier for the compiler to optimize IP_IS_FRAGMENT.
2008-07-30 Ben Pfaffdhcp: New function dhcp_option_equals().
2008-07-30 Ben Pfaffvconn: Implement Unix domain socket vconn.
2008-07-30 Ben PfaffMove unix socket helper functions into socket-util.
2008-07-30 Ben Pfaffvconn: Introduce infrastructure for stream socket-based...
2008-07-24 Ben PfaffMerge branch 'locking'
2008-07-23 Ben PfaffEnable secchan, ofp-discover to update /etc/resolv...
2008-07-23 Ben PfaffSupport controller discovery in Debian packages.
2008-07-23 Ben PfaffNew function make_pidfile_name().
2008-07-23 Ben PfaffNew program ofp-discover.
2008-07-22 Ben Pfaffdhcp: Make dhcp_msg_to_string() support a multiline...
2008-07-22 Ben Pfaffdhcp: Break out netdev configuration from DHCP binding.
2008-07-21 Ben PfaffMake openflow.h SWIG-friendly.
2008-07-18 Ben PfaffImplement DHCP client.
2008-07-18 Ben Pfaffvconn: Make errors in vconn names non-fatal errors.
2008-07-18 Ben Pfaffvconn: New function vconn_ssl_is_configured().
2008-07-18 Ben Pfaffvconn: Add new function vconn_transact() and use it...
2008-07-18 Ben Pfaffvconn: Add utility functions make_openflow() and update...
2008-07-18 Ben Pfaffrconn: Add questionability.
2008-07-18 Ben Pfaffrconn: Rewrite to use explicit state machine.
2008-07-18 Ben Pfaffrconn: Add new max_backoff argument to rconn_new().
2008-07-18 Ben Pfaffnetdev: add ability to set IPv4 addresses and add a...
2008-07-18 Ben Pfaffnetdev: Add ability to permanently set device flags.
2008-07-18 Ben Pfaffnetdev: Add more functions for manipulating device...
2008-07-18 Ben Pfaffnetdev: New function netdev_drain().
2008-07-18 Ben Pfaffnetdev: Add argument to netdev_open() to specify Ethern...
2008-07-18 Ben Pfaffnetdev: Do not modify the caller's buffer in netdev_send().
2008-07-18 Ben Pfaffpackets: Make flow_extract() output a pointer to L7...
2008-07-18 Ben Pfaffpackets: New macros for detecting IP fragments.
2008-07-18 Ben Pfaffpackets: Move IP checksum functionality into new csum...
2008-07-18 Ben Pfaffpackets: Distinguish max Ethernet length with and witho...
2008-07-18 Ben Pfaffpackets: New IP header macros.
2008-07-18 Ben Pfaffpackets: Make Ethernet broadcast address available...
2008-07-18 Ben Pfaffbuffer: New functions buffer_reserve(), buffer_push(),
2008-07-18 Ben Pfaffbuffer: Rename buffer_reserve_headroom to buffer_preall...
2008-07-18 Ben Pfaffbuffer: Make buffer_pull() return the start of the...
2008-07-18 Ben PfaffNew function xmemdup0().
2008-07-18 Ben PfaffNew function ds_clear().
2008-07-18 Ben PfaffNew function random_range().
2008-07-18 Ben PfaffNew header file timeval.h for time-related functionality.
2008-07-18 Ben PfaffNew header file "type-props.h" for testing properties...
2008-07-18 Ben PfaffLog an error when the time is negative at vlog startup.
2008-07-18 Ben PfaffNew function eth_addr_is_zero().
2008-07-18 Ben PfaffNew function netdev_arp_lookup().
2008-07-18 Ben PfaffNew function rconn_get_ip().
2008-07-18 Ben PfaffNew function vconn_get_ip().
2008-07-17 Ben PfaffAssert on structure sizes in openflow.h.
2008-07-17 Ben PfaffAdjust OpenFlow to have same structure layout on 32...
2008-07-09 Ben PfaffFix typo in comment.
2008-07-01 Ben PfaffMake the secure channel and controller send out keepalives.
2008-07-01 Ben PfaffDrop "benchmark" netlink message and "benchmark-nl...
2008-07-01 Ben PfaffRespond to echo requests in OpenFlow implementations.
2008-07-01 Ben PfaffAdd utility functions for generating random numbers...
2008-06-26 Ben PfaffAdd --max-idle option to secchan and controller.
2008-06-13 Ben PfaffAdd --detach and --pidfile options to daemons.
2008-06-09 Ben PfaffFactor learning switch out of controller into library.
2008-05-28 Ben PfaffMake in-band communication work.
2008-05-28 Ben PfaffMake the OFPP_LOCAL port work in the kernel OpenFlow...
next