datapath: Tolerate backporting of rtnl_link_stats64 (as in RHEL 6).
[sliver-openvswitch.git] / datapath /
2011-02-04 Ben Pfaffdatapath: Consider tunnels to have no MTU, fixing jumbo...
2011-02-03 Jesse Grosstunneling: Simplify path MTU discovery logic.
2011-02-03 Ben PfaffZero padding bytes in odp_key_ipv4, odp_key_arp.
2011-02-02 Justin Pettitnicira-ext: Support matching IPv6 Neighbor Discovery...
2011-02-02 Justin Pettitnicira-ext: Support matching IPv6 traffic.
2011-02-02 Justin Pettitnicira-ext: Support matching ARP source and target...
2011-02-01 Ben Pfaffdatapath: Dump flow actions only if there is room.
2011-02-01 Ben Pfaffdatapath: Fix behavior of NLA_NESTED for pre-2.6.29...
2011-01-31 Jesse Grossdatapath: Fix flow time used computation.
2011-01-31 Jesse Grossdatapath: Avoid nla_parse_nested const warning on ...
2011-01-30 Jesse Grossdatapath: Correct version check for genetlink net names...
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 Pfaffdatapath: Backport more Netlink functions.
2011-01-28 Ben Pfaffdatapath: Backport genl_register_family_with_ops().
2011-01-28 Ben Pfaffdatapath: Extend compatibility code for genl_register_m...
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: Remove non-standard nla_put_be{16,32,64}...
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: Make VERIFY_NUL_STRING verify the string...
2011-01-28 Ben Pfaffdatapath: Change vport type from string to integer...
2011-01-28 Ben Pfaffdatapath: Drop datapath index and port number from...
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-27 Ben Pfaffdatapath: Make VERIFY_NUL_STRING return a negative...
2011-01-25 Ben Pfaffdatapath: Move rcu_read_lock_held(), rcu_dereference_...
2011-01-25 Ben Pfaffdatapath: Avoid sparse warning in compat header.
2011-01-23 Ben Pfaffdatapath: Remove unused ->set_stats() function from...
2011-01-21 Ben Pfaffdatapath: Remove vport_del_all() because it is now...
2011-01-19 Jesse Grossdatapath: Avoid backported csum_replace4() on RHEL 5.
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-13 Ben Pfaffdatapath: Use NULL for null pointer in compat code.
2011-01-12 Justin PettitAdd some new generated files to .gitignore.
2011-01-06 Ben Pfaffdatapath: Distinguish set_config() functions' names.
2011-01-06 Ben Pfaffdatapath: Improve vport-patch names that are too generic.
2011-01-06 Ben Pfaffdatapath: Clean up code in vport_get_stats().
2011-01-06 Ben Pfaffdatapath: Fix vport_get_stats() in !VPORT_F_GEN_STATS...
2011-01-06 Simon Hormandatapath: Treat GSO skbs as if they were fragments
2011-01-05 Jesse Grossdatapath: Fix double counting of packet stats for Linux...
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: Report ifindex of 0 if vport doesn't have...
2010-12-30 Jesse Grossdatapath: Don't check for RCU in free_buckets in table.
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: Allocate vports in more RCU friendly manner.
2010-12-29 Jesse Grossdatapath: Use RCU dereference in vport_get_ifindex().
2010-12-29 Jesse Grossdatapath: Add casts for direct freeing of RCU data.
2010-12-29 Jesse Grosstunnel: Drop spinlock around cache free.
2010-12-29 Jesse Grossdatapath: Fix table sparse annotations.
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-29 Jesse Grossdatapath: Add missing rtnl_dereference() calls.
2010-12-29 Ben Pfaffdatapath: Fix 32-bit truncation of argument to ODPAT_OU...
2010-12-28 Justin Pettitdatapath: Return vport configuration when queried.
2010-12-28 Jesse Grosstunneling: Don't shadow vport when generating cache.
2010-12-28 Ben Pfaffdatapath: Clean up use of TBL_* constants.
2010-12-28 Ben Pfaffdatapath: Clarify meaning of n_buckets argument to...
2010-12-28 Ben Pfaffdatapath: Do not shadow 'err' variable name in tnl_send().
2010-12-28 Ben Pfaffdatapath: Suppress sparse complaints about address...
2010-12-28 Ben Pfaffdatapath: Fix type of actions_len_left in modify_vlan_t...
2010-12-28 Ben Pfaffdatapath: Remove shadowed 'err' variable.
2010-12-24 Ben Pfaffdatapath: Don't recursively sample packets or reset...
2010-12-23 Ben Pfaffdatapath: Correct argument size for ODP_FLOW_GET.
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-16 Jesse Grosstunneling: Refresh IP header pointer after update_header().
2010-12-14 Jesse Grossdatapath: Correctly return error if percpu allocation...
2010-12-13 Ben PfaffMakefile: Check for undistributed files on every make...
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 Grosstunneling: Add checks for header cache lock.
next