summaryrefslogtreecommitdiff
path: root/net/openvswitch
AgeCommit message (Expand)Author
42 hoursnetfilter: 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-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