summaryrefslogtreecommitdiff
path: root/net/openvswitch
AgeCommit message (Expand)AuthorFilesLines
2025-06-27net: openvswitch: Fix the dead loop of MPLS parseFaicker Mo1-1/+1
2025-05-18openvswitch: Fix unsafe attribute parsing in output_userspace()Eelco Chaudron1-2/+1
2025-04-25net: openvswitch: fix nested key length validation in the set() actionIlya Maximets1-1/+2
2025-04-10tunnels: Accept PACKET_HOST in skb_tunnel_check_pmtu().Guillaume Nault1-6/+0
2025-03-28net: openvswitch: remove misbehaving actions length checkIlya Maximets1-14/+1
2025-02-21openvswitch: use RCU protection in ovs_vport_cmd_fill_info()Eric Dumazet1-3/+9
2025-01-23openvswitch: fix lockup on tx to unregistering netdev with carrierIlya Maximets1-1/+3
2024-06-12openvswitch: Set the skbuff pkt_type for proper pmtud support.Aaron Conole1-0/+6
2024-06-12net: openvswitch: fix overwriting ct original tuple for ICMPv6Ilya Maximets1-1/+2
2024-05-02net: openvswitch: Fix Use-After-Free in ovs_ct_exitHyunwoo Kim1-2/+2
2024-04-17net: openvswitch: fix unwanted error log on timeout policy probingIlya Maximets1-2/+3
2024-02-23net: openvswitch: limit the number of recursions from action setsAaron Conole1-16/+33
2024-01-10net/sched: act_ct: Always fill offloading tuple iifidxVlad Buslov1-1/+1
2023-08-23net: openvswitch: reject negative ifindexJakub Kicinski1-4/+4
2023-04-20net: openvswitch: fix race on port outputFelix Huettner1-1/+1
2023-02-22net: openvswitch: fix possible memory leak in ovs_meter_cmd_set()Hangyu Hua1-1/+3
2023-02-09net: openvswitch: fix flow memory leak in ovs_flow_cmd_newFedor Pchelkin1-6/+6
2022-12-31openvswitch: Use kmalloc_size_roundup() to match ksize() usageKees Cook1-1/+1
2022-12-31openvswitch: Fix flow lookup to use unmasked keyEelco Chaudron1-9/+16
2022-11-18netfilter: conntrack: Fix data-races around ct markDaniel Xu1-4/+4
2022-10-29net: openvswitch: add missing .resv_start_opJakub Kicinski1-0/+1
2022-10-27openvswitch: switch from WARN to pr_warnAaron Conole1-1/+2
2022-10-17Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2022-10-13openvswitch: add nf_ct_is_confirmed check before assigning the helperXin Long1-1/+2
2022-10-12treewide: use get_random_u32() when possibleJason A. Donenfeld1-1/+1
2022-09-27net: openvswitch: allow conntrack in non-initial user namespaceMichael Weiß1-5/+8
2022-09-27net: openvswitch: allow metering in non-initial user namespaceMichael Weiß1-7/+7
2022-09-20openvswitch: Change the return type for vport_ops.send function hook to intNathan Huckleberry2-2/+2
2022-09-09net: openvswitch: fix repeated words in commentsJilin Yuan1-1/+1
2022-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski3-0/+5
2022-08-27openvswitch: add OVS_DP_ATTR_PER_CPU_PIDS to get requestsAndrey Zhadchenko1-1/+9
2022-08-27openvswitch: allow specifying ifindex of new interfacesAndrey Zhadchenko3-2/+12
2022-08-27openvswitch: fix memory leak at failed datapath creationAndrey Zhadchenko1-1/+3
2022-08-23openvswitch: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-08-22openvswitch: Fix overreporting of drops in dropwatchMike Pattrick1-2/+3
2022-08-22openvswitch: Fix double reporting of drops in dropwatchMike Pattrick1-3/+10
2022-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-06-23net: openvswitch: fix parsing of nw_proto for IPv6 fragmentsRosemarie O'Riorden1-1/+1
2022-06-10net: rename reference+tracking helpersJakub Kicinski1-3/+3
2022-06-09net: openvswitch: fix misuse of the cached connection on tuple changesIlya Maximets2-1/+9
2022-04-15openvswitch: fix OOB access in reserve_sfa_size()Paolo Valerio1-1/+1
2022-04-06net: openvswitch: fix leak of nested actionsIlya Maximets1-5/+90
2022-04-06net: openvswitch: don't send internal clone attribute to the userspace.Ilya Maximets2-2/+4
2022-03-31openvswitch: Add recirc_id to recirc warningStéphane Graber1-2/+2
2022-03-29openvswitch: Fixed nd target mask field in the flow dump.Martin Varghese1-2/+2
2022-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-59/+59
2022-03-22openvswitch: always update flow key after natAaron Conole1-59/+59
2022-03-11net: openvswitch: fix uAPI incompatibility with existing user spaceIlya Maximets1-3/+10
2022-03-03net: Add skb_clear_tstamp() to keep the mono delivery_timeMartin KaFai Lau1-1/+1