summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* datapath-windows: Fixes during integration testing.Ankur Sharma2014-10-232-2/+4
* datapath-windows: Calling OvsAddPidInstance and OvsDelPidInstanceAnkur Sharma2014-10-231-0/+20
* datapath-windows: pid-instance hash table data structure.Ankur Sharma2014-10-234-1/+20
* stream-tcp, stream-ssl: Remove unneeded getsockname() calls.Ben Pfaff2014-10-232-16/+0
* tunnel: Add to nw_tos bits instead of replacing them in tnl_port_send().Ben Pfaff2014-10-231-1/+1
* netlink-socket: Use poll_immediate_wake() on Windows.Nithin Raju2014-10-221-1/+2
* datapath-windows: Return success when duplicate flow is added.Nithin Raju2014-10-221-1/+3
* Use magic ETH_ADDR_LEN instead of 6 for Ethernet address length.Wang Sheng-Hui2014-10-2217-47/+65
* datapath: net: make skb_gso_segment error handling more robustPravin B Shelar2014-10-211-0/+2
* netlink-socket: Fix nl_sock_recv__() on Windows.Nithin Raju2014-10-211-4/+6
* datapath-windows: Fixes in packet created for userspaceNithin Raju2014-10-211-3/+9
* datapath-windows: Fix key parsing in Flow.c.Nithin Raju2014-10-211-21/+36
* datapath-windows: event read should not fail when no eventsNithin Raju2014-10-211-0/+4
* dpif: Fix crash in format_odp_actions() due to NULL actions.Madhu Challa2014-10-211-2/+2
* datapath-windows: Implement missed packet kernel-to-user mode notification.Eitan Eliahu2014-10-202-0/+31
* stream-fd: Merge stream-fd-windows and stream-fd-unix.Gurucharan Shetty2014-10-203-286/+44
* Makefile.am: Properly indent INSTALL.DPDKThomas Graf2014-10-201-1/+1
* INSTALL.DPDK: improve documentationDaniele Di Proietto2014-10-201-32/+19
* netdev-dpdk: Move to DPDK 1.7.1maryam.tahhan2014-10-204-7/+7
* lib/dpif-netdev: Fix EMC lookup.Jarno Rajahalme2014-10-171-15/+16
* datapath: fix a use after freeLi RongQing2014-10-171-5/+6
* datapath: use vport instead of pFabian Frederick2014-10-171-2/+2
* datapath-windows: netdev-windows fixes for vswitchd bringup.Ankur Sharma2014-10-171-1/+29
* datapath-windows: Packet subscribe handlerEitan Eliahu2014-10-178-88/+111
* xenserver: Add ovs-docker to the spec file.Gurucharan Shetty2014-10-171-0/+1
* lib/dpif-netdev: Integrate megaflow classifier.Jarno Rajahalme2014-10-175-247/+535
* AUTHORS: Add Dongdong and Chunhe Li.Ben Pfaff2014-10-171-0/+2
* rhel: Change service providers to 'openvswitch'.Dongdong2014-10-171-1/+1
* datapath-windows: Add packet miss read Netlink command.Eitan Eliahu2014-10-164-8/+60
* ofproto-dpif-xlate: Support BFD, CFM, carrier, and LACP for port liveness.Ben Pfaff2014-10-161-15/+2
* docker: Integrate docker containers with Open vSwitch.Gurucharan Shetty2014-10-169-1/+294
* datapath-windows: Fix compilation error in release build.Eitan Eliahu2014-10-161-1/+2
* ofproto-dpif-xlate: Use bfd forwarding status in fast-failover groups.Niels van Adrichem2014-10-161-0/+6
* datapath-windows: Fixes in OvsSetVportCmdHandler()Nithin Raju2014-10-161-15/+27
* datapath-windows: Add netlink command vport setNithin Raju2014-10-161-0/+119
* datapath-windows: Action not supported error handlingAnkur Sharma2014-10-153-18/+41
* datapath-windows: OVS_PACKET_CMD_EXECUTE handler.Ankur Sharma2014-10-151-4/+107
* datapath-windows: changes to existing PACKET_CMD handler.Ankur Sharma2014-10-153-26/+8
* datapath-windows: OVS_PACKET_CMD_EXECUTE command handler.Ankur Sharma2014-10-153-5/+36
* datapath-windows: Making Flow parsing policies global.Ankur Sharma2014-10-151-4/+4
* datapath-windows: Transactional error fix for flow dump.Ankur Sharma2014-10-151-43/+18
* datapath-windows: Upcall NL packet format: Call NL missed packet functionEitan Eliahu2014-10-155-282/+30
* datapath-windows: Upcall NL packet format: Queue elem for packe in NL format.Eitan Eliahu2014-10-152-0/+323
* datapath-windows: Upcall NL packet format: Parametrized Key to NL conversion.Eitan Eliahu2014-10-152-16/+64
* datapath-windows: Upcall NL packet format: Add NL utilitiesEitan Eliahu2014-10-151-0/+22
* Revert "lib/classifier: Minimize critical section."Jarno Rajahalme2014-10-151-8/+12
* lib/classifier: Minimize critical section.Jarno Rajahalme2014-10-141-12/+8
* datapath-windows: Fix CtrlLock acquire issue in OvsReadEventCmdHandlerAnkur Sharma2014-10-141-4/+5
* nicira-ext.h: Update commentsYAMAMOTO Takashi2014-10-141-4/+9
* ovs-vtep: Add support for bfd tunnels.Gurucharan Shetty2014-10-131-2/+176