aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
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
2011-12-16dpif-netdev: Correctly report types of dummy netdevs.Ben Pfaff
2011-12-12dpif-linux: Avoid valgrind warning in epoll_ctl() call.Ben Pfaff
2011-12-10sFlow: add Sun Industry Standards Source License 1.1 as licensing optionNeil McKee