datapath: Convert mask list in mask array.
[sliver-openvswitch.git] / datapath / flow.h
2014-04-29 Pravin B Shelardatapath: Convert mask list in mask array.
2014-04-21 Andy Zhoudatapath: add recirc action
2014-04-21 Andy Zhoudatapath: add hash action
2014-04-08 Ben Pfaffdatapath: Fix tracking of flags seen in TCP flows.
2014-04-02 Jarno Rajahalmedatapath/flow: Fix ovs_flow_stats_get/clear RCU derefer...
2014-03-24 Jarno Rajahalmedatapath: Compact sw_flow_key.
2014-02-18 Jarno Rajahalmedatapath: Per NUMA node flow stats.
2014-02-18 Jarno Rajahalmedatapath: Remove 5-tuple optimization.
2013-12-03 Pravin B Shelardatapath: Use percpu allocator for flow-stats.
2013-11-18 Ben Pfaffdatapath: Shrink sw_flow_mask by 8 bytes (64-bit) or...
2013-10-29 Jarno RajahalmeTCP flags matching support.
2013-10-29 Jarno RajahalmeWiden TCP flags handling.
2013-10-21 Pravin B Shelardatapath: Per cpu flow stats.
2013-10-02 Pravin B Shelardatapath: Restructure datapath.c and flow.c
2013-09-05 Jesse Grossdatapath: Fix alignment of struct sw_flow_key.
2013-08-27 Andy Zhoudatapath: optimize flow compare and mask functions
2013-08-22 Andy Zhoudatapath: Rename key_len to key_end
2013-08-22 Joe Stringerdatapath: Add SCTP support
2013-08-13 Pravin B Shelardatapath: move tunnel-init function to flow.h
2013-08-09 Jesse Grossdatapath: Add 'ovs_' prefix to extern symbols.
2013-07-22 Andy Zhoudatapath: remove RCU annotation from flow->mask
2013-07-16 Jesse Grossdatapath: Use masked flow when validating actions.
2013-06-22 Andy Zhoudatapath: Fix a kernel crash caused by corrupted mask...
2013-06-21 Pravin B Shelargre: Restructure tunneling.
2013-06-20 Andy Zhoudatapath: Mega flow implementation
2013-03-30 Thomas Grafdatapath: Refine Netlink message size calculation and...
2013-03-04 Pravin B ShelarTunnel: Cleanup old tunnel infrastructure.
2013-03-01 Pravin B Shelardatapath: Increase maximum allocation size of action...
2013-03-01 Pravin B ShelarRevert "datapath: Increase maximum allocation size...
2013-02-23 Pravin B Shelardatapath: Increase maximum allocation size of action...
2013-01-26 Pravin B Shelardatapath: Clear struct ovs_key_ipv4_tunnel padding.
2013-01-21 Pravin B Shelardatapath: Fix nelink attribute size for flow.
2013-01-19 Pravin B Shelardatapath: More flexible kernel/userspace tunneling...
2012-11-22 Ansis Attekadatapath: add skb mark matching and set action
2012-11-08 Jesse Grossdatapath: Move tun_key out of struct phy and union.
2012-11-06 Jesse Grossdatapath: Remove flow refcount functionality.
2012-10-20 Pravin B Shelardatapath: Optimize flow key match for non tunnel flows.
2012-10-20 Kyle Mesterydatapath: Add support for tun_key to Open vSwitch datapath
2012-09-04 Jesse Grossdatapath: Fix FLOW_BUFSIZE definition.
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-02-17 Pravin B Shelardatapath: Increase maximum number of datapath ports.
2012-01-05 Pravin B Shelardatapath: Implement flow table re-hashing.
2011-11-22 Jesse Grossdatapath: Scope global symbols with ovs_ prefix.
2011-11-17 Jesse Grossdatapath: Fix whitespace error.
2011-11-16 Jesse Grossdatapath: Reformat copyright messages.
2011-11-16 Ben Pfaffdatapath: Properly validate length of OVS_KEY_ATTR_ENCA...
2011-11-09 Jesse Grossdatapath: Fix comment formatting.
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-07 Pravin B Shelardatapath: Fix coding style issues.
2011-11-01 Pravin B Shelardatapath: Convert kernel priority actions into match...
2011-10-21 Ben PfaffImplement new fragment handling policy.
2011-10-21 Pravin B Shelardatapath: Refactor actions in terms of match fields.
2011-10-12 Ben Pfaffdatapath-protocol: Rename to <linux/openvswitch.h>.
2011-10-12 Ben Pfaffdatapath: Move Netlink PID for userspace actions from...
2011-09-23 Jesse Grossdatapath: Use unicast Netlink sockets for upcalls.
2011-09-10 Pravin Shelardatapath: Improve kernel hash table
2011-09-08 Ben Pfaffdatapath: Allow a packet with no input port to omit...
2011-08-20 Justin Pettitdatapath: Use "OVS_*" as opposed to "ODP_*" for user...
2011-06-08 Jesse Grossdatapath: Remove redundant nw_ prefix from fields in...
2011-06-01 Ben Pfaffdatapath: Get packet metadata from userspace in odp_pac...
2011-05-18 Ben PfaffMerge 'next' into 'master'.
2011-05-18 Andrew Evansdatapath: Hash and compare only the part of sw_flow_key...
2011-03-03 Jesse Grossdatapath: Update IPv6 parsing code for kernel style.
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-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-01-31 Jesse Grossdatapath: Fix flow time used computation.
2011-01-28 Ben Pfaffdatapath: Convert ODP_FLOW_* commands to use AF_NETLINK...
2011-01-28 Ben Pfaffdatapath: Convert datapath operations to use Netlink...
2011-01-28 Ben Pfaffdatapath: Report kernel's flow key when passing packets...
2011-01-28 Ben Pfaffdatapath: Convert odp_flow_key to use Netlink attribute...
2010-12-13 Jesse Grossdatapath: Add usage of __rcu annotation.
2010-12-13 Jesse Grossdatapath: Use __packed macro.
2010-12-13 Ben Pfaffdatapath: Include <linux/netlink.h> directly into flow.h.
2010-12-10 Ben Pfaffdatapath: Replace "struct odp_action" by Netlink attrib...
2010-10-11 Ben Pfaffdatapath: Always use GFP_ATOMIC to execute actions.
2010-09-22 Jesse Grossdatapath: Move is_frag out of struct ovs_skb_cb.
2010-09-22 Jesse Grossdatapath: Add ref counting for flows.
2010-09-22 Jesse Grossdatapath: Move flow allocation into a function.
2010-08-26 Ben PfaffAdd Nicira extension to OpenFlow for dropping spoofed...
2010-08-03 Ben Pfaffdatapath: Inline flow_cast().
2010-08-03 Ben Pfaffdatapath: Don't track IP TOS value two different ways.
2010-07-26 Jesse Grossdatapath: Don't query time for every packet.
2010-05-27 Ben Pfaffdatapath: Add missing #include to datapath/flow.h.
2010-04-19 Jesse Grossdatapath: Genericize hash table.
2010-03-25 Ben PfaffMerge "citrix" branch into "master".
2009-12-02 Ben PfaffMerge "master" branch into "db".
2009-11-18 Ben PfaffMerge citrix branch into master.
2009-11-17 Justin Pettitdatapath: Remove unused print_flow() function
2009-06-15 Ben PfaffMerge changes from citrix branch into master.
2009-06-15 Ben PfaffUpdate primary code license to Apache 2.0.
2009-07-08 Ben PfaffImport from old repository commit 61ef2b42a9c4ba8e1600f... v0.90.0