datapath: Always use generic stats for devices (vports)
[sliver-openvswitch.git] / datapath / datapath.c
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.
2011-03-25 Ben Pfaffdatapath: Avoid memory leak in odp_packet_cmd_execute().
2011-03-14 Jesse Grossdatapath: Use compat directory only for backported...
2011-03-09 Ben Pfaffdatapath: Avoid random tun_id in odp_packet_cmd_execute().
2011-03-03 Jesse Grossdatapath: Drop BUG_ON when checksumming and copying.
2011-03-03 Jesse Grossdatapath: Check packet len does not exceed attribute...
2011-03-03 Jesse Grossdatapath: Record upcall errors as lost packets.
2011-02-25 Jesse Grossdatapath: Destroy internal devices before freeing datapath.
2011-02-24 Jesse Grossdatapath: Memset executed packet's fields using memset.
2011-02-19 Ben Pfaffdatapath: Properly initialize ovs_skb_cb of packet...
2011-02-08 Jesse Grossdatapath: Use vlan deacceleration function in upcall.
2011-02-07 Jesse Grossdatapath: Use vlan acceleration for vlan operations.
2011-02-04 Ben Pfaffdatapath: Consider tunnels to have no MTU, fixing jumbo...
2011-02-01 Ben Pfaffdatapath: Dump flow actions only if there is room.
2011-01-31 Jesse Grossdatapath: Fix flow time used computation.
2011-01-30 Jesse Grossdatapath: Drop allocation of memory for ODP_PACKET_ATTR...
2011-01-29 Jesse Grossdatapath: Use multicast groups allocated for upcalls.
2011-01-28 Ben Pfaffdatapath: s/ODPAT_/ODP_ACTION_ATTR_/ to fit new naming...
2011-01-28 Ben Pfaffdatapath: Change dp_idx to dp_ifindex, the ifindex...
2011-01-28 Ben Pfaffdatapath: Convert ODP_FLOW_* commands to use AF_NETLINK...
2011-01-28 Ben Pfaffdatapath: Convert ODP_VPORT_* to use AF_NETLINK socket...
2011-01-28 Ben Pfaffdatapath: Convert ODP_DP_* commands to use AF_NETLINK...
2011-01-28 Ben Pfaffdatapath: Convert upcalls and ODP_EXECUTE to use AF_NET...
2011-01-28 Ben Pfaffdatapath: Adopt Generic Netlink-compatible locking.
2011-01-28 Ben Pfaffdatapath: Eliminate vport_mutex by protecting vport...
2011-01-28 Ben PfaffEliminate ODPL_* from userspace-facing interface.
2011-01-28 Ben Pfaffdatapath: Get rid of ODPP_NONE.
2011-01-28 Ben Pfaffdatapath: Convert ODP_EXECUTE to use Netlink framing.
2011-01-28 Ben Pfaffdatapath: Convert datapath operations to use Netlink...
2011-01-28 Ben Pfaffdatapath: Convert ODP_FLOW_* and ODP_EXECUTE to put...
2011-01-28 Ben Pfaffdatapath: Eliminate 'flags' member from odp_flow.
2011-01-28 Ben Pfaffdatapath: Change ODP_FLOW_GET to retrieve only a single...
2011-01-28 Ben Pfaffdatapath: Drop port information from odp_stats.
2011-01-28 Ben Pfaffdatapath: Drop queue information from odp_stats.
2011-01-28 Ben Pfaffdatapath: Drop flow information from odp_stats.
2011-01-28 Ben Pfaffdatapath: Change userspace vport interface to use Netli...
2011-01-28 Ben Pfaffdatapath: Change vport type from string to integer...
2011-01-28 Ben Pfaffdatapath: Make it possible to query vports by name...
2011-01-28 Ben Pfaffdatapath: Change listing ports to use an iterator concept.
2011-01-28 Ben Pfaffdatapath: Report kernel's flow key when passing packets...
2011-01-28 Ben Pfaffdatapath: Convert odp_flow_key to use Netlink attribute...
2011-01-28 Ben Pfaffdatapath: Change listing flows to use an iterator concept.
2011-01-18 Ben Pfaffdatapath: Tabify indentation.
2011-01-18 Ben Pfaffdatapath: Fix validation of ODPAT_OUTPUT actions.
2011-01-17 Ben Pfaffdatapath: Consistently parenthesize the operand of...
2011-01-13 Ben Pfaffdatapath: Get rid of compat.h, compat26.h in favor...
2011-01-05 Jesse Grossdatapath: Use call_rcu() when deleting a datapath.
2010-12-30 Jesse Grossdatapath: Drop constness of datapath pointers.
2010-12-30 Jesse Grossdatapath: Hold dp->mutex when calling new_vport().
2010-12-30 Jesse Grossdatapath: Add owner to file_operations declaration.
2010-12-30 Jesse Grossdatapath: Acquire dp->mutex when deleting a datapath.
2010-12-30 Jesse Grossdatapath: Merge do_destroy_dp into destroy_dp.
2010-12-29 Jesse Grossdatapath: Use local variable for freeing on flow put...
2010-12-29 Jesse Grossdatapath: Don't directly access port array in query_port().
2010-12-29 Jesse Grossdatapath: Add get_vport_protected().
2010-12-29 Jesse Grossdatapath: Use get_table_protected() in additional places.
2010-12-28 Justin Pettitdatapath: Return vport configuration when queried.
2010-12-28 Ben Pfaffdatapath: Clarify meaning of n_buckets argument to...
2010-12-28 Ben Pfaffdatapath: Suppress sparse complaints about address...
2010-12-17 Ben Pfaffdatapath: Avoid calling flow_hash() twice for the same...
2010-12-16 Jesse Grossdatapath: Harmonize [get|set]_skb_csum_pointers().
2010-12-14 Jesse Grossdatapath: Correctly return error if percpu allocation...
2010-12-13 Jesse Grossdatapath: Validate lock when handling flow actions.
2010-12-13 Jesse Grossdatapath: Check locks on access to flow table.
2010-12-13 Jesse Grossdatapath: Validate access to DP array.
2010-12-13 Jesse Grossdatapath: Don't directly access RCU protected pointers.
2010-12-13 Jesse Grossdatapath: Correct byte order annotations.
2010-12-13 Jesse Grossdatapath: Add usage of __rcu annotation.
2010-12-13 Jesse Grossdatapath: Correct usage of __user annotation.
2010-12-13 Ben Pfaffdatapath: Remove explicit 'unlikely' from IS_ERR calls.
2010-12-11 Jesse Grossdatpath: Fix memory leak when a loop is detected.
next