Get rid of unused parameter to rate_limit_start().
[sliver-openvswitch.git] / switch /
2008-11-05 Ben PfaffCreate vlog sockets after daemonizing, so that pidfiles...
2008-11-04 Ben PfaffAdd build number to datapath version and --version...
2008-10-29 Ben PfaffMove exported headers to include/openflow, private...
2008-10-25 Justin PettitFix leaking of flows when output action validation...
2008-10-23 Ben PfaffUpdate manpages to mention new --log-file option.
2008-10-23 Ben Pfaffvlog: Add ability to log to an arbitrary file, and...
2008-10-23 Ben PfaffMake pkidir, rundir, logdir modifiable from "configure...
2008-10-23 Ben PfaffMake the format of vlog messages user-configurable.
2008-10-23 Justin PettitSwitch default OpenFlow port from 975 and 976 to 6633.
2008-10-16 Ben PfaffCentralize daemon option processing and usage.
2008-10-16 Ben PfaffRevamp build system to make it easier to integrate...
2008-10-14 Ben PfaffNew routine ofpbuf_put_zeros() to simplify a common...
2008-10-14 Ben PfaffSupport up to 0xff00 ports in OpenFlow, without changin...
2008-10-14 Justin PettitRemove unnecessary check for validity when dereferencin...
2008-10-14 Justin PettitReturn error message when a flow can't be added due...
2008-10-03 Justin PettitAdd support for vendor-defined and variable-length...
2008-09-30 Justin PettitProperly allocate flow action blocks in user-space...
2008-09-25 Justin PettitModify VLAN actions to support setting both VID and...
2008-09-22 Justin PettitModify OpenFlow commands related to ports to be more...
2008-09-19 Justin PettitAdded lookup count to ofp_table_stats.
2008-09-16 Justin PettitAdded OFPFC_MODIFY_STRICT flow mod command.
2008-09-16 Ben PfaffMake it easier to bootstrap the PKI for SSL connections...
2008-09-15 Ben PfaffMerge commit 'origin/master'
2008-09-15 Ben PfaffMerge branch "partner", to simplify partner integration.
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-13 Justin PettitKeep old stats when a Flow Add replaces an existing...
2008-09-13 Justin PettitFix crash when no actions are specified.
2008-09-10 Ben PfaffMake switches send error messages when they receive...
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-04 Ben PfaffIn userspace switch, don't truncate packets to 0 bytes...
2008-09-04 Ben PfaffDon't use designated array initializers in code compile...
2008-09-04 Ben PfaffRename utility functions to avoid partner namespace...
2008-09-04 Ben PfaffAvoid pointer arithmetic on void*.
2008-09-04 Ben PfaffRename struct buffer to struct ofpbuf.
2008-09-04 Ben PfaffSimplify code by using rconn_send_with_limit() helper...
2008-09-04 Ben PfaffInitialize otherwise uninitialized variable.
2008-09-04 Justin PettitAdd serial number to description status message.
2008-08-28 Ben PfaffMake -P or --pidfile keep programs from running if...
2008-08-26 Ben Pfaffvlog: Apply rate-limiting everywhere it seems warranted.
2008-08-22 Justin PettitSend PORT_STATUS messages on port and link changes...
2008-08-20 Justin PettitInitialize the table structures to zero.
2008-08-19 Justin PettitFix problem where packets never matched in hash table...
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-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 PfaffPrevent the secchan from dying due to SIGPIPE.
2008-08-12 Ben PfaffDrop rconn's responsibility for limiting the tx queue.
2008-08-12 Ben PfaffUse signal-based timekeeping functions throughout the...
2008-08-12 Ben PfaffInitialize the timetracking module in each userspace...
2008-08-07 Ben PfaffImplement OpenFlow hard timeouts.
2008-08-07 Ben PfaffFix uninitialized struct member in userspace table...
2008-08-07 Ben PfaffFix bug in clearing unsupported switch flags.
2008-08-07 Ben PfaffDon't allow unsupported flags to be set in the switch.
2008-08-07 Ben PfaffImplement OFPC_FRAG_DROP fragment handling policy.
2008-08-07 Ben PfaffReduce redundancy in datapath code.
2008-08-07 Ben PfaffMaintain userspace switch configuration in host byte...
2008-08-07 Ben PfaffFix memory leak when OFPP_TABLE is used for a packet...
2008-08-06 Justin PettitProperly track table match counts.
2008-07-30 Ben Pfaffvconn: Implement Unix domain socket vconn.
2008-07-24 Ben PfaffMerge branch 'locking'
2008-07-24 Ben PfaffVerify OpenFlow version number in vconn_recv().
2008-07-22 Ben PfaffMake set_pidfile() easier to use.
2008-07-21 Ben PfaffDon't unnecessarily link against -lresolv and -ldl.
2008-07-21 Ben PfaffMove Autoconf's macro definitions into config.h.
2008-07-21 Ben PfaffDrop use of libtool for libraries.
2008-07-21 Ben PfaffDon't explicitly link against libdl.
2008-07-21 Ben PfaffOnly link programs that need it against OpenSSL.
2008-07-18 Ben PfaffMake facility and level optional in -v, --verbose options.
2008-07-18 Ben Pfaffvconn: Make errors in vconn names non-fatal errors.
2008-07-18 Ben Pfaffvconn: Add utility functions make_openflow() and update...
2008-07-18 Ben PfaffAdd new --max-backoff option to secchan and switch...
2008-07-18 Ben Pfaffrconn: Add new max_backoff argument to rconn_new().
2008-07-18 Ben Pfaffnetdev: Add ability to permanently set device flags.
2008-07-18 Ben Pfaffnetdev: Add argument to netdev_open() to specify Ethern...
2008-07-18 Ben Pfaffpackets: Move IP checksum functionality into new csum...
2008-07-15 Ben PfaffPrevent switch implementations from complaining about...
2008-07-01 Ben PfaffMake the secure channel and controller send out keepalives.
2008-07-01 Ben PfaffRespond to echo requests in OpenFlow implementations.
2008-07-01 Ben PfaffAdd utility functions for generating random numbers...
2008-07-01 Justin PettitDon't allow adding a flow entry with an output port...
2008-06-26 Justin PettitFix extraction of flow data from match structure.
2008-06-26 Justin PettitFix a couple of problems when modifying VLAN tags.
2008-06-13 Ben PfaffBring manpages and usage messages up-to-date.
2008-06-13 Ben PfaffAdd --detach and --pidfile options to daemons.
2008-06-13 Justin PettitHave the switch list all the stats types it support...
2008-06-09 Ben PfaffMove manpages from man directory to next to their programs.
2008-05-28 Ben PfaffNew functions for getting and setting network device...
2008-05-28 Ben PfaffExpose device IP addresses through netdev.
2008-05-28 Ben PfaffMove netdev from switch to lib.
2008-05-28 Ben PfaffAlways do exact-match on undefined flow fields, so...
2008-05-10 Justin PettitDon't try to use the IP addresses from ARP packets...
2008-05-09 Justin PettitZero-out invalid fields when extracting a "match" and...
2008-05-09 Justin PettitImplement the OFPP_ALL virtual port.
2008-05-07 Ben PfaffTreat flows without any wildcards as maximum priority.
2008-05-07 Ben PfaffWhen deleting flows, only insist on matching priority...
next