summaryrefslogtreecommitdiff
path: root/datapath/flow.h
Commit message (Expand)AuthorAgeFilesLines
* datapath: Backport conntrack fixes.Joe Stringer2015-12-031-1/+1
* datapath: Allow matching on conntrack labelJoe Stringer2015-12-031-1/+2
* datapath: Allow matching on conntrack markJoe Stringer2015-12-031-0/+1
* datapath: Add conntrack actionJoe Stringer2015-12-031-0/+6
* datapath: Serialize acts with original netlink lenJoe Stringer2015-12-031-0/+1
* datapath: Add support for lwtunnelPravin B Shelar2015-12-031-73/+8
* datapath: Whitespace fixes.Joe Stringer2015-07-301-1/+0
* datapath: Add support for unique flow IDs.Joe Stringer2015-02-271-3/+25
* datapath: Rename GENEVE_TUN_OPTS() to TUN_METADATA_OPTS()Thomas Graf2015-02-031-7/+8
* datapath: fix coding style.Pravin B Shelar2014-11-091-17/+15
* datapath: Add support for OVS_FLOW_ATTR_PROBE.Jarno Rajahalme2014-10-031-1/+1
* datapath: Constify various function argumentsThomas Graf2014-09-231-4/+4
* Extend OVS IPFIX exporter to export tunnel headersWenyu Zhang2014-08-181-15/+45
* datapath: Update flow key before recircAndy Zhou2014-08-121-4/+2
* datapath: Use tun_info only for egress tunnel path.Pravin B Shelar2014-08-061-1/+2
* datapath: Avoid using wrong metadata for recic action.Pravin B Shelar2014-08-061-0/+9
* datapath: refactor ovs flow extract API.Pravin B Shelar2014-08-061-1/+5
* datapath: Add basic MPLS support to kernelSimon Horman2014-06-241-6/+11
* datapath: Add support for Geneve tunneling.Jesse Gross2014-06-201-1/+19
* datapath: Wrap struct ovs_key_ipv4_tunnel in a new structure.Jesse Gross2014-06-191-9/+13
* datapath: Convert mask list in mask array.Pravin B Shelar2014-04-291-1/+0
* datapath: add recirc actionAndy Zhou2014-04-211-0/+1
* datapath: add hash actionAndy Zhou2014-04-211-0/+1
* datapath: Fix tracking of flags seen in TCP flows.Ben Pfaff2014-04-081-2/+3
* datapath/flow: Fix ovs_flow_stats_get/clear RCU dereference.Jarno Rajahalme2014-04-021-3/+3
* datapath: Compact sw_flow_key.Jarno Rajahalme2014-03-241-18/+11
* datapath: Per NUMA node flow stats.Jarno Rajahalme2014-02-181-2/+8
* datapath: Remove 5-tuple optimization.Jarno Rajahalme2014-02-181-9/+1
* datapath: Use percpu allocator for flow-stats.Pravin B Shelar2013-12-031-4/+13
* datapath: Shrink sw_flow_mask by 8 bytes (64-bit) or 4 bytes (32-bit).Ben Pfaff2013-11-181-2/+2
* TCP flags matching support.Jarno Rajahalme2013-10-291-0/+2
* Widen TCP flags handling.Jarno Rajahalme2013-10-291-1/+1
* datapath: Per cpu flow stats.Pravin B Shelar2013-10-211-7/+13
* datapath: Restructure datapath.c and flow.cPravin B Shelar2013-10-011-102/+26
* datapath: Fix alignment of struct sw_flow_key.Jesse Gross2013-09-051-1/+1
* datapath: optimize flow compare and mask functionsAndy Zhou2013-08-271-18/+1
* datapath: Rename key_len to key_endAndy Zhou2013-08-221-1/+1
* datapath: Add SCTP supportJoe Stringer2013-08-221-4/+4
* datapath: move tunnel-init function to flow.hPravin B Shelar2013-08-131-0/+16
* datapath: Add 'ovs_' prefix to extern symbols.Jesse Gross2013-08-091-5/+5
* datapath: remove RCU annotation from flow->maskAndy Zhou2013-07-221-1/+1
* datapath: Use masked flow when validating actions.Jesse Gross2013-07-161-2/+3
* datapath: Fix a kernel crash caused by corrupted mask list.Andy Zhou2013-06-211-1/+1
* gre: Restructure tunneling.Pravin B Shelar2013-06-201-6/+3
* datapath: Mega flow implementationAndy Zhou2013-06-201-19/+76
* datapath: Refine Netlink message size calculation and kill FLOW_BUFSIZEThomas Graf2013-03-291-29/+0
* Tunnel: Cleanup old tunnel infrastructure.Pravin B Shelar2013-03-041-3/+2
* datapath: Increase maximum allocation size of action list.Pravin B Shelar2013-02-281-1/+1
* Revert "datapath: Increase maximum allocation size of action list."Pravin B Shelar2013-02-281-4/+1
* datapath: Increase maximum allocation size of action list.Pravin B Shelar2013-02-221-1/+4