netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / datapath / datapath.c
2015-12-04 Joe Stringerdatapath: Allow matching on conntrack label
2015-12-04 Joe Stringerdatapath: Add conntrack action
2015-12-04 Joe Stringerdatapath: Serialize acts with original netlink len
2015-12-04 Joe Stringercompat: Backport IPv4 reassembly.
2015-12-04 Pravin B Shelardatapath: Add support for lwtunnel
2015-09-24 Jesse Grossdatapath: Backport "openvswitch: Zero flows on allocation."
2015-09-18 Joe Stringerdatapath: Add support for 4.1 kernel.
2015-08-05 Pravin B Shelardatapath: Revert "datapath: Constify netlink structs."
2015-07-30 Alexander Duyckdatapath: Use eth_proto_is_802_3.
2015-07-30 Joe Stringerdatapath: Constify netlink structs.
2015-07-30 Joe Stringerdatapath: Whitespace fixes.
2015-07-17 Neil McKeedatapath: Include datapath actions with sampled-packet...
2015-05-07 Justin PettitMerge "master" into "ovn".
2015-04-27 Jesse Grossdatapath: Stop using __DATE__ and __TIME__ in startup...
2015-04-12 Justin PettitMerge remote-tracking branch 'origin/master' into ovn
2015-04-04 Thomas Grafdatapath: Turn vports with dependencies into separate...
2015-03-05 Justin PettitMerge remote-tracking branch 'origin/master' into ovn3
2015-02-27 Joe Stringerdatapath: Add support for unique flow IDs.
2015-02-27 Joe Stringerdatapath: Refactor ovs_nla_fill_match().
2015-02-20 Pravin B Shelardatapath: Fix net exit.
2015-02-03 Thomas Grafdatapath: Account for "netlink: make nlmsg_end() and...
2015-02-03 Thomas Grafdatapath: Account for "genetlink: pass only network...
2015-02-03 Thomas Grafdatapath: Account for "rename vlan_tx_* helpers since...
2015-01-14 Thomas Grafdpif: Use separate OVS_PACKET_ATTR_PROBE for packet...
2015-01-07 Thomas Grafdatapath: introduce rtnl ops stub
2015-01-07 Thomas Grafdatapath: Account for rename to vlan_insert_tag_set_proto()
2014-11-10 Pravin B Shelardatapath: fix coding style.
2014-11-04 Pravin B Shelardatapath: Convert dp rcu read operation to locked opera...
2014-10-24 Pravin B Shelardatapath: Fix comment style.
2014-10-24 Pravin B Shelardatapath: Replace __force type cast with rcu_dereferenc...
2014-10-21 Pravin B Shelardatapath: net: make skb_gso_segment error handling...
2014-10-03 Pravin B Shelardatapath: Add support for RHEL-7 / CentOS-7 kernel.
2014-10-03 Jarno Rajahalmedatapath: Add support for OVS_FLOW_ATTR_PROBE.
2014-09-23 Thomas Grafdatapath: Constify various function arguments
2014-09-23 Pravin B Shelardatapath: Restore OVS_CB after skb_segment.
2014-09-23 Thomas Grafdatapath: Fix double free when ovs_nla_copy_actions...
2014-09-21 Pravin B Shelardatapath: Remove pkt_key from OVS_CB.
2014-09-21 Samuel Gauthierdatapath: restore OVS_FLOW_CMD_NEW notifications
2014-09-21 Pravin B Shelardatapath: Remove support to set vport stats.
2014-09-12 WANG Congopenvswitch: rename ->sync to ->syncp
2014-09-12 WANG Congdatapath: introduce netdev_alloc_pcpu_stats() for drivers
2014-09-12 Himangi Saraogidatapath: Use IS_ERR_OR_NULL
2014-09-12 Jean Sacrendatapath: fix duplicate #include headers
2014-09-08 Pravin B Shelardatapath: Remove unused dp parameter.
2014-09-08 Pravin B Shelardatapath: Set packet egress_tun_info.
2014-09-08 Li RongQingdatapath: distinguish between the dropped and consumed skb
2014-09-06 Andy Zhoudatapath: Implement recirc action without recursion
2014-09-06 Andy Zhoudatapath: Remove recirc stack depth limit check
2014-09-02 Li RongQingdatapath: fix a memory leak
2014-08-26 Lorand Jakabdatapath: Remove flow member from struct ovs_skb_cb
2014-08-18 Wenyu ZhangExtend OVS IPFIX exporter to export tunnel headers
2014-08-15 Joe Stringerdatapath: Move key_attr_size() to flow_netlink.h.
2014-08-08 Pravin B Shelardatapath: Avoid using stack larger than 1024.
2014-08-07 Pravin B Shelardatapath: Refactor action alloc and copy api.
2014-08-07 Justin Pettitdatapath: Update comments about 'OVS_KEY_ATTR_8021Q'.
2014-08-07 Pravin B Shelardatapath: Use tun_info only for egress tunnel path.
2014-08-07 Pravin B Shelardatapath: refactor ovs flow extract API.
2014-07-30 Pravin B Shelardatapath: Remove redundant key ref from upcall_info.
2014-07-22 Andy Zhoudatapath: Refactor get_dp() function into multiple...
2014-07-14 Joe Stringerdatapath: Refactor ovs_flow_cmd_fill_info().
2014-07-03 Jesse Grossdatapath: Additional logging for -EINVAL on flow setups.
2014-07-01 Alex Wangdatapath: Use exact lookup for flow_get and flow_del.
2014-07-01 Jesse Grossdatapath: Change u64_stats_* to use _irq instead of...
2014-06-27 Pravin B Shelardatapath: Initialize OVS_CB in ovs_vport_receive()
2014-06-24 Simon Hormandatapath: Add basic MPLS support to kernel
2014-06-20 Jesse Grossdatapath: Add support for Geneve tunneling.
2014-06-20 Jesse Grossdatapath: Factor out allocation and verification of...
2014-06-20 Jesse Grosstunnel: Add support for matching on OAM packets.
2014-06-20 Jesse Grossdatapath: Wrap struct ovs_key_ipv4_tunnel in a new...
2014-06-13 Andy Zhoudatapath: avoid memory corruption in queue_userspace_p...
2014-06-13 Andy Zhoudatapath: fix key size computation in key_attr_size()
2014-05-02 Pritesh Kotharidatapath: Add support for kernel 3.14.
2014-05-01 Andy Zhoudatapath: handle recirculation loop detection
2014-04-29 Pravin B Shelardatapath: Add flow mask cache.
2014-04-29 Pravin B Shelardatapath: Move table destroy to dp-rcu callback.
2014-04-21 Andy Zhoudatapath: add recirc action
2014-04-21 Rami Rosendatapath: remove unneeded declaration of new_vport().
2014-04-15 Alex Wangdatapath: Allow each vport to have an array of 'port_id's.
2014-04-14 Zoltan Kissdatapath: Orphan frags in skb_zerocopy and handle errors
2014-04-08 Ben Pfaffdatapath: Fix tracking of flags seen in TCP flows.
2014-03-31 Pravin Shelardatapath: Add support for kernels 3.13
2014-04-02 Jarno Rajahalmedatapath: Minimize ovs_flow_cmd_new|set critical sections.
2014-04-02 Jarno Rajahalmedatapath: Split ovs_flow_cmd_new_or_set().
2014-04-02 Jarno Rajahalmedatapath: Minimize ovs_flow_cmd_del critical section.
2014-04-02 Jarno Rajahalmedatapath: Reduce locking requirements.
2014-03-30 Jarno Rajahalmedatapath: Minimize dp and vport critical sections.
2014-03-29 Jarno Rajahalmedatapath: Build flow cmd netlink reply only if needed.
2014-03-25 Jarno Rajahalmedatapath: Clarify locking.
2014-03-25 Jarno Rajahalmedatapath: Avoid assigning a NULL pointer to flow actions.
2014-03-25 Jarno Rajahalmedatapath: Remove a debugging message.
2014-03-24 Jarno Rajahalmedatapath: Compact sw_flow_key.
2014-02-18 Jarno Rajahalmedatapath: Remove 5-tuple optimization.
2014-02-16 Jiri Pirkodatapath: fix dp check in ovs_dp_reset_user_features
2014-02-13 Jarno Rajahalmedatapath: Fix race.
2014-02-05 Jesse Grossdatapath: Fix kernel style issues.
2014-02-01 Andy Zhoudatapth: Suppress error messages on megaflow updates
2014-01-23 Daniele Di Proiettodatapath: Fix ovs_dp_cmd_msg_size()
2014-01-17 Andy Zhoudatapath: Fix kernel panic on ovs_flow_free
2014-01-14 Thomas Grafdatapath: Pad OVS_PACKET_ATTR_PACKET if linear copy...
2013-12-17 Thomas Grafdatapath: Compute checksum in skb_gso_segment() if...
next