2008-09-15 |
Ben Pfaff | Merge commit 'origin/master' |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Ben Pfaff | Merge branch "partner", to simplify partner integration. |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Justin Pettit | Add support for OFPFC_MODIFY Flow Mod command. |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Justin Pettit | Ignore hwtable_dummy.c symlink in kernel build directories. |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Ben Pfaff | Implement OFPT_HELLO simple version negotiation. |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Ben Pfaff | Break passive vconns out into separate pvconn routines... |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Ben Pfaff | Make "struct vconn" opaque. |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Ben Pfaff | Fix handling of port flags. |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Justin Pettit | Fix broken stat requests over netlink. |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Justin Pettit | Keep old stats when a Flow Add replaces an existing... |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Justin Pettit | Clean up the code in the sample hardware table code. |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Justin Pettit | Fix crash when no actions are specified. |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Ben Pfaff | Use vconn_init() instead of explicit initialization... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Ben Pfaff | Get rid of OFP_MAXLEN. |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Ben Pfaff | Delete OFPST_SWITCH and make it available as a Nicira... |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Ben Pfaff | Make switches send error messages when they receive... |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Ben Pfaff | Add vendor-specific messages and statistics to OpenFlow... |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Ben Pfaff | Fix uninitialized data read in secchan. |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Justin Pettit | Use new method to describe table entries in OpenFlow... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Ben Pfaff | Implement 802.1D Spanning Tree Protocol. |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Ben Pfaff | Zero out otherwise uninitialized padding in make_unbuff... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Ben Pfaff | Fix instructions for running ofp-pki: "new-pki" is... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Ben Pfaff | Send of0 packets from workqueue, to avoid recursive... |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Ben Pfaff | Add ability to monitor both ends of secchan connections... |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Ben Pfaff | vconn: New function vconn_get_name(). |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Ben Pfaff | Re-add extensions submodule that was accidentally dropped. |
commit | commitdiff | tree | snapshot |
2008-09-06 |
Ben Pfaff | Compatibility fixes for 2.6.18 kernel |
commit | commitdiff | tree | snapshot |
2008-09-06 |
Ben Pfaff | Do not send in-band control traffic to the controller. |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Ben Pfaff | Use make_openflow() function to simplify send_features_... |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Ben Pfaff | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Ben Pfaff | In userspace switch, don't truncate packets to 0 bytes... |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Ben Pfaff | Drop unneeded inclusions of ofp-print.h. |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Ben Pfaff | Don't use designated struct member initializers in... |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Ben Pfaff | Don't use designated array initializers in code compile... |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Ben Pfaff | Rename utility functions to avoid partner namespace... |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Ben Pfaff | Revert "Do not send in-band control traffic to the... |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Ben Pfaff | Tolerate existing definitions of MIN, MAX macros. |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Ben Pfaff | Fix included headers. |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Ben Pfaff | Rename struct queue to struct ofp_queue. |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Ben Pfaff | Avoid pointer arithmetic on void*. |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Ben Pfaff | Add -Wpointer-arith to compiler flags. |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Ben Pfaff | Rename struct buffer to struct ofpbuf. |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Ben Pfaff | Simplify code by using rconn_send_with_limit() helper... |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Ben Pfaff | Initialize otherwise uninitialized variable. |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Ben Pfaff | Respin "Make vconns keep track of their names and inclu... |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Justin Pettit | Add serial number to description status message. |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Justin Pettit | Revert "Make vconns keep track of their names and inclu... |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Ben Pfaff | Also disable atexit hooks in fatal_signal_fork(). |
commit | commitdiff | tree | snapshot |
2008-09-02 |
Ben Pfaff | Do not send in-band control traffic to the controller. |
commit | commitdiff | tree | snapshot |
2008-09-02 |
Ben Pfaff | Minimal fix for in-band control loop with hub. |
commit | commitdiff | tree | snapshot |
2008-09-02 |
Ben Pfaff | Make vconns keep track of their names and include them... |
commit | commitdiff | tree | snapshot |
2008-09-02 |
Ben Pfaff | Update ext. |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Ben Pfaff | Make "make dist", "make clean" work without extensions... |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Ben Pfaff | Fix detection of OpenFlow extensions submodule. |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Ben Pfaff | Fix "make distcheck" error due to failure to clean... |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Ben Pfaff | Add support for extensions submodule. |
commit | commitdiff | tree | snapshot |
2008-08-28 |
Ben Pfaff | Remove duplicate prefixes on switch-status items. |
commit | commitdiff | tree | snapshot |
2008-08-28 |
Ben Pfaff | Make the secchan report a few more switch-status items. |
commit | commitdiff | tree | snapshot |
2008-08-28 |
Ben Pfaff | Add ability to run fatal signal hooks upon normal termi... |
commit | commitdiff | tree | snapshot |
2008-08-28 |
Ben Pfaff | Add license notice to acinclude.m4, configure.ac. |
commit | commitdiff | tree | snapshot |
2008-08-28 |
Ben Pfaff | Make -P or --pidfile keep programs from running if... |
commit | commitdiff | tree | snapshot |
2008-08-28 |
Ben Pfaff | Fix test for fcntl return value. |
commit | commitdiff | tree | snapshot |
2008-08-28 |
Ben Pfaff | Make OpenFlow kernel module print protocol version. |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Ben Pfaff | Allow multiple -l or --listen options on secchan comman... |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Ben Pfaff | vlog: Apply rate-limiting everywhere it seems warranted. |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Ben Pfaff | vlog: Implement rate-limiting. |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Ben Pfaff | vlog: Simplify vlog() by using dynamic-string functions. |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Ben Pfaff | New functions ds_put_strftime(), ds_chomp(). |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Ben Pfaff | New header for saturating arithmetic. |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Ben Pfaff | Eliminate dpctl dependency on /sbin/ifconfig. |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Ben Pfaff | Allow multiple ports on dpctl addif and delif commands... |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Ben Pfaff | Implement new OpenFlow "switch statistics" feature. |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Ben Pfaff | rconn: Add functions for reporting connection statistics. |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Ben Pfaff | Add functions for reporting dhcp client statistics. |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Ben Pfaff | Change netdev_get_in4() to re-check the IP address... |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Ben Pfaff | New functions ds_truncate(), ds_last(). |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Ben Pfaff | New function ds_put_printable(). |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Justin Pettit | Fix a couple of typos. |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Justin Pettit | Send PORT_STATUS messages on port and link changes... |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Ben Pfaff | rconn: Fix bug #100, "Inactivity time-out slow under... |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Ben Pfaff | Un-learn the port on which a MAC is located after some... |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Justin Pettit | Remove unnecessary AC_PROG_LD since OpenFlow no longer... |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Justin Pettit | Initialize the table structures to zero. |
commit | commitdiff | tree | snapshot |
2008-08-19 |
Justin Pettit | Cleanup git-status by not showing some unnecessary... |
commit | commitdiff | tree | snapshot |
2008-08-19 |
Justin Pettit | Fix problem where packets never matched in hash table... |
commit | commitdiff | tree | snapshot |
2008-08-19 |
Justin Pettit | Link to the normal OpenFlow lib directory, not this... |
commit | commitdiff | tree | snapshot |
2008-08-18 |
Ben Pfaff | Don't compare wildcards, nw_src_mask, nw_dst_mask field... |
commit | commitdiff | tree | snapshot |
2008-08-18 |
Ben Pfaff | Allow and use shorthands such as "ip" or "tcp" for... |
commit | commitdiff | tree | snapshot |
2008-08-18 |
Ben Pfaff | Make ofp_packet_in() print the flow corresponding to... |
commit | commitdiff | tree | snapshot |
2008-08-18 |
Ben Pfaff | Implement subnet mask matching in OpenFlow. |
commit | commitdiff | tree | snapshot |
2008-08-18 |
Ben Pfaff | Use ETH_ALEN in place of hard-coded 6 in datapath/flow.h. |
commit | commitdiff | tree | snapshot |
2008-08-18 |
Ben Pfaff | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2008-08-18 |
Justin Pettit | Fix dump-flows to be usable by add-flows. |
commit | commitdiff | tree | snapshot |
2008-08-18 |
Justin Pettit | Use a consistent naming convention for counts. |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Justin Pettit | Add stats message that allows querying description... |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Justin Pettit | Added new interface statistics. |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Ben Pfaff | Make hwtable_dummy compile again. |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Ben Pfaff | Fix vlogconf EINTR error returns. |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Ben Pfaff | Use OpenFlow OUI for Ethernet address of local ports. |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Ben Pfaff | Use proper byte order for dl_type of 802.2, non-SNAP... |
commit | commitdiff | tree | snapshot |
next |