datapath-windows: Rename switch context's portHashArray and vport's portLink
[cascardo/ovs.git] / datapath /
2014-10-03 Pravin B Shelardatapath: Add support for RHEL-7 / CentOS-7 kernel.
2014-10-03 Jarno Rajahalmedatapath: Add support for OVS_FLOW_ATTR_PROBE.
2014-10-02 Andy Zhoudatapath: avoid hard coding OVS_VPORT_TYPE_GENEVE
2014-09-23 Thomas Grafdatapath: Constify various function arguments
2014-09-23 Pravin B Shelardatapath: Restore OVS_CB after skb_segment.
2014-09-23 Thomas Grafdatapath: Fix double free when ovs_nla_copy_actions...
2014-09-21 Pravin B Shelardatapath: compat: Fix compilation for 2.6.32 kernel
2014-09-21 Pravin B Shelardatapath: Remove pkt_key from OVS_CB.
2014-09-21 Samuel Gauthierdatapath: restore OVS_FLOW_CMD_NEW notifications
2014-09-21 Thomas Grafdatapath: Provide compatibility for kernels up to 3.17
2014-09-21 Pravin B Shelardatapath: fix sparse warning.
2014-09-21 Li RongQingdatapath: change the data type of error status to atomi...
2014-09-21 Pravin B Shelardatapath: Remove support to set vport stats.
2014-09-15 Andy Zhoudatapath: Improve robustness of this_cpu_ptr definition...
2014-09-12 Pravin B Shelardatapath: Add IS_ERR_OR_NULL for backward compatibility.
2014-09-12 WANG Congopenvswitch: rename ->sync to ->syncp
2014-09-12 WANG Congdatapath: introduce netdev_alloc_pcpu_stats() for drivers
2014-09-12 Himangi Saraogidatapath: Use IS_ERR_OR_NULL
2014-09-12 Jean Sacrendatapath: fix duplicate #include headers
2014-09-12 Andreea-Cristina... datapath: Replace rcu_dereference() with rcu_access_poi...
2014-09-10 Andy Zhoudatapath: Add this_cpu_{read, inc, dec} APIs for backwa...
2014-09-10 Pravin B Shelardatapath: Backport __ip_select_ident() function
2014-09-10 Jarno Rajahalmeopenvswitch.h: Fix the type of struct ovs_key_nd nd_tar...
2014-09-08 Jarno Rajahalmelib/odp: Masked set action execution and printing.
2014-09-08 Pravin B Shelardatapath: Remove unused dp parameter.
2014-09-08 Pravin B Shelardatapath: Set packet egress_tun_info.
2014-09-08 Li RongQingdatapath: distinguish between the dropped and consumed skb
2014-09-08 Jiri Bencdatapath: fix panic with multiple vlan headers
2014-09-06 Andy Zhoudatapath: Implement recirc action without recursion
2014-09-06 Andy Zhoudatapath: Remove recirc stack depth limit check
2014-09-02 Li RongQingdatapath: fix a memory leak
2014-08-29 Andy Zhoudatapath: simplify sample action implementation
2014-08-29 Jesse Grossdatapath: Fix checksum calculation when modifying ICMPv...
2014-08-29 Pravin B Shelardatapath: Always initialize fix_segment for GSO packet.
2014-08-27 Andy Zhoudatapath: Fix recirc bug where skb is double freed.
2014-08-26 Lorand Jakabdatapath: Remove flow member from struct ovs_skb_cb
2014-08-18 Wenyu ZhangExtend OVS IPFIX exporter to export tunnel headers
2014-08-15 Joe Stringerdatapath: Move key_attr_size() to flow_netlink.h.
2014-08-14 Pravin B Shelardatapath: Simplify flow mask cache delete.
2014-08-13 Christoph Jaegerdatapath: Fix memory leak in ovs_vport_alloc() error...
2014-08-12 Andy Zhoudatapath: Update flow key before recirc
2014-08-11 Jarno Rajahalmedatapath/flow_netlink: Validate IPv6 flow key and mask...
2014-08-11 Jarno Rajahalmedatapath/actions: Mark recalculate_csum as likely in...
2014-08-08 Pravin B Shelardatapath: Avoid NULL mask check while building mask
2014-08-08 Pravin B Shelardatapath: Optimize recirc action.
2014-08-08 Pravin B Shelardatapath: Avoid using stack larger than 1024.
2014-08-07 Pravin B Shelardatapath: Refactor action alloc and copy api.
2014-08-07 Justin Pettitdatapath: Update comments about 'OVS_KEY_ATTR_8021Q'.
2014-08-07 Pravin B Shelardatapath: Use tun_info only for egress tunnel path.
2014-08-07 Pravin B Shelardatapath: Optimize Flow mask cache hash collision case.
2014-08-07 Pravin B Shelardatapath: Avoid using wrong metadata for recic action.
2014-08-07 Pravin B Shelardatapath: refactor ovs flow extract API.
2014-08-05 Justin Pettitdatapath: Correct comment about 'tun_info' member in...
2014-08-04 Ben PfaffDo not seemingly #include Linux-specific headers on...
2014-08-01 Ansis Attekadatapath: do not use vport type to determine presence...
2014-07-31 Thomas Grafdatapath: Remove unlikely() for WARN_ON() conditions
2014-07-30 Pravin B Shelardatapath: Remove redundant key ref from upcall_info.
2014-07-30 Chunhe Lidatapath: Drop packets when interdev is not up
2014-07-28 Pravin B Shelardatapath: Use currect rcu API in exact match flow looku...
2014-07-25 Pravin B Shelardatapath: Fix buffer overrun in mask array realloc.
2014-07-25 Pravin B Shelardatapath: Add NULL check for mask pointer.
2014-07-23 Daniele Di Proiettodatapath/flow_netlink: Avoid wildcarding tunnel key...
2014-07-23 Alex Wangdatapath: flow_netlink: Fix a bug.
2014-07-22 Andy Zhoudatapath: Refactor get_dp() function into multiple...
2014-07-15 Pravin B Shelardatapath: Check for NULL upcall_portids.
2014-07-14 Joe Stringerdatapath: Refactor ovs_flow_cmd_fill_info().
2014-07-11 Daniele Di Proiettodatapath/flow_netlink: Create right mask with disabled...
2014-07-11 Pravin B Shelardatapath: Enable tunnel GSO features.
2014-07-10 Andy Zhoudatapath: refactor do_output() to move skb_clone NULL...
2014-07-10 Andy Zhoudatapath: add skb_clone NULL check for the sampling...
2014-07-10 Andy Zhoudatapath: add skb_clone NULL check in the recirc action.
2014-07-10 Daniele Di Proiettodatapath/flow_netlink: Fix NDP flow mask validation
2014-07-03 Jesse Grossdatapath: Additional logging for -EINVAL on flow setups.
2014-07-01 Simon Hormandatapath: Allow pop and push MPLS actions after pop...
2014-07-01 Alex Wangdatapath: Use exact lookup for flow_get and flow_del.
2014-07-01 Jesse Grossdatapath: Change u64_stats_* to use _irq instead of...
2014-06-30 Ben Pfaffdatapath: Fix error handling for Geneve options in...
2014-06-27 Pravin B Shelardatapath: Initialize OVS_CB in ovs_vport_receive()
2014-06-26 Joe Stringerdatapath: Remove redundant tcp_flags code.
2014-06-25 Andy Zhoudatapath: fix sparse warning in function tbl_mask_array...
2014-06-25 Jesse Grossdatapath: Rehash 16-bit skbuff hashes into 32 bits.
2014-06-24 Simon Hormandatapath: Add basic MPLS support to kernel
2014-06-23 Lorand Jakabdatapath/linux: add vport-geneve.c to .gitignore
2014-06-21 Jesse Grossdatapath: Check tunnel info before dereferencing on...
2014-06-20 Jesse Grossdatapath: Add support for Geneve tunneling.
2014-06-20 Jesse Grossdatapath: Factor out allocation and verification of...
2014-06-20 Jesse Grosstunnel: Add support for matching on OAM packets.
2014-06-20 Jesse Grossdatapath: Wrap struct ovs_key_ipv4_tunnel in a new...
2014-06-20 Jesse Grossdatapath: Eliminate memset() from flow_extract.
2014-06-20 Andy Zhoudatapath: keep mask array compact when deleting mask
2014-06-20 Andy Zhoudatapath: simplify ovs_flow_tbl_lookup_stats()
2014-06-13 Jesse Grosslisp: Use IP addresses rather than flow on hash failure.
2014-06-13 Andy Zhoudatapath: avoid memory corruption in queue_userspace_p...
2014-06-13 Andy Zhoudatapath: fix key size computation in key_attr_size()
2014-06-04 Joe Stringerdatapath: Clean up files on distclean.
2014-05-21 Simon Hormandatapath: 16bit inner_network_header field in struct...
2014-05-15 Simon Hormandatapath: sample action without side effects
2014-05-13 Simon Hormandatapath: Free skb(s) on recirculation error
2014-05-02 Jesse Grossdatapath: Fix feature check for HAVE_RXHASH.
2014-05-02 Pritesh Kotharidatapath: clear l4_rxhash in skb_clear_hash.
next