sFlow: clear the padding
[cascardo/ovs.git] / lib /
2014-01-13 Francesco FuscosFlow: clear the padding
2014-01-09 Alex Wangbfd: Fix cpath_down set failure.
2013-12-31 Ben Pfaffodp-util: Avoid null dereference in parse_8021q_onward().
2013-12-26 Joe Stringerbfd: Notify connectivity_seq on rmt_state changes.
2013-12-24 Daisuke Kotaniofp-parse: Check port number only after parsing it...
2013-12-23 Ben Pfaffbitmap: add bitmap_count1 function
2013-12-23 Joe Stringercompiler.h: Update documentation
2013-12-23 Ben Pfaffovs-ofctl: New command "ofp-parse-pcap" to dump OpenFlo...
2013-12-23 Ben Pfaffpcap-file: Add timestamp support for reading and writin...
2013-12-23 Ben Pfaffofpbuf: New function ofpbuf_shift().
2013-12-20 Thomas Graflinux: Report supported user features to the kernel
2013-12-20 Ben Pfaffofp-print: Print durations with at least three decimals.
2013-12-20 Jarno Rajahalmelib/flow: Skip minimask value checks.
2013-12-20 YAMAMOTO Takashitimeval: Workaround for threaded test failures
2013-12-19 Alin Serdeanentropy: Add Windows support.
2013-12-18 YAMAMOTO Takashinetdev-bsd: remove an unused variable
2013-12-18 Simon Hormandpif-netdev: Remove unnecessary parameters from dp_netd...
2013-12-18 Helmut Schaaopenvswitch: Use libtool and allow building shared...
2013-12-17 Jarno RajahalmeDo not free uninitialized packets.
2013-12-17 Jarno RajahalmeRemove unnecessary memset().
2013-12-17 Alex Wangdpif-linux: Do not call nl_sock_pid() on NULL sock...
2013-12-17 Alex Wangdpif-linux: Fix the return type of dpif_linux_port_dump...
2013-12-17 Ben PfaffRemove stream, vconn, and rconn functions to get local...
2013-12-17 Joe Stringerbfd: Set next_tx correctly when processing packets
2013-12-17 Francesco Fuscodpif-linux: fix the size of n_masks
2013-12-17 Harold LimRename NOT_REACHED to OVS_NOT_REACHED
2013-12-17 Harold LimUpdate openvswitch to allow linking from C++ projects
2013-12-17 Alex Wangdpif-linux: Fix a bug.
2013-12-17 Ben Pfaffrconn: Update comments on is_admitted_msg().
2013-12-16 Jarno Rajahalmedpif: Allow execute to modify the packet.
2013-12-13 Ben Pfaffovs-thread: Fix crash by making count_cpu_count() retur...
2013-12-13 Ben Pfaffvconn: Reply with OFPBRC_BAD_VERSION for bad version.
2013-12-13 Ben Pfaffdpif-linux: Fix fd leak for vports that disappear from...
2013-12-13 Ben Pfaffdpif-linux: Generalize dpif_linux_recv_set() to synchro...
2013-12-13 Ben Pfaffdpif-linux: Factor out port dumping helper functions.
2013-12-13 Gurucharan Shettyovs-thread: Break recursion for coverage counters.
2013-12-13 Joe Stringercfm: Notify connectivity_seq on cfm_set_fault
2013-12-13 Ethan Jacksoncoverage: Use size_t for coverage counter array lengths.
2013-12-13 Ben Pfaffstring: Use workaround for #include_next when it is...
2013-12-13 Ethan Jacksonflow: New function flow_unwildcard_tp_ports().
2013-12-13 Helmut SchaaRemove unused USE_LINKER_SECTIONS and OVS_LINK2_IFELSE
2013-12-13 Helmut Schaacoverage: Use OVS_CONSTRUCTOR to initialize the coverag...
2013-12-13 Helmut Schaavlog: Use OVS_CONSTRUCTOR for vlog initialization
2013-12-13 Helmut Schaacompiler: Add OVS_CONSTRUCTOR to mark functions as...
2013-12-13 Helmut Schaalib/util: Make some functions in util.c inline
2013-12-13 Helmut Schaalib/mac-learning: Add missing semicolon
2013-12-13 Helmut Schaalib/random: Make some functions in random.c inline
2013-12-13 Helmut Schaalib/ofp: Consolidate some struct field orders
2013-12-12 Joe Stringerofproto-dpif: Don't poll ports when nothing changes
2013-12-12 Joe Stringernetdev: Globally track port status changes
2013-12-12 Jarno Rajahalmelib/util: More portable use of builtin popcnt.
2013-12-11 Joe Stringerovs-thread: Reduce logging level for cpuinfo parsing
2013-12-11 Andy Zhouofproto-dpif: Ignore non-packet field masks during...
2013-12-11 Jarno Rajahalmelib/jhash.c: Fix comment.
2013-12-11 Ben Pfaffnetdev: Log a warning when netdev_set_config() fails.
2013-12-11 Jarno RajahalmeClassifier: Track address prefixes.
2013-12-11 Jarno Rajahalmedpif-netdev: Properly create exact match masks.
2013-12-11 Ben Pfaffcoverage: Fix build when linker sections not supported.
2013-12-11 Ben Pfaffutil: Fix sparse warning.
2013-12-10 Joe Stringerlib: Determine cpu core count with /proc/cpuinfo.
2013-12-10 Joe Stringerlib: Refactor gathering CPU core count
2013-12-10 Alex Wangbfd: Change the update of forwarding flag.
2013-12-06 Andy Zhouofproto: Move bond files to ofproto
2013-12-06 Jarno Rajahalmeutil: Better count_1bits().
2013-12-06 Jarno Rajahalmelib/flow: Add IPv6 support for flow_compose().
2013-12-06 Henry Maivlog: Add option to send vlog syslog output to arbitrar...
2013-12-06 Jarno Rajahalmelib/odp-util: Only use expected_bit when set.
2013-12-05 Andy Zhoulib/meta-flow: remove unused function
2013-12-04 Andy Zhoulib: refactor match_format() output functions
2013-12-04 Ben Pfaffofp-util: Implement OpenFlow 1.1 packet-in message.
2013-12-04 Ben Pfaffofp-util: Break ofputil_encode_packet_in() into multipl...
2013-12-03 Jarno Rajahalmelib/util: Add clz32() and clz64().
2013-12-03 Jarno Rajahalmelib/util: Rename ctz() as ctz32().
2013-12-02 Jarno Rajahalmelib: More intuitive syntax for TCP flags matching.
2013-12-02 Ben Pfaffbyte-order: Make uint32_byteswap() available regardless...
2013-11-27 YAMAMOTO Takashiutil: fix a printf format
2013-11-26 Alin SerdeanAvoid printf type modifiers not supported by MSVC C...
2013-11-21 Alexander Wuofp-msgs: Fix limits of OFPMP_TABLE_FEATURES.
2013-11-20 Alex Wangbfd: Add new key "flap_count" to "bfd_status".
2013-11-20 Alex Wangbfd: Add forwarding flag to struct bfd.
2013-11-20 Joe Stringercoverage: Synchronize per-thread counters less aggressively
2013-11-20 Ben Pfaffofp-actions: Make ofpacts_check() report consistency...
2013-11-20 Jarno RajahalmeClassifier: Staged subtable matching.
2013-11-19 Lorand Jakabofproto-dpif: add support for layer 3 ports
2013-11-19 Ben Pfaffutil: Rename popcount to count_1bits
2013-11-18 Ben Pfaffutil: Make popcount() handle 64-bit integers, not separ...
2013-11-18 Ben Pfaffutil: Make raw_ctz() accept 64-bit integers.
2013-11-18 Jarno Rajahalmeminiflow: Use 64-bit map.
2013-11-18 Jarno Rajahalmelib/util: Add ctz64() and popcount64().
2013-11-18 Jarno Rajahalmelib/util: Make raw_ctz() implementation non-static.
2013-11-18 Thomas Grafdpif-linux: Fix minor typo OVS_DP_ATTR_UPCALL_PID
2013-11-15 Ben Pfaffutil: Fix bad constant in ovs_scan() implementation...
2013-11-15 Simon Hormanofp-actions: Consider L4 actions after mpls_push as...
2013-11-15 Ben PfaffSwitch from sscanf() to ovs_scan() throughout the tree.
2013-11-15 Ben Pfaffutil: New function ovs_scan().
2013-11-15 Ben Pfaffbitmap: New macro BITMAP_N_LONGS for use in constant...
2013-11-15 Ben Pfaffmeta-flow: Fix typo in error message.
2013-11-14 Jarno Rajahalmedpif-netdev: Maintain the original key during execution.
2013-11-14 Jarno Rajahalmedpif_netdev_execute: Extract flow key from the packet.
2013-11-14 Marco Diego Auréli... ofp-actions: Remove unneeded redeclaration of vlog_rate...
next