Merge branch 'mainstream'
[sliver-openvswitch.git] / lib /
2013-10-25 Giuseppe LettieriMerge branch 'mainstream'
2013-10-25 Joe Stringerlib: Remove unreachable JSONRPC case
2013-10-25 YAMAMOTO Takashiofproto: Report correct errors for unsupported stats...
2013-10-24 YAMAMOTO Takashiofp-print: Update a printf format for the recent pin...
2013-10-23 Jarno Rajahalmelib/ofp-actions: Enforce action consistency.
2013-10-23 Ben Pfaffofp-actions: Make union ofp_action more generic.
2013-10-23 Jarno RajahalmeAdd OF11 SET IP TTL action.
2013-10-23 Jarno RajahalmeAdd OF11 set IPv4 ECN action.
2013-10-23 Ben PfaffAllow OFPACT_SET_IP_DSCP to act on both IPv4 and IPv6...
2013-10-23 Ben Pfaffofp-util: Use correct cookie value in "packet_in"s...
2013-10-23 Ben Pfaffofp-util: Improve comments on struct ofputil_packet_in.
2013-10-23 Ben Pfaffconnmgr: Move send_len from ofputil_packet_in to ofprot...
2013-10-23 Ben Pfaffconnmgr: Move controller_id from ofputil_packet_in...
2013-10-23 Ben Pfaffofproto, ofp-util: Begin disentangling packet-in wire...
2013-10-22 Andy Zhoudpif-linux: collect and display mega flow mask stats
2013-10-22 Gurucharan Shettyclassifier: Fix a typo.
2013-10-21 Alex Wangodp-execute: Fix possible segfault.
2013-10-21 Joe Stringerofp-actions: Distinguish OF1.1/1.2 push_mpls from OF1.3+.
2013-10-18 YAMAMOTO Takashisocket-util: Add symlink based workaround for long...
2013-10-17 Bruce Davievtep: Initial checkin of vtep schema.
2013-10-17 Jarno RajahalmeMore accurate wildcarding and fragment handling.
2013-10-17 Jarno Rajahalmeinclude/openflow: Move union ofp_action away from headers.
2013-10-17 Gurucharan Shettyovs-dpctl: Add a 'filter' option to match wildcarded...
2013-10-17 YAMAMOTO Takashinx-match: Fix comments.
2013-10-17 YAMAMOTO Takashiofp-util: Fix a comment.
2013-10-17 YAMAMOTO Takashiofp-actions: Consistently use helper function.
2013-10-17 YAMAMOTO Takashiofp-parse: Fix padding parsing write-actions.
2013-10-17 YAMAMOTO Takashiofp-actions: Fix some ofpbuf usage problems in write...
2013-10-17 Alex Wangcfm: Add cfm_wake_time() function.
2013-10-17 Alex Wangbfd: Add bfd_wake_time() function.
2013-10-17 Alex Wangheap: Change type of "priority" in "struct heap".
2013-10-16 Simon Hormannetdev-dummy: Count rx packets regardless of source
2013-10-15 Jarno RajahalmeSet datapath mask bits when setting a flow field.
2013-10-15 Jarno Rajahalmemeta-flow: Add mf_mask_field_and_prereqs().
2013-10-14 Giuseppe LettieriMerge branch 'mainstream'
2013-10-15 Jarno Rajahalmelib/meta-flow: Enforce mf_fields array order.
2013-10-14 Simon HormanAdd support for write-actions
2013-10-14 Ben Pfaffofp-actions: Make ofpacts_format() caller add "actions...
2013-10-14 Gurucharan Shettyodp-util: Elaborate the comment for odp_flow_format...
2013-10-14 Gurucharan Shettyodp-util: Fix code formatting.
2013-10-11 Ben Pfaffrconn: Make thread-safe.
2013-10-11 Ben Pfaffrconn: Make rconn_packet_counter thread-safe.
2013-10-10 Ben PfaffAdd software switch support for modifying ARP headers...
2013-10-10 Ben Pfaffdpif: Support working around actions that a datapath...
2013-10-10 Ben Pfaffodp-util: Make it possible to combine slow path reasons.
2013-10-10 Ben Pfaffodp-execute: Refine signatures for odp_execute_actions...
2013-10-10 Ben Pfaffnetdev-dummy: Add pcap feature.
2013-10-10 Ben Pfaffpcap-file: Add support for append mode to pcap_open().
2013-10-10 Ben Pfaffpcap-file: Improve error logging.
2013-10-10 Ben Pfafftimeval: Call coverage_clear() before coverage_log...
2013-10-09 Jarno Rajahalmemeta-flow: Fix inverted IPv6 flow label masking.
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...
next