sflow_agent: Use snprintf() in place of sprintf().
[sliver-openvswitch.git] / lib /
2012-01-31 Ben Pfaffsflow_agent: Use snprintf() in place of sprintf().
2012-01-30 Ben Pfafftable: Avoid segmentation fault when printing an empty...
2012-01-13 Ben Pfaffnetdev-dummy: Fix use-after-free error.
2012-01-12 Ben Pfaffdpif-netdev: Make port numbers predictable for dummy...
2012-01-12 Ben Pfaffofp-util: Extend message decoding data structures with...
2012-01-12 Ben Pfaffnicira-ext: Rename "struct nxt_*" to "struct nx_*".
2012-01-11 Pravin B Shelarodp-util: Handle ipv6 in set nw action.
2012-01-11 Justin PettitDon't specify program name in passive connection man...
2012-01-11 Ben Pfaffovsdb-data: Short-circuit ovsdb_datum_includes_all...
2012-01-10 Ethan Jacksonopenflow: New Nicira Extended PACKET_IN format.
2012-01-10 Ethan Jacksonofproto-dpif: Implement PACKET_IN in userspace.
2012-01-10 Ethan Jacksonnx-match: New function nx_pull_match_loose().
2012-01-10 Ethan Jacksonflow: Create new flow_metadata structure for packet_in...
2012-01-10 Ethan Jacksonpackets: New packet_set_*() helper functions.
2012-01-10 Ethan Jacksonofputil: New function ofputil_decode_packet_in().
2012-01-10 Ethan Jacksonofp-util: Don't use ofpbuf in ofputil_packet_in struct.
2012-01-10 Ethan Jacksonofproto: Always clone packets in PACKET_IN message.
2012-01-10 Ethan Jacksonofp-print: Print checksum in ofp_packet_to_string().
2012-01-10 Ethan Jacksonofp-print: Remove tcpdump from ofp_packet_to_string().
2012-01-10 Ethan Jacksonpackets: Mask out CFI bit in eth_push_vlan().
2012-01-10 Ethan Jacksonofp-print: Remove vestigial 'total_len' argument.
2012-01-10 Ethan Jacksonflow: Improve flow_format() output.
2012-01-10 Ethan Jacksonofpbuf: Maintain header pointers in clone functions.
2012-01-10 Ethan Jacksonclassifier: Update cls_rule_set_in_port() prototype.
2012-01-02 Ben Pfaffunixctl: Improve readability of "help" output for long...
2011-12-28 Justin PettitAdd ability to restrict flow mods and flow stats reques...
2011-12-28 Ben Pfaffbundle: Fix returned error code in one bundle_check...
2011-12-27 Jesse Grosspacket: Match userspace and kernel definition of ICMP...
2011-12-21 Ben Pfaffflow: Rename 'priority' to 'skb_priority'.
2011-12-21 Ethan Jacksondpif-netdev: Fix UDP checksum calculation.
2011-12-20 Ansis Attekavswitchd: In-band rules for Controller are missing...
2011-12-19 Ben Pfaffnetflow: Move packet definitions to header file.
2011-12-19 Ben Pfaffflow: Make flow_compose() fake packets slightly more...
2011-12-19 Ben Pfafftimeval: Add ability to fast-forward time, for unit...
2011-12-19 Ben Pfaffpoll-loop: Track the poll timeout as an absolute, not...
2011-12-19 Ben Pfaffnetdev-dummy: Allow injecting traffic.
2011-12-19 Ben Pfaffpackets: New function eth_from_hex().
2011-12-19 Ben Pfaffunixctl: Implement quoting.
2011-12-19 Ben Pfaffsocket-util: Don't try to listen to a UDP socket.
2011-12-19 Ben Pfaffnetdev-linux: Report error for truncated packets on...
2011-12-19 Ben Pfaffnetdev-linux: Translate errno value to name in log...
2011-12-16 Ben Pfaffdpif-netdev: Correctly report types of dummy netdevs.
2011-12-12 Ben Pfaffdpif-linux: Avoid valgrind warning in epoll_ctl() call.
2011-12-11 Neil McKeesFlow: add Sun Industry Standards Source License 1...
2011-12-09 Ben Pfafflacp: Avoid valgrind warning in lacp_configure() if...
2011-12-07 Ben Pfaffsocket-util: Correctly return negative values for errors.
2011-12-06 Luca Giraudoofproto-dpif-sflow: allow sFlow to infer the agent...
2011-12-05 Justin Pettitnetdev-linux: Don't restrict policing to IPv4 and don...
2011-12-02 Jesse Grossdatapath: Remove custom version of ipv6_skip_exthdr().
2011-12-02 Ben Pfaffnetdev-linux: Ref and unref the netdev_linux_cache_noti...
2011-12-01 Ethan Jacksonlacp: Update header file comments.
2011-12-01 Ben Pfafflearn: Avoid 1-byte buffer underrun in learn_format().
2011-11-30 Ethan Jacksonlacp: Sort slaves in appctl output.
2011-11-30 Ethan Jacksonlacp: Remove trailing whitespace from appctl output.
2011-11-30 Ethan Jacksonlacp: Require non-zero system ID.
2011-11-28 Ethan Jacksonodp-util: Move commit_odp_actions() from ofproto-dpif.
2011-11-28 Ben Pfaffdaemon: Better log when fork child dies early from...
2011-11-28 Ben Pfaffnetlink-socket: Let the kernel choose Netlink pids...
2011-11-28 Ben Pfaffofproto: Add "fast path".
2011-11-28 Ben Pfaffdpif-linux: Use "epoll" instead of poll().
2011-11-28 Ben Pfaffdpif-linux: Use poll() internally in dpif_linux_recv().
2011-11-28 Ben PfaffRevert "poll-loop: Enable checking whether a FD caused...
2011-11-28 Ben Pfaffdpif-linux: Remove poll_fd_woke() optimization from...
2011-11-24 Simon Hormanstream: Make classes const
2011-11-23 Ben Pfaffovsdb-idl: Add assertion for synthetic records in ovsdb...
2011-11-23 Ben Pfaffpackets: New function eth_pop_vlan(), formerly dp_netde...
2011-11-23 Ben Pfaffvlan-bitmap: New function vlan_bitmap_from_array__().
2011-11-23 Ben Pfaffvlandev: New library for working with Linux VLAN devices.
2011-11-23 Ben Pfaffnetdev-linux: Reorganize slightly.
2011-11-23 Ben Pfaffnetdev: Remove netdev_get_vlan_vid().
2011-11-23 Ben Pfaffofproto-dpif: Support differing user/kernel packet...
2011-11-21 Ben Pfaffnx-match: Fold all of its data structures into mf_field.
2011-11-21 Ben Pfaffflow: New functions for setting a VLAN VID or PCP value.
2011-11-21 Ben Pfaffmeta-flow: Split ICMP into ICMPv4 and ICMPv6.
2011-11-21 Ethan Jacksondpif-netdev: Allow enqueue actions.
2011-11-21 Ethan Jacksonofp-util: Support OFPP_LOCAL in enqueue actions.
2011-11-18 Ethan Jacksontests: Allow unit tests to run as root.
2011-11-18 Ethan Jacksonbond: Remove dead conditional.
2011-11-17 Ben Pfafftests: Rewrite code for comparing sets of ODP actions.
2011-11-17 Ben Pfaffodp-util: New function odp_actions_from_string().
2011-11-17 Ben Pfaffodp-util: Add support for named ports to odp_flow_key_f...
2011-11-17 Ben Pfaffodp-util: New function factored out of put_userspace_ac...
2011-11-17 Ben Pfaffodp-util: Code formatting improvements.
2011-11-17 Ben Pfaffshash: New function shash_find_len().
2011-11-17 Ben Pfaffflow: Rename flow_compare() to flow_compare_3way().
2011-11-17 Ben Pfaffodp-util: Reorder OVS_KEY_ATTR_* cases for consistency.
2011-11-16 Ethan Jacksonflow: flow_extract() improperly parses IPv6 TOS bits.
2011-11-15 Justin Pettitstp: Fix tick remainder calculation.
2011-11-15 Justin Pettitstp: Track BPDU tx and rx counts.
2011-11-15 Ben Pfaffdatapath: Don't drop packets with partial vlan tags.
2011-11-15 Ben Pfaffdatapath: Describe policy for extending flow key, imple...
2011-11-14 Ben Pfaffdatapath: Allow flow key Netlink attributes to appear...
2011-11-14 Simon HormanMake unixctl_command_register() idempotent
2011-11-11 Ben Pfaffclassifier: Use HMAP_FOR_EACH, HMAP_FOR_EACH_CONTINUE.
2011-11-11 Ben Pfaffnetlink: Refactor and simplify nl_policy_parse().
2011-11-11 Ben Pfaffnetlink: Use NL_ATTR_FOR_EACH in nl_policy_parse().
2011-11-11 Ben Pfaffnetlink: New macro NL_POLICY_FOR.
2011-11-11 Ben Pfaffodp-util: Use ovs_key_attr_to_string() names in format_...
2011-11-11 Ben Pfaffodp-util: Adjust style.
2011-11-11 Ben Pfaffodp-util: Trigger warning for unhandled attrs in format...
next