aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-01-28packets: Create global helper is_ip_any().Ethan Jackson
2013-01-28dpif-netdev: Allow stub interfaces on the dummy datapath.Ethan Jackson
2013-01-28ofproto-dpif: Require an in_port when tracing datapath flows.Ethan Jackson
2013-01-28route-table: Add route_table_wait() to the stub implementation.Ethan Jackson
2013-01-28datapath: Remove kernel patch ports.Jesse Gross
2013-01-28datapath: Remove compatibility GRE identifier.Jesse Gross
2013-01-28datapath: Remove vport MAC address configuration.Jesse Gross
2013-01-28datapath: Remove support for Don't Fragment inheritance.Jesse Gross
2013-01-25worker: Don't have worker abort when parent dies.Justin Pettit
2013-01-25vconn: Initialize 'recv_any_version' member of struct vconn in vconn_init().Ben Pfaff
2013-01-25linux: Increase accuracy of ingress_policing_rate at low ratesThomas Graf
2013-01-25dpif-linux: Report dropped lost messages at WARN level.Justin Pettit
2013-01-24rconn: Fix null pointer dereference in rconn_add_monitor().Ben Pfaff
2013-01-24ofproto-dpif: Implement patch ports in userspace.Ethan Jackson
2013-01-22hash: Replace primary hash functions by murmurhash.Ben Pfaff
2013-01-22hash: Change mhash_finish() data measurement from words to bytes.Ben Pfaff
2013-01-22hash: Correct implementation of mhash_finish().Ben Pfaff
2013-01-20datapath: Fix nelink attribute size for flow.Pravin B Shelar
2013-01-18datapath: More flexible kernel/userspace tunneling attribute.Pravin B Shelar
2013-01-17dpif-netdev: Limit scope of vlan in dp_netdev_execute_actionsSimon Horman
2013-01-16dpif-linux: Fix segfault when a port already exists.Justin Pettit
2013-01-16Makefile.am: add check that <assert.h> is not used from unexpected files.Ben Pfaff
2013-01-16Remove useless use of <assert.h>.Ben Pfaff
2013-01-16Replace most uses of assert by ovs_assert.Ben Pfaff
2013-01-16util: Introduce ovs_assert macro.Ben Pfaff
2013-01-16netdev: Add NULL get_tunnel_config for BSD.Ed Maste
2013-01-15netdev: Parse and make available tunnel configuration.Ethan Jackson
2013-01-15tunnels: Remove support for df_inherit from userspace.Ethan Jackson
2013-01-15bond: Fix comment on bond_entry::tagZoltan Kiss
2013-01-15ofp-print.c: Fix remaining port number prints.Jarno Rajahalme
2013-01-11netdev-vport: Create new TUNNEL_CLASS macro.Ethan Jackson
2013-01-11worker: Remove unreachable statement.Ben Pfaff
2013-01-11socket-util: Use CONST_CAST in send_iovec_and_fs().Ben Pfaff
2013-01-11worker: Make worker_request_iovec() verify that it is not being reentered.Ben Pfaff
2013-01-10worker: Do not use poll_block() in worker_send_iovec().Ben Pfaff
2013-01-10vlog: Avoid calling worker_request() reentrantly.Ben Pfaff
2013-01-10dpif-linux: Give each port its own userspace-kernel channel.Justin Pettit
2013-01-10dpif-linux: Log the correct port-PID mapping.Justin Pettit
2013-01-10netdev-vport: Remove useless struct netdev_vport.Ethan Jackson
2013-01-10classifier: Fix theoretical leak in classifier_destroy().Ben Pfaff
2013-01-09dpif: Document.Ben Pfaff
2013-01-09ovs-ofctl: Remove 'ANY' as a wildcard.Gurucharan Shetty
2013-01-09openflow: Print in_port as string for reserved/special ports.Gurucharan Shetty
2013-01-08ofp-util: Fix uninitialized bytes in OF1.0 and OF1.1 table stats replies.Ben Pfaff
2013-01-08meta-flow: Fix uninitialized data parsing tnl_flags in mf_parse().Ben Pfaff
2013-01-07bond: Change rebalance ratio to be more fairZoltan Kiss
2013-01-07rconn: Avoid memory leak in rconn_send_with_limit() on queue overflow.Ben Pfaff
2013-01-07bond: Correct comments.Ben Pfaff
2013-01-04vconn: Fix parameters for vconn_open(), vconn_open_block(), pvconn_open().Ben Pfaff
2013-01-03netdev-vport: Manage ethernet addresses in userspace.Ethan Jackson