summaryrefslogtreecommitdiffstats
path: root/net/openvswitch/flow.c
Commit message (Expand)AuthorAgeFilesLines
* net: openvswitch: fix overwriting ct original tuple for ICMPv6Ilya Maximets2024-05-101-1/+2
* net/sched: cls_api: Support hardware miss to tc actionPaul Blakey2023-02-201-1/+2
* net: openvswitch: reduce cpu_used_mask memoryEddy Tao2023-02-061-3/+6
* net: openvswitch: fix parsing of nw_proto for IPv6 fragmentsRosemarie O'Riorden2022-06-231-1/+1
* net: openvswitch: remove unneeded semicolonYang Li2022-03-021-1/+1
* net: openvswitch: IPv6: Add IPv6 extension header supportToms Atteka2022-02-251-0/+140
* net/sched: Enable tc skb ext allocation on chain miss only when neededPaul Blakey2022-02-051-1/+2
* net: openvswitch: Fix ct_state nat flags for conns arriving from tcPaul Blakey2022-01-091-3/+13
* net: openvswitch: Fix matching zone id for invalid conns arriving from tcPaul Blakey2021-12-171-1/+7
* net: openvswitch: fix kernel-doc warnings in flow.cRandy Dunlap2021-08-091-6/+7
* net/sched: act_api: fix miss set post_ct for ovs after do conntrack in act_ctwenxu2021-03-161-1/+3
* net: openvswitch: Fix kerneldoc warningsAndrew Lunn2020-10-301-0/+4
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* net/sched: act_ct: fix miss set mru for ovs after defrag in act_ctwenxu2020-08-031-0/+1
* Change in Openvswitch to support MPLS label depth of 3 in ingress directionMartin Varghese2019-11-051-6/+14
* net: openvswitch: Set OvS recirc_id from tc chain indexPaul Blakey2019-09-061-0/+13
* openvswitch: Clear the L4 portion of the key for "later" fragments.Justin Pettit2019-08-281-1/+4
* openvswitch: Properly set L4 keys on "later" IP fragmentsGreg Rose2019-08-281-66/+89
* net: openvswitch: rename flow_stats to sw_flow_statsPablo Neira Ayuso2019-07-191-4/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 269Thomas Gleixner2019-06-051-14/+1
* openvswitch: Fix IPv6 later frags parsingYi-Hung Wei2019-01-041-3/+5
* OVS: remove VLAN_TAG_PRESENT - fixupMichał Mirosław2018-11-101-1/+1
* OVS: remove use of VLAN_TAG_PRESENTMichał Mirosław2018-11-081-2/+2
* openvswitch: Derive IP protocol number for IPv6 later fragsYi-Hung Wei2018-09-061-13/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-221-3/+12
|\
| * openvswitch: Fix pop_vlan action for double tagged framesEric Garver2017-12-211-3/+12
* | openvswitch: use ktime_get_ts64() instead of ktime_get_ts()Arnd Bergmann2017-11-301-3/+3
|/
* net: accept UFO datagrams from tuntap and packetWillem de Bruijn2017-11-241-1/+5
* openvswitch: enable NSH supportYi Yang2017-11-081-0/+51
* openvswitch: Optimize operations for OvS flow_stats.Tonghao Zhang2017-07-191-3/+4
* openvswitch: Optimize updating for OvS flow_stats.Tonghao Zhang2017-07-191-2/+1
* net: Remove all references to SKB_GSO_UDP.David S. Miller2017-07-171-5/+1
* openvswitch: Fix ovs_flow_key_update()Yi-Hung Wei2017-04-011-2/+8
* openvswitch: Add original direction conntrack tuple to sw_flow_key.Jarno Rajahalme2017-02-091-5/+29
* openvswitch: upcall: Fix vlan handling.pravin shelar2016-12-271-27/+27
* openvswitch: add processing of L3 packetsJiri Benc2016-11-131-25/+81
* openvswitch: add mac_proto field to the flow keyJiri Benc2016-11-131-0/+1
* openvswitch: vlan: remove wrong likely statementJiri Benc2016-10-131-1/+1
* openvswitch: mpls: set network header correctly on key extractJiri Benc2016-10-031-8/+3
* openvswitch: avoid resetting flow key while installing new flow.pravin shelar2016-09-201-2/+0
* openvswitch: use percpu flow statsThadeu Lima de Souza Cascardo2016-09-181-20/+22
* openvswitch: fix flow stats accounting when node 0 is not possibleThadeu Lima de Souza Cascardo2016-09-181-2/+4
* openvswitch: 802.1AD Flow handling, actions, vlan parsing, netlink attributesEric Garver2016-09-081-18/+47
* openvswitch: add tunnel protocol to sw_flow_keyJiri Benc2015-10-071-2/+2
* ip-tunnel: Use API to access tunnel metadata options.Pravin B Shelar2015-08-311-3/+4
* openvswitch: Remove vport-netPravin B Shelar2015-08-291-1/+2
* openvswitch: retain parsed IPv6 header fields in flow on error skipping exten...Simon Horman2015-08-291-6/+15
* ip_tunnels: record IP version in tunnel infoJiri Benc2015-08-291-0/+2
* openvswitch: Allow matching on conntrack labelJoe Stringer2015-08-271-2/+2
* openvswitch: Add conntrack actionJoe Stringer2015-08-271-0/+2