summaryrefslogtreecommitdiff
path: root/datapath/flow.c
Commit message (Expand)AuthorAgeFilesLines
...
* datapath: Add basic MPLS support to kernelSimon Horman2014-06-241-0/+29
* datapath: Add support for Geneve tunneling.Jesse Gross2014-06-201-0/+10
* datapath: Wrap struct ovs_key_ipv4_tunnel in a new structure.Jesse Gross2014-06-191-4/+7
* datapath: Eliminate memset() from flow_extract.Jesse Gross2014-06-191-5/+44
* datapath: Fix tracking of flags seen in TCP flows.Ben Pfaff2014-04-081-2/+2
* datapath/flow: Fix ovs_flow_stats_get/clear RCU dereference.Jarno Rajahalme2014-04-021-4/+6
* datapath: Clarify locking.Jarno Rajahalme2014-03-251-1/+2
* datapath: Compact sw_flow_key.Jarno Rajahalme2014-03-241-25/+19
* datapath: Use TCP flags in the flow key for stats.Jarno Rajahalme2014-03-241-7/+5
* datapath: Correctly report flow used times for first 5 minutes after boot.Ben Pfaff2014-02-281-2/+2
* datapath: Use ether_addr_copyJoe Perches2014-02-161-8/+8
* datapath: Per NUMA node flow stats.Jarno Rajahalme2014-02-181-61/+76
* datapath: Remove 5-tuple optimization.Jarno Rajahalme2014-02-181-26/+15
* datapath: Read tcp flags only then the tranport header is present.Jarno Rajahalme2014-02-101-0/+1
* datapath: Fix deadlock during stats update.Pravin B Shelar2013-12-151-22/+31
* datapath: Use percpu allocator for flow-stats.Pravin B Shelar2013-12-031-33/+61
* TCP flags matching support.Jarno Rajahalme2013-10-291-0/+2
* Widen TCP flags handling.Jarno Rajahalme2013-10-291-5/+3
* datapath: Per cpu flow stats.Pravin B Shelar2013-10-211-7/+61
* datapath: Restructure datapath.c and flow.cPravin B Shelar2013-10-011-1597/+24
* datapath: flow: fix potential illegal memory access in __parse_flow_nlattrsDaniel Borkmann2013-09-091-0/+1
* datapath: Remove skb->mark compat code.Pravin B Shelar2013-09-061-7/+2
* datapath: Fix alignment of struct sw_flow_key.Jesse Gross2013-09-051-0/+1
* datapath: optimize flow compare and mask functionsAndy Zhou2013-08-271-21/+43
* datapath: Remove redundant EtherType check in vlan translation.Jesse Gross2013-08-221-1/+0
* datapath: More strict vlan encap netlink checkAndy Zhou2013-08-221-22/+44
* datapath: Rename key_len to key_endAndy Zhou2013-08-221-15/+16
* datapath: Add SCTP supportJoe Stringer2013-08-221-0/+65
* datapath: Remove old argument description in flow.c.Justin Pettit2013-08-191-1/+0
* datapath: Fix typos in Netlink debugging messages.pritesh2013-08-191-2/+2
* datapath: Fix typo in flow validation logic.Jesse Gross2013-08-091-1/+1
* datapath: Add 'ovs_' prefix to extern symbols.Jesse Gross2013-08-091-7/+7
* odp-util: Always serialize tunnel mask attributes.Jesse Gross2013-08-011-8/+10
* datapath: Introduce is_mask when serializing netlink attributes.Jesse Gross2013-08-011-4/+5
* datapath: Accept any 802.2 eth_type mask but override to be exact matchAndy Zhou2013-08-011-6/+6
* datapath: Accept any in_port mask but override to be exact matchAndy Zhou2013-08-011-7/+7
* datapath: Always allow tunnel mask to be specified in the netlinkAndy Zhou2013-08-011-0/+3
* datapath: always export priority and skb_mark in netlink messageAndy Zhou2013-07-311-4/+2
* datapath: Fix missing VLAN netlink attribute handlingAndy Zhou2013-07-291-5/+9
* datapath: fix a bug in SF_FLOW_KEY_PUT macroAndy Zhou2013-07-291-4/+6
* datapath: Use non rcu hlist_del() flow table entry.Pravin B Shelar2013-07-251-1/+1
* datapath: Use correct type while allocating flex array.Pravin B Shelar2013-07-251-1/+1
* datapath: remove RCU annotation from flow->maskAndy Zhou2013-07-221-5/+3
* datapath: Add mask check during flow lookupAndy Zhou2013-07-191-1/+2
* datapath: Use masked flow when validating actions.Jesse Gross2013-07-161-8/+4
* datpath: Fix tunnel TTL flow rejection message.Jesse Gross2013-07-091-1/+1
* datapath: Always include tunnel TTL in serialized Netlink attributes.Jesse Gross2013-07-091-2/+1
* datapath: fix bugs in exporting netlink attributesAndy Zhou2013-07-091-20/+35
* datapath: Use DP_MAX_PORTS when no IN_PORT attribute is present.Jesse Gross2013-07-091-0/+6
* datapath: Make netlink error messages more consistent.Jesse Gross2013-07-081-2/+2