2009-01-01 |
Ben Pfaff | brcompat: Remove unneeded RCU locking. |
commit | commitdiff | tree | snapshot |
2009-01-01 |
Ben Pfaff | brcompat: Use ENOMEM to indicate out-of-memory (not... |
commit | commitdiff | tree | snapshot |
2009-01-01 |
Ben Pfaff | brcompat: Mark variables "static". |
commit | commitdiff | tree | snapshot |
2009-01-01 |
Ben Pfaff | Minor style fixes. |
commit | commitdiff | tree | snapshot |
2009-01-01 |
Ben Pfaff | vswitchd: Prevent a single interface from being added... |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Ben Pfaff | secchan: Fix cut-and-paste errors in port speed determi... |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Ben Pfaff | vswitchd: Drop debug output that was accidentally included. |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Ben Pfaff | vswitchd: Implement port mirroring. |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Ben Pfaff | New functions for parsing integers. |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Ben Pfaff | New function svec_equal(). |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Justin Pettit | Return meaningful errors for brctl modification commands. |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Ben Pfaff | Make the datapath tolerate kernels that lack NLA_NUL_ST... |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Ben Pfaff | vswitchd: Be careful to sort all the svecs that are... |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Justin Pettit | Add support for "brctl show". |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Ben Pfaff | vswitchd: Fix fd leaks by closing files that we read... |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Ben Pfaff | vswitchd: Add support for remote controller. |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Ben Pfaff | Fix bug in make_add_simple_flow() that busts secchan... |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Ben Pfaff | vswitchd: Don't try to delete local port from datapath. |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Ben Pfaff | brcompat: Remove line-length limitations from brc_modif... |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Ben Pfaff | brcompat: Write temporary file to same directory as... |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Ben Pfaff | New function nl_sock_wait(), to improve netlink socket... |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Ben Pfaff | Properly lock dp_mutex around changes to the datapath. |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Ben Pfaff | brcompat: Fix usage message. |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Ben Pfaff | brcompat: Add note about required kernel module to... |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Ben Pfaff | Simplify lookup_dp() now that we can assume that dp_nam... |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Ben Pfaff | Force DP_GENL_A_DP_NAME and DP_GENL_A_PORTNAME to be... |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Ben Pfaff | Factor datapath common code into new function lookup_dp(). |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Ben Pfaff | Fix GNU make warning about overriding commands for... |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Ben Pfaff | Update dpif comments and prototypes. |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Ben Pfaff | Restore openflow-netlink.h ABI. |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Ben Pfaff | Use rcu_dereference() before we dereference an RCU... |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Ben Pfaff | Fix off-by-one error in looking up datapaths by index. |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Justin Pettit | Fix missing symbol in brcompat kernel module on older... |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Justin Pettit | Increase max datapaths to 256 (Bug #561). |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Ben Pfaff | brcompat: Build brcompat module only under Linux 2.6. |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Ben Pfaff | brcompat: Remove policy from Netlink code. |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Ben Pfaff | brcompat: Fix typo in user message. |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Ben Pfaff | brcompat: Indentation fixups. |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Ben Pfaff | Make datapath compile with Xen kernel. |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Justin Pettit | First cut at bridge compatibility for vswitchd. |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Ben Pfaff | vswitchd: Fix SIGHUP behavior for bonded ports. |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Ben Pfaff | vswitchd: Properly renumber port_ifidx values on iface... |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Ben Pfaff | vswitchd: Revalidate all flows upon bridge configuratio... |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Ben Pfaff | New function mac_learning_flush(). |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Ben Pfaff | vswitchd: Fix svec_diff(). |
commit | commitdiff | tree | snapshot |
2008-12-29 |
Ben Pfaff | vswitchd: Comment out annoying bonding-related logging... |
commit | commitdiff | tree | snapshot |
2008-12-29 |
Ben Pfaff | vswitchd: Fix svec memory leaks. |
commit | commitdiff | tree | snapshot |
2008-12-29 |
Ben Pfaff | Make ds_cstr() always null-terminate the string. |
commit | commitdiff | tree | snapshot |
2008-12-29 |
Ben Pfaff | vswitchd: Implement bonding link failure detection... |
commit | commitdiff | tree | snapshot |
2008-12-29 |
Ben Pfaff | New functions port_array_destroy(), port_array_clear(). |
commit | commitdiff | tree | snapshot |
2008-12-28 |
Ben Pfaff | Document vswitchd. |
commit | commitdiff | tree | snapshot |
2008-12-28 |
Ben Pfaff | Factor out common parts of manpages. |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Ben Pfaff | vswitchd: Actually tag flows that go out bonded devices. |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Ben Pfaff | vswitchd: Basic bonding rebalancing works. |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Ben Pfaff | vswitchd: Work on flow statistics gathering. |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Ben Pfaff | vswitchd: Implement stats request manager. |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Ben Pfaff | Make tag_set_add() avoid adding tags that are already... |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Ben Pfaff | New functions for iterating through flow stats replies. |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Ben Pfaff | New function ofpbuf_clone_data(). |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Ben Pfaff | vswitchd: Fix treatment of unbuffered packets. |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Ben Pfaff | Drop message about short Ethernet frames entirely. |
commit | commitdiff | tree | snapshot |
2008-12-24 |
Ben Pfaff | vswitchd: Automatically restart secchan if it dies. |
commit | commitdiff | tree | snapshot |
2008-12-24 |
Ben Pfaff | Implement revalidation. |
commit | commitdiff | tree | snapshot |
2008-12-24 |
Ben Pfaff | Add support for tags to mac-learning library, and updat... |
commit | commitdiff | tree | snapshot |
2008-12-24 |
Ben Pfaff | Implement generic tag library. |
commit | commitdiff | tree | snapshot |
2008-12-24 |
Ben Pfaff | New functions random_uint8(), random_uint16(). |
commit | commitdiff | tree | snapshot |
2008-12-24 |
Ben Pfaff | New macro IS_POW2(). |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Ben Pfaff | Implement generic hash table. |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Ben Pfaff | New function flow_equal(). |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Ben Pfaff | Inline flow_compare() and flow_hash(), for performance. |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Ben Pfaff | Make flow_hash() use hash_lookup3(), for speed and... |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Ben Pfaff | Add faster and better-quality hash function hash_lookup3(). |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Ben Pfaff | Remove misplaced comment. |
commit | commitdiff | tree | snapshot |
2008-12-20 |
Ben Pfaff | vswitch: Implement basic bonding. |
commit | commitdiff | tree | snapshot |
2008-12-20 |
Ben Pfaff | vswitch: Pass --monitor to secchan processes, to allow... |
commit | commitdiff | tree | snapshot |
2008-12-20 |
Justin Pettit | Add #include <limits.h> to fix build problem with undef... |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Ben Pfaff | vswitchd: Fix stupid thinko. |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Ben Pfaff | vswitchd: Basic working VLAN support. |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Ben Pfaff | New functions put_openflow() and put_openflow_xid(). |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Ben Pfaff | Add support for VLAN tags to the MAC learning library. |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Ben Pfaff | cfg: Fix functions for retrieving keys. |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Ben Pfaff | Initial, skeletal implementation of vswitchd. |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Ben Pfaff | New function ds_get_line(). |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Ben Pfaff | New function ds_put_buffer(). |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Ben Pfaff | New functions for verify OpenFlow message types and... |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Ben Pfaff | New function ofp_message_type_to_string(). |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Ben Pfaff | Make secchan exit if the connection drops and can never... |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Ben Pfaff | Add new "fd" vconn, which takes a file descriptor numbe... |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Ben Pfaff | Introduce x2nrealloc() helper function, and use it. |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Ben Pfaff | Make datapath interface library more flexible. |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Ben Pfaff | Move DP_MAX into public header file. |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Ben Pfaff | Improve formatting of process termination messages... |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Ben Pfaff | vlog: Optimize logging disabled, rate-limited messages. |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Ben Pfaff | Reduce rate limit for short-packet messages even further. |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Ben Pfaff | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Ben Pfaff | Add reminder comment to lib/learning-switch.c. |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Ben Pfaff | Fix mangled header guards in ofp-print.h. |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Ben Pfaff | Improve secchan.8 manpage. |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Ben Pfaff | Fix typo in error message. |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Ben Pfaff | Style fix: f(x) is better than f((x)) |
commit | commitdiff | tree | snapshot |
next |