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
/
dpif.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Use __linux__ instead of LINUX_DATAPATH in C code.
Ben Pfaff
2014-03-05
1
-2
/
+2
*
dpif: New function flow_dump_next_may_destroy_keys().
Joe Stringer
2014-02-27
1
-0
/
+21
*
dpif: Don't synchronize flow_dump_next() status.
Joe Stringer
2014-02-27
1
-40
/
+28
*
dpif: Make dpif_flow_dump_next() thread-safe.
Joe Stringer
2014-02-27
1
-9
/
+14
*
dpif: Separate local and shared flow dump state.
Joe Stringer
2014-02-27
1
-4
/
+21
*
dpif: Use explicit packet metadata.
Jarno Rajahalme
2013-12-30
1
-81
/
+36
*
odp-execute: Consolidate callbacks.
Jarno Rajahalme
2013-12-30
1
-23
/
+23
*
Do not free uninitialized packets.
Jarno Rajahalme
2013-12-17
1
-0
/
+7
*
Rename NOT_REACHED to OVS_NOT_REACHED
Harold Lim
2013-12-17
1
-1
/
+1
*
dpif: Allow execute to modify the packet.
Jarno Rajahalme
2013-12-16
1
-14
/
+8
*
dpif: Document datapath masking.
Ben Pfaff
2013-11-12
1
-4
/
+8
*
ofproto-dpif: Disassociate datapath max_ports with openflow port numbers.
Gurucharan Shetty
2013-11-06
1
-8
/
+0
*
ofproto-dpif-xlate: Handle oversized actions more gracefully.
Ben Pfaff
2013-11-02
1
-1
/
+3
*
dpif: Support working around actions that a datapath does not support.
Ben Pfaff
2013-10-09
1
-31
/
+161
*
ovs-dpctl, ofproto/trace: Show and handle the in_port name in flows.
Gurucharan Shetty
2013-10-01
1
-1
/
+1
*
Remove unused variables and functions.
Jarno Rajahalme
2013-09-27
1
-2
/
+0
*
dpif: Change get_max_ports() to return uint32_t.
Alex Wang
2013-08-23
1
-1
/
+1
*
odp-util: add verbose mode for displaying dp flow.
Andy Zhou
2013-08-03
1
-1
/
+1
*
clang: Add annotations for thread safety check.
Ethan Jackson
2013-07-30
1
-15
/
+15
*
dpif: Make dpifs thread-safe, and document it.
Ben Pfaff
2013-07-25
1
-26
/
+82
*
dpif: Serialize initialization.
Ben Pfaff
2013-07-22
1
-3
/
+3
*
Replace all uses of strerror() by ovs_strerror(), for thread safety.
Ben Pfaff
2013-06-28
1
-11
/
+12
*
dpif: Log flow masks for "put" and "dump_next".
Justin Pettit
2013-06-20
1
-6
/
+9
*
ofproto-dpif: Handle failed flow 'put's.
Justin Pettit
2013-06-20
1
-1
/
+6
*
Create specific types for ofp and odp port
Alex Wang
2013-06-20
1
-11
/
+11
*
ovs-dpctl: Add mega flow support
Andy Zhou
2013-06-20
1
-3
/
+14
*
Replace most uses of assert by ovs_assert.
Ben Pfaff
2013-01-16
1
-7
/
+6
*
dpif: Don't log warning for ENOENT with dpif_port_exists().
Justin Pettit
2012-11-16
1
-1
/
+1
*
Add functions to determine how port should be opened based on type.
Justin Pettit
2012-11-16
1
-0
/
+17
*
dpif: Add function to get the dpif type.
Justin Pettit
2012-11-01
1
-0
/
+7
*
dpif: Add new dpif_port_exists() function.
Justin Pettit
2012-11-01
1
-0
/
+14
*
Always treat datapath ports as 32 bits.
Justin Pettit
2012-11-01
1
-15
/
+15
*
config: Add explicit support for building on ESX.
Ethan Jackson
2012-10-09
1
-1
/
+1
*
flow: Extend struct flow to contain tunnel outer header.
Jesse Gross
2012-10-03
1
-1
/
+1
*
dpif: Add 'used' argument to dpif_flow_stats_extract().
Ben Pfaff
2012-08-21
1
-3
/
+4
*
dpif: Allow the port number to be requested when adding an interface.
Justin Pettit
2012-07-30
1
-5
/
+13
*
ofproto-dpif: Segregate CFM, LACP, and STP traffic into separate queues.
Ben Pfaff
2012-05-09
1
-0
/
+3
*
Global replace of Nicira Networks.
Raju Subramanian
2012-05-02
1
-1
/
+1
*
ofproto-dpif: Make it easier to credit statistics for resubmits.
Ben Pfaff
2012-04-18
1
-2
/
+1
*
dpif: Make caller of dpif_recv() provide buffer space.
Ben Pfaff
2012-04-18
1
-7
/
+6
*
dpif: Include TCP flags in "ovs-dpctl dump-flows" output.
Ben Pfaff
2012-04-18
1
-1
/
+4
*
ofproto-dpif: Batch flow uninstallations due to expiration.
Ben Pfaff
2012-04-18
1
-12
/
+40
*
ofproto-dpif: Keep subfacet "used" times more up-to-date.
Ben Pfaff
2012-04-18
1
-1
/
+1
*
packets: New function packet_get_tcp_flags(), factored out of dpif.
Ben Pfaff
2012-02-15
1
-8
/
+1
*
Add a few 'const's.
Ben Pfaff
2012-02-01
1
-1
/
+1
*
dpif: Log each operation in dpif_operate().
Ben Pfaff
2012-01-16
1
-0
/
+14
*
dpif: Change provider interface to consistently use operation structs.
Ben Pfaff
2012-01-16
1
-66
/
+105
*
dpif: Factor 'type' and 'error' out of individual dpif_op members.
Ben Pfaff
2012-01-16
1
-12
/
+12
*
dpif: Simplify the "listen mask" concept.
Ben Pfaff
2012-01-12
1
-38
/
+8
*
Better abstract OpenFlow error codes.
Ben Pfaff
2012-01-12
1
-5
/
+5
[prev]
[next]