datapath: Avoid using wrong metadata for recic action.
[cascardo/ovs.git] / datapath / flow_netlink.c
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-01 Ansis Attekadatapath: do not use vport type to determine presence...
2014-07-23 Daniele Di Proiettodatapath/flow_netlink: Avoid wildcarding tunnel key...
2014-07-23 Alex Wangdatapath: flow_netlink: Fix a bug.
2014-07-11 Daniele Di Proiettodatapath/flow_netlink: Create right mask with disabled...
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-06-30 Ben Pfaffdatapath: Fix error handling for Geneve options in...
2014-06-26 Joe Stringerdatapath: Remove redundant tcp_flags code.
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 Grosstunnel: Add support for matching on OAM packets.
2014-06-20 Jesse Grossdatapath: Wrap struct ovs_key_ipv4_tunnel in a new...
2014-04-21 Andy Zhoudatapath: add recirc action
2014-04-21 Andy Zhoudatapath: add hash action
2014-03-24 Jarno Rajahalmedatapath: Compact sw_flow_key.
2014-03-24 Jarno Rajahalmedatapath: Fix output of SCTP mask.
2014-03-07 Pravin Shelardatapath: Add support for Linux 3.12
2014-02-16 Joe Perchesdatapath: Use ether_addr_copy
2014-02-18 Jarno Rajahalmedatapath: Remove 5-tuple optimization.
2014-02-04 Joe Perchesdatapath: flow_netlink: Use pr_fmt to OVS_NLERR
2014-02-03 Daniele Di Proiettodatapath: Added (unsigned long long) cast in printf
2014-01-23 Daniele Di Proiettodatapath: use const in some local vars and casts
2013-12-03 Pravin B Shelardatapath: Use percpu allocator for flow-stats.
2013-10-29 Jarno RajahalmeTCP flags matching support.
2013-10-02 Pravin B Shelardatapath: Restructure datapath.c and flow.c