classifier: Use array for subtables instead of a list.
[sliver-openvswitch.git] / datapath / flow.c
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-25 Jarno Rajahalmedatapath: Clarify locking.
2014-03-24 Jarno Rajahalmedatapath: Compact sw_flow_key.
2014-03-24 Jarno Rajahalmedatapath: Use TCP flags in the flow key for stats.
2014-02-28 Ben Pfaffdatapath: Correctly report flow used times for first...
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-10 Jarno Rajahalmedatapath: Read tcp flags only then the tranport header...
2013-12-16 Pravin B Shelardatapath: Fix deadlock during stats update.
2013-12-03 Pravin B Shelardatapath: Use percpu allocator for flow-stats.
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-09 Daniel Borkmanndatapath: flow: fix potential illegal memory access...
2013-09-06 Pravin B Shelardatapath: Remove skb->mark compat code.
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 Jesse Grossdatapath: Remove redundant EtherType check in vlan...
2013-08-22 Andy Zhoudatapath: More strict vlan encap netlink check
2013-08-22 Andy Zhoudatapath: Rename key_len to key_end
2013-08-22 Joe Stringerdatapath: Add SCTP support
2013-08-20 Justin Pettitdatapath: Remove old argument description in flow.c.
2013-08-20 priteshdatapath: Fix typos in Netlink debugging messages.
2013-08-09 Jesse Grossdatapath: Fix typo in flow validation logic.
2013-08-09 Jesse Grossdatapath: Add 'ovs_' prefix to extern symbols.
2013-08-02 Jesse Grossodp-util: Always serialize tunnel mask attributes.
2013-08-02 Jesse Grossdatapath: Introduce is_mask when serializing netlink...
2013-08-01 Andy Zhoudatapath: Accept any 802.2 eth_type mask but override...
2013-08-01 Andy Zhoudatapath: Accept any in_port mask but override to be...
2013-08-01 Andy Zhoudatapath: Always allow tunnel mask to be specified...
2013-07-31 Andy Zhoudatapath: always export priority and skb_mark in netlin...
2013-07-29 Andy Zhoudatapath: Fix missing VLAN netlink attribute handling
2013-07-29 Andy Zhoudatapath: fix a bug in SF_FLOW_KEY_PUT macro
2013-07-25 Pravin B Shelardatapath: Use non rcu hlist_del() flow table entry.
2013-07-25 Pravin B Shelardatapath: Use correct type while allocating flex array.
2013-07-22 Andy Zhoudatapath: remove RCU annotation from flow->mask
2013-07-19 Andy Zhoudatapath: Add mask check during flow lookup
2013-07-16 Jesse Grossdatapath: Use masked flow when validating actions.
2013-07-10 Jesse Grossdatpath: Fix tunnel TTL flow rejection message.
2013-07-09 Jesse Grossdatapath: Always include tunnel TTL in serialized Netli...
2013-07-09 Andy Zhoudatapath: fix bugs in exporting netlink attributes
2013-07-09 Jesse Grossdatapath: Use DP_MAX_PORTS when no IN_PORT attribute...
2013-07-08 Jesse Grossdatapath: Make netlink error messages more consistent.
2013-07-03 Andy Zhoudatapath: add netlink error message to help kernel...
2013-06-28 Andy Zhoudatapath: Bug fix: Kernel rejects flow with valid vlan...
2013-06-28 Andy ZhouDatapath: Bug fix: kernel rejects mega flow with encap...
2013-06-27 Justin Pettitdatapath: Convert IPv6 TCP and UDP port netlink attribu...
2013-06-24 Jesse Grossdatapath: Do not clear key in ovs_match_init()
2013-06-22 Andy Zhoudatapath: Fix a kernel crash caused by corrupted mask...
2013-06-21 Pravin B Shelargre: Restructure tunneling.
2013-06-21 Jesse Grossdatapath: Use a single attribute array for parsing...
2013-06-20 Andy Zhoudatapath: Mega flow implementation
2013-06-12 Pravin B Shelardatapath: make skb->csum consistent with rest of networ...
2013-06-03 Lorand Jakabdatapath: fix variable names in comment
2013-04-18 Pravin B Shelardatapath: Fix stale comment in flow.c.
2013-03-28 Simon Hormandatapath: net: add ETH_P_802_3_MIN
2013-03-27 Hong Zhiguodatapath: correct an invalid BUG_ON
2013-03-15 Sasha Levindatapath: hlist: drop the node parameter from iterators
2013-03-04 Pravin B ShelarTunnel: Cleanup old tunnel infrastructure.
2013-03-01 Pravin B ShelarRevert "datapath: Increase maximum allocation size...
2013-02-23 Pravin B Shelardatapath: Increase maximum allocation size of action...
2013-02-19 Rich Lanedatapath: Fix parsing invalid LLC/SNAP ethertypes
2013-01-19 Pravin B Shelardatapath: More flexible kernel/userspace tunneling...
2012-12-31 Jesse Grossdatapath: Initialize tunnel_key pad member.
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-07 Jesse Grossdatapath: Shorten flow tunneling flags.
2012-11-07 Jesse Grossdatapath: Don't allow flows installed with only TUN_ID.
2012-11-07 Jesse Grossdatapath: Include OVS_KEY_ATTR_IPV4_TUNNEL in upstream...
2012-11-06 Jesse Grossdatapath: Remove flow refcount functionality.
2012-11-02 Mehak MahajanProcess RARP packets with ethertype 0x8035 similar...
2012-10-24 Mehak MahajanAllow processing of RARP packets.
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-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-04-02 David S. Millerdatapath: Stop using NLA_PUT*().
2012-03-23 Jesse Grossflow: Enable retrieval of TCP flags from IPv6 traffic.
2012-03-23 Jesse Grossflow: Add length check when retrieving TCP flags.
2012-02-17 Pravin B Shelardatapath: Increase maximum number of datapath ports.
2012-01-17 Shan Weidatapath: kill duplicate included header
2012-01-05 Pravin B Shelardatapath: Implement flow table re-hashing.
2011-12-02 Jesse Grossdatapath: Remove custom version of ipv6_skip_exthdr().
2011-11-30 Jesse Grossdatapath: Don't use ipv6_addr_copy().
2011-11-22 Jesse Grossdatapath: Scope global symbols with ovs_ prefix.
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-10 Ansis Attekadatapath: Kernel flow metadata parsing should be less...
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.
next