build-aux/cccl: Enhance --with-debug option
[cascardo/ovs.git] / lib /
2015-03-27 Alex Wangnetdev-linux: Make htb quantum always no less than...
2015-03-27 Kevin Traynornetdev-dpdk: Put cuse thread into quiescent state.
2015-03-27 Alex Wangnetdev-vport: Do not update netdev when there is no...
2015-03-27 Ricky Linetdev: Fix user space tunneling for set_tunnel action.
2015-03-26 Jarno Rajahalmeflow_format: Do not format "in_port=0".
2015-03-26 Jarno Rajahalmeofproto-dpif: Restore metadata and registers on recircu...
2015-03-24 Daniele Di Proiettonetdev-dpdk: create smaller mempools in case of failure
2015-03-24 Ben Pfaffnetdev-linux: Fix build with old kernel headers.
2015-03-24 Jesse Grosstunnels: Enable UDP checksum computation for Geneve...
2015-03-24 Simon HormanImplement hash fields select group
2015-03-24 Simon HormanSupport NTR selection method in ovs-ofctl group commands
2015-03-24 Simon HormanSupport encoding of NTR selection method
2015-03-24 Simon HormanSupport decoding of NTR selection method
2015-03-24 Mark D. Grayvswitch.ovsschema: Add datapath_types and port_types.
2015-03-23 Jonathan Vestinnetdev-linux: Support for SFQ, FQ_CoDel and CoDel qdiscs.
2015-03-23 Dennis Flynnauto-attach: Support latest version of auto-attach...
2015-03-20 Kevin Traynornetdev-dpdk: add dpdk vhost-cuse ports
2015-03-18 Ben Pfaffnetdev-linux: Avoid RTM_GETQDISC bug workaround on...
2015-03-17 Ben Pfaffnetdev-linux: Be more careful about integer overflow...
2015-03-17 Russell Bryantcommand-line: add ovs_cmdl_context
2015-03-17 Jarno Rajahalmeofproto-dpif-xlate: Preserve stack across patch port.
2015-03-16 Jarno Rajahalmematch: Do not skip formatting a zero dp_hash.
2015-03-16 Jarno RajahalmeRevert "ofp-actions: Align struct ofpact to OFPACT_ALIG...
2015-03-16 Russell Bryantcommand-line: add ovs_cmdl_ prefix
2015-03-13 Jarno Rajahalmeofp-actions: Align struct ofpact to OFPACT_ALIGNTO.
2015-03-13 Jarno Rajahalmeodp-util: Fix scanning of recirc_id.
2015-03-13 Justin PettitUse the IANA-assigned ports for OpenFlow and OVSDB.
2015-03-05 Justin Pettitvtep: Move vtep IDL files into new "libvtep.la".
2015-03-05 Gurucharan Shettynetdev-windows: Fix broken compilation.
2015-03-04 Mark Kavanaghlib: upgrade to DPDK v1.8.0
2015-03-04 Pravin B Shelarlldp: Fix DPDK build.
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 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 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-02-27 Alex Wangtest-hash: Remove the check_word_hash() for hash_bytes1...
2015-02-27 Ben Pfaffutil: Fix typo in comment.
2015-02-25 Ben PfaffOpenFlow 1.5 is final, so change OF1.5 draft references...
2015-02-24 Saurabh Shahstream-tcp: Remove extra initializer in pwindows_pstrea...
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-14 Madhu Challaofproto: Add NXM_NX_TUN_GBP_ID and NXM_NX_TUN_GBP_FLAGS
2015-02-13 Ben Pfaffofp-parse: Correctly update bucket lists if they are...
2015-02-13 Mark D. Graynetdev-dpdk: set_miimon should return EOPNOTSUPP.
2015-02-13 Mark D. Graynetdev-dpdk: Fix typo
2015-02-13 Ben Pfaffmac-learning: Implement per-port MAC learning fairness.
2015-02-12 Nithin Rajulib/util.h: use types compatible with DWORD
2015-02-11 Ben Pfafftimeval: Correctly report usage statistics in log_poll_...
2015-02-11 Alex Wangnetdev-dpdk: Allow changing NON_PMD_CORE_ID for testing...
2015-02-06 Thomas Graftunnel: Provide framework for tunnel extensions for...
2015-02-04 Flavio Leitnermcast-snoop: Add support to control Reports forwarding
2015-02-04 Flavio Leitnermcast_snoop: make mcast_fport_bundle generic
2015-02-04 Alex Wangovs-dpctl: Do not report pmd info for 'dpif-netlink...
2015-02-03 Ben Pfaffofp-util: Issue error when OFPGC_DELETE command include...
2015-02-03 Jarno Rajahalmeminiflow: Fix miniflow push of L4 port numbers.
2015-01-28 Gurucharan Shettyvlog: Ability to override the default log facility.
2015-01-27 Simon Hormanofp-util: constify buckets parameter of ofputil_append...
2015-01-22 Ben Pfaffofp-errors: Use OFPERR_OFPBRC_IS_SLAVE to reject slave...
2015-01-22 Ben Pfaffofp-errors: Explain the whole "expected duplications...
2015-01-22 Gao fengsetup n_upcall_pids for vport_request when destroy...
2015-01-20 Ben Pfaffvconn: Move struct definitions back to provider interface.
2015-01-20 Ben Pfaffstream-fd: Fix log message.
2015-01-19 Ben Pfaffrconn: Remove dead code and data.
2015-01-16 Gurucharan Shettypackets: Do not use zero sized array in icmp header.
2015-01-15 YAMAMOTO Takashiovs-numa.h: Add a missing OVS_UNUSED
2015-01-14 Thomas Grafdpif: Use separate OVS_PACKET_ATTR_PROBE for packet...
2015-01-14 YAMAMOTO Takashiroute-table-bsd: Retry logic
next