summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* ovn: Add 'na' action and lflow for NDZong Kai LI2016-07-022-0/+33
* flow: New function is_nd().Ben Pfaff2016-07-025-22/+28
* Windows: Ignore the dpif conversions for windows in netlink-conntrack.cSairam Venugopal2016-07-011-0/+10
* Windows: Add conntrack dump and flush support in userspaceSairam Venugopal2016-07-013-16/+42
* lib: Use a more accurate value for CPU count (sched_getaffinity).David Marchand2016-07-011-63/+15
* bridge: fix windows buildAnsis Atteka2016-06-291-1/+1
* bfd: Allow setting OAM bit when encapsulated in tunnel.Jesse Gross2016-06-292-2/+7
* bridge: allow OVS to interact with controller through sockets outside run dirAnsis Atteka2016-06-274-0/+49
* util: New function nullable_xstrdup().Ben Pfaff2016-06-267-12/+17
* ofp-util: Zero out padding bytes in ofputil_ipfix_stats_to_reply().Ben Pfaff2016-06-261-0/+1
* netdev-dpdk: Fix using uninitialized link_status.Ilya Maximets2016-06-241-1/+3
* ovsdb-idl: Fix issues detected in Partial Map Update featureLutz, Arnoldo2016-06-242-1/+12
* netdev-dummy: Allow configuring the numa_id for testing purposes.Daniele Di Proietto2016-06-241-6/+19
* ofp-actions: Add truncate action.William Tu2016-06-2413-4/+291
* netdev-linux: Add new QoS type linux-noop.bschanmu@redhat.com2016-06-231-1/+48
* ovn-controller: Add 'put_dhcp_opts' action in ovn-controllerNuman Siddique2016-06-231-0/+13
* netlink-notifier: change message to a less scary oneThadeu Lima de Souza Cascardo2016-06-231-1/+1
* tun-metadata: Use correct offset when accessing fragmented metadata.Jesse Gross2016-06-211-2/+2
* netdev-dpdk: NUMA Aware vHost UserCiara Loftus2016-06-171-3/+34
* ipfix: Support tunnel information for Flow IPFIX.Benli Ye2016-06-173-16/+85
* netdev-dpdk: Remove vhost send retries when no packets have been sent.Kevin Traynor2016-06-141-28/+6
* ofp-util: Fix parsing of parenthesized values within key-value pairs.Ben Pfaff2016-06-141-44/+67
* ovs-ofctl: Fixed PID file naming on windowsPaul Boca2016-06-141-2/+6
* ipfix: Add support for exporting ipfix statistics.Benli Ye2016-06-143-0/+185
* ovs-vsctl: Support identifying Flow_Sample_Collector_Set records by id.Ben Pfaff2016-06-131-11/+24
* netlink-notifier: Support multiple groups.Jarno Rajahalme2016-06-134-58/+71
* dpif-netdev: Print installed flows in dpif format.Jesse Gross2016-06-131-5/+17
* odp-util: Remove odp_in_port from struct odp_flow_key_parms.Jesse Gross2016-06-134-14/+3
* packets: Parse IP address strings with a zero length prefix.Justin Pettit2016-06-111-5/+5
* ovn-controller: Fix memory leak reported by valgrind.William Tu2016-06-101-0/+1
* ovs-numa: Fix a compilation errorYAMAMOTO Takashi2016-06-091-1/+1
* vswitchd: Add --dummy-numa command line option.Daniele Di Proietto2016-06-072-27/+148
* netdev-dummy: Introduce sched_yield() in rxq_recv() for pmd devices.Daniele Di Proietto2016-06-071-0/+15
* ovs-numa: Introduce function to set current thread affinity.Daniele Di Proietto2016-06-075-19/+29
* ovs-numa: Remove non-linux stubs.Daniele Di Proietto2016-06-073-117/+17
* debian, rhel: Ship ovs shared libraries and header filesEdwin Chiu2016-06-072-2/+2
* netdev-dummy: Add multiqueue support to dummy-pmd.Ilya Maximets2016-06-061-21/+106
* dpctl: Implement dpctl/flow-get for dpif-netdev.Ilya Maximets2016-06-062-16/+37
* netdev-dummy: Add dummy-pmd class.Ilya Maximets2016-06-061-68/+81
* ofp-print: Sort queues before printing in OFPT_QUEUE_GET_CONFIG_REPLY.Ben Pfaff2016-06-031-15/+45
* netdev-native-tnl: Fix treatment of GRE key on big-endian systems.Ben Pfaff2016-06-032-4/+32
* types: Change ofp_port_t from uint16_t to uint32_t.Ben Pfaff2016-06-031-1/+1
* netdev: Fix typo in comment.Ben Pfaff2016-06-031-1/+1
* route-table: If device is not there, route is still parseable.Thadeu Lima de Souza Cascardo2016-06-031-1/+5
* rconn: Disable probe for local connections.nghosh@us.ibm.com2016-06-031-0/+4
* netdev-dpdk: vhost-user port link state fixZoltán Balogh2016-06-021-2/+25
* netdev-vport: Update copyright headersThadeu Lima de Souza Cascardo2016-06-022-0/+2
* netdev-vport: remove unneeded headersThadeu Lima de Souza Cascardo2016-06-024-34/+18
* util: Drop 'date' and 'time' arguments from ovs_set_program_nameMarkos Chandras2016-05-261-12/+5
* netdev-dpdk.c: Add ingress-policing functionality.Ian Stokes2016-05-241-4/+149