datapath: Move table destroy to dp-rcu callback.
[sliver-openvswitch.git] / datapath / datapath.c
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...
2012-02-17 Pravin B Shelardatapath: Increase maximum number of datapath ports.
2012-01-30 Pravin B Shelardatapath: Add support for namespace.
2012-01-14 Jesse Grossdatapath: Fix version check for 3.2.
2012-01-11 Ben Pfaffdatapath: Fix multipart datapath dumps.
2012-01-05 Pravin B Shelardatapath: Implement flow table re-hashing.
2012-01-05 Pravin B Shelardatapath: Fix OVS compat workqueue support.
2012-01-05 Pravin B Shelardatapath: Add genl_exec().
2011-12-02 Jesse Grossdatapath: Fix outdated comment.
2011-11-22 Jesse Grossdatapath: Scope global symbols with ovs_ prefix.
2011-11-21 Jesse Grossdatapath: Directly use methods for protecting RCU/RTNL...
2011-11-21 Jesse Grossdatapath: Add genl_dereference() and use it.
2011-11-21 Jesse Grossdatapath: Use u64_stats_sync for datapath and vport...
2011-11-18 Jesse Grossdatapath: Better handle vlan packets sent to userspace.
2011-11-18 Jesse Grossdatapath: Fix unaligned access when storing stats.
2011-11-17 Jesse Grossdatapath: Update startup banner.
2011-11-17 Pravin B Shelardatapath: Dont export get_dp().
2011-11-17 Jesse Grossdatapath: Fix flow table sparse RCU annotations.
2011-11-16 Jesse Grossdatapath: Reformat copyright messages.
2011-11-15 Ben Pfaffdatapath: Don't drop packets with partial vlan tags.
2011-11-15 Ben Pfaffdatapath: Describe policy for extending flow key, imple...
2011-11-11 Pravin B Shelardatapath: remove actions.h
2011-11-11 Pravin B Shelardatapath: Use skb_copy_and_csum_dev() to csum upcall...
2011-11-09 Justin PettitSupport matching and modifying IP ECN bits.
2011-11-09 Justin PettitDon't overload IP TOS with the frag matching bits.
2011-11-08 Pravin B Shelardatapath: Update kernel support to 3.2.
2011-11-08 Jesse Grossdatapath: Slim down the vport interface.
2011-11-08 Jesse Grossdatapath: Remove vport from OVS_CB.
2011-11-07 Pravin B Shelardatapath: Fix coding style issues.
2011-11-01 Pravin B Shelardatapath: Convert kernel priority actions into match...
2011-10-24 Ben Pfaffdatapath: Fully parenthesize ACTION macro.
2011-10-24 Ben Pfaffdatapath: Fix wrong indentation.
2011-10-24 Ben Pfaffdatapath: Disallow unknown attributes on OVS_ACTION_ATT...
2011-10-23 Jesse Grossdatapath: Define constants for versions of GENL families.
2011-10-21 Ben Pfaffdatapath: Use kfree_skb() only on error paths.
2011-10-21 Ben PfaffImplement new fragment handling policy.
2011-10-21 Pravin B Shelardatapath: Refactor actions in terms of match fields.
2011-10-21 Pravin B Shelardatapath: Update supported kernel check.
2011-10-18 Ben Pfaffdatapath: Reject attempts to change vport type with...
2011-10-12 Ben Pfaffdatapath-protocol: Rename to <linux/openvswitch.h>.
2011-10-12 Ben Pfaffdatapath: Require explicit upcall_pid for new datapaths...
2011-10-12 Ben Pfaffdatapath: Move Netlink PID for userspace actions from...
2011-10-07 Pravin B Shelardatapath: Remove RT kernel support.
2011-10-06 Pravin B Shelardatapath: Strip down vport interface - ifIndex.
2011-09-29 Pravin Shelardatapath: Avoid skb-clone in upcall
2011-09-28 Pravin ShelarsFlow: Genericize/simplify kernel sFlow implementation
2011-09-23 Jesse Grossdatapath: Use unicast Netlink sockets for upcalls.
2011-09-20 Jesse Grossdatapath: Correctly validate vport attributes on old...
2011-09-20 Jesse Grossdatapath: Remove check for shared skbs.
2011-09-20 Jesse Grossdatapath: Fully initialize datapath before local port.
2011-09-19 Jesse Grossdatapath: Correctly set error code in queue_userspace_p...
2011-09-16 Pravin Shelardatapath: Always use generic stats for devices (vports)
2011-09-15 Justin PettitSet MTU in userspace rather than kernel.
2011-09-14 Jesse Grossdatapath: Set vport in skb when executed from userspace.
2011-09-13 Pravin Shelardatapath: Strip down vport interface : OVS_VPORT_ATTR_MTU
2011-09-10 Pravin Shelardatapath: Improve kernel hash table
2011-09-10 Pravin Shelardatapath: VLAN actions should use push/pop semantics
2011-09-10 Pravin Shelardatapath: Fix br_nlmsg_size
2011-09-08 Jesse Grossdatapath: Calculate flow hash after extracting metadata.
2011-09-08 Pravin ShelarStrip down vport interface : iflink
2011-09-02 Ethan Jacksondatapath: genl_notify() on port disappearances.
2011-08-22 Ben Pfaffdatapath: Remove unneeded { } around single statement.
2011-08-20 Justin Pettitdatapath: Use "OVS_*" as opposed to "ODP_*" for user...
2011-08-04 Simon Hormanovs-dpctl: Show number of flows
2011-08-03 Simon Hormandatapath: Allow the number of hash entries to exceed...
2011-07-28 pravin shelarDatapath action should not refer to controller
2011-06-29 Simon Hormandatapath: Support Linux 3.0
2011-06-17 Jesse Grossdatapath: Use consume_skb() on non-errors.
2011-06-16 Jesse Grossdatapath: Further mirror checksum offloading state...
2011-06-13 Jesse Grossdatapath: Check for supported kernel versions.
2011-06-09 Justin PettitRemove NXAST_DROP_SPOOFED_ARP action.
2011-06-01 Ben Pfaffdatapath: Get packet metadata from userspace in odp_pac...
2011-05-27 Jesse Grossdatapath: Don't call genlmsg_reply() under rcu_read_lock().
2011-05-18 Ben PfaffMerge 'next' into 'master'.
2011-05-18 Andrew Evansdatapath: Hash and compare only the part of sw_flow_key...
2011-05-12 Ben PfaffMerge 'master' into 'next'.
2011-04-29 Ethan Jacksondatapath: Remove dead code in queue_control_packets().
2011-04-29 Ben Pfaffdatapath: Drop parameters from execute_actions().
2011-04-29 Ben Pfaffdatapath: Make every packet passing through the datapat...
2011-04-29 Ben Pfaffdatapath: No need to zero cb anymore in odp_packet_cmd_...
2011-03-30 Ben Pfaffdatapath: Fix mysterious GRE-over-IPSEC problems.
next