aboutsummaryrefslogtreecommitdiffstats
path: root/net/openvswitch
AgeCommit message (Expand)Author
2024-05-02net: openvswitch: Fix Use-After-Free in ovs_ct_exitHyunwoo Kim
2024-04-17net: openvswitch: fix unwanted error log on timeout policy probingIlya Maximets
2024-02-23net: openvswitch: limit the number of recursions from action setsAaron Conole
2023-02-22net: openvswitch: fix possible memory leak in ovs_meter_cmd_set()Hangyu Hua
2023-02-09net: openvswitch: fix flow memory leak in ovs_flow_cmd_newFedor Pchelkin
2022-12-31openvswitch: Fix flow lookup to use unmasked keyEelco Chaudron
2022-12-02netfilter: conntrack: Fix data-races around ct markDaniel Xu
2022-11-03openvswitch: switch from WARN to pr_warnAaron Conole
2022-10-26openvswitch: Fix overreporting of drops in dropwatchMike Pattrick
2022-10-26openvswitch: Fix double reporting of drops in dropwatchMike Pattrick
2022-09-08openvswitch: fix memory leak at failed datapath creationAndrey Zhadchenko
2022-06-29net: openvswitch: fix parsing of nw_proto for IPv6 fragmentsRosemarie O'Riorden
2022-06-14net: openvswitch: fix misuse of the cached connection on tuple changesIlya Maximets
2022-04-27netfilter: conntrack: convert to refcount_t apiFlorian Westphal
2022-04-27openvswitch: fix OOB access in reserve_sfa_size()Paolo Valerio
2022-04-13net: openvswitch: fix leak of nested actionsIlya Maximets
2022-04-13net: openvswitch: don't send internal clone attribute to the userspace.Ilya Maximets
2022-04-08openvswitch: Fixed nd target mask field in the flow dump.Martin Varghese
2022-04-08net: prefer nf_ct_put instead of nf_conntrack_putFlorian Westphal
2022-04-08openvswitch: always update flow key after natAaron Conole
2022-03-02openvswitch: Fix setting ipv6 fields causing hw csum failurePaul Blakey
2022-01-27net: openvswitch: Fix ct_state nat flags for conns arriving from tcPaul Blakey
2022-01-27net: openvswitch: Fix matching zone id for invalid conns arriving from tcPaul Blakey
2021-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-18ovs: clear skb->tstamp in forwarding pathkaixi.fan
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-09net: openvswitch: fix kernel-doc warnings in flow.cRandy Dunlap
2021-07-27openvswitch: fix sparse warning incorrect typeMark Gray
2021-07-27openvswitch: fix alignment issuesMark Gray
2021-07-16openvswitch: Introduce per-cpu upcall dispatchMark Gray
2021-07-01openvswitch: Optimize operation for key comparisonBaowen Zheng
2021-06-22openvswitch: add trace pointsAaron Conole
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-05-13openvswitch: meter: fix race when getting now_ms.Tao Liu
2021-05-10net: openvswitch: Remove unnecessary skb_nfct()Yejune Deng
2021-04-29openvswitch: fix stack OOB read while fragmenting IPv4 packetsDavide Caratti
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-04-23openvswitch: meter: remove rate from the bucket size calculationIlya Maximets
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-05openvswitch: fix send of uninitialized stack memory in ct limit replyIlya Maximets
2021-04-04net: openvswitch: Use 'skb_push_rcsum()' instead of hand coding itChristophe JAILLET
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-03-22openvswitch: Fix a typoBhaskar Chowdhury
2021-03-16openvswitch: Warn over-mtu packets only if iface is UP.Flavio Leitner
2021-03-16net/sched: act_api: fix miss set post_ct for ovs after do conntrack in act_ctwenxu
2021-01-14net: openvswitch: add log message for error caseEelco Chaudron
2020-12-14net: openvswitch: fix TTL decrement exception action executionEelco Chaudron
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-08net: openvswitch: conntrack: simplify the return expression of ovs_ct_limit_g...Zheng Yongjun
2020-12-04openvswitch: fix error return code in validate_and_copy_dec_ttl()Wang Hai