aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/openvswitch/flow.c
AgeCommit message (Expand)AuthorFilesLines
2025-05-28net: openvswitch: Fix the dead loop of MPLS parseFaicker Mo1-1/+1
2024-05-10net: openvswitch: fix overwriting ct original tuple for ICMPv6Ilya Maximets1-1/+2
2023-02-20net/sched: cls_api: Support hardware miss to tc actionPaul Blakey1-1/+2
2023-02-06net: openvswitch: reduce cpu_used_mask memoryEddy Tao1-3/+6
2022-06-23net: openvswitch: fix parsing of nw_proto for IPv6 fragmentsRosemarie O'Riorden1-1/+1
2022-03-02net: openvswitch: remove unneeded semicolonYang Li1-1/+1
2022-02-25net: openvswitch: IPv6: Add IPv6 extension header supportToms Atteka1-0/+140
2022-02-05net/sched: Enable tc skb ext allocation on chain miss only when neededPaul Blakey1-1/+2
2022-01-09net: openvswitch: Fix ct_state nat flags for conns arriving from tcPaul Blakey1-3/+13
2021-12-17net: openvswitch: Fix matching zone id for invalid conns arriving from tcPaul Blakey1-1/+7
2021-08-09net: openvswitch: fix kernel-doc warnings in flow.cRandy Dunlap1-6/+7
2021-03-16net/sched: act_api: fix miss set post_ct for ovs after do conntrack in act_ctwenxu1-1/+3
2020-10-30net: openvswitch: Fix kerneldoc warningsAndrew Lunn1-0/+4
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-03net/sched: act_ct: fix miss set mru for ovs after defrag in act_ctwenxu1-0/+1
2019-11-05Change in Openvswitch to support MPLS label depth of 3 in ingress directionMartin Varghese1-6/+14
2019-09-06net: openvswitch: Set OvS recirc_id from tc chain indexPaul Blakey1-0/+13
2019-08-28openvswitch: Clear the L4 portion of the key for "later" fragments.Justin Pettit1-1/+4
2019-08-28openvswitch: Properly set L4 keys on "later" IP fragmentsGreg Rose1-66/+89
2019-07-19net: openvswitch: rename flow_stats to sw_flow_statsPablo Neira Ayuso1-4/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 269Thomas Gleixner1-14/+1
2019-01-04openvswitch: Fix IPv6 later frags parsingYi-Hung Wei1-3/+5
2018-11-10OVS: remove VLAN_TAG_PRESENT - fixupMichał Mirosław1-1/+1
2018-11-08OVS: remove use of VLAN_TAG_PRESENTMichał Mirosław1-2/+2
2018-09-06openvswitch: Derive IP protocol number for IPv6 later fragsYi-Hung Wei1-13/+9
2017-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+12
2017-12-21openvswitch: Fix pop_vlan action for double tagged framesEric Garver1-3/+12
2017-11-30openvswitch: use ktime_get_ts64() instead of ktime_get_ts()Arnd Bergmann1-3/+3
2017-11-24net: accept UFO datagrams from tuntap and packetWillem de Bruijn1-1/+5
2017-11-08openvswitch: enable NSH supportYi Yang1-0/+51
2017-07-19openvswitch: Optimize operations for OvS flow_stats.Tonghao Zhang1-3/+4
2017-07-19openvswitch: Optimize updating for OvS flow_stats.Tonghao Zhang1-2/+1
2017-07-17net: Remove all references to SKB_GSO_UDP.David S. Miller1-5/+1
2017-04-01openvswitch: Fix ovs_flow_key_update()Yi-Hung Wei1-2/+8
2017-02-09openvswitch: Add original direction conntrack tuple to sw_flow_key.Jarno Rajahalme1-5/+29
2016-12-27openvswitch: upcall: Fix vlan handling.pravin shelar1-27/+27
2016-11-13openvswitch: add processing of L3 packetsJiri Benc1-25/+81
2016-11-13openvswitch: add mac_proto field to the flow keyJiri Benc1-0/+1
2016-10-13openvswitch: vlan: remove wrong likely statementJiri Benc1-1/+1
2016-10-03openvswitch: mpls: set network header correctly on key extractJiri Benc1-8/+3
2016-09-20openvswitch: avoid resetting flow key while installing new flow.pravin shelar1-2/+0
2016-09-18openvswitch: use percpu flow statsThadeu Lima de Souza Cascardo1-20/+22
2016-09-18openvswitch: fix flow stats accounting when node 0 is not possibleThadeu Lima de Souza Cascardo1-2/+4
2016-09-08openvswitch: 802.1AD Flow handling, actions, vlan parsing, netlink attributesEric Garver1-18/+47
2015-10-07openvswitch: add tunnel protocol to sw_flow_keyJiri Benc1-2/+2
2015-08-31ip-tunnel: Use API to access tunnel metadata options.Pravin B Shelar1-3/+4
2015-08-29openvswitch: Remove vport-netPravin B Shelar1-1/+2
2015-08-29openvswitch: retain parsed IPv6 header fields in flow on error skipping exten...Simon Horman1-6/+15
2015-08-29ip_tunnels: record IP version in tunnel infoJiri Benc1-0/+2
2015-08-27openvswitch: Allow matching on conntrack labelJoe Stringer1-2/+2
2015-08-27openvswitch: Add conntrack actionJoe Stringer1-0/+2
2015-07-21ip_tunnel: Make ovs_tunnel_info and ovs_key_ipv4_tunnel genericThomas Graf1-2/+2
2015-05-05openvswitch: Use eth_proto_is_802_3Alexander Duyck1-2/+2
2015-04-14mm: remove GFP_THISNODEDavid Rientjes1-1/+3
2015-02-11openvswitch: Reset key metadata for packet execution.Pravin B Shelar1-0/+2
2015-01-15openvswitch: Rename GENEVE_TUN_OPTS() to TUN_METADATA_OPTS()Thomas Graf1-1/+1
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-2/+2
2015-01-02openvswitch: Consistently include VLAN header in flow and port stats.Ben Pfaff1-2/+3
2014-11-09openvswitch: Add support for OVS_FLOW_ATTR_PROBE.Jarno Rajahalme1-2/+2
2014-11-09openvswitch: Constify various function argumentsThomas Graf1-2/+2
2014-11-05openvswitch: Add basic MPLS support to kernelSimon Horman1-0/+30
2014-10-17openvswitch: Set flow-key members.Pravin B Shelar1-3/+3
2014-10-17openvswitch: fix a use after freeLi RongQing1-1/+2
2014-10-06openvswitch: Add support for Geneve tunneling.Jesse Gross1-2/+18
2014-10-06openvswitch: Wrap struct ovs_key_ipv4_tunnel in a new structure.Jesse Gross1-3/+3
2014-10-06openvswitch: Eliminate memset() from flow_extract.Jesse Gross1-9/+45
2014-09-15openvswitch: Add recirc and hash action.Andy Zhou1-1/+6
2014-09-15openvswitch: Use tun_key only for egress tunnel path.Pravin B Shelar1-3/+4
2014-09-15openvswitch: refactor ovs flow extract API.Pravin B Shelar1-14/+35
2014-08-22net/openvswitch/flow.c: Replace rcu_dereference() with rcu_access_pointer()Andreea-Cristina Bernat1-1/+1
2014-06-29openvswitch: Fix tracking of flags seen in TCP flows.Ben Pfaff1-2/+2
2014-05-22openvswitch: Fix ovs_flow_stats_get/clear RCU dereference.Jarno Rajahalme1-4/+6
2014-05-22openvswitch: Clarify locking.Jarno Rajahalme1-1/+2
2014-05-22openvswitch: Compact sw_flow_key.Jarno Rajahalme1-25/+19
2014-05-16openvswitch: Use TCP flags in the flow key for stats.Jarno Rajahalme1-7/+5
2014-05-16openvswitch: Per NUMA node flow stats.Jarno Rajahalme1-42/+77
2014-05-16openvswitch: Remove 5-tuple optimization.Jarno Rajahalme1-20/+12
2014-05-16openvswitch: Use ether_addr_copyJoe Perches1-8/+8
2014-03-28openvswitch: fix a possible deadlock and lockdep warningFlavio Leitner1-20/+6
2014-03-20openvswitch: Correctly report flow used times for first 5 minutes after boot.Ben Pfaff1-1/+1
2014-02-15openvswitch: Read tcp flags only then the tranport header is present.Jarno Rajahalme1-0/+1
2014-01-06openvswitch: Per cpu flow stats.Pravin B Shelar1-7/+89
2013-11-01openvswitch: TCP flags matching support.Jarno Rajahalme1-0/+2
2013-11-01openvswitch: Widen TCP flags handling.Jarno Rajahalme1-5/+3
2013-10-03openvswitch: Restructure datapath.c and flow.cPravin B Shelar1-1581/+24
2013-09-11net: ovs: flow: fix potential illegal memory access in __parse_flow_nlattrsDaniel Borkmann1-0/+1
2013-09-05openvswitch: Fix alignment of struct sw_flow_key.Jesse Gross1-0/+1
2013-08-27openvswitch: optimize flow compare and mask functionsAndy Zhou1-21/+43
2013-08-26openvswitch: Rename key_len to key_endAndy Zhou1-15/+16
2013-08-26openvswitch: Add SCTP supportJoe Stringer1-0/+65
2013-08-23openvswitch: Mega flow implementationAndy Zhou1-451/+936
2013-08-23openvswitch: Use non rcu hlist_del() flow table entry.Pravin B Shelar1-1/+1
2013-08-14openvswitch: Use correct type while allocating flex array.Pravin B Shelar1-1/+1
2013-06-19openvswitch: Optimize flow key match for non tunnel flows.Pravin B Shelar1-12/+37
2013-06-19openvswitch: Add tunneling interface.Pravin B Shelar1-0/+125
2013-06-19openvswitch: Copy individual actions.Pravin B Shelar1-6/+4
2013-06-14openvswitch: Simplify interface ovs_flow_metadata_from_nlattrs()Pravin B Shelar1-12/+10
2013-06-14openvswitch: make skb->csum consistent with rest of networking stack.Pravin B Shelar1-0/+3
2013-06-14openvswitch: fix variable names in commentLorand Jakab1-2/+2
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-03-29openvswitch: Use nla_memcpy() to memcpy() data from attributesThomas Graf1-1/+1
2013-03-28net: add ETH_P_802_3_MINSimon Horman1-3/+3
2013-03-27openvswitch: correct an invalid BUG_ONHong Zhiguo1-1/+1
2013-03-15Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/o...David S. Miller1-1/+5
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-8/+5
2013-02-22openvswitch: Fix parsing invalid LLC/SNAP ethertypesRich Lane1-1/+5
2012-11-26openvswitch: add skb mark matching and set actionAnsis Atteka1-1/+18
2012-11-02openvswitch: Process RARP packets with ethertype 0x8035 similar to ARP packets.Mehak Mahajan1-3/+6
2012-10-30openvswitch: Store flow key len if ARP opcode is not request or reply.Mehak Mahajan1-9/+5
2012-09-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller1-7/+4
2012-09-03openvswitch: Increase maximum number of datapath ports.Pravin B Shelar1-7/+4
2012-08-31openvswitch: using kfree_rcu() to simplify the codeWei Yongjun1-9/+1
2012-07-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller1-2/+3
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2012-05-03openvswitch: Replace Nicira Networks.Raju Subramanian1-1/+1
2012-04-02openvswitch: Enable retrieval of TCP flags from IPv6 traffic.Jesse Gross1-1/+2
2012-04-02openvswitch: Add length check when retrieving TCP flags.Jesse Gross1-1/+2
2012-04-01openvswitch: Stop using NLA_PUT*().David S. Miller1-7/+11
2012-01-17net: kill duplicate included headerShan Wei1-1/+0
2011-12-03net: Add Open vSwitch kernel components.Jesse Gross1-0/+1346