2008-05-29 |
Ben Pfaff | Fix "make clean" to delete symlinks created by "make". |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Ben Pfaff | Ignore NLMSG_DONE Netlink messages in dpif. |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Ben Pfaff | Fix use-after-free bug. |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Ben Pfaff | Fix typo in error message. |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Ben Pfaff | Make in-band communication work. |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Ben Pfaff | Make the OFPP_LOCAL port work in the kernel OpenFlow... |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Ben Pfaff | Break MAC learning out of controller into library. |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Ben Pfaff | New functions for getting and setting network device... |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Ben Pfaff | Expose device IP addresses through netdev. |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Ben Pfaff | Move netdev from switch to lib. |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Ben Pfaff | Print actions in ofp_flow_mod messages. |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Ben Pfaff | Pretty-print port numbers when printing ofp_switch_feat... |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Ben Pfaff | Print special ports by name in ofp_packet_in messages. |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Ben Pfaff | Put newline before packet info in ofp_packet_out pretty... |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Ben Pfaff | Print more special ports by name in ofp-print.c. |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Ben Pfaff | Get rid of obsolete, commented-out debugging code in... |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Ben Pfaff | Demote warning about runt frames to debug message. |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Ben Pfaff | Always do exact-match on undefined flow fields, so... |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Ben Pfaff | Don't allow CONFIG_PREEMPT with Linux 2.6.x before... |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Ben Pfaff | Fix buggy table-linear iterator function. |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Ben Pfaff | Don't ever send frames on OpenFlow devices to the host... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
root | - When deleting an entry, remove the entry from "iter_n... |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Justin Pettit | - Add Stanford License. |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Justin Pettit | Make sure destroy function was defined before trying... |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Justin Pettit | Cleanup extraneous printing of spaces when dumping... |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Ben Pfaff | Add-on hardware tables initial implementation. |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Justin Pettit | Prepare for 0.8.1 release. |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Justin Pettit | Remove definition of unused function "hash_in6". |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Justin Pettit | Fix problem with identifying SNAP frames when extractin... |
commit | commitdiff | tree | snapshot |
2008-05-10 |
Justin Pettit | Don't try to use the IP addresses from ARP packets... |
commit | commitdiff | tree | snapshot |
2008-05-10 |
Justin Pettit | Fix compiler warning about mismatch with format type. |
commit | commitdiff | tree | snapshot |
2008-05-10 |
Justin Pettit | IPv6 is not supported in OpenFlow, so don't try to... |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Justin Pettit | Zero-out invalid fields when extracting a "match" and... |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Justin Pettit | Implement the OFPP_ALL virtual port. |
commit | commitdiff | tree | snapshot |
2008-05-08 |
root | When printing flow expired messages, we should end... |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Justin Pettit | Fixed problem where the first line of a stats reply... |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Ben Pfaff | Treat flows without any wildcards as maximum priority. |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Ben Pfaff | When deleting flows, only insist on matching priority... |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Justin Pettit | Mark the "vlan_eth_header" struct as packed, because... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
root | Clean-up some compiler warnings related to printing... |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Ben Pfaff | Fix a secure channel memory leak that appears only... |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Ben Pfaff | Fix memory leak in secure channel. |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Ben Pfaff | Fix compilation on Linux 2.6.20: declare NLMSG_DEFAULT_... |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Ben Pfaff | Support pre-Linux 2.6.20 genetlink, which didn't have... |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Ben Pfaff | Compile fix for Linux 2.6.26-rc1: don't use the removed... |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Justin Pettit | Check whether kernel has been configured by "version... |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Justin Pettit | Officially designate the v0.8.0 release. |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Justin Pettit | Get rid of compiler warning under gcc 4.2. |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Justin Pettit | Fix problem introduced by kernel threads when building... |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Justin Pettit | Clean-up OpenFlow main header a bit. |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Justin Pettit | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Justin Pettit | Finishing touches on v0.8.0 release candidate. |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Justin Pettit | - Update man pages to reflect recent spat of changes. |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Justin Pettit | Send the features request before the set config to... |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Ben Pfaff | Add build directory to include path. |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Ben Pfaff | Suppress Automake warnings about GNU make extensions... |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Ben Pfaff | Implement aggregate flow statistics in kernel and users... |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Ben Pfaff | Reduce spurious recompilations for Linux 2.4 datapath. |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Ben Pfaff | Remove MAX_ACTIONS (which was 16) as a limit on the... |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Ben Pfaff | Send actions as part of flow statistics messages. |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Ben Pfaff | Add max_idle field to flow stats messages. |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Justin Pettit | - Add priority to flow expiration messages. |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Ben Pfaff | Convert tabs to spaces to fix indentation issues. |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Ben Pfaff | Implement new statistics format in kernel and userspace... |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Ben Pfaff | Drop prototype for function that does not exist. |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Ben Pfaff | Clear padding bytes in fill_flow_stats(), to avoid... |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Ben Pfaff | Initialize n_flows member in table-hash. |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Ben Pfaff | Initialize rconn "connected" member. |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Ben Pfaff | New utility function xmemdup(). |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Justin Pettit | Add support for OFPP_TABLE virtual port to user-space... |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Justin Pettit | - Add support for OpenFlow error message type. |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Ben Pfaff | Revamp OpenFlow kernel module build system. |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Justin Pettit | Fix problem displaying duration when printing flow... |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Justin Pettit | - On flow entries with wildcards, match priority field... |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Ben Pfaff | Fix openflow.h compilation with GCC 2.95. |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Ben Pfaff | Rename variables with duplicate names, so as to be... |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Ben Pfaff | Get rid of union in struct sw_flow, because only one... |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Ben Pfaff | Make dumping large numbers of flows possible. |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Justin Pettit | BUG #6 |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Ben Pfaff | Add missing NLM_F flags constants (oops). |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Ben Pfaff | Enable the netlink library to dump more verbose debug... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Ben Pfaff | Make nl_sock_sendv properly implement 'wait' option. |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Ben Pfaff | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2008-04-26 |
Justin Pettit | Clean-up related to supporting priorities...mostly... |
commit | commitdiff | tree | snapshot |
2008-04-26 |
Justin Pettit | BUG #5 |
commit | commitdiff | tree | snapshot |
2008-04-26 |
Justin Pettit | Print the configuration of the switch in addition to... |
commit | commitdiff | tree | snapshot |
2008-04-26 |
Justin Pettit | Add support for deleting flow entries with "del-flows... |
commit | commitdiff | tree | snapshot |
2008-04-26 |
Justin Pettit | - Add support for flow entry priorities. |
commit | commitdiff | tree | snapshot |
2008-04-26 |
Justin Pettit | Fix problem where the add_flow command is reading an... |
commit | commitdiff | tree | snapshot |
2008-04-26 |
Ben Pfaff | Improve list traversal macros. |
commit | commitdiff | tree | snapshot |
2008-04-26 |
Ben Pfaff | Add missing header to Makefile.am. |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Ben Pfaff | Drop stray debug messages. |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Ben Pfaff | Get rid of build dependency on netlink-related headers... |
commit | commitdiff | tree | snapshot |
2008-04-24 |
root | Fix problem in sending netlink messages on non-32-bit... |
commit | commitdiff | tree | snapshot |
2008-04-23 |
root | CHECKSUM_COMPLETE and CHECKSUM_PARTIAL were added Linux... |
commit | commitdiff | tree | snapshot |
2008-04-23 |
root | Tolerate ENOBUFS from kernel netlink code in second... |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Ben Pfaff | Support NETLINK_ADD_MEMBERSHIP even when compiled with... |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Ben Pfaff | Handle memory allocation failure in dp_output_control(). |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Ben Pfaff | Mark functions not meant to be exported as static. |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Justin Pettit | Add priority field to flow_mod...code to support this... |
commit | commitdiff | tree | snapshot |
next |