aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-08-21bond: Tag flows according to their hash bucket, not just their slave.Ben Pfaff
2012-08-03datapath: Relax set header validation.Jesse Gross
2012-08-03flow: Correctly consider nw_frag_mask in some flow_wildcards_*() functions.Ben Pfaff
2012-07-11cfm: Always initialize CCM "internal_ms_x" extension field.Ben Pfaff
2012-06-26lib: Do not assume sig_atomic_t is int.Ed Maste
2012-06-13vlog: Avoid use-after-free in corner case.Ben Pfaff
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-21hmap: New function hmap_contains().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-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-02-27dpif-linux: Make dpif_linux_port_query_by_name() query only one datapath.Ben Pfaff
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-12multipath: Correctly calculate number of required destination bits.Ben Pfaff
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-22dpif-netdev: Correctly report types of dummy netdevs.Ben Pfaff
2011-12-10sFlow: add Sun Industry Standards Source License 1.1 as licensing optionNeil McKee
2011-12-07socket-util: Correctly return negative values for errors.Ben Pfaff
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
2011-11-28daemon: Better log when fork child dies early from signals.Ben Pfaff
2011-11-28netlink-socket: Let the kernel choose Netlink pids for us.Ben Pfaff
2011-11-28ofproto: Add "fast path".Ben Pfaff
2011-11-28dpif-linux: Use "epoll" instead of poll().Ben Pfaff
2011-11-28dpif-linux: Use poll() internally in dpif_linux_recv().Ben Pfaff
2011-11-28Revert "poll-loop: Enable checking whether a FD caused a wakeup."Ben Pfaff
2011-11-28dpif-linux: Remove poll_fd_woke() optimization from dpif_linux_recv().Ben Pfaff
2011-11-23stream: Make classes constSimon Horman
2011-11-23ovsdb-idl: Add assertion for synthetic records in ovsdb_idl_read().Ben Pfaff
2011-11-23packets: New function eth_pop_vlan(), formerly dp_netdev_pop_vlan().Ben Pfaff
2011-11-23vlan-bitmap: New function vlan_bitmap_from_array__().Ben Pfaff
2011-11-23vlandev: New library for working with Linux VLAN devices.Ben Pfaff
2011-11-23netdev-linux: Reorganize slightly.Ben Pfaff
2011-11-23netdev: Remove netdev_get_vlan_vid().Ben Pfaff
2011-11-23ofproto-dpif: Support differing user/kernel packet parsing support.Ben Pfaff