summaryrefslogtreecommitdiff
path: root/datapath/datapath.c
Commit message (Expand)AuthorAgeFilesLines
...
* datapath: Add basic MPLS support to kernelSimon Horman2014-06-241-4/+4
* datapath: Add support for Geneve tunneling.Jesse Gross2014-06-201-13/+19
* datapath: Factor out allocation and verification of actions.Jesse Gross2014-06-191-11/+27
* tunnel: Add support for matching on OAM packets.Jesse Gross2014-06-191-0/+1
* datapath: Wrap struct ovs_key_ipv4_tunnel in a new structure.Jesse Gross2014-06-191-1/+1
* datapath: avoid memory corruption in queue_userspace_packet()Andy Zhou2014-06-121-1/+2
* datapath: fix key size computation in key_attr_size()Andy Zhou2014-06-121-0/+6
* datapath: Add support for kernel 3.14.Pritesh Kothari2014-05-011-1/+1
* datapath: handle recirculation loop detectionAndy Zhou2014-05-011-4/+5
* datapath: Add flow mask cache.Pravin B Shelar2014-04-291-1/+2
* datapath: Move table destroy to dp-rcu callback.Pravin B Shelar2014-04-291-3/+2
* datapath: add recirc actionAndy Zhou2014-04-211-15/+35
* datapath: remove unneeded declaration of new_vport().Rami Rosen2014-04-211-1/+0
* datapath: Allow each vport to have an array of 'port_id's.Alex Wang2014-04-141-7/+14
* datapath: Orphan frags in skb_zerocopy and handle errorsZoltan Kiss2014-04-141-1/+5
* datapath: Fix tracking of flags seen in TCP flows.Ben Pfaff2014-04-081-2/+2
* datapath: Add support for kernels 3.13Pravin Shelar2014-03-311-112/+110
* datapath: Minimize ovs_flow_cmd_new|set critical sections.Jarno Rajahalme2014-04-021-78/+115
* datapath: Split ovs_flow_cmd_new_or_set().Jarno Rajahalme2014-04-021-44/+117
* datapath: Minimize ovs_flow_cmd_del critical section.Jarno Rajahalme2014-04-021-27/+30
* datapath: Reduce locking requirements.Jarno Rajahalme2014-04-021-25/+29
* datapath: Minimize dp and vport critical sections.Jarno Rajahalme2014-03-291-111/+112
* datapath: Build flow cmd netlink reply only if needed.Jarno Rajahalme2014-03-291-21/+49
* datapath: Clarify locking.Jarno Rajahalme2014-03-251-6/+7
* datapath: Avoid assigning a NULL pointer to flow actions.Jarno Rajahalme2014-03-241-6/+8
* datapath: Remove a debugging message.Jarno Rajahalme2014-03-241-6/+0
* datapath: Compact sw_flow_key.Jarno Rajahalme2014-03-241-0/+6
* datapath: Remove 5-tuple optimization.Jarno Rajahalme2014-02-181-6/+5
* datapath: fix dp check in ovs_dp_reset_user_featuresJiri Pirko2014-02-151-1/+1
* datapath: Fix race.Jarno Rajahalme2014-02-131-3/+4
* datapath: Fix kernel style issues.Jesse Gross2014-02-041-4/+7
* datapth: Suppress error messages on megaflow updatesAndy Zhou2014-01-311-4/+1
* datapath: Fix ovs_dp_cmd_msg_size()Daniele Di Proietto2014-01-231-0/+1
* datapath: Fix kernel panic on ovs_flow_freeAndy Zhou2014-01-171-4/+7
* datapath: Pad OVS_PACKET_ATTR_PACKET if linear copy was performedThomas Graf2014-01-141-1/+6
* datapath: Compute checksum in skb_gso_segment() if neededThomas Graf2013-12-161-1/+1
* datapath: Use skb_zerocopy() for upcallThomas Graf2013-12-161-8/+29
* datapath: Pass datapath into userspace queue functionsThomas Graf2013-12-161-20/+14
* datapath: Drop user features if old user space attempted to create datapathThomas Graf2013-12-161-0/+21
* datapath: Allow user space to announce ability to accept unaligned Netlink me...Thomas Graf2013-12-161-0/+14
* datapath: Use percpu allocator for flow-stats.Pravin B Shelar2013-12-031-22/+17
* datapath: Enable memory mapped Netlink i/oThomas Graf2013-12-031-27/+31
* datapath: Silence RCU lockdep checks from flow lookup.Jesse Gross2013-12-031-2/+1
* datapath: Change ovs_flow_tbl_lookup_xx() APIsAndy Zhou2013-11-191-12/+4
* Widen TCP flags handling.Jarno Rajahalme2013-10-291-2/+3
* datapath: Per cpu flow stats.Pravin B Shelar2013-10-211-34/+20
* datapath: collect mega flow mask statsAndy Zhou2013-10-221-7/+31
* datapath: Simplify mega-flow APIs.Pravin B Shelar2013-10-011-20/+7
* datapath: Move mega-flow list out of rehashing struct.Pravin B Shelar2013-10-011-60/+17
* datapath: Restructure datapath.c and flow.cPravin B Shelar2013-10-011-496/+29