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
/
bundle.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Eliminate use of term "slave" in bond, LACP, and bundle contexts.
Ben Pfaff
2020-10-21
1
-50
/
+51
*
lib: added check to prevent int overflow
Toms Atteka
2019-03-26
1
-0
/
+5
*
bundle: add symmetric_l3 hash method for multipath
Martin Xu
2018-10-02
1
-0
/
+2
*
ofp-util, ofp-parse: Break up into many separate modules.
Ben Pfaff
2018-02-13
1
-1
/
+1
*
sparse: Add guards to prevent FreeBSD-incompatible #include order.
Ben Pfaff
2017-12-22
1
-0
/
+2
*
Support accepting and displaying port names in OVS tools.
Ben Pfaff
2017-05-31
1
-10
/
+17
*
bundle: add nw_src/dst hash method
wenxu
2017-04-06
1
-0
/
+4
*
lib: Check match and action prerequisities with 'match'.
Jarno Rajahalme
2017-03-08
1
-2
/
+2
*
Use PRIu32 format for ofp_port_t
Shu Shen
2017-01-14
1
-1
/
+1
*
json: Move from lib to include/openvswitch.
Terry Wilson
2016-07-22
1
-0
/
+1
*
Move lib/ofp-actions.h to include/openvswitch directory
Ben Warren
2016-04-14
1
-5
/
+5
*
Move lib/ofp-util.h to include/openvswitch directory
Ben Warren
2016-04-14
1
-1
/
+1
*
Move lib/meta-flow.h to include/openvswitch directory
Ben Warren
2016-04-14
1
-1
/
+1
*
ofp-actions: Make ofpact_finish() harder to misuse.
Ben Pfaff
2016-04-13
1
-1
/
+1
*
Move lib/ofpbuf.h to include/openvswitch directory
Ben Warren
2016-03-30
1
-1
/
+1
*
ofp-actions: Fix use-after-free with ofpact_finish().
Joe Stringer
2016-03-30
1
-3
/
+1
*
Move lib/dynamic-string.h to include/openvswitch directory
Ben Warren
2016-03-19
1
-2
/
+2
*
Move lib/ofp-errors.h to include/openvswitch directory
Ben Warren
2016-03-19
1
-1
/
+1
*
ofp-actions: Color output of flow actions for ovs-ofctl dump-flows.
Quentin Monnet
2016-03-18
1
-6
/
+7
*
ofpbuf: Fix use-after-free in bundle parse.
William Tu
2016-03-07
1
-0
/
+1
*
ofp-actions: Rename ofpact_update_len() to ofpact_finish().
Ben Pfaff
2016-01-04
1
-1
/
+1
*
ofp-actions: OFPP_ANY (aka OFPP_NONE) is not a valid output port.
Ben Pfaff
2015-07-29
1
-7
/
+7
*
hash: Add symmetric L3/L4 hash functions for multipath, bundle hashing.
Jeroen van Bemmel
2015-07-08
1
-0
/
+4
*
ofpbuf: Simplify ofpbuf API.
Pravin B Shelar
2015-03-03
1
-1
/
+1
*
lib: Move vlog.h to <openvswitch/vlog.h>
Thomas Graf
2014-12-15
1
-1
/
+1
*
lib: Move compiler.h to <openvswitch/compiler.h>
Thomas Graf
2014-12-15
1
-3
/
+3
*
ofp-actions: Support experimenter OXMs in Nicira extensions.
Ben Pfaff
2014-10-08
1
-0
/
+5
*
ofp-actions: Centralize all OpenFlow action code for maintainability.
Ben Pfaff
2014-08-11
1
-114
/
+1
*
ofpbuf: Abstract 'l2' pointer and document usage conventions.
Jarno Rajahalme
2014-04-03
1
-2
/
+2
*
Rename NOT_REACHED to OVS_NOT_REACHED
Harold Lim
2013-12-17
1
-1
/
+1
*
Avoid printf type modifiers not supported by MSVC C runtime library.
Alin Serdean
2013-11-25
1
-2
/
+2
*
ofp-util: Move ofputil_check_output_port() to ofp-actions, rename.
Ben Pfaff
2013-11-01
1
-1
/
+1
*
ofp-parse: Do not exit() upon a parse error.
Ben Pfaff
2013-07-08
1
-19
/
+39
*
flow: Only un-wildcard relevant IP headers.
Justin Pettit
2013-06-27
1
-1
/
+1
*
Create specific types for ofp and odp port
Alex Wang
2013-06-20
1
-11
/
+12
*
ofproto-dpif: Store relevant fields for wildcarding in facet.
Justin Pettit
2013-06-11
1
-6
/
+13
*
ofp-util: Separate output, error reporting in ofputil_port_from_string().
Ben Pfaff
2012-10-18
1
-2
/
+1
*
ovs-ofctl: Accept port keywords, OF1.1 port numbers, reject port number 0.
Ben Pfaff
2012-09-20
1
-3
/
+6
*
Correct number of bytes to allocated for slaves in bundle action.
Mehak Mahajan
2012-08-15
1
-1
/
+1
*
Introduce ofpacts, an abstraction of OpenFlow actions.
Ben Pfaff
2012-07-03
1
-132
/
+145
*
Global replace of Nicira Networks.
Raju Subramanian
2012-05-02
1
-1
/
+1
*
meta-flow: New "subfield" data structure.
Ben Pfaff
2012-02-01
1
-18
/
+21
*
Better abstract OpenFlow error codes.
Ben Pfaff
2012-01-12
1
-11
/
+13
*
bundle: Fix returned error code in one bundle_check() corner case.
Ben Pfaff
2011-12-27
1
-2
/
+2
*
bundle: Parsing bug when using bracketed syntax.
Ethan Jackson
2011-10-27
1
-1
/
+1
*
ofp-util: Add type-safe functions for serializing actions.
Ben Pfaff
2011-09-13
1
-4
/
+3
*
nx-match: Update register check functions.
Ethan Jackson
2011-08-12
1
-1
/
+10
*
bundle: New action "bundle_load".
Ethan Jackson
2011-07-22
1
-19
/
+102
*
bundle: Implement NX_BD_ALG_ACTIVE_BACKUP.
Ethan Jackson
2011-07-22
1
-9
/
+36
*
bundle: Avoid GCC 4.5 warning about possibly uninitialized value.
Ben Pfaff
2011-07-20
1
-0
/
+1
[next]