sliver-openvswitch.git
2013-06-24 Ben Pfaffacinclude: Improve detection of not-understood compiler...
2013-06-24 Jarno Rajahalmeofpacts_check: Remove unnecessary flow copying.
2013-06-24 Joe Stringerdatapath: Add GSO/Tunnel links to gitignore
2013-06-22 Andy Zhoudatapath: Fix a kernel crash caused by corrupted mask...
2013-06-21 Jesse Grossdatapath: Fix uninitializaed variable with GRE GSO.
2013-06-21 Ben Pfaffofp-errors: Make ofperr_decode() static.
2013-06-21 Ben Pfaffofp-errors: Fix typos in comment.
2013-06-21 Pravin B Shelargre: Restructure tunneling.
2013-06-21 Jesse Grossdatapath: Use a single attribute array for parsing...
2013-06-21 Justin Pettitofproto-dpif: Use megaflows.
2013-06-21 Justin Pettitdpif: Log flow masks for "put" and "dump_next".
2013-06-21 Justin Pettitofproto-dpif: Handle failed flow 'put's.
2013-06-20 Justin Pettitodp-util: Introduce odp_flow_key_from_mask().
2013-06-20 Andy Zhoudatapath: Return EEXIST on overlapping new flow request
2013-06-20 Ben PfaffFAQ: Describe how to use ovs-ofctl with OpenFlow 1.1+.
2013-06-20 James Pagetests: Tolerate init process pid != 1.
2013-06-20 Alex Wangtest-classifier.c: Use UINT16_MAX instead of OFPP_NONE...
2013-06-20 Jarno Rajahalmeofp-util: Remove prototype of non-existing function.
2013-06-20 Ben Pfaffsparse: Remove prototypes for thread-unsafe functions...
2013-06-20 Alex WangCreate specific types for ofp and odp port
2013-06-20 Andy Zhouovs-dpctl: Add mega flow support
2013-06-20 Andy Zhoudatapath: Mega flow implementation
2013-06-20 Joe Stringervswitchd: Update flow-eviction-threshold documentation
2013-06-20 Ben Pfaffovs-vsctl: Improve error message for "ovs-vsctl del...
2013-06-20 Justin Pettitofproto-dpif: Tighten up megaflow wildcard handling.
2013-06-19 Ethan Jacksonofproto-dpif: Revalidate on ofproto removal.
2013-06-19 Ethan Jacksonofproto-dpif: Reconfigure when netflow is enabled/disabled.
2013-06-19 Ben Pfaffovs-xapi-sync: Make bridge-id caching logic easier...
2013-06-18 Ethan Jacksontests: Add test-hindex to gitignore.
2013-06-18 Gurucharan... ovs-xapi-sync: Cache the bridge-id value for non nicira...
2013-06-18 Ethan Jacksonofproto-dpif: Store patch port peer in struct ofport_dpif.
2013-06-18 Ethan Jacksonofproto-dpif: Reconfigure tunnel in port_modified().
2013-06-18 Ben Pfaffhmap: Use is_pow2() instead of open-coding it.
2013-06-18 Jarno Rajahalmeofproto: Index flows by cookie.
2013-06-18 Ben Pfaffhindex: New data structure for hashed multimaps.
2013-06-18 Justin Pettitofproto-dpif: Don't wildcard fields used in special...
2013-06-18 Justin Pettitofproto-dpif: Move process_special() to ofproto-dpif...
2013-06-17 Ben Pfaffleak-checker: Remove because it cannot be made thread...
2013-06-17 Ben Pfaffbacktrace: Remove variant that does not support threads.
2013-06-17 Ethan Jacksonofproto-dpif-xlate: Hide MAX_RESUBMIT_RECURSION.
2013-06-17 Jarno Rajahalmeofproto: Make handle_openflow's msg argument const.
2013-06-15 Gurucharan... ovs-xapi-sync: Retry getting bridge-ids in case xapi...
2013-06-14 Jarno Rajahalmeodp-util: Use proper formatting for ODP port number.
2013-06-14 Jarno Rajahalmeofproto: Fix use of uninitialized local variable.
2013-06-14 Justin Pettittunnel: Don't wildcard TTL and TOS in some circumstances.
2013-06-13 Murphy McCauleylib/netdev-linux.c: Prevent receiving of sent packets
2013-06-13 Ethan Jacksonofproto-dpif-xlate: Remove useless variable in patch...
2013-06-13 Ben Pfaffovsdb-server: Preserve remotes across crash and restart.
2013-06-12 Pravin B Shelardatapath: make skb->csum consistent with rest of networ...
2013-06-12 Ethan Jacksonofproto-dpif: Hide struct priority_to_dscp.
2013-06-12 Ethan Jacksonofproto-dpif: Hide struct dpif_backer.
2013-06-12 Ethan Jacksonofproto-dpif: Verify backer in ofport_get_peer().
2013-06-12 Ethan Jacksonmac-learning: Simplify mac_learning_changed().
2013-06-12 Ben Pfaffofp-print: Avoid returning static data.
2013-06-12 Ben Pfaffofproto-dpif-xlate: Make code more readable via 'flow...
2013-06-12 Jarno Rajahalmeofproto-dpif-xlate: Harmonize naming of internal functions.
2013-06-12 Jarno Rajahalmeofproto-dpif: Check for MPLS depth at the flow.
2013-06-12 Ethan Jacksonofproto-dpif-xlate: Hide 'struct xlate_ctx'.
2013-06-12 Ben Pfaffextract-ofp-errors: Remove support for hexadecimal...
2013-06-12 Ethan Jacksonofproto-dpif: Pull xlate_actions() into its own file.
2013-06-12 Justin Pettitofproto-dpif: Print slow path actions in dpif/dump...
2013-06-12 Justin Pettitofproto-dpif: Use proper flow when using facets.
2013-06-12 Justin Pettitofproto-dpif: Never wildcard dl_type for "normal" action.
2013-06-11 Ben Pfaffofproto-dpif: Fix format specifier.
2013-06-11 Ethan Jacksonofproto-dpif: Retire 'struct initial_vals'.
2013-06-11 Ben Pfaffrtnetlink-link: Make 'attrs' local variable non-static.
2013-06-11 Justin Pettitofproto-dpif: Store relevant fields for wildcarding...
2013-06-11 Ethan Jacksonflow: Add new wildcard functions.
2013-06-11 Ethan Jacksonclassifier: Add 'wc' argument to classifier_lookup().
2013-06-11 Ethan Jacksonflow: Add new flow_wildcards_fold_minimask() function.
2013-06-11 Justin Pettitmeta-flow: Fix comment describing mf_set_flow_value().
2013-06-11 Joe Stringerodp-execute: Style fixes
2013-06-10 Ben Pfaffprocess: Add thread safety comments.
2013-06-10 Ben Pfaffprocess: Make signal handling thread-safe.
2013-06-10 Ben Pfaffprocess: Remove unused features from process_start().
2013-06-10 Ben Pfaffprocess: Remove process_run(), process_run_capture...
2013-06-10 Ben Pfaffofproto-dpif: Fix incorrect printf format specifiers.
2013-06-10 Ben Pfaffnetdev-vport: Make netdev_vport_get_dpif_port() code...
2013-06-10 Ben Pfaffofp-util: Don't return static data in ofputil_packet_in...
2013-06-10 Ben Pfaffodp-util: Avoid returning static data in ovs_key_attr_t...
2013-06-10 Ben Pfaffofp-actions: Add comments to struct ofpact_learn_spec.
2013-06-10 Ben Pfaffovsdb-idlc: Write a new-line at the end of "annotate...
2013-06-07 Ethan Jacksonofproto-dpif-governor: Dispense with governor name.
2013-06-07 Ethan Jacksonofproto-dpif: Maintain subfacets in dpif_backer.
2013-06-07 Ethan Jacksonofproto-dpif: Set flow-eviction-threshold globally.
2013-06-07 Ethan Jacksonofproto: Track subfacet stats in the backer.
2013-06-07 Ethan Jacksonofproto-dpif: More responsive average subfacet statistics.
2013-06-06 Ben Pfafftimeval: Remove time_disable_restart(), time_enable_res...
2013-06-06 Ben Pfaffnetdev-vport: Don't return static data in netdev_vport_...
2013-06-06 Ben Pfaffdpif-netdev: Don't run port names through netdev_vport_...
2013-06-06 Simon Hormanofproto-dpif: Actually log errors in facet_check_consis...
2013-06-05 Ben Pfaffroute-table: Make 'rtnl_sock' and 'attrs' local variabl...
2013-06-05 Ben Pfaffnetdev-vport: Make 'iface' non-static in tunnel_get_sta...
2013-06-05 Ben Pfafftimeval: Do not block SIGALRM around setting 'deadline...
2013-06-05 Ben Pfafflockfile: Remove calls to time_disable_restart()/time_e...
2013-06-05 Ben Pfaffsignals: Make thread-safe.
2013-06-05 Simon HormanAlways update ethertype on mpls_pop
2013-06-05 Simon Hormanofproto-dpif: Use execute_actions to execute controller...
2013-06-05 Simon Hormanodp-execute: Add set skb_mark, set_priority, tunnel...
2013-06-05 Simon Hormanodp-util: Export odp_tun_key_from_attr()
next