sliver-openvswitch.git
2012-07-05 Thierry Parmentelatmove Makefile in planetlab/exp-tool sliver-openvswitch-0.1-1
2012-07-05 Thierry Parmentelatturn off debugging - works now
2012-07-05 Thierry Parmentelatdont package Makefile in the sliver
2012-07-03 Thierry Parmentelattry to trim package of debugging stuff
2012-07-03 Thierry Parmentelatfirst draft for packaging openvswitch
2012-06-26 Giuseppe Lettieriimproved planetlab scripts
2012-06-21 Giuseppe Lettieriremoved warnings
2012-06-21 Giuseppe Lettieriupdate rx/tx stats
2012-06-21 Giuseppe Lettieribetter change_seq
2012-06-21 Giuseppe Lettieriremoved useless mtu and carrier
2012-06-21 Giuseppe Lettierifix: several error handling issues in send/recv
2012-06-21 Giuseppe Lettieriadded drain method to netdev-tunnel's
2012-06-21 Giuseppe Lettierinetdev-tunnel's are now always listening
2012-06-21 Giuseppe Lettieribetter set_config for netdev-tunnel's
2012-06-21 Giuseppe Lettieriprovide get_config for netdev-tunnel's
2012-06-12 Giuseppe Lettieribug fix (wrong paramether id)
2012-05-15 Giuseppe Lettieriplanetlab scripts and utilities
2012-05-09 Giuseppe Lettieriproper destruction of netdev datapaths
2012-05-07 Giuseppe Lettieritap_pl: proper destruction of tap_pl
2012-05-07 Giuseppe Lettieritap_pl: fix typo
2012-05-07 Giuseppe Lettieritap_pl: allocation of a tap using vsys
2012-05-01 Giuseppe Lettieritap_pl: fixed behaviour in send
2012-05-01 Giuseppe Lettieritap_pl: added stub for update_flags
2012-05-01 Giuseppe Lettieritap_pl: fixed spurious send
2012-05-01 Giuseppe Lettieritap_pl: fixed wrong class type in creation
2012-05-01 Giuseppe Lettierinetdev-tunnel: put remote_port into the DB
2012-04-30 Giuseppe Lettierisupport for tap interfaces on PlanetLab
2012-04-29 Giuseppe Lettieriallow easier addition of planetlab datapath_type
2012-04-29 Giuseppe LettieriHonor Unix rule of silence
2012-04-29 Giuseppe LettieriSimple minded ethernet-over-UDP tunnels
2012-04-27 Gurucharan... xenserver: Update Open vSwitch post upgrade instructions.
2012-04-27 Ben Pfaffmeta-flow: Correctly set destination MAC in mf_set_flow...
2012-04-26 Ethan Jacksonrconn: Simplify rconn_send() semantics.
2012-04-26 Ansis Attekanicira-ext: Support masking of nd_target field
2012-04-26 Ben Pfaffcoverage: Make ovs-appctl command more useful and less...
2012-04-26 Ben Pfaffcoverage: Rate-limit logging coverage information.
2012-04-26 Ben Pfafftimeval: Rate-limit logging rusage information.
2012-04-26 Ben Pfaffcfm: Log fault status changes more informatively.
2012-04-26 Ben Pfaffjson: Correct position tracking in JSON parser implemen...
2012-04-25 Ben Pfaffjsonrpc: Keep jsonrpc_recv() from taking over the CPU.
2012-04-25 Ben PfaffFix memory leaks.
2012-04-25 Simon HormanAdd OXM data to mf_fields
2012-04-25 Simon HormanAdd OXM_OF_* definitions
2012-04-25 Simon HormanCorrect OFPXMC12_{OPENFLOW_BASIC,EXPERIMENTER} definitions
2012-04-25 Ben Pfaffvswitchd: Clean up iface_create().
2012-04-25 Ben Pfaffvswitchd: Make reconfiguration update port configuratio...
2012-04-25 Ben Pfaffvswitchd: Make iface_create() return an indication...
2012-04-25 Ben Pfaffvswitchd: Factor code to configure netdevs out of iface...
2012-04-25 Ben Pfaffvswitchd: Refactor iface_refresh_type() into iface_get_...
2012-04-25 Ben Pfaffvswitchd: Drop 'need_refresh' member from struct iface.
2012-04-25 Ben Pfaffvswitchd: Push ofproto_port declaration down to inner...
2012-04-23 Ethan Jacksonbridge: Ignore null interfaces as required.
2012-04-24 Ben Pfaffvswitchd: Report actual port number, not -1, in "added...
2012-04-24 Ben Pfaffvswitch.xml: Document Interface external-ids:iface...
2012-04-23 Ethan Jacksonbridge: Refactor bridge_reconfigure().
2012-04-23 Ethan Jacksonvswitchd: Remove unused 'tag' from 'struct iface'.
2012-04-23 Ben PfaffDESIGN: Describe principles of in-band control.
2012-04-23 Ben Pfafftests: Generalize 'sed' calls in MAC learning test...
2012-04-23 Ben Pfafftests: Avoid daemon race between pidfile creation and...
2012-04-23 Ben Pfaffofproto: Fix use-after-free error when ports disappear.
2012-04-20 Ben Pfaffvswitchd: Make "cfm_health" column ephemeral.
2012-04-20 Ben Pfaffvswitchd: Make "cfm_fault_status" column ephemeral.
2012-04-20 Ansis Attekaautomake: ofp-errors.[c|inc] are actually inside srcdir
2012-04-20 Yasuhito Takamiyadocumantation: Trivial fix for kvm option error.
2012-04-19 Ben Pfaffovs-vsctl: Speed up port management operations with...
2012-04-19 Ben Pfaffovs-vsctl: Remove 'ctrl', 'n_ctrl' from struct vsctl_br...
2012-04-19 Ben Pfaffovs-vsctl: Remove 'fail_mode' member from struct vsctl_...
2012-04-19 Ben Pfaffovs-vsctl: Merge struct vsctl_info into struct vsctl_co...
2012-04-19 Ben Pfaffovs-vsctl: Verify VLAN bridge controllers in cmd_get_co...
2012-04-19 Ben Pfaffovs-vsctl: Verify correct record in cmd_get_fail_mode...
2012-04-19 Simon Hormandatapath: Use ETH_ALEN instead of VLAN_ETH_ALEN
2012-04-19 Simon Hormandatapath: Include linux/completion.h
2012-04-19 Ben Pfaffofproto-dpif: Avoid extra flow copy in xlate_actions...
2012-04-19 Ben Pfaffofproto-dpif: Avoid extra flow copy in xlate_actions...
2012-04-19 Ben Pfaffofproto-dpif: Avoid calling get_ofp_port() twice in...
2012-04-19 Ben Pfaffofproto-dpif: Implement "flow setup governor" to speed...
2012-04-19 Ben Pfaffofproto-dpif: Avoid malloc() in common case for "execut...
2012-04-19 Ben Pfaffofproto-dpif: Make it easier to credit statistics for...
2012-04-19 Ben Pfaffclassifier: Optimize search of "catchall" table.
2012-04-19 Ben Pfaffmac-learning: Speed up mac_table_hash().
2012-04-19 Ben Pfaffhash: Speed up hash_bytes().
2012-04-19 Ben Pfaffofproto-dpif: Avoid malloc() of "struct flow_miss".
2012-04-19 Ben Pfaffdpif: Make caller of dpif_recv() provide buffer space.
2012-04-19 Ben Pfaffofproto-dpif: Avoid malloc() in common case for allocat...
2012-04-19 Ben Pfaffofproto-dpif: Move definition of "struct subfacet"...
2012-04-19 Ben Pfaffnetlink-socket: Make caller provide message receive...
2012-04-19 Ben Pfaffnetlink-socket: Remove unnecessary #include.
2012-04-19 Ben Pfaffnetlink: Postpone choosing sequence numbers until send...
2012-04-19 Ben Pfaffofproto-dpif: Avoid computing flow hash multiple times.
2012-04-19 Ben Pfaffdpif-linux: Avoid malloc() in dpif_linux_operate().
2012-04-19 Ben Pfaffofproto-dpif: Avoid malloc() in common cases for xlate_...
2012-04-19 Ben Pfaffofpbuf: New functions ofpbuf_use_stub() and ofpbuf_get_...
2012-04-19 Ben Pfaffofproto-dpif: Don't do an extra flow translation when...
2012-04-19 Ben Pfaffnetlink-socket: Avoid forcing a reply for final message...
2012-04-19 Ben Pfaffdpif: Include TCP flags in "ovs-dpctl dump-flows" output.
2012-04-19 Ben Pfaffofproto-dpif: Batch flow uninstallations due to expiration.
2012-04-19 Ben Pfaffofproto-dpif: Drop unneeded _SAFE from iteration in...
2012-04-19 Ben Pfaffofproto-dpif: Keep subfacet "used" times more up-to...
2012-04-18 Ansis Attekaovs-test: Enhancements to the ovs-test tool
2012-04-17 Ethan Jacksonlacp: Remove heartbeat mode.
next