aboutsummaryrefslogtreecommitdiffstats
path: root/net/openvswitch
AgeCommit message (Expand)Author
2023-08-15net: openvswitch: reject negative ifindexJakub Kicinski
2023-06-12net: openvswitch: add support for l4 symmetric hashingAaron Conole
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-07net: openvswitch: fix upcall counter access before allocationEelco Chaudron
2023-05-17net: openvswitch: Use struct_size()Christophe JAILLET
2023-04-07net: openvswitch: fix race on port outputFelix Huettner
2023-02-23Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-02-20net/sched: cls_api: Support hardware miss to tc actionPaul Blakey
2023-02-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2023-02-13net: openvswitch: fix possible memory leak in ovs_meter_cmd_set()Hangyu Hua
2023-02-10net: extract nf_ct_handle_fragments to nf_conntrack_ovsXin Long
2023-02-10openvswitch: move key and ovs_cb update out of handle_fragmentsXin Long
2023-02-10net: extract nf_ct_skb_network_trim function to nf_conntrack_ovsXin Long
2023-02-10net: create nf_conntrack_ovs for ovs and tc useXin Long
2023-02-09openvswitch: Use string_is_terminated() helperAndy Shevchenko
2023-02-06net: openvswitch: reduce cpu_used_mask memoryEddy Tao
2023-02-02scripts/spelling.txt: add "exsits" pattern and fix typo instancesLuca Ceresoli
2023-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-02-02net: openvswitch: fix flow memory leak in ovs_flow_cmd_newFedor Pchelkin
2023-02-01openvswitch: use skb_ip_totlen in conntrackXin Long
2022-12-21net: openvswitch: release vport resources on failureAaron Conole
2022-12-16openvswitch: Fix flow lookup to use unmasked keyEelco Chaudron
2022-12-12net: move the nat function to nf_nat_ovs for ovs and tcXin Long
2022-12-12openvswitch: return NF_DROP when fails to add nat ext in ovs_ct_natXin Long
2022-12-12openvswitch: return NF_ACCEPT when OVS_CT_NAT is not set in info natXin Long
2022-12-12openvswitch: delete the unncessary skb_pull_rcsum call in ovs_ct_nat_executeXin Long
2022-12-09net: openvswitch: Add support to count upcall packetswangchuanlei
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-18netfilter: conntrack: Fix data-races around ct markDaniel Xu
2022-11-08net: move add ct helper function to nf_conntrack_helper for ovs and tcXin Long
2022-11-08net: move the ct helper function to nf_conntrack_helper for ovs and tcXin Long
2022-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-10-31rtnetlink: Honour NLM_F_ECHO flag in rtnl_delete_linkHangbin Liu
2022-10-28net: openvswitch: add missing .resv_start_opJakub Kicinski
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (net).Thomas Gleixner
2022-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-10-27openvswitch: switch from WARN to pr_warnAaron Conole
2022-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-10-19openvswitch: Use kmalloc_size_roundup() to match ksize() usageKees Cook
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-10-12openvswitch: add nf_ct_is_confirmed check before assigning the helperXin Long
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld
2022-09-27net: openvswitch: allow conntrack in non-initial user namespaceMichael Weiß
2022-09-27net: openvswitch: allow metering in non-initial user namespaceMichael Weiß
2022-09-19openvswitch: Change the return type for vport_ops.send function hook to intNathan Huckleberry
2022-09-09net: openvswitch: fix repeated words in commentsJilin Yuan
2022-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski
2022-08-26openvswitch: add OVS_DP_ATTR_PER_CPU_PIDS to get requestsAndrey Zhadchenko