cascardo/ovs.git
2015-03-10 Edwin Chiuxenserver: Fix build spec for XenServer 6.5.
2015-03-09 Daniele Di... vtep: fix '--enable-shared' build and 'make distcheck'.
2015-03-06 Ben Pfaffbridge: Enable RSTP if both STP and RSTP are enabled.
2015-03-06 Ben PfaffFAQ.md: Explain why "ovs-vsctl show" shows a port but...
2015-03-05 Justin Pettitvtep: Move vtep IDL files into new "libvtep.la".
2015-03-05 Gurucharan... windows/syslog: Remove duplicate definition.
2015-03-05 Gurucharan... netdev-windows: Fix broken compilation.
2015-03-05 Justin Pettitovsdb-idlc: Generate comments for "*_set_*" functions.
2015-03-05 Justin Pettitovsdb-idlc: Remove "*_get_*" warning from header file.
2015-03-05 Justin Pettitovsdb-idlc: Add comments for remaining non-"set" non...
2015-03-05 Justin Pettitovsdb-idlc: Use column name for "*_set_*" smap arguments.
2015-03-04 Jarno Rajahalmeofproto-dpif-upcall: Create ukey only for miss upcalls.
2015-03-04 Jarno Rajahalmeofproto-dpif-xlate: Fix indentation.
2015-03-04 Jarno Rajahalmeofproto-dpif-xlate: Free recirculation ID in an error...
2015-03-04 Jarno Rajahalmeofproto-dpif-xlate: Don't translate action set when...
2015-03-04 Ben Pfaffovs-bugtool: Improve manpage.
2015-03-04 Mark Kavanaghlib: upgrade to DPDK v1.8.0
2015-03-04 Pravin B Shelarlldp: Fix DPDK build.
2015-03-04 Alex Wangtest-hash: Do not exit check_word_hash() when there...
2015-03-04 Alex Wangtest-hash: Test hash_bytes128() with single 128-bit...
2015-03-04 Ben PfaffAUTHORS: Update Alexei Froloff's email address.
2015-03-04 YAMAMOTO Takashidp-packet.h: Fix a typo in #endif comment
2015-03-04 YAMAMOTO Takashinetdev-bsd: Fix a compilation error
2015-03-04 Ben Pfafflldp: Fully parenthesize some macro definitions.
2015-03-04 Ben Pfafflldp: Remove unused definitions from headers.
2015-03-04 Ben Pfafflldpd: Fix use of list of struct lldpd_hardware.
2015-03-04 Ben Pfafflldpd: Fix use of list of struct lldpd_chassis.
2015-03-04 Ben Pfafflldpd-structs: Declare Boolean member as one bit, not...
2015-03-04 Ben Pfafflldpd: Remove unused members from struct lldpd.
2015-03-04 Ben Pfafflldp: Use ETH_ADDR_FMT.
2015-03-04 Ben Pfafflldp: Remove excessive parentheses.
2015-03-04 Ben Pfafflldpd: Fix return value convention for "send" function.
2015-03-04 Ben Pfafflldpd: Remove unused ALIGNED_CAST macro.
2015-03-04 Ben Pfafflldpd: Use CONTAINER_OF instead of cast, for safety.
2015-03-04 Ben Pfafflldpd: Remove obsolete comment.
2015-03-04 Ben Pfaffovs-lldp: Remove unneeded NULL checks on free().
2015-03-04 Ben Pfafflldp: Miscellaneous coding style fixes.
2015-03-04 Ben Pfafflldpd-structs: Fix type of c_id member.
2015-03-04 Ben Pfaffovs-lldp: Use better types for ISID and VLANs.
2015-03-04 Ben Pfafflldp-structs: Fix use of list of struct lldpd_port.
2015-03-04 Ben Pfafflldp-structs: Fix use of list of struct lldpd_mgmt.
2015-03-04 Ben Pfafflldp-structs: Fix use of list of lldpd_aa_isid_vlan_map...
2015-03-04 Ben Pfafflldp: Change representation of ISID to uint32_t.
2015-03-04 Ben Pfafftest-aa: Make variables local to this file static.
2015-03-04 Ben Pfafflldpd-structs: Fix spelling error in message.
2015-03-04 Ben Pfafflldp: Declare "bool" variables as type "bool".
2015-03-04 Ben Pfafflldp: Use "bool" for boolean variables.
2015-03-04 Ben Pfafflldp: Use OVS time functions.
2015-03-04 Ben Pfaffovs-lldp: Use correct printf specifiers.
2015-03-04 Ben Pfafflldp: Use x*alloc() functions instead of writing them...
2015-03-04 Ben Pfafflldp: Get rid of POKE macros in favor of inline functions.
2015-03-04 Ben Pfaffovs-vsctl: Fix misused casts.
2015-03-04 Dennis Flynnauto-attach: Add auto-attach support to bridge layer...
2015-03-04 Dennis Flynnauto-attach: Add auto-attach support to ofproto layer
2015-03-04 Dennis Flynnauto-attach: Initial support for Auto-Attach standard
2015-03-04 Ben Pfaffstream-ssl: Fix broken build.
2015-03-03 Pravin B Shelarofpbuf: Simplify ofpbuf API.
2015-03-03 Pravin B Shelardp-packet: Remove ofpbuf dependency.
2015-03-03 Pravin B Shelardpif_packet: Rename to dp_packet
2015-03-03 Mark Maglanavtep: Limit the split elements to 2 (maxsplit + 1)
2015-03-03 Gurucharan... AUTHORS: Add Gianluca Merlo as an author.
2015-03-03 Gianluca Merloovs-docker: check if port is already attached for conta...
2015-03-03 Alexey I. Froloffovs-save: Preserve IPv6 link-local address on interface...
2015-02-27 Joe Stringerofproto-dpif: Fix UFID typo.
2015-02-27 Pravin B Shelardatapath: Fix masked key serialization.
2015-02-27 Pravin B Shelardatapath: Initialize unmasked key and uid len.
2015-02-27 Joe Stringerdatapath: Add support for unique flow IDs.
2015-02-27 Joe Stringercompat: Add genlmsg_parse() helper function.
2015-02-27 Joe Stringerdatapath: Use sw_flow_key_range for key ranges.
2015-02-27 Joe Stringerdatapath: Refactor ovs_flow_tbl_insert().
2015-02-27 Joe Stringerdatapath: Refactor ovs_nla_fill_match().
2015-02-27 Alex Wangtest-hash: Remove the check_word_hash() for hash_bytes1...
2015-02-27 Alex Wangtest-hash: Refine the check_256byte_hash().
2015-02-27 Alex Wangtest-hash: Make check_256byte_hash() test no 1-bits...
2015-02-27 Ben Pfaffutil: Fix typo in comment.
2015-02-26 Alex Wangdatapath: Fix return of uninitialized variable.
2015-02-25 Ben PfaffOpenFlow 1.5 is final, so change OF1.5 draft references...
2015-02-24 Andy Zhouovsdb: Raise the jsonrpc server session limit
2015-02-24 Andy Zhouovsdb: Warn about reaching max session limit
2015-02-24 Ben PfaffFAQ.md: Mention Linux version that first could handle...
2015-02-24 Saurabh Shahstream-tcp: Remove extra initializer in pwindows_pstrea...
2015-02-23 Gurucharan... ovs-docker: Use a different mechanism to check for...
2015-02-23 Andy Zhouovs-sandbox: Add -d option to run ovsdb-server under GDB
2015-02-23 Andy Zhouovs-sandbox: Show the running program on xterm's title
2015-02-20 Jesse Grossdatapath: Account for "openvswitch: Add support for...
2015-02-20 Jesse Grossdatapath: Backport upstream Geneve implementation.
2015-02-20 Jesse Grossdatapath: Account for "udp: Do not require sock in...
2015-02-20 Jesse Grossdatapath: Account for "vlan: introduce *vlan_hwaccel_pu...
2015-02-20 Jesse Grossdatapath: Use additional common UDP functions for LISP.
2015-02-20 Jesse Grossdatapath: Account for "vxlan: Refactor vxlan driver...
2015-02-20 Jesse Grossdatapath: Consistently set skb->inner_protocol for...
2015-02-20 Jesse Grossdatapath: Account for "udp-tunnel: Add a few more UDP...
2015-02-20 Jesse Grossdatapath: Enable OVS GSO to be used up to 3.18 if neces...
2015-02-20 Pravin B Shelardatapath: Fix net exit.
2015-02-20 Gurucharan... INSTALL.Docker: Fix malformed sentence.
2015-02-20 Ben Pfaffuserspace: Replace all uses of strncpy() by ovs_strlcpy().
2015-02-20 Ben Pfaffsocket-util: Use correct address family in set_dscp...
2015-02-20 Ben Pfaffstream: Eliminate pstream_set_dscp().
2015-02-20 Russell Bryanttimeval: Remove duplicate memset().
2015-02-20 Ben PfaffFAQ.md: Update LTS release version number from 1.9...
next