summaryrefslogtreecommitdiff
path: root/net/openvswitch
AgeCommit message (Expand)AuthorFilesLines
9 daysnet: openvswitch: Avoid needlessly taking the RTNL on vport destroyToke Høiland-Jørgensen1-4/+13
9 daysnet: openvswitch: fix middle attribute validation in push_nsh() actionIlya Maximets1-3/+10
9 daysnetfilter: nf_conncount: rework API to use sk_buff directlyFernando Fernandez Mancera1-8/+8
2025-12-01net: openvswitch: remove never-working support for setting nsh fieldsIlya Maximets3-125/+9
2025-06-19net: 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-22net: 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-08-29net: ovs: fix ovs_drop_reasons errorMenglong Dong1-1/+1
2024-07-05openvswitch: get related ct labels from its master if it is not confirmedXin Long1-1/+6
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
2023-11-20net/sched: act_ct: Always fill offloading tuple iifidxVlad Buslov1-1/+1
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+4
2023-08-16net: openvswitch: reject negative ifindexJakub Kicinski1-4/+4
2023-08-16genetlink: remove userhdr from struct genl_infoJakub Kicinski3-19/+22
2023-08-14net: openvswitch: add misc error drop reasonsAdrian Moreno3-8/+18
2023-08-14net: openvswitch: add meter drop reasonAdrian Moreno2-1/+2
2023-08-14net: openvswitch: add explicit drop actionEric Garver3-1/+20
2023-08-14net: openvswitch: add action error drop reasonAdrian Moreno2-1/+2
2023-08-14net: openvswitch: add last-action drop reasonAdrian Moreno3-2/+57
2023-07-20openvswitch: set IPS_CONFIRMED in tmpl status only when commit is set in conn...Xin Long1-68/+10
2023-06-12net: openvswitch: add support for l4 symmetric hashingAaron Conole2-2/+12
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet2-0/+2
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-21/+16
2023-06-07net: openvswitch: fix upcall counter access before allocationEelco Chaudron2-21/+16
2023-05-18net: openvswitch: Use struct_size()Christophe JAILLET1-3/+1
2023-04-08net: openvswitch: fix race on port outputFelix Huettner1-1/+1
2023-02-24Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2023-02-21net/sched: cls_api: Support hardware miss to tc actionPaul Blakey1-1/+2
2023-02-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+3
2023-02-13net: openvswitch: fix possible memory leak in ovs_meter_cmd_set()Hangyu Hua1-1/+3
2023-02-11net: extract nf_ct_handle_fragments to nf_conntrack_ovsXin Long1-44/+1
2023-02-11openvswitch: move key and ovs_cb update out of handle_fragmentsXin Long1-12/+25
2023-02-11net: extract nf_ct_skb_network_trim function to nf_conntrack_ovsXin Long1-32/+4
2023-02-11net: create nf_conntrack_ovs for ovs and tc useXin Long1-0/+1
2023-02-10openvswitch: Use string_is_terminated() helperAndy Shevchenko1-2/+3
2023-02-07net: openvswitch: reduce cpu_used_mask memoryEddy Tao3-7/+12
2023-02-03scripts/spelling.txt: add "exsits" pattern and fix typo instancesLuca Ceresoli1-1/+1
2023-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+6
2023-02-02net: openvswitch: fix flow memory leak in ovs_flow_cmd_newFedor Pchelkin1-6/+6
2023-02-02openvswitch: use skb_ip_totlen in conntrackXin Long1-1/+1
2022-12-22net: openvswitch: release vport resources on failureAaron Conole1-2/+6
2022-12-16openvswitch: Fix flow lookup to use unmasked keyEelco Chaudron1-9/+16