summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ofp-actions: Add extension to support "group" action in OF1.0.Ben Pfaff2016-07-144-10/+12
* AUTHORS: Add Eziz Durdyyev.Ben Pfaff2016-07-141-0/+1
* token-bucket: Correctly truncate existing tokens.Eziz Durdyyev2016-07-141-1/+1
* Windows: Use NETLINK_NETFILTER instead of NETLINK_GENERICSairam Venugopal2016-07-132-8/+1
* Windows: Add support for handling protocol (netlink family)Sairam Venugopal2016-07-134-3/+194
* ovn-sbctl: Adjust formatting of lflow-list.Russell Bryant2016-07-132-80/+121
* ofproto: Fix consistent hashingLiran Schour2016-07-131-3/+2
* sset: New function sset_from_delimited_string().Ben Pfaff2016-07-134-20/+26
* ovn-northd: Use ovs_be32 for an IP address in find_lrp_member_ip().Ben Pfaff2016-07-131-1/+1
* system-common-macros.at: Add a iface-id to interfaces.Gurucharan Shetty2016-07-131-1/+2
* system-common-macros: Enhance ADD_VETH to take mac and gateway.Gurucharan Shetty2016-07-131-1/+10
* ovsdb-client: Move iterator definition to prevent shadowing.Justin Pettit2016-07-131-2/+1
* dpctl: Fix shadowed iterator in show_dpif().Justin Pettit2016-07-131-7/+4
* ovn-northd: Fix shadowed iterators in port security functions.Justin Pettit2016-07-131-15/+15
* ovn-nbctl: Print router port networks in "show".Justin Pettit2016-07-132-2/+18
* ovn: Support multiple addresses on a single logical router port.Justin Pettit2016-07-1210-225/+541
* ovn-northd: Use strings from extract_lsp_addresses().Justin Pettit2016-07-121-162/+176
* ovn-util: Remove 'store_ipv6' argument from extract_lsp_addresses().Justin Pettit2016-07-124-28/+9
* ovn-util: Add string representations to 'lport_addresses'.Justin Pettit2016-07-124-35/+86
* ovn-northd: Use strings for IP addresses in router instances of "ovn_port".Justin Pettit2016-07-121-32/+45
* ovn-northd: Use dynamic strings when building router and switch flows.Justin Pettit2016-07-121-101/+102
* ovn: Remove 'default_gw' from logical router table.Justin Pettit2016-07-124-44/+4
* ovn: Add xxreg[01] symbols.Justin Pettit2016-07-123-0/+18
* ovn: Renumber logical field registers to the newly extended registers.Justin Pettit2016-07-125-47/+59
* Introduce 128-bit xxregs.Justin Pettit2016-07-1213-6/+184
* Increase number of registers to 16.Justin Pettit2016-07-1213-50/+96
* ovn-northd: Fix comments about the flows.Justin Pettit2016-07-121-16/+16
* ovn-controller: Log OpenFlow errors at "info" level.Justin Pettit2016-07-121-7/+16
* ofctrl: Fix non-sensical comment.Justin Pettit2016-07-121-1/+1
* ovs-bugtool: Port to python3.Joe Stringer2016-07-121-5/+6
* system-traffic: Use NC_EOF_OPT in truncate tests.Joe Stringer2016-07-111-7/+7
* datapath: Fix ip tunnel compilation for newer kernel.Pravin B Shelar2016-07-113-34/+18
* datapath-windows: remove unused 'ovsUserTimestampDelta'Nithin Raju2016-07-111-1/+0
* ovn-controller: Change strategy for gateway conntrack zone allocation.Gurucharan Shetty2016-07-097-13/+37
* ovn: Remove unreferenced patched datapaths.Darrell Ball2016-07-092-4/+41
* datapath: backport: iptunnel: make rx/tx bytes counters consistentPravin B Shelar2016-07-081-1/+1
* datapath: backport: ovs/vxlan: fix rtnl notifications on iface deletionPravin B Shelar2016-07-081-23/+34
* datapath: backport: ovs/geneve: fix rtnl notifications on iface deletionPravin B Shelar2016-07-081-0/+4
* datapath: backport: ovs/gre,geneve: fix error path when creating an ifacePravin B Shelar2016-07-082-10/+14
* datapath: backport: geneve: fix tx_errors statisticsPravin B Shelar2016-07-081-4/+4
* datapath: backport: udp: prevent skbs lingering in tunnel socket queuesPravin B Shelar2016-07-082-9/+5
* datapath: backport: udp_offload: Set encapsulation before inner completes.Pravin B Shelar2016-07-082-0/+5
* datapath: backport: geneve: add IPv6 bits to geneve_fill_metadata_dstPravin B Shelar2016-07-081-7/+22
* datapath: compat: get rid of OVS_CB inner header offsets.Pravin B Shelar2016-07-084-72/+10
* datapath: backport: openvswitch: correct encoding of set tunnel action attrib...Pravin B Shelar2016-07-081-1/+4
* datapath: compat: Use dst-cache for Geneve and VxLAN tunnels.Pravin B Shelar2016-07-086-4/+101
* datapath: Add support for IPv6 tunnels.Pravin B Shelar2016-07-085-45/+98
* datapath: compat: Update Geneve and VxLAN modules.Pravin B Shelar2016-07-0811-1114/+1781
* datapath: compat: Add support for IPv6 UDP tunnel segmentation.Pravin B Shelar2016-07-084-29/+88
* datapath: compat: Prepare tnl-segmentation for ipv6.Pravin B Shelar2016-07-081-4/+6