summaryrefslogtreecommitdiff
path: root/net/openvswitch
AgeCommit message (Expand)Author
2025-06-27net: openvswitch: Fix the dead loop of MPLS parseFaicker Mo
2025-06-04openvswitch: Fix unsafe attribute parsing in output_userspace()Eelco Chaudron
2025-05-02openvswitch: fix lockup on tx to unregistering netdev with carrierIlya Maximets
2025-05-02net: openvswitch: fix race on port outputFelix Huettner
2025-05-02net: openvswitch: fix nested key length validation in the set() actionIlya Maximets
2025-04-10tunnels: Accept PACKET_HOST in skb_tunnel_check_pmtu().Guillaume Nault
2025-04-10netfilter: conntrack: convert to refcount_t apiFlorian Westphal
2025-03-13openvswitch: use RCU protection in ovs_vport_cmd_fill_info()Eric Dumazet
2024-06-16openvswitch: Set the skbuff pkt_type for proper pmtud support.Aaron Conole
2024-06-16net: openvswitch: fix overwriting ct original tuple for ICMPv6Ilya Maximets
2024-05-02net: openvswitch: Fix Use-After-Free in ovs_ct_exitHyunwoo Kim
2024-05-02net: 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-15net: openvswitch: fix flow memory leak in ovs_flow_cmd_newFedor Pchelkin
2023-01-14openvswitch: 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-06-29net: openvswitch: fix parsing of nw_proto for IPv6 fragmentsRosemarie O'Riorden
2022-06-22net: openvswitch: fix misuse of the cached connection on tuple changesIlya Maximets
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-08openvswitch: always update flow key after natAaron Conole
2022-03-02openvswitch: Fix setting ipv6 fields causing hw csum failurePaul Blakey
2021-08-26ovs: clear skb->tstamp in forwarding pathkaixi.fan
2021-06-03openvswitch: meter: fix race when getting now_ms.Tao Liu
2021-05-11openvswitch: fix stack OOB read while fragmenting IPv4 packetsDavide Caratti
2021-04-14openvswitch: fix send of uninitialized stack memory in ct limit replyIlya Maximets
2021-04-14net: openvswitch: conntrack: simplify the return expression of ovs_ct_limit_g...Zheng Yongjun
2021-02-23net: openvswitch: fix TTL decrement exception action executionEelco Chaudron
2020-12-04openvswitch: fix error return code in validate_and_copy_dec_ttl()Wang Hai
2020-12-03net: openvswitch: ensure LSE is pullable before reading itDavide Caratti
2020-11-27net: openvswitch: fix TTL decrement action netlink message formatEelco Chaudron
2020-11-03net: openvswitch: silence suspicious RCU usage warningEelco Chaudron
2020-10-18net: openvswitch: fix to make sure flow_lookup() is not preemptedEelco Chaudron
2020-10-13net: openvswitch: use new function dev_fetch_sw_netstatsHeiner Kallweit
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-10-08openvswitch: handle DNAT tuple collisionDumitru Ceara
2020-10-06net: openvswitch: use dev_sw_netstats_rx_add()Fabian Frederick
2020-10-04net: openvswitch: Constify static struct genl_small_opsRikard Falkeborn
2020-10-03net/sched: act_vlan: Add {POP,PUSH}_ETH actionsGuillaume Nault
2020-10-02genetlink: move to smaller ops wherever possibleJakub Kicinski
2020-09-18net: openswitch: reuse the helper variable to improve the code readablityZeng Tao
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-09-01net: openvswitch: fixes crash if nf_conncount_init() failsEelco Chaudron
2020-09-01net: openvswitch: remove unused keep_flowsTonghao Zhang