summaryrefslogtreecommitdiff
path: root/net/openvswitch
AgeCommit message (Expand)Author
2026-08-23openvswitch: move key and ovs_cb update out of handle_fragmentsXin Long
2026-08-23openvswitch: use skb_ip_totlen in conntrackXin Long
2026-08-19net: openvswitch: reallocate update replies for mismatched IDsZhiling Zou
2026-08-19net/openvswitch: check Ethernet header length in key_extract()Cen Zhang (Microsoft)
2026-08-19net: openvswitch: fix skb leak on flow key update failure during recirculationIlya Maximets
2026-08-19net: openvswitch: fix skb leak on flow key update failure during ctIlya Maximets
2026-08-19net: openvswitch: fix potential UAF on meter attach failureIlya Maximets
2026-08-19openvswitch: fix GSO userspace truncation underflowKyle Zeng
2026-07-24net: openvswitch: reject oversized nested action attrsAsim Viladi Oglu Manizada
2026-07-24netfilter: nf_conncount: callers must hold rcu read lockFlorian Westphal
2026-06-19net: openvswitch: fix possible kfree_skb of ERR_PTRAdrian Moreno
2026-06-01openvswitch: cap upcall PID array size and pre-size vport repliesWeiming Shi
2026-04-18openvswitch: validate MPLS set/set_masked payload lengthYang Yang
2026-04-18net: openvswitch: Avoid releasing netdev before teardown completesToke Høiland-Jørgensen
2026-01-19net: openvswitch: Avoid needlessly taking the RTNL on vport destroyToke Høiland-Jørgensen
2026-01-19net: openvswitch: fix middle attribute validation in push_nsh() actionIlya Maximets
2026-01-19netfilter: nf_conncount: rework API to use sk_buff directlyFernando Fernandez Mancera
2025-12-07net: openvswitch: remove never-working support for setting nsh fieldsIlya Maximets
2025-06-27net: openvswitch: Fix the dead loop of MPLS parseFaicker Mo
2025-05-18openvswitch: 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-10net: openvswitch: remove misbehaving actions length checkIlya Maximets
2025-04-10openvswitch: Use kmalloc_size_roundup() to match ksize() usageKees Cook
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-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