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-provider.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
dpif: Shift ufid support checking up to dpif_backer.
Joe Stringer
2014-12-19
1
-4
/
+0
*
dpif: Minimize memory copy for revalidation.
Joe Stringer
2014-12-02
1
-2
/
+11
*
openvswitch: Userspace tunneling.
Pravin B Shelar
2014-11-12
1
-2
/
+3
*
bridge: Store datapath version into ovsdb
Andy Zhou
2014-11-05
1
-0
/
+4
*
dpif-netdev: Allow multi-rx-queue, multi-pmd-thread configuration.
Alex Wang
2014-09-19
1
-0
/
+7
*
dpif-linux: Rename dpif-netlink; change to compile with MSVC.
Alin Gabriel Serdean
2014-09-18
1
-1
/
+1
*
dpif-netdev: Streamline miss handling.
Ethan Jackson
2014-08-14
1
-2
/
+3
*
dpif: Support flow_get in dpif_operate().
Joe Stringer
2014-08-14
1
-31
/
+0
*
dpif-provider: Get rid of redundant operations.
Ben Pfaff
2014-08-12
1
-43
/
+2
*
dpif-netdev: Polling threads directly call ofproto upcall functions.
Ryan Wilson
2014-07-25
1
-0
/
+16
*
dpif: Update documentation for RCU-protected actions.
Joe Stringer
2014-07-16
1
-2
/
+4
*
dpif: Support fetching flow mask via dpif_flow_get().
Joe Stringer
2014-07-15
1
-4
/
+15
*
dpif-netdev: enumerate dpif belonging to the right class
Daniele Di Proietto
2014-06-12
1
-4
/
+5
*
dpif: Refactor flow dumping interface to make better sense for batching.
Ben Pfaff
2014-05-20
1
-73
/
+45
*
dpif: Change dpif API to allow multiple handler threads read upcall.
Alex Wang
2014-03-20
1
-11
/
+48
*
dpif: New function flow_dump_next_may_destroy_keys().
Joe Stringer
2014-02-27
1
-0
/
+13
*
dpif: Make dpif_flow_dump_next() thread-safe.
Joe Stringer
2014-02-27
1
-10
/
+17
*
dpif: Separate local and shared flow dump state.
Joe Stringer
2014-02-27
1
-8
/
+17
*
dpif: Remove unused 'get_max_ports' from provider interface.
Ben Pfaff
2014-01-08
1
-4
/
+0
*
dpif: Use explicit packet metadata.
Jarno Rajahalme
2013-12-30
1
-6
/
+4
*
Do not free uninitialized packets.
Jarno Rajahalme
2013-12-17
1
-1
/
+3
*
dpif: Allow execute to modify the packet.
Jarno Rajahalme
2013-12-16
1
-5
/
+9
*
dpif: Change get_max_ports() to return uint32_t.
Alex Wang
2013-08-23
1
-1
/
+1
*
Create specific types for ofp and odp port
Alex Wang
2013-06-20
1
-5
/
+5
*
ovs-dpctl: Add mega flow support
Andy Zhou
2013-06-20
1
-7
/
+18
*
Replace most uses of assert by ovs_assert.
Ben Pfaff
2013-01-16
1
-2
/
+1
*
Add functions to determine how port should be opened based on type.
Justin Pettit
2012-11-16
1
-0
/
+11
*
dpif: Add new dpif_port_exists() function.
Justin Pettit
2012-11-01
1
-4
/
+6
*
Always treat datapath ports as 32 bits.
Justin Pettit
2012-11-01
1
-6
/
+6
*
flow: Extend struct flow to contain tunnel outer header.
Jesse Gross
2012-10-03
1
-1
/
+1
*
dpif: Allow the port number to be requested when adding an interface.
Justin Pettit
2012-07-30
1
-2
/
+6
*
ofproto-dpif: Segregate CFM, LACP, and STP traffic into separate queues.
Ben Pfaff
2012-05-09
1
-0
/
+4
*
Global replace of Nicira Networks.
Raju Subramanian
2012-05-02
1
-1
/
+1
*
dpif: Make caller of dpif_recv() provide buffer space.
Ben Pfaff
2012-04-18
1
-11
/
+9
*
ofproto-dpif: Batch flow uninstallations due to expiration.
Ben Pfaff
2012-04-18
1
-8
/
+6
*
dpif: Change provider interface to consistently use operation structs.
Ben Pfaff
2012-01-16
1
-24
/
+20
*
dpif: Factor 'type' and 'error' out of individual dpif_op members.
Ben Pfaff
2012-01-16
1
-1
/
+1
*
dpif: Simplify the "listen mask" concept.
Ben Pfaff
2012-01-12
1
-15
/
+5
*
datapath: Convert kernel priority actions into match/set.
Pravin B Shelar
2011-11-01
1
-2
/
+1
*
Implement new fragment handling policy.
Ben Pfaff
2011-10-21
1
-10
/
+0
*
dpif: New function dpif_operate() and dpif-linux implementation.
Ben Pfaff
2011-10-14
1
-0
/
+8
*
datapath: Move Netlink PID for userspace actions from flows to actions.
Ben Pfaff
2011-10-12
1
-1
/
+17
*
dpif: Avoid use of "struct ovs_dp_stats" in platform-independent modules.
Ben Pfaff
2011-10-05
1
-1
/
+1
*
sFlow: Genericize/simplify kernel sFlow implementation
Pravin Shelar
2011-09-28
1
-19
/
+0
*
datapath: Use "OVS_*" as opposed to "ODP_*" for user<->kernel interactions.
Justin Pettit
2011-08-19
1
-8
/
+8
*
datapath: Get packet metadata from userspace in odp_packet_cmd_execute().
Ben Pfaff
2011-06-01
1
-3
/
+8
*
dpif: Improve abstraction by making 'run' and 'wait' functions per-dpif.
Ben Pfaff
2011-05-11
1
-8
/
+7
*
dpif: Use sset instead of svec in dpif interface.
Ben Pfaff
2011-03-31
1
-1
/
+1
*
datapath: s/ODPAT_/ODP_ACTION_ATTR_/ to fit new naming scheme.
Ben Pfaff
2011-01-28
1
-5
/
+6
*
dpif: Remove dpif_get_all_names().
Ben Pfaff
2011-01-28
1
-17
/
+0
[next]