summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* datapath-windows: Implement vport dump Netlink command.Samuel Ghinet2014-09-262-8/+276
* datapath-windows: fix OVS_VPORT_TYPESamuel Ghinet2014-09-268-78/+66
* ovs-vtep: Use shlex module to split args.Gurucharan Shetty2014-09-251-3/+4
* ovs-vtep: Store physical switch name globally.Gurucharan Shetty2014-09-251-9/+11
* ovs-vtep: Clear left-over local mac information.Gurucharan Shetty2014-09-251-0/+1
* vtep-ctl: Add Tunnel table to vtep_ctl_table_class.Gurucharan Shetty2014-09-251-0/+18
* README.ovs-vtep: Remotes can be connected through VTEP's manager table.Gurucharan Shetty2014-09-252-0/+2
* lib/ofproto: Sync RSTP operational state after configuration changes.Jarno Rajahalme2014-09-251-0/+2
* netdev-dpdk: Fix crash when there is no pci numa info.Alex Wang2014-09-252-1/+7
* netdev: Fix error check.Alex Wang2014-09-251-1/+1
* ofproto-dpif-rid: remove unused return value of rid_pool_add()Simon Horman2014-09-251-3/+2
* ofproto-dpif-rid: remove struct rid_mapSimon Horman2014-09-251-12/+8
* rstp.at: Fix intermittent test failure.Alex Wang2014-09-251-0/+2
* ofproto-dpif-rid: correct logic error in rid_pool_alloc_id()Simon Horman2014-09-241-1/+1
* ovs-atomic-msvc: Fix 64 bit atomic read/writes.Gurucharan Shetty2014-09-241-13/+19
* AUTHORS: Add Selvamuthukumar <smkumar@merunetworks.com>.Ben Pfaff2014-09-241-0/+1
* ofp-actions: Fix error code for invalid table id.Selvamuthukumar2014-09-243-3/+3
* jsonrpc: Notify excessive sending backlog.Alex Wang2014-09-231-0/+10
* bridge: Refactor the stats and status update.Alex Wang2014-09-231-116/+132
* bridge: Rate limit the statistics update.Alex Wang2014-09-231-23/+31
* datapath: Constify various function argumentsThomas Graf2014-09-2312-44/+47
* datapath: Restore OVS_CB after skb_segment.Pravin B Shelar2014-09-231-0/+4
* datapath: Fix double free when ovs_nla_copy_actions() failsThomas Graf2014-09-231-1/+1
* ovs-pki: Use SHA-1 instead of SHA-512 as message digest.Alex Wang2014-09-222-2/+2
* datapath: compat: Fix compilation for 2.6.32 kernelPravin B Shelar2014-09-211-1/+1
* datapath: Remove pkt_key from OVS_CB.Pravin B Shelar2014-09-206-219/+148
* datapath: restore OVS_FLOW_CMD_NEW notificationsSamuel Gauthier2014-09-203-4/+23
* datapath: Provide compatibility for kernels up to 3.17Thomas Graf2014-09-2018-40/+114
* datapath: fix sparse warning.Pravin B Shelar2014-09-201-3/+3
* datapath: change the data type of error status to atomic_long_tLi RongQing2014-09-202-26/+13
* datapath: Remove support to set vport stats.Pravin B Shelar2014-09-203-45/+15
* dpif-netdev: Fix (packet) memory leaks in the slow path.Daniele Di Proietto2014-09-191-20/+36
* ovs-pki: Use SHA-512 instead of MD5 as message digest.Ben Pfaff2014-09-193-2/+6
* dpif-netdev: Allow multi-rx-queue, multi-pmd-thread configuration.Alex Wang2014-09-1911-8/+198
* ovs-numa: Add support for cpu-mask configuration.Alex Wang2014-09-192-14/+86
* dpif-netlink: rename linux_flow variable to datapath_flowNithin Raju2014-09-191-16/+16
* datapath-windows: add OVS_DP_CMD_SET and OVS_DP_CMD_GET transaction supportNithin Raju2014-09-191-9/+141
* extract-odp-netlink-windows-dp-h: add definition of IFNAMSIZNithin Raju2014-09-191-1/+2
* lib/netlink-socket.c: add support for nl_transact() on WindowsNithin Raju2014-09-191-20/+81
* datapath-windows: add OvsCompareString() to compare stringsNithin Raju2014-09-192-0/+16
* datapath-windows: return TRUE on success in NlAttrValidateNithin Raju2014-09-191-2/+5
* travis: Allow testsuite to run with GCC or Clang.Ben Pfaff2014-09-191-6/+7
* travis: Include testsuite.log on failure.Ben Pfaff2014-09-191-1/+7
* netdev-dpdk: Fix a bug in netdev_dpdk_set_multiq().Alex Wang2014-09-191-6/+7
* netdev-dpdk: Fix a typo.Alex Wang2014-09-191-2/+2
* coverage: Remove unused macro.Ben Pfaff2014-09-191-4/+1
* FAQ: Fix a newline problemYAMAMOTO Takashi2014-09-201-1/+2
* FAQ: Add an entry about reconfigurationYAMAMOTO Takashi2014-09-201-0/+26
* netdev-dpdk: Pass queue id to dpdk_do_tx_copy().Alex Wang2014-09-181-6/+5
* datapath-windows: NetLink kernel side, Event subscription and notificationEitan Eliahu2014-09-181-10/+93