summaryrefslogtreecommitdiff
path: root/datapath
Commit message (Expand)AuthorAgeFilesLines
* datapath: Clean up files on distclean.Joe Stringer2014-06-041-1/+2
* datapath: 16bit inner_network_header field in struct ovs_gso_cbSimon Horman2014-05-201-15/+13
* datapath: sample action without side effectsSimon Horman2014-05-151-15/+37
* datapath: Free skb(s) on recirculation errorSimon Horman2014-05-131-2/+4
* datapath: Fix feature check for HAVE_RXHASH.Jesse Gross2014-05-021-2/+2
* datapath: clear l4_rxhash in skb_clear_hash.Pritesh Kothari2014-05-011-0/+3
* datapath: Add support for kernel 3.14.Pritesh Kothari2014-05-0115-55/+68
* datapath: handle recirculation loop detectionAndy Zhou2014-05-013-16/+27
* datapath: Remove unnecessary flow variable.Pravin B Shelar2014-04-301-1/+0
* datapath: Convert mask list in mask array.Pravin B Shelar2014-04-293-46/+163
* datapath: Add flow mask cache.Pravin B Shelar2014-04-293-15/+103
* datapath: Move table destroy to dp-rcu callback.Pravin B Shelar2014-04-293-7/+8
* datapath: Check for backported skb_orphan_frags().Joe Stringer2014-04-291-2/+2
* datapath: add recirc actionAndy Zhou2014-04-215-18/+96
* datapath: add hash actionAndy Zhou2014-04-213-1/+46
* datapath: remove unneeded declaration of new_vport().Rami Rosen2014-04-211-1/+0
* datapath: Fix a double free bug for the sample actionAndy Zhou2014-04-161-0/+2
* datapath: Allow each vport to have an array of 'port_id's.Alex Wang2014-04-143-12/+138
* datapath: Orphan frags in skb_zerocopy and handle errorsZoltan Kiss2014-04-143-10/+39
* datapath: supply a dummy err_handler of gre_cisco_protocol to prevent kernel ...Wei Zhang2014-04-052-0/+22
* datapath: Fix tracking of flags seen in TCP flows.Ben Pfaff2014-04-083-6/+7
* datapath: Add support for kernels 3.13Pravin Shelar2014-03-3112-133/+279
* 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/flow: Fix ovs_flow_stats_get/clear RCU dereference.Jarno Rajahalme2014-04-022-7/+9
* datapath: Fix typo.Jarno Rajahalme2014-04-021-1/+1
* datapath: Minimize dp and vport critical sections.Jarno Rajahalme2014-03-291-111/+112
* datapath: Make flow mask removal symmetric.Jarno Rajahalme2014-03-291-19/+24
* datapath: Build flow cmd netlink reply only if needed.Jarno Rajahalme2014-03-291-21/+49
* datapath: Use with RCU_INIT_POINTER(x, NULL) in vport-gre.cMonam Agarwal2014-03-271-1/+1
* datapath: Clarify locking.Jarno Rajahalme2014-03-252-7/+9
* 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-244-123/+68
* datapath: Use TCP flags in the flow key for stats.Jarno Rajahalme2014-03-241-7/+5
* datapath: Fix output of SCTP mask.Jarno Rajahalme2014-03-241-4/+4
* datapath: compat: Downstream the reciprocal_div.{c,h}.Alex Wang2014-03-175-10/+61
* datapath: Add support for Linux 3.12Pravin Shelar2014-03-0712-10/+74
* datapath: Correctly report flow used times for first 5 minutes after boot.Ben Pfaff2014-02-281-2/+2
* datapath: Fix build failure.Pravin2014-02-161-0/+12
* datapath: Use ether_addr_copyJoe Perches2014-02-164-16/+31
* datapath: Per NUMA node flow stats.Jarno Rajahalme2014-02-184-74/+121
* datapath: Remove 5-tuple optimization.Jarno Rajahalme2014-02-187-119/+35
* 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: Read tcp flags only then the tranport header is present.Jarno Rajahalme2014-02-101-0/+1
* datapath: Fix kernel style issues.Jesse Gross2014-02-042-5/+9
* datapath: flow_netlink: Use pr_fmt to OVS_NLERRJoe Perches2014-02-031-0/+2