summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* netdev-dpdk.c: Add generic policer functions.Ian Stokes2016-05-241-28/+37
* ofp-actions: Allow conntrack action in group buckets.Jarno Rajahalme2016-05-241-1/+2
* netdev-native-tnl: Fix IPv6 tos bits handling.Pravin B Shelar2016-05-231-2/+5
* netdev-native-tnl: Introduce ip_build_header()Pravin B Shelar2016-05-235-64/+131
* netdev-dpdk: Use ->reconfigure() call to change rx/tx queues.Daniele Di Proietto2016-05-239-174/+160
* netdev: Add reconfigure request mechanism.Daniele Di Proietto2016-05-238-0/+73
* dpif-netdev: Handle errors in reconfigure_pmd_threads().Daniele Di Proietto2016-05-231-30/+48
* dpif-netdev: Change pmd thread configuration in dpif_netdev_run().Daniele Di Proietto2016-05-232-63/+84
* ovs-thread: Do not quiesce in ovs_mutex_cond_wait().Daniele Di Proietto2016-05-232-4/+5
* dpif-netdev: Use hmap for ports.Daniele Di Proietto2016-05-231-44/+67
* hmap: Use struct for hmap_at_position().Daniele Di Proietto2016-05-234-23/+29
* dpif-netdev: Add pmd thread local port cache for transmission.Daniele Di Proietto2016-05-231-102/+242
* dpif-netdev: Fix race condition in pmd thread initialization.Daniele Di Proietto2016-05-231-13/+12
* dpif-netdev: Add functions to modify rxq without reloading pmd threads.Daniele Di Proietto2016-05-231-21/+56
* dpif-netdev: Factor out port_create() from do_add_port().Daniele Di Proietto2016-05-231-26/+43
* dpif-netdev: Remove unused 'index' in dp_netdev_pmd_thread.Daniele Di Proietto2016-05-231-9/+5
* dpif-netdev: Destroy 'port_mutex' in dp_netdev_free().Daniele Di Proietto2016-05-231-0/+1
* netdev-native-tnl: Fix a build error on NetBSD 7.0YAMAMOTO Takashi2016-05-231-0/+1
* netdev-dpdk: Improve pthread_getaffinity_np() fail handling.Kevin Traynor2016-05-201-16/+21
* netdev-dpdk: Fix coremask logic.Kevin Traynor2016-05-201-1/+1
* ofproto-dpif-xlate: Fix IGMP megaflow matching.Ben Pfaff2016-05-204-28/+59
* dpif-netdev: Initialize packet RSS hash in dpif_netdev_execute().Daniele Di Proietto2016-05-201-0/+11
* dpif: Pass flow parameter to dpif_execute().Daniele Di Proietto2016-05-202-1/+4
* flow: Fix uninitialized reads in [mini]flow_hash_5tuple().Daniele Di Proietto2016-05-201-10/+32
* stp: Initialize mutex whenever we register unixctl command.Ben Pfaff2016-05-201-12/+15
* dpif: Remove a warningYAMAMOTO Takashi2016-05-201-2/+0
* tnl-ports: Handle STT ports.Pravin B Shelar2016-05-182-30/+56
* tunnel: Add IP ECN related functions.Pravin B Shelar2016-05-182-0/+28
* dpif-netdev: Refactor userspace actionPravin B Shelar2016-05-181-15/+26
* dpif-netdev: Refactor fast path process function.Pravin B Shelar2016-05-181-58/+70
* dpif-netdev: Fix memory leak in tunnel header push action.Pravin B Shelar2016-05-181-6/+10