meta-flow: Correctly set destination MAC in mf_set_flow_value().
[sliver-openvswitch.git] / datapath /
2012-01-24 Jesse Grossdatapath: Fix version check for 3.2.
2012-01-20 Jesse Grossdatapath: Correct GRE checksum offset.
2012-01-17 Ben Pfaffdatapath: Enforce mutual exclusion between bridge and...
2012-01-11 Ben Pfaffdatapath: Fix multipart datapath dumps.
2011-12-06 Dan Carpenterdatapath: small potential memory leak in ovs_vport_alloc()
2011-11-30 Jesse Grossdatapath: Don't use ipv6_addr_copy().
2011-11-22 Jesse Grossdatapath: Fix build after global symbol rename.
2011-11-22 Jesse Grossdatapath: Scope global symbols with ovs_ prefix.
2011-11-21 Jesse Grossdatapath: Remove unused variable in dp_notify.c.
2011-11-21 Jesse Grossdatapath: Always notify in initial namespace for port...
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-18 Pravin B Shelardatapath: Fix pop_vlan().
2011-11-17 Jesse Grossdatapath: Update startup banner.
2011-11-17 Jesse Grossdatapath: Fix whitespace error.
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-16 Ben Pfaffdatapath: Properly validate length of OVS_KEY_ATTR_ENCA...
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-14 Ben Pfaffdatapath: Allow flow key Netlink attributes to appear...
2011-11-12 Ben Pfaffdatapath: Rearrange ovs_key_lens.
2011-11-12 Pravin B Shelardatapath: Use correct ethernet addr len.
2011-11-11 Pravin B Shelardatapath: remove actions.h
2011-11-11 Pravin B Shelardatapath: Don't use Nicira's OUI for generating mac...
2011-11-11 Pravin B Shelardatapath: Remove unnecessary definition of is_internal_...
2011-11-11 Pravin B Shelardatapath: Use skb_copy_and_csum_dev() to csum upcall...
2011-11-10 Ansis Attekadatapath: Kernel flow metadata parsing should be less...
2011-11-10 Pravin B Shelardatapath: Fix compiler warning on older kernel.
2011-11-09 Jesse Grossdatapath: Fix comment formatting.
2011-11-09 Justin Pettitdatapath: Rename ipv6_tos to ipv6_tclass.
2011-11-09 Justin PettitSupport matching and modifying IP TTL.
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-09 Justin PettitSupport matching IPv6 flow label.
2011-11-09 Justin Pettitdatapath: Properly calculate checksum when updating...
2011-11-08 Pravin B Shelardatapath: Update kernel support to 3.2.
2011-11-08 Pravin B Shelardatapath: Fix vport tx_packets count.
2011-11-08 Jesse Grosstunneling: Separate out multicast port pools.
2011-11-08 Jesse Grosstunneling: Reduce priority of multicast tunnels.
2011-11-08 Jesse Grossdatapath: Renumber non-upstreamable interfaces.
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-04 Pravin B Shelardatapath: Define net_device_ops->ndo_get_stats64()...
2011-11-04 Pravin B Shelardatapath: Convert internal_dev to ndo_fix_features.
2011-11-04 Jesse Grossdatapath: Don't set flags on internal vports.
2011-11-03 Ben Pfaffdatapath: Fix indentation in pop_vlan().
2011-11-02 Jesse Grossdatapath: Drop useless WARN_ON_ONCE during flow conversion.
2011-11-02 Jesse Grossdatapath: Add IPv6 to list of parsed EtherTypes.
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: Add multicast tunnel support.
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 Jesse Grossdatapath: Fix uninitialized variable warning.
2011-10-21 Ben Pfaffvport-capwap: Fix use-after-free on error path.
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-21 Pravin B Shelartunnel: Handle hh_cache access for Linux kernel 3.1
2011-10-21 Pravin B Shelartunnel: hh_cache access cleanup
2011-10-18 Ben Pfaffdatapath: Fix tunnel reconfiguration that does not...
2011-10-18 Ben Pfaffdatapath: Reject attempts to change vport type with...
2011-10-18 Jesse Grossdatapath: Assert IFF_TX_SKB_SHARING on internal devices.
2011-10-18 Jesse Grossdatapath: Add version check for struct netdev_ops.
2011-10-17 Ben Pfaffdatapath: Simplify tnl_find_port().
2011-10-17 Ben Pfaffdatapath: Avoid confusing tunnels that have different...
2011-10-17 Ben Pfaffdatapath: Factor out repeated tnl_vport_to_vport()...
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-07 Pravin B Shelardatapath: Fix recv path for CONFIG_PREEMPT_RCU.
2011-10-06 Pravin B Shelardatapath: Strip down vport interface - ifIndex.
2011-10-05 Pravin B Shelardatapath: Fix tunnel hashing.
2011-09-30 Pravin Shelardatapath: Streamline tunnel port lookup
2011-09-30 Jesse Grossdatapath: Remove unused vlan constants.
2011-09-29 Pravin Shelardatapath: Avoid skb-clone in upcall
2011-09-29 Ben Pfaffdatapath: Avoid use-after-free error in dp_device_event().
2011-09-28 Pravin ShelarsFlow: Genericize/simplify kernel sFlow implementation
2011-09-26 Pravin Shelardatapath: Fix OVS build failure on older kernel
2011-09-23 Jesse Grossdatapath: Use unicast Netlink sockets for upcalls.
2011-09-21 Jesse Grossdatapath: IFF_BRIDGE_PORT is backported by Centos 5.6.
2011-09-21 Jesse Grossdatapath: Cleanup actions.c:do_output().
2011-09-21 Jesse Grossdatapath: Send to userspace errors shouldn't halt proce...
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 Ethan Jacksondatapath: Hardcode vport multicast group ID on older...
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-15 Pravin Shelardatapath: Fix tunnel lookup
next