index
:
delta/openvswitch.git
branch-1.1
branch-1.10
branch-1.11
branch-1.2
branch-1.3
branch-1.4
branch-1.5
branch-1.6
branch-1.7
branch-1.8
branch-1.9
branch-2.0
branch-2.1
branch-2.10
branch-2.11
branch-2.12
branch-2.13
branch-2.14
branch-2.15
branch-2.16
branch-2.17
branch-2.2
branch-2.3
branch-2.4
branch-2.5
branch-2.6
branch-2.7
branch-2.8
branch-2.9
branch-3.0
branch-3.1
dpdk-hwol
dpdk-latest
dpdk-travis-build-test
elephant
ext-320
for-nox/0.4
lts-1.0
lts-1.0a
master
openflow-1.0
ovn
ovn-ddlog-patches
raft2
review/jarno_ct_bp_v1
vlan-maint
wdp
xs5.7
github.com: openvswitch/ovs.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
ofp-print.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support encoding of NTR selection method
Simon Horman
2015-03-24
1
-6
/
+26
*
ofpbuf: Simplify ofpbuf API.
Pravin B Shelar
2015-03-03
1
-2
/
+2
*
dp-packet: Remove ofpbuf dependency.
Pravin B Shelar
2015-03-03
1
-11
/
+11
*
ofproto: Add NXM_NX_TUN_GBP_ID and NXM_NX_TUN_GBP_FLAGS
Madhu Challa
2015-02-14
1
-0
/
+9
*
Implement set-field for IPv6 ND fields (nd_target, nd_sll, and nd_tll).
Sharo, Randall A CIV SPAWARSYSCEN-ATLANTIC, 55200
2015-01-13
1
-0
/
+8
*
list: Rename struct list to struct ovs_list
Thomas Graf
2014-12-15
1
-1
/
+1
*
lib: Move compiler.h to <openvswitch/compiler.h>
Thomas Graf
2014-12-15
1
-1
/
+1
*
ofp-print: Support printing of (draft) OpenFlow 1.5 group messages with bucke...
Simon Horman
2014-11-11
1
-11
/
+39
*
ofp-print: Print bucket ids of OpenFlow 1.5 group messages.
Simon Horman
2014-11-11
1
-3
/
+32
*
Add support for OpenFlow 1.4+ "importance" values.
Rishi Bamba
2014-11-10
1
-0
/
+6
*
ofp-print: Use ds_chomp() in ofp10_match_to_string()
Simon Horman
2014-11-04
1
-3
/
+1
*
ofp-print-ofctl: Free group buckets.
Simon Horman
2014-10-31
1
-0
/
+2
*
ofp-util: Abstract table miss configuration and fix related bugs.
Ben Pfaff
2014-08-11
1
-276
/
+132
*
ofp-actions: Add action bitmap abstraction.
Ben Pfaff
2014-08-11
1
-80
/
+25
*
Remove assumption that there are 64 or fewer fields.
Ben Pfaff
2014-07-26
1
-20
/
+15
*
ofp-print: Merge ofp_print_stats_{reply, request}()
Simon Horman
2014-05-27
1
-32
/
+23
*
Implement OpenFlow 1.5 port desc stats request.
Ben Pfaff
2014-05-14
1
-1
/
+22
*
Implement OpenFlow 1.5 group desc stats request.
Ben Pfaff
2014-05-14
1
-0
/
+10
*
Add skeleton for OF1.5 support.
Ben Pfaff
2014-05-14
1
-0
/
+5
*
Implement OpenFlow 1.4 port_mod messages.
Ben Pfaff
2014-05-14
1
-1
/
+1
*
ofp-util: Remove ofputil_count_phy_ports().
Ben Pfaff
2014-05-14
1
-11
/
+16
*
Add basic implementation for OpenFlow 1.4 bundles
Alexandru Copot
2014-05-02
1
-0
/
+92
*
ofp-print: Enable printing OF1.4 version
Alexandru Copot
2014-05-01
1
-0
/
+3
*
ofproto/bond: Implement bond megaflow using recirculation
Andy Zhou
2014-04-07
1
-0
/
+6
*
ofp-print: Fix misaligned data access in ofp_print_error_msg().
Ben Pfaff
2014-04-05
1
-0
/
+1
*
packets: Fix misaligned data accesses for MPLS and SCTP fields.
Ben Pfaff
2014-04-05
1
-1
/
+2
*
ofpbuf: Rename trivial _get_ functions without the "get".
Jarno Rajahalme
2014-04-03
1
-4
/
+4
*
ofpbuf: Introduce access api for base, data and size.
Pravin Shelar
2014-03-30
1
-6
/
+6
*
lib/ofpbuf: Compact
Jarno Rajahalme
2014-03-29
1
-3
/
+3
*
lib/ofpbuf: Remove 'l7' pointer.
Jarno Rajahalme
2014-03-25
1
-14
/
+12
*
ofp-util: Fix inconsistencies in table features type.
Jarno Rajahalme
2014-03-24
1
-1
/
+1
*
ofp-util: Implement OFPMP_TABLE_FEATURES decoding and printing.
Alexander Wu
2014-03-23
1
-8
/
+162
*
ofproto: Allow the use of the OpenFlow 1.4 protocol
Alexandru Copot
2014-03-23
1
-0
/
+2
*
lib/flow: Retain ODPP_NONE on flow_extract().
Jarno Rajahalme
2014-03-19
1
-1
/
+1
*
ofp-print: __attribute__ format in visual studio.
Gurucharan Shetty
2014-03-12
1
-1
/
+1
*
lib: simplify flow_extract() API
Andy Zhou
2014-02-28
1
-1
/
+3
*
ofp-print: Print durations with at least three decimals.
Ben Pfaff
2013-12-20
1
-3
/
+19
*
Rename NOT_REACHED to OVS_NOT_REACHED
Harold Lim
2013-12-17
1
-4
/
+4
*
Avoid printf type modifiers not supported by MSVC C runtime library.
Alin Serdean
2013-11-25
1
-13
/
+13
*
ofproto: Centralize action checking, doing it at decode time.
Ben Pfaff
2013-11-01
1
-1
/
+2
*
ofproto: Add support for sending OFPTYPE_ROLE_STATUS messages.
Alexandru Copot
2013-10-29
1
-13
/
+52
*
include/openflow: Add OpenFlow 1.4 header file
Alexandru Copot
2013-10-29
1
-0
/
+2
*
Implement OFPT_QUEUE_GET_CONFIG_REQUEST and OFPT_QUEUE_GET_CONFIG_REPLY.
Venkitachalam Gopalakrishnan
2013-10-29
1
-2
/
+73
*
ofp-print: Update a printf format for the recent pin.total_len change.
YAMAMOTO Takashi
2013-10-23
1
-1
/
+1
*
ofp-util: Use correct cookie value in "packet_in"s when no flow involved.
Ben Pfaff
2013-10-22
1
-1
/
+1
*
ofp-actions: Distinguish OF1.1/1.2 push_mpls from OF1.3+.
Joe Stringer
2013-10-21
1
-1
/
+1
*
ofp-actions: Make ofpacts_format() caller add "actions=" if it wants it.
Ben Pfaff
2013-10-14
1
-1
/
+5
*
openvswitch/types.h: New macros OVS_BE16_MAX, OVS_BE32_MAX, OVS_BE64_MAX.
Ben Pfaff
2013-09-17
1
-1
/
+1
*
openflow-1.1+: OFPT_TABLE_MOD (part 1)
Andy Zhou
2013-09-07
1
-0
/
+47
*
ofp-print: display OFPT_GET_ASYNC_REPLY in same way as OFPT_SET_ASYNC
Alexandru Copot
2013-09-07
1
-3
/
+3
[next]