nx-match: Update register check functions.
[sliver-openvswitch.git] / datapath /
2011-08-04 Simon Hormanovs-dpctl: Show number of flows
2011-08-03 Simon Hormandatapath: Allow the number of hash entries to exceed...
2011-08-03 Simon Hormandatapath: Allow table to expand to have TBL_MAX_BUCKETS...
2011-07-29 Jesse Grossdatapath: Backport flex_arrays.
2011-07-29 Jesse Grossdatapath: Don't pass __GFP_ZERO to kmalloc on older...
2011-07-29 Jesse Grossdatapath: Backport reciprocal division.
2011-07-28 pravin shelarDatapath action should not refer to controller
2011-07-27 Ben Pfaffdatapath: Add missing targets to avoid failure on e...
2011-07-12 Simon Hormandatapath: An expanded table should be larger than its...
2011-06-30 Jesse Grosstunneling: Force selection of an IP ID with GRE.
2011-06-29 Simon Hormandatapath: Support Linux 3.0
2011-06-24 Jesse Grossdatapath: Rename linux-2.6 and compat-2.6 directories.
2011-06-23 Jesse Grossdatapath: Add missing header.
2011-06-22 Ben Pfaffconfigure: Do not reject Linux 3.0 at configure time.
2011-06-22 Ben Pfaffconfigure: Remove "26" from Linux variable names.
2011-06-17 Jesse Grossdatapath: Use consume_skb() on non-errors.
2011-06-17 Jesse Grossdatapath: Backport consume_skb().
2011-06-16 Jesse Grossdatapath: Further mirror checksum offloading state...
2011-06-16 Jesse Grossdatapath: Drop set_skb_csum_bits().
2011-06-16 Jesse Grosstunneling: Avoid extra copying if expanding headroom.
2011-06-16 Jesse Grossdatapath: Simplify make_writable().
2011-06-16 Jesse Grossdatapath: Use strip_vlan() for modify_vlan_tci().
2011-06-13 Jesse Grossdatapath: Check for supported kernel versions.
2011-06-09 Justin PettitRemove NXAST_DROP_SPOOFED_ARP action.
2011-06-08 Jesse Grossdatapath: Remove redundant nw_ prefix from fields in...
2011-06-08 Jesse Grossdatapath: IP fragments should include L4 header in...
2011-06-03 Jesse Grosstunneling: Warn if CAPWAP is not available on this...
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-19 Jesse Grossdatapath: Check that netdev vport is fully initialized.
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-05-11 Jesse Grossdatapath: Pull data into linear area only on demand.
2011-05-01 Andrew Evanstunneling: Add DF inherit and default flags to set...
2011-04-30 Andrew Evanstunneling: Add df_default and df_inherit tunnel options.
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: Avoid freeing wild pointer in corner case.
2011-04-29 Ben Pfaffdatapath: No need to zero cb anymore in odp_packet_cmd_...
2011-04-28 Andrew Evansdatapath: Make git ignore linux-2.6/vlan.c.
2011-04-27 Jesse Grossdatapath: Backport DIV_ROUND_UP.
2011-04-07 Andrew Evansdatapath: Update netdev_frame_hook() for 2.6.39 rx...
2011-03-31 Simon Hormandatapath: Update for changes in 2.6.39-rc1
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-23 Ben Pfaffdatapath: Add compatibility with sk_buff's vlan_tci...
2011-03-18 Jesse Grossdatapath: Use ipv4_dst_hoplimit() instead of direct...
2011-03-18 Jesse Grossdatapath: Backport ip4_dst_hoplimit() from 2.6.38.
2011-03-16 Ben PfaffSupport vlan_group workaround implemented in XenServer...
2011-03-14 Jesse Grossdatapath: Check for backported dev_get_by_index_rcu().
2011-03-14 Jesse Grossdatapath: Use compat directory only for backported...
2011-03-10 Jesse Grosstunneling: Rely on protocol handles to parse ToS.
2011-03-10 Jesse Grossdatapath: Enable vlan offload on internal devices.
2011-03-09 Ben Pfaffdatapath: Avoid random tun_id in odp_packet_cmd_execute().
2011-03-04 Jesse Grosstunneling: Don't leak dst on vlan tagging failure.
2011-03-03 Jesse Grossdatapath: Add backport for USHRT_MAX.
2011-03-03 Jesse Grossdatapath: Drop BUG_ON when checksumming and copying.
2011-03-03 Jesse Grossdatapath: Update IPv6 parsing code for kernel style.
2011-03-03 Jesse Grossdatapath: Allow jumbograms through IPv6 parsing.
2011-03-03 Jesse Grossdatapath: Check packet len does not exceed attribute...
2011-03-03 Jesse Grossdatapath: Record upcall errors as lost packets.
2011-03-02 Ben Pfaffdatapath: Remove unneeded modify_vlan_tci() parameters.
2011-03-02 Ben Pfaffdatapath: Avoid duplicate test in tnl_free_linked_skbs().
2011-03-02 Ben Pfaffdatapath: Simplify send_frags().
2011-02-25 Valient Goughdatapath: call tnl_ops only after setting options
2011-02-25 Jesse Grossdatapath: Destroy internal devices before freeing datapath.
2011-02-25 Jesse Grossdatapath: Don't free vport until all references are...
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-11 Ben PfaffRemove /proc/net compatibility support.
2011-02-08 Jesse Grossdatapath: Check for backported rcu_read_lock_held.
2011-02-08 Jesse Grossdatapath: Use vlan deacceleration function in upcall.
2011-02-08 Jesse Grossdatapath: Don't use vlan_features before 2.6.26.
2011-02-07 Justin Pettitdatapath: Better calculate max nlattr-formatted flow...
2011-02-07 Justin Pettitdatapath: Increase size of max nlattr-formatted flow...
2011-02-07 Simon Hormandatapath: Clear rxhash when using an action that may...
2011-02-07 Jesse Grossdatapath: Add module parameter to allow TSO with vlans.
2011-02-07 Jesse Grossdatapath: Add definition for FCoE offload.
2011-02-07 Jesse Grossdatapath: Use vlan acceleration for vlan operations.
2011-02-07 Jesse Grossdatapath: Add vlan acceleration field for older kernels.
2011-02-07 Jesse Grosstunneling: Check refcount of each page in frags.
2011-02-04 Jesse Grosstunneling: Always use skb->len for PMTUD.
2011-02-04 Jesse Grosstunneling: Fix uninitialized variable warning in check_mtu.
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...
next