netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / datapath / flow.c
2015-12-04 Joe Stringerdatapath: Allow matching on conntrack label
2015-12-04 Joe Stringerdatapath: Add conntrack action
2015-12-04 Pravin B Shelardatapath: Add support for lwtunnel
2015-09-18 Joe Stringerdatapath: Add support for 4.1 kernel.
2015-07-30 Alexander Duyckdatapath: Use eth_proto_is_802_3.
2015-02-03 Thomas Grafdatapath: Rename GENEVE_TUN_OPTS() to TUN_METADATA_OPTS()
2015-02-03 Thomas Grafdatapath: Account for "rename vlan_tx_* helpers since...
2015-01-06 Ben Pfaffdatapath: Consistently include VLAN header in flow...
2014-11-10 Pravin B Shelardatapath: fix coding style.
2014-11-10 Pravin B Shelardatapath: Fix few mpls issues.
2014-10-24 Pravin B Shelardatapath: Fix comment style.
2014-10-17 Li RongQingdatapath: fix a use after free
2014-10-03 Jarno Rajahalmedatapath: Add support for OVS_FLOW_ATTR_PROBE.
2014-09-23 Thomas Grafdatapath: Constify various function arguments
2014-09-21 Pravin B Shelardatapath: Remove pkt_key from OVS_CB.
2014-09-12 Andreea-Cristina... datapath: Replace rcu_dereference() with rcu_access_poi...
2014-08-12 Andy Zhoudatapath: Update flow key before recirc
2014-08-07 Pravin B Shelardatapath: Use tun_info only for egress tunnel path.
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-06-24 Simon Hormandatapath: Add basic MPLS support to kernel
2014-06-20 Jesse Grossdatapath: Add support for Geneve tunneling.
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-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.
next