summaryrefslogtreecommitdiff
path: root/net/openvswitch
Commit message (Expand)AuthorAgeFilesLines
* net: openvswitch: fix race on port outputFelix Huettner2023-04-071-1/+1
* Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-02-231-1/+1
|\
| * scripts/spelling.txt: add "exsits" pattern and fix typo instancesLuca Ceresoli2023-02-021-1/+1
* | net/sched: cls_api: Support hardware miss to tc actionPaul Blakey2023-02-201-1/+2
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2023-02-171-1/+3
|\ \
| * | net: openvswitch: fix possible memory leak in ovs_meter_cmd_set()Hangyu Hua2023-02-131-1/+3
* | | net: extract nf_ct_handle_fragments to nf_conntrack_ovsXin Long2023-02-101-44/+1
* | | openvswitch: move key and ovs_cb update out of handle_fragmentsXin Long2023-02-101-12/+25
* | | net: extract nf_ct_skb_network_trim function to nf_conntrack_ovsXin Long2023-02-101-32/+4
* | | net: create nf_conntrack_ovs for ovs and tc useXin Long2023-02-101-0/+1
* | | openvswitch: Use string_is_terminated() helperAndy Shevchenko2023-02-091-2/+3
* | | net: openvswitch: reduce cpu_used_mask memoryEddy Tao2023-02-063-7/+12
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-021-6/+6
|\ \ \ | |/ /
| * | net: openvswitch: fix flow memory leak in ovs_flow_cmd_newFedor Pchelkin2023-02-021-6/+6
| |/
* | openvswitch: use skb_ip_totlen in conntrackXin Long2023-02-011-1/+1
|/
* net: openvswitch: release vport resources on failureAaron Conole2022-12-211-2/+6
* openvswitch: Fix flow lookup to use unmasked keyEelco Chaudron2022-12-161-9/+16
* net: move the nat function to nf_nat_ovs for ovs and tcXin Long2022-12-122-127/+11
* openvswitch: return NF_DROP when fails to add nat ext in ovs_ct_natXin Long2022-12-121-1/+1
* openvswitch: return NF_ACCEPT when OVS_CT_NAT is not set in info natXin Long2022-12-121-2/+4
* openvswitch: delete the unncessary skb_pull_rcsum call in ovs_ct_nat_executeXin Long2022-12-121-11/+6
* net: openvswitch: Add support to count upcall packetswangchuanlei2022-12-093-0/+107
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-291-4/+4
|\
| * netfilter: conntrack: Fix data-races around ct markDaniel Xu2022-11-181-4/+4
* | net: move add ct helper function to nf_conntrack_helper for ovs and tcXin Long2022-11-081-39/+5
* | net: move the ct helper function to nf_conntrack_helper for ovs and tcXin Long2022-11-081-60/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-031-0/+1
|\ \ | |/
| * net: openvswitch: add missing .resv_start_opJakub Kicinski2022-10-281-0/+1
* | rtnetlink: Honour NLM_F_ECHO flag in rtnl_delete_linkHangbin Liu2022-10-314-4/+4
* | net: Remove the obsolte u64_stats_fetch_*_irq() users (net).Thomas Gleixner2022-10-282-7/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-271-1/+2
|\ \ | |/
| * openvswitch: switch from WARN to pr_warnAaron Conole2022-10-271-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-201-1/+1
|\ \ | |/
| * Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-161-1/+1
| |\
| | * treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-111-1/+1
* | | openvswitch: Use kmalloc_size_roundup() to match ksize() usageKees Cook2022-10-191-1/+1
|/ /
* | openvswitch: add nf_ct_is_confirmed check before assigning the helperXin Long2022-10-121-1/+2
|/
* net: openvswitch: allow conntrack in non-initial user namespaceMichael Weiß2022-09-271-5/+8
* net: openvswitch: allow metering in non-initial user namespaceMichael Weiß2022-09-271-7/+7
* openvswitch: Change the return type for vport_ops.send function hook to intNathan Huckleberry2022-09-192-2/+2
* net: openvswitch: fix repeated words in commentsJilin Yuan2022-09-091-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-011-1/+3
|\
| * openvswitch: fix memory leak at failed datapath creationAndrey Zhadchenko2022-08-261-1/+3
* | genetlink: start to validate reserved header bytesJakub Kicinski2022-08-293-0/+5
* | openvswitch: add OVS_DP_ATTR_PER_CPU_PIDS to get requestsAndrey Zhadchenko2022-08-261-1/+9
* | openvswitch: allow specifying ifindex of new interfacesAndrey Zhadchenko2022-08-263-2/+12
* | openvswitch: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-221-1/+1
* | openvswitch: Fix overreporting of drops in dropwatchMike Pattrick2022-08-221-2/+3
* | openvswitch: Fix double reporting of drops in dropwatchMike Pattrick2022-08-221-3/+10
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-231-1/+1
|\