summaryrefslogtreecommitdiff
path: root/net/openvswitch/flow.c
AgeCommit message (Expand)Author
2023-02-20net/sched: cls_api: Support hardware miss to tc actionPaul Blakey
2023-02-06net: openvswitch: reduce cpu_used_mask memoryEddy Tao
2022-06-23net: openvswitch: fix parsing of nw_proto for IPv6 fragmentsRosemarie O'Riorden
2022-03-02net: openvswitch: remove unneeded semicolonYang Li
2022-02-25net: openvswitch: IPv6: Add IPv6 extension header supportToms Atteka
2022-02-05net/sched: Enable tc skb ext allocation on chain miss only when neededPaul Blakey
2022-01-09net: openvswitch: Fix ct_state nat flags for conns arriving from tcPaul Blakey
2021-12-17net: openvswitch: Fix matching zone id for invalid conns arriving from tcPaul Blakey
2021-08-09net: openvswitch: fix kernel-doc warnings in flow.cRandy Dunlap
2021-03-16net/sched: act_api: fix miss set post_ct for ovs after do conntrack in act_ctwenxu
2020-10-30net: openvswitch: Fix kerneldoc warningsAndrew Lunn
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-03net/sched: act_ct: fix miss set mru for ovs after defrag in act_ctwenxu
2019-11-05Change in Openvswitch to support MPLS label depth of 3 in ingress directionMartin Varghese
2019-09-06net: openvswitch: Set OvS recirc_id from tc chain indexPaul Blakey
2019-08-28openvswitch: Clear the L4 portion of the key for "later" fragments.Justin Pettit
2019-08-28openvswitch: Properly set L4 keys on "later" IP fragmentsGreg Rose
2019-07-19net: openvswitch: rename flow_stats to sw_flow_statsPablo Neira Ayuso
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 269Thomas Gleixner
2019-01-04openvswitch: Fix IPv6 later frags parsingYi-Hung Wei
2018-11-10OVS: remove VLAN_TAG_PRESENT - fixupMichał Mirosław
2018-11-08OVS: remove use of VLAN_TAG_PRESENTMichał Mirosław
2018-09-06openvswitch: Derive IP protocol number for IPv6 later fragsYi-Hung Wei
2017-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-21openvswitch: Fix pop_vlan action for double tagged framesEric Garver
2017-11-30openvswitch: use ktime_get_ts64() instead of ktime_get_ts()Arnd Bergmann
2017-11-24net: accept UFO datagrams from tuntap and packetWillem de Bruijn
2017-11-08openvswitch: enable NSH supportYi Yang
2017-07-19openvswitch: Optimize operations for OvS flow_stats.Tonghao Zhang
2017-07-19openvswitch: Optimize updating for OvS flow_stats.Tonghao Zhang
2017-07-17net: Remove all references to SKB_GSO_UDP.David S. Miller
2017-04-01openvswitch: Fix ovs_flow_key_update()Yi-Hung Wei
2017-02-09openvswitch: Add original direction conntrack tuple to sw_flow_key.Jarno Rajahalme
2016-12-27openvswitch: upcall: Fix vlan handling.pravin shelar
2016-11-13openvswitch: add processing of L3 packetsJiri Benc
2016-11-13openvswitch: add mac_proto field to the flow keyJiri Benc
2016-10-13openvswitch: vlan: remove wrong likely statementJiri Benc
2016-10-03openvswitch: mpls: set network header correctly on key extractJiri Benc
2016-09-20openvswitch: avoid resetting flow key while installing new flow.pravin shelar
2016-09-18openvswitch: use percpu flow statsThadeu Lima de Souza Cascardo
2016-09-18openvswitch: fix flow stats accounting when node 0 is not possibleThadeu Lima de Souza Cascardo
2016-09-08openvswitch: 802.1AD Flow handling, actions, vlan parsing, netlink attributesEric Garver
2015-10-07openvswitch: add tunnel protocol to sw_flow_keyJiri Benc
2015-08-31ip-tunnel: Use API to access tunnel metadata options.Pravin B Shelar
2015-08-29openvswitch: Remove vport-netPravin B Shelar
2015-08-29openvswitch: retain parsed IPv6 header fields in flow on error skipping exten...Simon Horman
2015-08-29ip_tunnels: record IP version in tunnel infoJiri Benc
2015-08-27openvswitch: Allow matching on conntrack labelJoe Stringer
2015-08-27openvswitch: Add conntrack actionJoe Stringer
2015-07-21ip_tunnel: Make ovs_tunnel_info and ovs_key_ipv4_tunnel genericThomas Graf