Use new method to describe table entries in OpenFlow wire protocol.
[sliver-openvswitch.git] / switch / datapath.c
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 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-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-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 PfaffDrop rconn's responsibility for limiting the tx queue.
2008-08-12 Ben PfaffUse signal-based timekeeping functions throughout the...
2008-08-07 Ben PfaffImplement OpenFlow hard timeouts.
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-24 Ben PfaffMerge branch 'locking'
2008-07-24 Ben PfaffVerify OpenFlow version number in vconn_recv().
2008-07-18 Ben Pfaffvconn: Add utility functions make_openflow() and update...
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 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 a couple of problems when modifying VLAN tags.
2008-06-13 Justin PettitHave the switch list all the stats types it support...
2008-05-28 Ben PfaffNew functions for getting and setting network device...
2008-05-28 Ben PfaffExpose device IP addresses through netdev.
2008-05-09 Justin PettitImplement the OFPP_ALL virtual port.
2008-05-07 Ben PfaffTreat flows without any wildcards as maximum priority.
2008-05-02 Ben PfaffImplement aggregate flow statistics in kernel and users...
2008-05-02 Ben PfaffRemove MAX_ACTIONS (which was 16) as a limit on the...
2008-05-02 Ben PfaffSend actions as part of flow statistics messages.
2008-05-02 Ben PfaffAdd max_idle field to flow stats messages.
2008-05-02 Justin Pettit- Add priority to flow expiration messages.
2008-05-02 Ben PfaffConvert tabs to spaces to fix indentation issues.
2008-05-02 Ben PfaffImplement new statistics format in kernel and userspace...
2008-05-02 Ben PfaffClear padding bytes in fill_flow_stats(), to avoid...
2008-05-01 Justin PettitAdd support for OFPP_TABLE virtual port to user-space...
2008-05-01 Justin Pettit- Add support for OpenFlow error message type.
2008-04-29 Justin Pettit- On flow entries with wildcards, match priority field...
2008-04-26 Justin Pettit- Add support for flow entry priorities.
2008-04-16 Justin PettitSwitch from "stat" to "stats" everywhere.
2008-04-16 Natasha GudeUpdated version references to OFP_VERSION
2008-04-15 Justin PettitFinish removing references to the MAC table.
2008-04-15 Ben PfaffMerge remote branch 'repo/master' into stats
2008-04-15 Ben PfaffExpand tabs to spaces in dp_send_flow_stats.
2008-04-15 Ben PfaffMake table_id in OpenFlow messages 8 bits, since 255...
2008-04-15 Ben PfaffMake duration in ofp_flow_stats a 32-bit quantity ...
2008-04-15 Ben PfaffAdd missing calls to htons/ntohs in accesses to miss_se...
2008-04-04 Ben PfaffImplement OpenFlow statistics in switches and in dpctl.
2008-04-04 Ben PfaffSend replies to OpenFlow requests only to the sender.
2008-04-04 Ben PfaffBreak data_hello and control_hello messages into multip...
2008-04-04 Ben PfaffRename controller_connection to rconn and use it in...
2008-04-04 Ben PfaffFix logic bug in userspace switch that could cause...
2008-04-01 Ben PfaffAdd clarifying comment.
2008-04-01 Ben PfaffGet rid of tables' dependency on the datapath.
2008-04-01 Ben PfaffMake the datapath responsible for the controller connec...
2008-04-01 Ben PfaffMerge datapath.[ch] with forward.[ch].
2008-04-01 Ben PfaffClean up and comment netdev implementation.
2008-04-01 Ben PfaffSupport jumbo frames, by allocating enough memory for...
2008-03-28 casadoUpdate copyright on all non-GPL files
2008-03-28 Ben PfaffImplement userspace switch.