aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-01-11vswitchd: Document maximum queue_id for Linux QoS.Ethan Jackson
2012-01-11odp-util: Handle ipv6 in set nw action.Pravin B Shelar
2012-01-11ofproto-dpif: Honor statistics in packet_out().Ethan Jackson
2012-01-11Don't specify program name in passive connection man page fragments.Justin Pettit
2012-01-11ovsdb-tool: Use typical db and schema install locations as defaults.Ben Pfaff
2012-01-11datapath: Fix multipart datapath dumps.Ben Pfaff
2012-01-11NEWS: Fix typo.Ben Pfaff
2012-01-11ovs-vsctl: Add set relational operators to "find" command.Ben Pfaff
2012-01-11ovsdb-data: Short-circuit ovsdb_datum_includes_all() in trivial case.Ben Pfaff
2012-01-10news: Mention NXM_PACKET_IN.Ethan Jackson
2012-01-10openflow: New Nicira Extended PACKET_IN format.Ethan Jackson
2012-01-10ofproto-dpif: Implement PACKET_IN in userspace.Ethan Jackson
2012-01-10nx-match: New function nx_pull_match_loose().Ethan Jackson
2012-01-10flow: Create new flow_metadata structure for packet_in messages.Ethan Jackson
2012-01-10packets: New packet_set_*() helper functions.Ethan Jackson
2012-01-10ofputil: New function ofputil_decode_packet_in().Ethan Jackson
2012-01-10ofp-util: Don't use ofpbuf in ofputil_packet_in struct.Ethan Jackson
2012-01-10ofproto: Always clone packets in PACKET_IN message.Ethan Jackson
2012-01-10tests: Unit test PACKET_IN.Ethan Jackson
2012-01-10ovs-ofctl: Support daemonization for monitor and snoop.Ethan Jackson
2012-01-10ofp-print: Print checksum in ofp_packet_to_string().Ethan Jackson
2012-01-10ofp-print: Remove tcpdump from ofp_packet_to_string().Ethan Jackson
2012-01-10packets: Mask out CFI bit in eth_push_vlan().Ethan Jackson
2012-01-10pktbuf: Directly use pointers in pktbuf_save().Ethan Jackson
2012-01-10ofp-print: Remove vestigial 'total_len' argument.Ethan Jackson
2012-01-10flow: Improve flow_format() output.Ethan Jackson
2012-01-10ofpbuf: Maintain header pointers in clone functions.Ethan Jackson
2012-01-10classifier: Update cls_rule_set_in_port() prototype.Ethan Jackson
2012-01-10debian: Look in /lib/modules instead of /usr/src for DKMS kernel sources.Ben Pfaff
2012-01-10debian: Ignore temporary files for openvswitch-test package too.Ben Pfaff
2012-01-10ovs-monitor-ipsec: Don't reconfigure cert-based authentication as often.Justin Pettit
2012-01-09ovs-ctl: Pull system_type and system_version from config fileGurucharan Shetty
2012-01-06ofproto-dpif: Keep subfacets longer to avoid assert-fail in facet_account().Ben Pfaff
2012-01-06ovs-benchmark: Improve output format for "rate" command.Ben Pfaff
2012-01-05ofproto-dpif.at: Add test for normal action with OFPP_NONE in_port.Justin Pettit
2012-01-05tests: Fix bug in NetFlow test case.Ben Pfaff
2012-01-04datapath: Implement flow table re-hashing.Pravin B Shelar
2012-01-04datapath: Fix OVS compat workqueue support.Pravin B Shelar
2012-01-04datapath: Add genl_exec().Pravin B Shelar
2012-01-04ofproto-dpif: Fake-up OFPP_NONE input bundle for mirroring and normal.Justin Pettit
2012-01-04ofproto-dpif: Have lookup_input_bundle() return a bundle.Justin Pettit
2012-01-04ofproto-dpif: Fix nondeterministic flow revalidation behavior.Ben Pfaff
2012-01-04ofproto: Fix detection of in-use VLANs based on the flow table.Ben Pfaff
2012-01-03AUTHORS: Move Rob Hoes to list of commit contributors.Ben Pfaff
2012-01-03AUTHORS: Add Dominic Curran <dominic.curran@citrix.com>.Ben Pfaff
2012-01-03vswitchd: Also consider access port VLANs as "in use" for VLAN splinters.Ben Pfaff
2012-01-02unixctl: Improve readability of "help" output for long command names.Ben Pfaff
2012-01-02ofproto-dpif: Fix GCC warning.Ben Pfaff
2012-01-02ofproto-dpif: Omit "execute" operation entirely when there are no actions.Ben Pfaff
2012-01-02Debian: Depend on python (>= 2.7) | python-argparseSimon Horman