aboutsummaryrefslogtreecommitdiff
path: root/datapath
AgeCommit message (Expand)Author
2014-04-29datapath: Check for backported skb_orphan_frags().Joe Stringer
2014-04-21datapath: add recirc actionAndy Zhou
2014-04-21datapath: add hash actionAndy Zhou
2014-04-21datapath: remove unneeded declaration of new_vport().Rami Rosen
2014-04-16datapath: Fix a double free bug for the sample actionAndy Zhou
2014-04-14datapath: Allow each vport to have an array of 'port_id's.Alex Wang
2014-04-14datapath: Orphan frags in skb_zerocopy and handle errorsZoltan Kiss
2014-04-05datapath: supply a dummy err_handler of gre_cisco_protocol to prevent kernel ...Wei Zhang
2014-04-08datapath: Fix tracking of flags seen in TCP flows.Ben Pfaff
2014-03-31datapath: Add support for kernels 3.13Pravin Shelar
2014-04-02datapath: Minimize ovs_flow_cmd_new|set critical sections.Jarno Rajahalme
2014-04-02datapath: Split ovs_flow_cmd_new_or_set().Jarno Rajahalme
2014-04-02datapath: Minimize ovs_flow_cmd_del critical section.Jarno Rajahalme
2014-04-02datapath: Reduce locking requirements.Jarno Rajahalme
2014-04-02datapath/flow: Fix ovs_flow_stats_get/clear RCU dereference.Jarno Rajahalme
2014-04-02datapath: Fix typo.Jarno Rajahalme
2014-03-29datapath: Minimize dp and vport critical sections.Jarno Rajahalme
2014-03-29datapath: Make flow mask removal symmetric.Jarno Rajahalme
2014-03-29datapath: Build flow cmd netlink reply only if needed.Jarno Rajahalme
2014-03-27datapath: Use with RCU_INIT_POINTER(x, NULL) in vport-gre.cMonam Agarwal
2014-03-25datapath: Clarify locking.Jarno Rajahalme
2014-03-24datapath: Avoid assigning a NULL pointer to flow actions.Jarno Rajahalme
2014-03-24datapath: Remove a debugging message.Jarno Rajahalme
2014-03-24datapath: Compact sw_flow_key.Jarno Rajahalme
2014-03-24datapath: Use TCP flags in the flow key for stats.Jarno Rajahalme
2014-03-24datapath: Fix output of SCTP mask.Jarno Rajahalme
2014-03-17datapath: compat: Downstream the reciprocal_div.{c,h}.Alex Wang
2014-03-07datapath: Add support for Linux 3.12Pravin Shelar
2014-02-28datapath: Correctly report flow used times for first 5 minutes after boot.Ben Pfaff
2014-02-16datapath: Fix build failure.Pravin
2014-02-16datapath: Use ether_addr_copyJoe Perches
2014-02-18datapath: Per NUMA node flow stats.Jarno Rajahalme
2014-02-18datapath: Remove 5-tuple optimization.Jarno Rajahalme
2014-02-15datapath: fix dp check in ovs_dp_reset_user_featuresJiri Pirko
2014-02-13datapath: Fix race.Jarno Rajahalme
2014-02-10datapath: Read tcp flags only then the tranport header is present.Jarno Rajahalme
2014-02-04datapath: Fix kernel style issues.Jesse Gross
2014-02-03datapath: flow_netlink: Use pr_fmt to OVS_NLERRJoe Perches
2014-02-03datapath: Use net_ratelimit in OVS_NLERRJoe Perches
2014-02-03datapath: Added (unsigned long long) cast in printfDaniele Di Proietto
2014-02-03datapath: avoid cast-qual warning in vport_privDaniele Di Proietto
2014-02-03datapath: avoid warnings in vport_from_privDaniele Di Proietto
2014-01-31datapth: Suppress error messages on megaflow updatesAndy Zhou
2014-01-27datapath: Fix ovs_flow_free() ovs-lock assert.Pravin B Shelar
2014-01-23datapath: use const in some local vars and castsDaniele Di Proietto
2014-01-23datapath: Fix ovs_dp_cmd_msg_size()Daniele Di Proietto
2014-01-17datapath: Fix kernel panic on ovs_flow_freeAndy Zhou
2014-01-14datapath: Pad OVS_PACKET_ATTR_PACKET if linear copy was performedThomas Graf
2014-01-08datapath: Use kmem_cache_free() instead of kfree()Wei Yongjun
2014-01-03datapath: Check for backported sctp_compute_cksum().Jesse Gross