summaryrefslogtreecommitdiff
path: root/lib/odp-execute.c
Commit message (Expand)AuthorAgeFilesLines
* Initial check-in of kernel-based elephant flow detection.elephantJustin Pettit2014-07-251-0/+4
* lib: Rename ofp to buf.Pravin B Shelar2014-06-251-10/+10
* dpif-netdev: batch packet processingDaniele Di Proietto2014-06-231-24/+64
* dpif-netdev: use dpif_packet structure for packetsDaniele Di Proietto2014-06-231-22/+31
* dpif: Fix slow action handling for DP_HASH and RECIRCAndy Zhou2014-06-041-1/+22
* dpif-netdev: Move hash function out of the recirc action, into its own actionAndy Zhou2014-04-161-0/+1
* ofproto/bond: Implement bond megaflow using recirculationAndy Zhou2014-04-071-3/+4
* ofpbuf: Abstract 'l2' pointer and document usage conventions.Jarno Rajahalme2014-04-031-3/+5
* ofpbuf: Rename trivial _get_ functions without the "get".Jarno Rajahalme2014-04-031-1/+1
* lib/ofpbuf: CompactJarno Rajahalme2014-03-291-1/+1
* dpif-netdev: user space datapath recirculationAndy Zhou2014-03-251-0/+9
* netdev: Extend rx_recv to pass multiple packets.Pravin2014-03-211-10/+19
* lib: Add tpid parameter to eth_push_vlan()Simon Horman2014-01-161-1/+1
* dpif: Use explicit packet metadata.Jarno Rajahalme2013-12-301-5/+6
* odp-execute: Consolidate callbacks.Jarno Rajahalme2013-12-301-32/+26
* Rename NOT_REACHED to OVS_NOT_REACHEDHarold Lim2013-12-171-3/+3
* dpif: Allow execute to modify the packet.Jarno Rajahalme2013-12-161-20/+31
* TCP flags matching support.Jarno Rajahalme2013-10-291-0/+1
* odp-execute: Fix possible segfault.Alex Wang2013-10-211-1/+3
* Add software switch support for modifying ARP headers in OpenFlow.Ben Pfaff2013-10-091-1/+17
* odp-execute: Refine signatures for odp_execute_actions() callbacks.Ben Pfaff2013-10-091-10/+8
* dpif: fix segfault in CONTROLLER action with sflow or ipfix setupRomain Lenglet2013-09-041-4/+5
* ofproto-dpif: Add SCTP supportJoe Stringer2013-08-221-0/+6
* flow: Rename skb_mark to pkt_mark.Jesse Gross2013-08-131-1/+1
* odp-execute: Style fixesJoe Stringer2013-06-111-13/+13
* ofproto-dpif: Use execute_actions to execute controller actionsSimon Horman2013-06-051-1/+3
* odp-execute: Add set skb_mark, set_priority, tunnel support.Simon Horman2013-06-051-3/+20
* odp-execute: New module for executing datapath actions.Simon Horman2013-05-291-0/+200