aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-05-29ofp-util: Clean up cookie handling.Justin Pettit
2012-05-16odp-util: Update ODPUTIL_FLOW_KEY_BYTES for current kernel flow format.Ben Pfaff
2012-05-16dpif-netdev: allow for proper destruction of netdev datapathsGiuseppe Lettieri
2012-05-14ofproto: Treat a packet-out in_port of OFPP_CONTROLLER as OFPP_NONE.Ben Pfaff
2012-05-10odp-util: Fix parsing of actions encapsulated within "sample" actions.Ben Pfaff
2012-04-27meta-flow: Correctly set destination MAC in mf_set_flow_value().Ben Pfaff
2012-04-25Fix memory leaks.Ben Pfaff
2012-03-28ovsdb-idl: Fix memory leak writing synthetic rows in ovsdb_idl_txn_write().Ben Pfaff
2012-03-21hmap: New function hmap_contains().Ben Pfaff
2012-03-21learn: Initialize cookie_mask in constructed flow_mod.Ben Pfaff
2012-03-19netdev-linux: Fix use-after-free when netdev_dump_queues() deletes queues.Ben Pfaff
2012-03-19doc: Fix typo in manpage.Thomas Goirand
2012-03-15netlink-socket: Increase Netlink socket receive buffer size.Ben Pfaff
2012-03-08netdev-linux: Use "read", not "recv", for tap devices.Ben Pfaff
2012-03-08bond: Incorrectly reported an error in appctl.Ethan Jackson
2012-03-07socket-util: Unlink Unix domain sockets that bind but fail to connect.Ben Pfaff
2012-03-02netdev: Fix typo in error message.Ben Pfaff
2012-03-02timeval: Add "time/stop" unixctl command, for use in unit tests.Ben Pfaff
2012-02-27dpif-linux: Make dpif_linux_port_query_by_name() query only one datapath.Ben Pfaff
2012-02-16cfm: Allow manual override of CFM fault status.Ethan Jackson
2012-02-01vswitchd: Make the MAC entry aging time configurable.Ben Pfaff
2012-02-01mac-learning: Increase MAC learning timeout to 300 seconds.Ben Pfaff
2012-01-31sflow_agent: Use snprintf() in place of sprintf().Ben Pfaff
2012-01-30table: Avoid segmentation fault when printing an empty cell in JSON format.Ben Pfaff
2012-01-13netdev-dummy: Fix use-after-free error.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