summaryrefslogtreecommitdiff
path: root/datapath/flow.c
Commit message (Expand)AuthorAgeFilesLines
* Datapath: Change in openvswitch kernel module to support MPLS label depth of ...Martin Varghese2019-11-221-6/+14
* datapath: rename flow_stats to sw_flow_statsPablo Neira Ayuso2019-10-181-4/+4
* datapath: Clear the L4 portion of the key for "later" fragmentsJustin Pettit2019-08-281-1/+4
* datapath: Properly set L4 keys on "later" IP fragmentsGreg Rose2019-08-281-68/+89
* OVS: remove use of VLAN_TAG_PRESENTMichał Mirosław2019-06-131-3/+3
* datapath: Fix IPv6 later frags parsingYi-Hung Wei2019-02-041-3/+5
* datapath: Derive IP protocol number for IPv6 later fragsYi-Hung Wei2019-02-041-13/+9
* Revert "datapath: Derive IP protocol number for IPv6 later frags"Greg Rose2018-12-181-9/+13
* datapath: Derive IP protocol number for IPv6 later fragsYi-Hung Wei2018-12-151-13/+9
* datapath: Fix pop_vlan action for double tagged framesEric Garver2018-02-161-3/+12
* datapath: use ktime_get_ts64() instead of ktime_get_ts()Arnd Bergmann2018-02-121-3/+4
* datapath: enable NSH supportYi Yang2018-02-071-0/+51
* datapath: Optimize operations for OvS flow_stats.Tonghao Zhang2017-09-221-3/+4
* datapath: Optimize updating for OvS flow_stats.Tonghao Zhang2017-09-221-2/+1
* datapath: Remove all references to SKB_GSO_UDP.Greg Rose2017-09-221-0/+6
* datapath: Fix ovs_flow_key_update()Yi-Hung Wei2017-05-031-2/+8
* datapath: set network header correctly on key extractYi-Hung Wei2017-05-031-8/+3
* datapath: Add original direction conntrack tuple to sw_flow_key.Jarno Rajahalme2017-03-081-5/+29
* datapath: netlink: support L3 packetsYang, Yi Y2017-03-021-27/+27
* datapath: add processing of L3 packetsYang, Yi Y2017-03-021-22/+84
* datapath: add mac_proto field to the flow keyYang, Yi Y2017-03-021-0/+1
* datapath: avoid resetting flow key while installing new flow.pravin shelar2017-03-021-2/+0
* datapath: use percpu flow statsThadeu Lima de Souza Cascardo2017-03-021-20/+22
* datapath: fix flow stats accounting when node 0 is not possibleThadeu Lima de Souza Cascardo2017-03-021-2/+4
* datapath: 802.1AD Flow handling, actions, vlan parsing, netlink attributesYang, Yi Y2017-03-021-18/+47
* datapath: Move key memset to ovs_flow_key_extract_userspace()Pravin B Shelar2016-07-171-0/+2
* datapath: backport: retain parsed IPv6 header fields in flow on error skippin...Pravin B Shelar2016-07-171-6/+15
* datapath: Add support for IPv6 tunnels.Pravin B Shelar2016-07-081-4/+3
* datapath: Drop support for kernel older than 3.10Pravin B Shelar2016-03-141-2/+1
* datapath: Allow matching on conntrack labelJoe Stringer2015-12-031-2/+2
* datapath: Add conntrack actionJoe Stringer2015-12-031-0/+2
* datapath: Add support for lwtunnelPravin B Shelar2015-12-031-7/+9
* datapath: Add support for 4.1 kernel.Joe Stringer2015-09-181-1/+3
* datapath: Use eth_proto_is_802_3.Alexander Duyck2015-07-301-2/+2
* datapath: Rename GENEVE_TUN_OPTS() to TUN_METADATA_OPTS()Thomas Graf2015-02-031-1/+1
* datapath: Account for "rename vlan_tx_* helpers since "tx" is misleading there"Thomas Graf2015-02-031-2/+2
* datapath: Consistently include VLAN header in flow and port stats.Ben Pfaff2015-01-061-2/+3
* datapath: fix coding style.Pravin B Shelar2014-11-091-8/+7
* datapath: Fix few mpls issues.Pravin B Shelar2014-11-091-2/+3
* datapath: Fix comment style.Pravin B Shelar2014-10-231-2/+4
* datapath: fix a use after freeLi RongQing2014-10-171-5/+6
* datapath: Add support for OVS_FLOW_ATTR_PROBE.Jarno Rajahalme2014-10-031-2/+2
* datapath: Constify various function argumentsThomas Graf2014-09-231-1/+1
* datapath: Remove pkt_key from OVS_CB.Pravin B Shelar2014-09-201-1/+0
* datapath: Replace rcu_dereference() with rcu_access_pointer()Andreea-Cristina Bernat2014-09-121-1/+1
* datapath: Update flow key before recircAndy Zhou2014-08-121-10/+5
* datapath: Use tun_info only for egress tunnel path.Pravin B Shelar2014-08-061-5/+5
* datapath: Avoid using wrong metadata for recic action.Pravin B Shelar2014-08-061-0/+10
* datapath: refactor ovs flow extract API.Pravin B Shelar2014-08-061-29/+53
* datapath: Add basic MPLS support to kernelSimon Horman2014-06-241-0/+29