aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-01-16bond: Revalidate when lacp_negotiated status changes.Ethan Jackson
2012-01-16bond: Sort slaves in ovs-appctl bond/show.Ethan Jackson
2012-01-16bond: Support ovs-appctl bond/show without arguments.Ethan Jackson
2012-01-16dpif: Log each operation in dpif_operate().Ben Pfaff
2012-01-16dpif: Change provider interface to consistently use operation structs.Ben Pfaff
2012-01-16dpif: Factor 'type' and 'error' out of individual dpif_op members.Ben Pfaff
2012-01-16ofproto-dpif: Implement self-check of flow translations.Ben Pfaff
2012-01-13ofproto: New action TTL decrement.Pravin B Shelar
2012-01-13netdev-dummy: Fix use-after-free error.Ben Pfaff
2012-01-12dpif: Simplify the "listen mask" concept.Ben Pfaff
2012-01-12multipath: Correctly calculate number of required destination bits.Ben Pfaff
2012-01-12Better abstract OpenFlow error codes.Ben Pfaff
2012-01-12dpif-netdev: Make port numbers predictable for dummy dpif, for unit tests.Ben Pfaff
2012-01-12ofp-util: Extend message decoding data structures with version field.Ben Pfaff
2012-01-12nicira-ext: Rename "struct nxt_*" to "struct nx_*".Ben Pfaff
2012-01-11odp-util: Handle ipv6 in set nw action.Pravin B Shelar
2012-01-11Don't specify program name in passive connection man page fragments.Justin Pettit
2012-01-11ovsdb-data: Short-circuit ovsdb_datum_includes_all() in trivial case.Ben Pfaff
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-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-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-02unixctl: Improve readability of "help" output for long command names.Ben Pfaff
2011-12-27Add ability to restrict flow mods and flow stats requests to cookies.Justin Pettit
2011-12-27bundle: Fix returned error code in one bundle_check() corner case.Ben Pfaff
2011-12-27packet: Match userspace and kernel definition of ICMP header.Jesse Gross
2011-12-21flow: Rename 'priority' to 'skb_priority'.Ben Pfaff
2011-12-21dpif-netdev: Fix UDP checksum calculation.Ethan Jackson
2011-12-19vswitchd: In-band rules for Controller are missing after executing force-relo...Ansis Atteka
2011-12-19netflow: Move packet definitions to header file.Ben Pfaff
2011-12-19flow: Make flow_compose() fake packets slightly more realistic.Ben Pfaff
2011-12-19timeval: Add ability to fast-forward time, for unit testing.Ben Pfaff
2011-12-19poll-loop: Track the poll timeout as an absolute, not a relative time.Ben Pfaff
2011-12-19netdev-dummy: Allow injecting traffic.Ben Pfaff
2011-12-19packets: New function eth_from_hex().Ben Pfaff
2011-12-19unixctl: Implement quoting.Ben Pfaff
2011-12-19socket-util: Don't try to listen to a UDP socket.Ben Pfaff
2011-12-19netdev-linux: Report error for truncated packets on receive.Ben Pfaff
2011-12-19netdev-linux: Translate errno value to name in log message.Ben Pfaff