datapath: Fix race.
[cascardo/ovs.git] / datapath / datapath.c
2014-02-13 Jarno Rajahalmedatapath: Fix race.
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...
2013-12-17 Thomas Grafdatapath: Use skb_zerocopy() for upcall
2013-12-17 Thomas Grafdatapath: Pass datapath into userspace queue functions
2013-12-17 Thomas Grafdatapath: Drop user features if old user space attempte...
2013-12-17 Thomas Grafdatapath: Allow user space to announce ability to accep...
2013-12-03 Pravin B Shelardatapath: Use percpu allocator for flow-stats.
2013-12-04 Thomas Grafdatapath: Enable memory mapped Netlink i/o
2013-12-03 Jesse Grossdatapath: Silence RCU lockdep checks from flow lookup.
2013-11-19 Andy Zhoudatapath: Change ovs_flow_tbl_lookup_xx() APIs
2013-10-29 Jarno RajahalmeWiden TCP flags handling.
2013-10-21 Pravin B Shelardatapath: Per cpu flow stats.
2013-10-22 Andy Zhoudatapath: collect mega flow mask stats
2013-10-02 Pravin B Shelardatapath: Simplify mega-flow APIs.
2013-10-02 Pravin B Shelardatapath: Move mega-flow list out of rehashing struct.
2013-10-02 Pravin B Shelardatapath: Restructure datapath.c and flow.c
2013-09-08 Pravin B Shelardatapath: Remove compat workqueue.
2013-09-07 Pravin B Shelardatapath: Move flow table rehashing to flow install.
2013-09-06 Pravin B Shelardatapath: Remove compat support for NLA_NUL_STRING
2013-09-06 Pravin B Shelardatapath: Cleanup netlink compat code.
2013-09-06 Pravin B Shelardatapath: Remove vlan compat support
2013-09-06 Pravin B Shelardatapath: Remove checksum compat support
2013-09-06 Pravin B Shelardatapath: Remove skb->mark compat code.
2013-09-06 Pravin B Shelardatapath: Move kernel version check to configure.
2013-09-06 Pravin B Shelardatapath: Drop support for linux pre-2.6.32 kernel.
2013-08-22 Joe Stringerdatapath: Add SCTP support
2013-08-13 Pravin B Shelardatapath: Move generic tunnel functions to lisp module.
2013-08-10 Pravin B Shelardatapath: Use parallel_ops genl.
2013-08-10 Pravin B Shelardatapath: Support for Linux kernel 3.10
2013-08-09 Jesse Grossdatapath: Add 'ovs_' prefix to extern symbols.
2013-07-31 Kyle Mesterydatapath: Support for Linux kernel 3.9.
2013-07-22 Andy Zhoudatapath: remove RCU annotation from flow->mask
2013-07-20 Pravin B Shelardatapath: Improve net-namespace compat code.
2013-07-16 Jesse Grossdatapath: Use masked flow when validating actions.
2013-07-15 Pravin B Shelardatapath: Use RCU lock for dp dump operation.
2013-07-03 Andy Zhoudatapath: add netlink error message to help kernel...
2013-07-03 Pravin B Shelardatapath: Use RCU lock for flow dump operation.
2013-06-25 Andy Zhoudatapath: Make OVS_ACTION_ATTR_USERSPACE action to...
2013-06-20 Andy Zhoudatapath: Return EEXIST on overlapping new flow request
2013-06-20 Andy Zhoudatapath: Mega flow implementation
2013-05-02 Jesse Grossdatapath: Immediately exit on error in ovs_vport_cmd_set().
2013-04-30 Thomas Grafdatapath: Remove unneeded ovs_netdev_get_ifindex()
2013-04-19 Pravin B Shelardatapath: Fix inconsistency in upstream and out of...
2013-04-12 Pravin B Shelardatapath: Simplify datapath locking.
2013-03-30 Thomas Grafdatapath: Move common genl notify code into ovs_notify()
2013-03-30 Thomas Grafdatapath: Refine Netlink message size calculation and...
2013-03-30 Thomas Grafdatapath: Use nla_memcpy() to memcpy() data from attributes
2013-03-30 Thomas Grafdatapath: Specify the minimal length of OVS_PACKET_ATTR...
2013-03-28 Simon Hormandatapath: net: add ETH_P_802_3_MIN
2013-03-26 Jesse Grossdatapath: Preallocate reply skb in ovs_vport_cmd_set().
2013-03-19 Jesse Grossdatapath: Remove checks for preinitialized flow.
2013-03-15 Sasha Levindatapath: hlist: drop the node parameter from iterators
2013-03-04 Pravin B ShelarTunnel: Cleanup old tunnel infrastructure.
2013-03-01 Pravin B ShelarRevert "datapath: Increase maximum allocation size...
2013-02-23 Pravin B Shelardatapath: Increase maximum allocation size of action...
2013-02-19 Jesse Grossdatapath: Use nla_len() in queue_userspace_packet().
2013-02-16 Ben PfaffAllow OVS_USERSPACE_ATTR_USERDATA to be variable length.
2013-02-15 Rich Lanedatapath: Call genlmsg_end in queue_userspace_packet
2013-02-08 Rich Lanedatapath: Fix ovs_vport_cmd_new return value on success
2013-02-08 Rich Lanedatapath: Fix ovs_vport_cmd_del return value on success
2013-02-06 Cong Wangdatapath: adjust skb_gso_segment() for calling in rx...
2013-01-28 Jesse Grossdatapath: Remove vport MAC address configuration.
2013-01-22 Jesse Grossdatapath: Return correct error code when dumping flow...
2013-01-22 Ben Pfaffdatapath: Don't dump partial action lists in flows.
2013-01-21 Jesse GrossRevert "datapath: Avoid null deref when GSO is for...
2013-01-21 Ben Pfaffdatapath: Avoid null deref when GSO is for verifying...
2013-01-21 Pravin B Shelardatapath: Fix Flow dump operation.
2013-01-19 Pravin B Shelardatapath: More flexible kernel/userspace tunneling...
2013-01-16 James Pagedatapath: support Linux 3.8 kernel
2013-01-10 YOSHIFUJI Hideakidatapath: Use FIELD_SIZEOF() in dp_init().
2013-01-09 Jarno Rajahalmedatapath: Change ENOENT return value to ENODEV in looku...
2012-12-27 Pravin B Shelaropenvswitch: Remove Linux bridge compatibility.
2012-12-20 Isaku Yamahatadatapath: support Linux 3.7
2012-11-22 Ansis Attekadatapath: add skb mark matching and set action
2012-11-16 Shan Weidatapath: use this_cpu_ptr per-cpu helper
2012-11-13 Ansis Attekadatapath: add ipv6 'set' action
2012-11-06 Jesse Grossdatapath: Remove flow refcount functionality.
2012-11-05 Pravin B Shelardatapath: Add support for 3.6 kernel.
2012-10-20 Pravin B Shelardatapath: Optimize flow key match for non tunnel flows.
2012-10-20 Kyle Mesterydatapath: Add support for tun_key to Open vSwitch datapath
2012-09-18 Jesse Grossdatapath: Add version info for out-of-tree modules.
2012-08-22 Jesse Grossdatapath: Fix namespace refcount leak on failed init.
2012-08-08 Kyle MesteryBump up the supported kernel versions to include 3...
2012-08-04 Jesse Grossdatapath: Relax set header validation.
2012-07-10 Ben Pfaffdatapath: Check gso_type for correct sk_buff in queue_g...
2012-06-20 Pravin B Shelardatapath: Support for kernel 3.4.
2012-06-12 Pravin B Shelardatapath: Check currect return value from skb_gso_segment()
2012-05-25 David Howellsdatapath: Remove all #inclusions of asm/system.h
2012-05-08 Pravin B Shelardatapath: Validation of IPv6 set port action uses IPv4...
2012-05-04 Ansis Attekadatapath: Release rtnl_lock if ovs_vport_cmd_build_info...
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-04-09 Ansis Attekadatapath: Do not send notification if ovs_vport_set_opt...
2012-04-02 David S. Millerdatapath: Stop using NLA_PUT*().
2012-03-23 Pravin B Shelardatapath: Support for kernel 3.3
2012-03-19 Ben Pfaffconfigure: Remove --with-build-number.
2012-03-07 Ben Pfaffdatapath: Honor dp_ifindex, when specified, for vport...
next