Merge branch 'mainstream'
[sliver-openvswitch.git] / lib /
2013-10-09 Giuseppe LettieriMerge branch 'mainstream'
2013-10-09 Alex Wangtimeval: Wake up all threads when time is warped.
2013-10-08 Ben Pfaffovsdb-idl: Remove write-only member 'commit_seqno'...
2013-10-08 ZhengLingyunovs-controller: Avoid dereferencing NULL pointer when...
2013-10-07 Giuseppe LettieriMerge branch 'mainstream'
2013-10-04 Ben Pfaffofproto-dpif-xlate: Suppress oversize datapath actions.
2013-10-03 YAMAMOTO Takashisignals: Don't assume that sys_siglist is an array.
2013-10-02 Flavio Leitnerutil: use gcc builtins to better check array sizes
2013-10-02 Gurucharan Shettyovs-dpctl, ofproto/trace: Show and handle the in_port...
2013-10-01 Justin Pettitstream: Log a warning when the default OpenFlow or...
2013-10-01 Justin Pettitofproto: Define official OpenFlow port number.
2013-10-01 Justin Pettitovsdb: Define official port number.
2013-10-01 Justin PettitDon't differentiate between TCP and SSL ports for OpenF...
2013-10-01 Alex Wangcoverage: Reimplement the "ovs-appctl coverage/show...
2013-09-27 Jarno RajahalmeSuppress warnings about unused variables and functions.
2013-09-27 Jarno RajahalmeRemove unused variables and functions.
2013-09-27 Joe Stringerodp: Only pass vlan_tci to commit_vlan_action()
2013-09-27 Simon HormanRemove mpls_depth field from flow
2013-09-26 Ben Pfaffclassifier: Avoid accumulating junk in cls_partition...
2013-09-26 Ben Pfaffclassifier: Speed up lookup when metadata partitions...
2013-09-26 Ben Pfafftag: Reintroduce tag library.
2013-09-26 Ben Pfaffmatch: New function minimatch_matches_flow().
2013-09-26 Giuseppe LettieriMerge branch 'mainstream'
2013-09-25 Simon Hormanpackets: Remove unused function eth_mpls_depth
2013-09-24 Gurucharan Shettyodp-util: Parse the in_port as a name correctly.
2013-09-24 Ben Pfaffhmap: Make bad hash functions easier to find.
2013-09-20 Ethan Jacksoncfm: Don't enforce CFM_FAULT_INTERVAL.
2013-09-20 alex wangcfm: Prevent interval fault when demand mode is enabled...
2013-09-17 Ben Pfaffopenvswitch/types.h: New macros OVS_BE16_MAX, OVS_BE32_...
2013-09-17 Ethan Jacksonodp-util: Remove trailing whitespace.
2013-09-17 Ethan Jacksonnetdev-vport: Fix indentation.
2013-09-15 Giuseppe LettieriMerge branch 'mainstream'
2013-09-13 Ben Pfafftimeval: Replace rwlock by mutex.
2013-09-13 Ben Pfafftimeval: Restore ability to warp time forward when...
2013-09-13 Ben Pfafftimeval: Add Clang thread-safety annotations, fix unimp...
2013-09-13 Paul Ingramvlog: Report timestamps in millisecond resolution in...
2013-09-13 Ben Pfaffofp-util: Announce OpenFlow 1.3 table features only...
2013-09-13 Ben Pfaffofproto: Add global locking around flow table changes.
2013-09-13 Ben Pfaffclassifier: Allow CLS_CURSOR_FOR_EACH to use a const...
2013-09-13 Ben Pfaffguarded-list: New data structure for thread-safe queue.
2013-09-13 Ben Pfaffofproto: Move function find_meter() into ofpacts as...
2013-09-12 Jarno Rajahalmeofp-parse: Set usable protocols in parse_ofp_meter_mod_...
2013-09-12 Ben Pfaffdpif-linux: Use correct enum in dpif_linux_flow_dump_st...
2013-09-12 Giuseppe LettieriMerge branch 'mainstream'
2013-09-12 Daniel Balutaofproto: update flow_stats flags on flow_stats_request
2013-09-09 Guolin Yangutil: Don't set thread name to empty
2013-09-09 YAMAMOTO Takashilib/timeval: don't forget to initialize a rwlock
2013-09-07 Andy Zhouopenflow-1.1+: OFPT_TABLE_MOD (part 1)
2013-09-07 Alexandru Copotofp-print: display OFPT_GET_ASYNC_REPLY in same way...
2013-09-07 Alexandru Copotdpif-netdev: Do not allow adding loopback devices
2013-09-07 Alexandru Copotnetdev: update IFF_LOOPBACK flag for linux and bsd...
2013-09-07 Giuseppe LettieriMerge branch 'mainstream'
2013-09-07 Giuseppe Lettieriupdated pltap&tunnel to new netdev interface
2013-09-06 Pravin B Shelardatapath: Cleanup netlink compat code.
2013-09-05 Simon Hormanovs-ofctl: Handle any number of buckets in group statistics
2013-09-04 Alex Wangtimeval: Remove CACHE_TIME scheme.
2013-09-04 Romain Lengletdpif: fix segfault in CONTROLLER action with sflow...
2013-09-04 Ben Pfaffflow: Fix hypothetical memory leak in miniflow_move().
2013-09-04 Ben Pfaffflow: Fix memory leak in minimask_move().
2013-09-04 Guolin Yangcfm: Fix a memory allocation bug in cfm_get_remove_mpids().
2013-09-02 Neil ZhuImplement OpenFlow 1.1+ "groups" protocol.
2013-08-30 Guolin YangFix a bug in conversion between flow/mask and flow key
2013-08-30 Ed Masteutil: Include pthread_np.h on FreeBSD
2013-08-29 Ben Pfafflist: New function list_move().
2013-08-28 Giuseppe LettieriMerge branch 'mainstream'
2013-08-28 YAMAMOTO Takashinetdev-bsd: fix crashes
2013-08-28 Ben Pfaffpackets, pktbuf: Align L3 headers on 32-bit boundary.
2013-08-28 Ben Pfaffpackets: Introduce IPv6 headers not aligned on a 32...
2013-08-28 Ben Pfaffpackets: Do not assume that IPv4, TCP, or ARP headers...
2013-08-28 Jarno Rajahalmelib: Keep track of usable protocols while parsing.
2013-08-28 Ben Pfaffnetdev: Fix deadlock when netdev_dump_queues() callback...
2013-08-27 Ben Pfaffofp-util: Abstract flow_mod OFPFF_* flags.
2013-08-27 Ben Pfaffclassifier: New function cls_rule_move().
2013-08-27 Ben PfaffFix typos in a couple of OpenFlow related comments.
2013-08-28 YAMAMOTO Takashinetdev-dummy: Stop overriding patch vport type with...
2013-08-26 Ben Pfaffovs-atomic: Add native Clang implementation.
2013-08-24 Giuseppe Lettieriuse error checking mutexs in pltap&tunnel
2013-08-24 Giuseppe LettieriMerge branch 'mainstream'
2013-08-23 Alex Wangdpif: Change get_max_ports() to return uint32_t.
2013-08-23 Ben Pfaffmeta-flow: Use correct OF1.2+ errors for invalid fields...
2013-08-22 Alex Wangbfd: Implement forwarding_if_rx.
2013-08-22 Alex Wangbond: Fix error in bond_shift_load().
2013-08-22 Ben Pfaffovs-thread: Mark lock and unlock functions as no_thread...
2013-08-22 Joe Stringerofp-util: Add SCTP support
2013-08-22 Joe Stringerofproto-dpif: Add SCTP support
2013-08-22 Joe Stringerlib: Add CRC32C Implementation
2013-08-21 Ethan Jacksonofp-parse: Silence uninitialized use warnings with...
2013-08-21 Ethan Jacksonnetdev: Make run and wait functions optional as documented.
2013-08-21 Ben PfaffReinterpret base for meter band types bitmap.
2013-08-21 Ben Pfaffovs-atomic: Fix typo in comment.
2013-08-20 Guolin Yangodp-util: New function odp_flow_key_to_mask().
2013-08-20 Alex Wangsparse: Suppress sparse warnings for global variables.
2013-08-20 Ben Pfaffovs-atomic: atomic_load() must take a non-const argument.
2013-08-20 Alex Wangbfd: Implement BFD decay.
2013-08-20 Ben Pfaffcoverage: Make thread-safe.
2013-08-20 Ben PfaffUse "error-checking" mutexes in place of other kinds...
2013-08-17 Giuseppe LettieriMerge branch 'mainstream'
2013-08-15 Giuseppe Lettierifix warning
2013-08-15 Giuseppe Lettierithread safety for netdev_pltap and netdev_tunnel
2013-08-15 Giuseppe LettieriMerge branch 'mainstream'
next