Show patches with: Submitter = Ben Pfaff       |    Archived = No       |   2002 patches
« 1 2 ... 18 19 20 21 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[ovs-dev] datapath: Fix datapath build on Centos 6.5 (2.6.31-431) kernels - - - - --- 2016-01-11 Ben Pfaff Changes Requested
[ovs-dev] netdev-dpdk: Consistently use xstrdup() instead of strdup(). 1 - - - --- 2016-01-11 Ben Pfaff Accepted
[ovs-dev] ofp-parse: Use xstrdup() instead of strdup(). 1 - - - --- 2016-01-11 Ben Pfaff Accepted
[ovs-dev] ofproto-dpif-rid: Fix memory leak in recirc_state. - - - - --- 2016-01-06 Ben Pfaff Accepted
[ovs-dev] ofproto-dpif-upcall: Avoid double-delete of ukeys. - - - - --- 2016-01-06 Ben Pfaff Accepted
[ovs-dev] ofp-util: Rearrange ofputil_append_meter_config() to be clearer. 1 - - - --- 2016-01-05 Ben Pfaff Accepted
[ovs-dev] Use initializers for struct ofputil_flow_mod instead of assignments. 1 - - - --- 2016-01-04 Ben Pfaff Accepted
[ovs-dev,9/9] openflow: Implement OF1.4+ OFPMP_QUEUE_DESC multipart message. - - - - --- 2015-12-29 Ben Pfaff Deferred
[ovs-dev,8/9] ofp-prop: Add generic functions for working with 16- and 32-bit properties. - - - - --- 2015-12-29 Ben Pfaff Deferred
[ovs-dev,7/9] ofp-prop: New module for working with OpenFlow 1.3+ properties. - - - - --- 2015-12-29 Ben Pfaff Deferred
[ovs-dev,6/9] ofp-util: Improve function to emit a bitmap property. - - - - --- 2015-12-29 Ben Pfaff Deferred
[ovs-dev,5/9] ovs-ofctl: Merge dump_stats_transaction() into dump_transaction(). - - - - --- 2015-12-29 Ben Pfaff Deferred
[ovs-dev,4/9] netdev-dummy: Add a dummy queue. - - - - --- 2015-12-29 Ben Pfaff Deferred
[ovs-dev,3/9] openflow: Rename OF0.1-1.3 queue property constants. - - - - --- 2015-12-29 Ben Pfaff Deferred
[ovs-dev,2/9] ofp-print: Improve formatting of queue stat requests and port_mods. - - - - --- 2015-12-29 Ben Pfaff Deferred
[ovs-dev,1/9] ofp-msgs: Fix comments. - - - - --- 2015-12-29 Ben Pfaff Deferred
[ovs-dev] Makefile.am: Fix Automake warning. 1 - - - --- 2015-12-23 Ben Pfaff Accepted
[ovs-dev] ovs-ofctl: Document arp_op match field. 1 - - - --- 2015-12-23 Ben Pfaff Accepted
[ovs-dev,v2,3/3] physical: Improve treatment of localnet non-VLAN logical ports. 1 - - - --- 2015-12-22 Ben Pfaff Accepted
[ovs-dev,v2,2/3] ofp-actions: Rename ofpact_update_len() to ofpact_finish(). - - - - --- 2015-12-22 Ben Pfaff Accepted
[ovs-dev,v2,1/3] ofp-actions: Make composing actions harder to screw up. - - - - --- 2015-12-22 Ben Pfaff Accepted
[ovs-dev,repost] Better abstract OFPT_SET_CONFIG and OFPT_GET_CONFIG_REPLY, make stricter. 1 - - - --- 2015-12-21 Ben Pfaff Accepted
[ovs-dev,repost,1/2] ovs-ofctl: Generalize code for finding ports into general-purpose iterator. 1 - - - --- 2015-12-21 Ben Pfaff Accepted
[ovs-dev] stream-ssl: Fix misleading bound address format. 1 - - - --- 2015-12-19 Ben Pfaff Accepted
[ovs-dev] tun-metadata: Fix memory leak in tun_metadata_add_entry() corner case. 1 - - - --- 2015-12-17 Ben Pfaff Accepted
[ovs-dev] ofp-util: Avoid use-after-free error in ofputil_append_meter_config() 1 - - - --- 2015-12-16 Ben Pfaff Accepted
[ovs-dev] jsonrpc-server: Use prototype style for ovsdb_jsonrpc_disable_monitor2(). 1 - - - --- 2015-12-14 Ben Pfaff Accepted
[ovs-dev] tests: Fix typo in comment. 1 - - - --- 2015-12-09 Ben Pfaff Accepted
[ovs-dev,14/14] ovn: Implement basic ARP support for L3 logical routers. - - - - --- 2015-12-09 Ben Pfaff Accepted
[ovs-dev,13/14] ovn: Reorganize action parsing test. 1 - - - --- 2015-12-09 Ben Pfaff Accepted
[ovs-dev,12/14] expr: Generalize wording of error message in expand_symbol(). 1 - - - --- 2015-12-09 Ben Pfaff Accepted
[ovs-dev,11/14] ovn-controller: Add data structure for indexing lports, multicast groups. 1 - - - --- 2015-12-09 Ben Pfaff Superseded
[ovs-dev,10/14] ovn: Use callback function instead of simap for logical port number map. 1 - - - --- 2015-12-09 Ben Pfaff Superseded
[ovs-dev,09/14] actions: Bundle action parsing parameters into a structure. 1 - - - --- 2015-12-09 Ben Pfaff Accepted
[ovs-dev,08/14] actions: Implement OVN "arp" action. 1 - - - --- 2015-12-09 Ben Pfaff Superseded
[ovs-dev,07/14] actions: Factor parsing a single action into a new function parse_action(). 1 - - - --- 2015-12-09 Ben Pfaff Accepted
[ovs-dev,06/14] actions: Factor out new helper function add_prerequisite(). 1 - - - --- 2015-12-09 Ben Pfaff Accepted
[ovs-dev,05/14] Add OpenFlow support for new "arp" action. 1 - - - --- 2015-12-09 Ben Pfaff Superseded
[ovs-dev,04/14] Use ip_parse() and ipv6_parse() and variants in more places. 1 - - - --- 2015-12-09 Ben Pfaff Accepted
[ovs-dev,03/14] packets: Add new functions for IPv4 and IPv6 address parsing. 1 - - - --- 2015-12-09 Ben Pfaff Accepted
[ovs-dev,02/14] packets: New macro ETH_ADDR_STRLEN. 1 - - - --- 2015-12-09 Ben Pfaff Accepted
[ovs-dev,01/14] sparse: Define INET_ADDRSTRLEN. 1 - - - --- 2015-12-09 Ben Pfaff Accepted
[ovs-dev,2/2] vlog: Add vlog/close command. 1 - - - --- 2015-12-08 Ben Pfaff Superseded
[ovs-dev,1/2] tests: Add vlog tests for C implementation to match Python tests. 1 - - - --- 2015-12-08 Ben Pfaff Accepted
[ovs-dev] NEWS: Improve organization. 1 - - - --- 2015-12-07 Ben Pfaff Accepted
[ovs-dev] datapath: Avoid warning for unused static data on Linux <=3.9.0. 1 - - - --- 2015-12-07 Ben Pfaff Accepted
[ovs-dev] ovs-ofctl: Fix manpage formatting typo. 1 - - - --- 2015-12-04 Ben Pfaff Accepted
[ovs-dev] packets: Introduce in6_addr_mapped_ipv4() and use where appropriate. 1 - - - --- 2015-12-03 Ben Pfaff Accepted
[ovs-dev,v4,1/4] ovn: Dedicated connection handler for packet-ins - - - - --- 2015-12-02 Ben Pfaff Not Applicable
[ovs-dev] ofp-util: Remove unneeded default case from ofputil_decode_group_mod(). - - - - --- 2015-12-01 Ben Pfaff Rejected
[ovs-dev] docs: Document that --detach disables logging to the console. 1 - - - --- 2015-12-01 Ben Pfaff Accepted
[ovs-dev] csum: Inline csum_add16(), csum_add32(). 1 - - - --- 2015-12-01 Ben Pfaff Accepted
[ovs-dev,repost] physical: Improve treatment of localnet non-VLAN logical ports. - - - - --- 2015-11-29 Ben Pfaff Changes Requested
[ovs-dev] ofproto-dpif-xlate: Fix byte-order error in comparison. 1 - - - --- 2015-11-26 Ben Pfaff Accepted
[ovs-dev,v3] ovs-router: Report ovs/route/add errors as errors. 1 - - - --- 2015-11-24 Ben Pfaff Accepted
[ovs-dev] ovn-northd.8: Correct syntax for OVN strings. 1 - - - --- 2015-11-23 Ben Pfaff Accepted
[ovs-dev] dist-docs: Fix text and HTML versions of manpages with groff versions. 1 - - - --- 2015-11-11 Ben Pfaff Accepted
[ovs-dev,v2] ovs-router: Report ovs/route/add errors as errors. - - - - --- 2015-11-11 Ben Pfaff Superseded
[ovs-dev,05/15] tunneling: add IPv6 support to netdev_tunnel_config - - - - --- 2015-11-10 Ben Pfaff Not Applicable
[ovs-dev] ovs-thread: Fix memory leak in thread exit. 1 - - - --- 2015-11-10 Ben Pfaff Accepted
[ovs-dev,mointor2,8/9] lib: add monitor2 support in ovsdb-idl. - - - - --- 2015-11-10 Ben Pfaff Not Applicable
[ovs-dev,mointor2,7/9] ovsdb-client: support monitor2 1 - - - --- 2015-11-10 Ben Pfaff Not Applicable
[ovs-dev,mointor2,6/9] ovsdb: enable jasonrpc-server to service monitor2 request 1 - - - --- 2015-11-10 Ben Pfaff Not Applicable
[ovs-dev,mointor2,5/9] ovsdb: generate update2 notification for a monitor2 session - - - - --- 2015-11-10 Ben Pfaff Not Applicable
[ovs-dev,10/21] ofproto-macros.at: Add another strerror(0) value - - - - --- 2015-11-10 Ben Pfaff Not Applicable
[ovs-dev] ovs-router: Report ovs/route/add errors as errors. - - - - --- 2015-11-06 Ben Pfaff Superseded
[ovs-dev] Better abstract OFPT_SET_CONFIG and OFPT_GET_CONFIG_REPLY, make stricter. - - - - --- 2015-11-04 Ben Pfaff Superseded
[ovs-dev,2/2] ofproto: Implement OFPT_QUEUE_GET_CONFIG_REQUEST for OFPP_ANY in OF1.1+. - - - - --- 2015-11-04 Ben Pfaff Superseded
[ovs-dev,1/2] ovs-ofctl: Generalize code for finding ports into general-purpose iterator. - - - - --- 2015-11-04 Ben Pfaff Superseded
[ovs-dev] INSTALL.SSL.md: Fix arguments to "ovs-pki req" command. 1 - 1 - --- 2015-11-03 Ben Pfaff Accepted
[ovs-dev] ovn-architecture: Start describing how to connect to physical networks. - - - - --- 2015-10-22 Ben Pfaff Rejected
[ovs-dev,v3,3/5] physical: Fix implementation of logical patch ports. 1 - - - --- 2015-10-18 Ben Pfaff Accepted
[ovs-dev,v3,2/5] ovn: Implement the ability to send a packet back out its input port. 1 - - - --- 2015-10-18 Ben Pfaff Accepted
[ovs-dev,v3,1/5] logical-fields: New header for logical field assignments. 1 - - - --- 2015-10-18 Ben Pfaff Accepted
[ovs-dev] dpctl: Fix jump through wild pointer in "dpctl/help". 1 - - - --- 2015-10-17 Ben Pfaff Accepted
[ovs-dev,v2,4/4] ovn: Support multiple router ports per logical switch. 1 - - - --- 2015-10-17 Ben Pfaff Superseded
[ovs-dev,v2,3/4] ovn: Add test for logical router ARP replies. 1 - - - --- 2015-10-17 Ben Pfaff Superseded
[ovs-dev,v2,2/4] ovn: Implement the ability to send a packet back out its input port. 1 - - - --- 2015-10-17 Ben Pfaff Superseded
[ovs-dev,v2,1/4] physical: Fix implementation of logical patch ports. 1 - - - --- 2015-10-17 Ben Pfaff Superseded
[ovs-dev] packets: Make ip_parse_masked() pickier about formatting. 1 - - - --- 2015-10-17 Ben Pfaff Accepted
[ovs-dev,3/3] ovn: Add test for logical router ARP replies. - - - - --- 2015-10-17 Ben Pfaff Superseded
[ovs-dev,2/3] ovn: Implement the ability to send a packet back out its input port. - - - - --- 2015-10-17 Ben Pfaff Superseded
[ovs-dev,1/3] physical: Fix implementation of logical patch ports. - - - - --- 2015-10-17 Ben Pfaff Superseded
[ovs-dev] ofp-parse: Fix parsing, formatting of multiple fields in NTR extension. 1 - - - --- 2015-10-16 Ben Pfaff Accepted
[ovs-dev,01/23] ovn: Extend logical "next" action to jump to arbitrary flow tables. - - - - --- 2015-10-16 Ben Pfaff Not Applicable
[ovs-dev] physical: Improve treatment of localnet non-VLAN logical ports. - - - - --- 2015-10-15 Ben Pfaff Superseded
[ovs-dev,4/5] ovn-controller: Support multiple encaps simultaneously. 1 - - - --- 2015-10-15 Ben Pfaff Not Applicable
[ovs-dev,3/5] ovn-controller: Support VXLAN enapsulation. 1 - - - --- 2015-10-15 Ben Pfaff Not Applicable
[ovs-dev] ofproto: Fix inserting buckets at the end of an empty group. - - 1 - --- 2015-10-15 Ben Pfaff Accepted
[ovs-dev] vswitch.xml: Untabify and reindent. 1 - - - --- 2015-10-13 Ben Pfaff Accepted
[ovs-dev] ovsdb-idl: Test script for Python register_columns function - - - - --- 2015-10-13 Ben Pfaff Accepted
[ovs-dev] appveyor.yml: Remove from docs. - - - - --- 2015-10-13 Ben Pfaff Accepted
[ovs-dev] FAQ: Describe why OVS can't prepopulate the kernel flow table. 1 - - - --- 2015-10-13 Ben Pfaff Accepted
[ovs-dev] bridge: Coding style fix. 1 - - - --- 2015-10-12 Ben Pfaff Accepted
[ovs-dev] ofp-util: Reject bad group type and command with error instead of abort. - - 1 - --- 2015-10-12 Ben Pfaff Accepted
[ovs-dev,23/23] ovn: Implement basic logical L3 routing. 1 - - - --- 2015-10-10 Ben Pfaff Accepted
[ovs-dev,22/23] ovn-northd: Add stages for logical routers. 1 - - - --- 2015-10-10 Ben Pfaff Accepted
[ovs-dev,21/23] packets: New function ip_parse_masked(). 1 - - - --- 2015-10-10 Ben Pfaff Accepted
[ovs-dev,20/23] ovn-nb: Add "enabled" column to Logical_Router_Port. 1 - - - --- 2015-10-10 Ben Pfaff Accepted
[ovs-dev,19/23] ovn-nb: Change how router ports work. 1 - - - --- 2015-10-10 Ben Pfaff Accepted
« 1 2 ... 18 19 20 21 »