datapath-windows: Update ovsext.sln to properly build under "Win8 Debug".
[cascardo/ovs.git] / datapath /
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.
2014-05-02 Pritesh Kotharidatapath: Add support for kernel 3.14.
2014-05-01 Andy Zhoudatapath: handle recirculation loop detection
2014-05-01 Ben PfaffMerge pull request #1 from spil-jasper/master
2014-04-30 Pravin B Shelardatapath: Remove unnecessary flow variable.
2014-04-29 Pravin B Shelardatapath: Convert mask list in mask array.
2014-04-29 Pravin B Shelardatapath: Add flow mask cache.
2014-04-29 Pravin B Shelardatapath: Move table destroy to dp-rcu callback.
2014-04-28 Joe Stringerdatapath: Check for backported skb_orphan_frags().
2014-04-21 Andy Zhoudatapath: add recirc action
2014-04-21 Andy Zhoudatapath: add hash action
2014-04-21 Rami Rosendatapath: remove unneeded declaration of new_vport().
2014-04-16 Andy Zhoudatapath: Fix a double free bug for the sample action
2014-04-15 Alex Wangdatapath: Allow each vport to have an array of 'port_id's.
2014-04-14 Zoltan Kissdatapath: Orphan frags in skb_zerocopy and handle errors
2014-04-05 Wei Zhangdatapath: supply a dummy err_handler of gre_cisco_proto...
2014-04-08 Ben Pfaffdatapath: Fix tracking of flags seen in TCP flows.
2014-03-31 Pravin Shelardatapath: Add support for kernels 3.13
2014-04-02 Jarno Rajahalmedatapath: Minimize ovs_flow_cmd_new|set critical sections.
2014-04-02 Jarno Rajahalmedatapath: Split ovs_flow_cmd_new_or_set().
2014-04-02 Jarno Rajahalmedatapath: Minimize ovs_flow_cmd_del critical section.
2014-04-02 Jarno Rajahalmedatapath: Reduce locking requirements.
2014-04-02 Jarno Rajahalmedatapath/flow: Fix ovs_flow_stats_get/clear RCU derefer...
2014-04-02 Jarno Rajahalmedatapath: Fix typo.
2014-03-30 Jarno Rajahalmedatapath: Minimize dp and vport critical sections.
2014-03-29 Jarno Rajahalmedatapath: Make flow mask removal symmetric.
2014-03-29 Jarno Rajahalmedatapath: Build flow cmd netlink reply only if needed.
2014-03-28 Monam Agarwaldatapath: Use with RCU_INIT_POINTER(x, NULL) in vport...
2014-03-25 Jarno Rajahalmedatapath: Clarify locking.
2014-03-25 Jarno Rajahalmedatapath: Avoid assigning a NULL pointer to flow actions.
2014-03-25 Jarno Rajahalmedatapath: Remove a debugging message.
2014-03-24 Jarno Rajahalmedatapath: Compact sw_flow_key.
2014-03-24 Jarno Rajahalmedatapath: Use TCP flags in the flow key for stats.
2014-03-24 Jarno Rajahalmedatapath: Fix output of SCTP mask.
2014-03-18 Alex Wangdatapath: compat: Downstream the reciprocal_div.{c,h}.
2014-03-07 Pravin Shelardatapath: Add support for Linux 3.12
2014-02-28 Ben Pfaffdatapath: Correctly report flow used times for first...
2014-02-16 Pravindatapath: Fix build failure.
2014-02-16 Joe Perchesdatapath: Use ether_addr_copy
2014-02-18 Jarno Rajahalmedatapath: Per NUMA node flow stats.
2014-02-18 Jarno Rajahalmedatapath: Remove 5-tuple optimization.
2014-02-16 Jiri Pirkodatapath: fix dp check in ovs_dp_reset_user_features
2014-02-13 Jarno Rajahalmedatapath: Fix race.
2014-02-10 Jarno Rajahalmedatapath: Read tcp flags only then the tranport header...
2014-02-05 Jesse Grossdatapath: Fix kernel style issues.
2014-02-04 Joe Perchesdatapath: flow_netlink: Use pr_fmt to OVS_NLERR
2014-02-04 Joe Perchesdatapath: Use net_ratelimit in OVS_NLERR
2014-02-03 Daniele Di Proiettodatapath: Added (unsigned long long) cast in printf
2014-02-03 Daniele Di Proiettodatapath: avoid cast-qual warning in vport_priv
2014-02-03 Daniele Di Proiettodatapath: avoid warnings in vport_from_priv
2014-02-01 Andy Zhoudatapth: Suppress error messages on megaflow updates
2014-01-28 Pravin B Shelardatapath: Fix ovs_flow_free() ovs-lock assert.
2014-01-23 Daniele Di Proiettodatapath: use const in some local vars and casts
next