ofproto: Fix use-after-free error when ports disappear.
[sliver-openvswitch.git] / datapath /
2012-01-20 Jesse Grossdatapath: Correct GRE checksum offset.
2012-01-17 Ben Pfaffdatapath: Enforce mutual exclusion between bridge and...
2012-01-12 Pravin B Shelardatapath: Use correct ethernet addr len.
2012-01-11 Ben Pfaffdatapath: Fix multipart datapath dumps.
2011-12-06 Dan Carpenterdatapath: small potential memory leak in ovs_vport_alloc()
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
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 Valient Goughdatapath: add key support to CAPWAP tunnel
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 Ben Pfaffdatapath: Allow a packet with no input port to omit...
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-29 Justin Pettitdatapath: Disable LRO from userspace instead of the...
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-19 Justin Pettitdatapath: Correct comment for vport_add().
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.
next