aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2011-12-09lacp: Avoid valgrind warning in lacp_configure() if custom timing not used.Ben Pfaff
2011-12-07socket-util: Correctly return negative values for errors.Ben Pfaff
2011-12-06ofproto-dpif-sflow: allow sFlow to infer the agent device.Luca Giraudo
2011-12-05netdev-linux: Don't restrict policing to IPv4 and don't call "tc".Justin Pettit
2011-12-02datapath: Remove custom version of ipv6_skip_exthdr().Jesse Gross
2011-12-02netdev-linux: Ref and unref the netdev_linux_cache_notifier for taps too.Ben Pfaff
2011-12-01lacp: Update header file comments.Ethan Jackson
2011-12-01learn: Avoid 1-byte buffer underrun in learn_format().Ben Pfaff
2011-11-30lacp: Sort slaves in appctl output.Ethan Jackson
2011-11-30lacp: Remove trailing whitespace from appctl output.Ethan Jackson
2011-11-30lacp: Require non-zero system ID.Ethan Jackson
2011-11-28odp-util: Move commit_odp_actions() from ofproto-dpif.Ethan Jackson