summaryrefslogtreecommitdiff
path: root/net/openvswitch
AgeCommit message (Expand)AuthorFilesLines
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
2022-12-12net: move the nat function to nf_nat_ovs for ovs and tcXin Long2-127/+11
2022-12-12openvswitch: return NF_DROP when fails to add nat ext in ovs_ct_natXin Long1-1/+1
2022-12-12openvswitch: return NF_ACCEPT when OVS_CT_NAT is not set in info natXin Long1-2/+4
2022-12-12openvswitch: delete the unncessary skb_pull_rcsum call in ovs_ct_nat_executeXin Long1-11/+6
2022-12-09net: openvswitch: Add support to count upcall packetswangchuanlei3-0/+107
2022-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+4
2022-11-18netfilter: conntrack: Fix data-races around ct markDaniel Xu1-4/+4
2022-11-08net: move add ct helper function to nf_conntrack_helper for ovs and tcXin Long1-39/+5
2022-11-08net: move the ct helper function to nf_conntrack_helper for ovs and tcXin Long1-60/+1
2022-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2022-11-01rtnetlink: Honour NLM_F_ECHO flag in rtnl_delete_linkHangbin Liu4-4/+4
2022-10-29net: openvswitch: add missing .resv_start_opJakub Kicinski1-0/+1
2022-10-29net: Remove the obsolte u64_stats_fetch_*_irq() users (net).Thomas Gleixner2-7/+6
2022-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2022-10-27openvswitch: switch from WARN to pr_warnAaron Conole1-1/+2
2022-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-10-20openvswitch: Use kmalloc_size_roundup() to match ksize() usageKees Cook1-1/+1
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