cascardo/ovs.git
2015-12-22 Daniele Di... dpctl: Add new 'flush-conntrack' command.
2015-12-22 Daniele Di... dpif-netlink: Implement ct_flush.
2015-12-22 Daniele Di... dpctl: Add 'conntrack-dump' command.
2015-12-22 Daniele Di... dpif-netlink: Implement ct_dump_{start,next,done}.
2015-12-22 Daniele Di... ct-dpif: Add ct_dpif_flush().
2015-12-22 Daniele Di... ct-dpif: Add ct_dpif_dump_{start,next,done}().
2015-12-22 Daniele Di... netlink-conntrack: New module.
2015-12-22 Daniele Di... ct-dpif: New module.
2015-12-22 Russell Bryanttests: Add ovn keyword to all ovn tests.
2015-12-21 Pravin B Shelardatapath: Backport: openvswitch: Fix serialization...
2015-12-21 Aaron Conoledatapath/vport: Remove an invalid comment
2015-12-21 Pravin B Shelardatapath: stt: Fix device list management.
2015-12-21 Ben Pfaffstream-ssl: Fix misleading bound address format.
2015-12-21 Anupam Chandaovs-vtep: Clean up local mac entries on startup.
2015-12-21 Numan SiddiqueRemove broken pipe warning logs from ovsdb-server.log...
2015-12-20 Pravin B Shelardatapath: stt: Fix error handling in stt_start().
2015-12-20 Pravin B Shelardatapath: stt: Do not access stt_dev socket in lookup.
2015-12-19 Ben Pfafftun-metadata: Fix memory leak in tun_metadata_add_entry...
2015-12-19 Joe Stringercompat: Backport conntrack strictly to v3.10+.
2015-12-19 Joe Stringercompat: Always use own __ipv6_select_ident().
2015-12-18 Han Zhouovsdb: separate json cache for different monitor versions
2015-12-17 Pravin B Shelardatapath: stt: Use RCU API to update stt-dev list.
2015-12-16 Gurucharan... ovn-ctl: Add daemon status functions.
2015-12-16 Ilya Maximetsovs-lib: Try to call exit before killing.
2015-12-16 Ben Pfaffactions: Bundle action parsing parameters into a structure.
2015-12-16 Ben Pfaffactions: Factor parsing a single action into a new...
2015-12-16 Ben Pfaffactions: Factor out new helper function add_prerequisite().
2015-12-16 Ben PfaffUse ip_parse() and ipv6_parse() and variants in more...
2015-12-16 Ben Pfaffpackets: Add new functions for IPv4 and IPv6 address...
2015-12-16 Ben Pfaffpackets: New macro ETH_ADDR_STRLEN.
2015-12-16 Ben Pfaffsparse: Define INET_ADDRSTRLEN.
2015-12-16 Ben Pfafftests: Fix typo in comment.
2015-12-15 Mengke Liugeneve-map-rename: rename geneve-map to tlv-map.
2015-12-15 Russell Bryantovn: Use constants for conntrack state bits.
2015-12-15 Andy Zhoulib: fix sparse warnings
2015-12-15 Joe Stringerlib: Use proper type cast to poison lists.
2015-12-15 Nithin Rajudatapath-windows: remove ASSERT in OvsDoFlowLookupOutput()
2015-12-15 Ben Pfaffjsonrpc-server: Use prototype style for ovsdb_jsonrpc_d...
2015-12-14 Daniele VenturinoAUTHORS: Add Carlo Andreotti
2015-12-14 Alin Serdeanconfifugre: Fix broken sed calls in shell code.
2015-12-14 Alin Serdeandatapath-windows: Cleanup unused variables
2015-12-11 Alin Serdeandatapath-windows: Cleanup Stt.c
2015-12-11 Andy Zhouovsdb: test ovs-vswitchd for backward compatibility
2015-12-11 Andy Zhoulib: add monitor2 support in ovsdb-idl.
2015-12-11 Andy Zhouovsdb-client: support monitor2
2015-12-11 Andy Zhouovsdb: enable jasonrpc-server to service monitor2 request
2015-12-11 Andy Zhouovsdb: generate update2 notification for a monitor2...
2015-12-11 Andy Zhoulib: add diff and apply diff APIs for ovsdb_datum
2015-12-11 Andy Zhouovsdb-date.at: convert tabs into spaces
2015-12-11 Andy Zhoulib: avoid set size check when generating diff datum...
2015-12-11 Andy Zhouovsdb: refactor, add ovsdb_monitor_max_columns()
2015-12-11 Pravin B Shelardatapath: compat: Block upstream ip_tunnels functions.
2015-12-11 Pravin B Shelardatapath: define compat ip_tunnel_get_link_net()
2015-12-11 Pravin B Shelardatapath: define compat ip_tunnel_get_iflink()
2015-12-11 Alin Serdeandatapath-windows: Fix small bug in STT
2015-12-11 Alin Serdeandatapath-windows: Add GRE TEB support for windows datapath
2015-12-11 Sairam Venugopaldatapath-windows: Fix compilation issue
2015-12-11 Justin Pettitovn-controller: Add clarifying comment about main loop...
2015-12-11 Russell Bryantxml2nroff: Read whole file instead of line by line.
2015-12-11 Russell Bryantxml2nroff: Don't use built-in function name.
2015-12-11 Russell Bryantxml2nroff: Fix issues pointed out by flake8.
2015-12-11 Russell Bryantxml2nroff: Don't use import *.
2015-12-11 Russell Bryantxml2nroff: Drop duplicated usage().
2015-12-11 Russell Bryantovn: Fix ACLs for child logical ports.
2015-12-11 Pravin B Shelardatapath: Backport: skbuff: Fix skb checksum partial...
2015-12-11 Pravin B Shelardatapath: Fix STT packet receive handling.
2015-12-11 Daniele Di... FAQ: Add entry about different datapaths features.
2015-12-11 Daniele Di... odp-util: Correctly [de]serialize mask for ND attributes.
2015-12-11 Daniele Di... odp-util: Return exact mask if netlink mask attribute...
2015-12-11 Daniele Di... odp-util: Commit ICMP set only for ICMP packets.
2015-12-11 Daniele Di... tnl-ports: Generate mask with correct prerequisites.
2015-12-11 Daniele Di... ofproto-dpif-xlate: Fix revalidation in execute_control...
2015-12-11 Daniele Di... dpif-netdev: Initialize match.tun_md in various places.
2015-12-11 Joe Stringerdatapath: Define nf_connlabels_{put,get}.
2015-12-10 Joe Stringerdatapath: Respect conntrack zone even if invalid.
2015-12-09 Russell BryantCONTRIBUTING: Document the Fixes header.
2015-12-09 Russell Bryantovn: Fix ct_state bit mappings in OVN symtab.
2015-12-08 Jarno Rajahalmeseq: Add a coverage counter for seq_change.
2015-12-08 Nithin Rajudatapath-windows: Don't assert for unknown actions
2015-12-08 Pravin B Shelardatapath: Backport: vxlan: interpret IP headers for...
2015-12-08 Pravin B Shelardatapath: Backport: vxlan: fix incorrect RCO bit in...
2015-12-08 Pravin B Shelardatapath: Backport: openvswitch: properly refcount...
2015-12-08 Pravin B Shelardatapath: Backport: openvswitch: fix hangup on vxlan...
2015-12-08 Ben Pfaffdatapath: Avoid warning for unused static data on Linux...
2015-12-08 Ben PfaffNEWS: Improve organization.
2015-12-07 Ilya Maximetsofproto-dpif: add reply on error in ofproto/tnl-push-pop
2015-12-04 Daniele Di... ofproto-dpif: Validate NAT action support.
2015-12-04 Daniele Di... odp-util: Consider NAT bits in conversions and format.
2015-12-04 Jarno Rajahalmetests: Check for NAT modules in system testsuite.
2015-12-04 Jarno Rajahalmebond: Use correct type for slave's change_seq.
2015-12-04 Ben Pfaffovs-ofctl: Fix manpage formatting typo.
2015-12-04 Han Zhouovn: support ARP response for known IPs
2015-12-04 Thadeu Lima... tests: Add tunnel-push-pop-ipv6 tests
2015-12-04 Thadeu Lima... Allow flow-based IPv6 tunnels to be configured with...
2015-12-04 Thadeu Lima... tnl-neigh-cache: Remove tnl_arp_lookup().
2015-12-04 Thadeu Lima... ofproto-dpif-xlate: Support IPv6 when sending to tunnel
2015-12-04 Thadeu Lima... netdev-vport: Add IPv6 support for build/push/pop tunne...
2015-12-04 Ben Pfaffpackets: Introduce in6_addr_mapped_ipv4() and use where...
2015-12-04 Kevin Loovs-router: fix compile error on FreeBSD
2015-12-04 Justin PettitPrepare for post-2.5.0 (2.5.90).
next