summaryrefslogtreecommitdiffstats
path: root/net/openvswitch
Commit message (Expand)AuthorAgeFilesLines
* net: openvswitch: Fix Use-After-Free in ovs_ct_exitHyunwoo Kim6 days1-2/+2
* net: openvswitch: fix unwanted error log on timeout policy probingIlya Maximets2024-04-051-2/+3
* net: openvswitch: limit the number of recursions from action setsAaron Conole2024-02-091-16/+33
* net/sched: act_ct: Always fill offloading tuple iifidxVlad Buslov2023-11-081-1/+1
* net: openvswitch: Annotate struct mask_array with __counted_byChristophe JAILLET2023-10-171-1/+1
* net: openvswitch: Use struct_size()Christophe JAILLET2023-10-171-5/+2
* net: openvswitch: Annotate struct dp_meter with __counted_byKees Cook2023-10-021-1/+1
* net: openvswitch: Annotate struct dp_meter_instance with __counted_byKees Cook2023-10-021-1/+1
* openvswitch: reduce stack usage in do_execute_actionsIlya Maximets2023-10-011-12/+11
* net: dst: remove unnecessary input parameter in dst_alloc and dst_initZhengchao Shao2023-09-121-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-181-4/+4
|\
| * net: openvswitch: reject negative ifindexJakub Kicinski2023-08-151-4/+4
* | genetlink: remove userhdr from struct genl_infoJakub Kicinski2023-08-153-19/+22
* | net: openvswitch: add misc error drop reasonsAdrian Moreno2023-08-143-8/+18
* | net: openvswitch: add meter drop reasonAdrian Moreno2023-08-142-1/+2
* | net: openvswitch: add explicit drop actionEric Garver2023-08-143-1/+20
* | net: openvswitch: add action error drop reasonAdrian Moreno2023-08-142-1/+2
* | net: openvswitch: add last-action drop reasonAdrian Moreno2023-08-143-2/+57
* | openvswitch: set IPS_CONFIRMED in tmpl status only when commit is set in conn...Xin Long2023-07-201-68/+10
|/
* net: openvswitch: add support for l4 symmetric hashingAaron Conole2023-06-122-2/+12
* net: move gso declarations and functions to their own filesEric Dumazet2023-06-102-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-082-21/+16
|\
| * net: openvswitch: fix upcall counter access before allocationEelco Chaudron2023-06-072-21/+16
* | net: openvswitch: Use struct_size()Christophe JAILLET2023-05-171-3/+1
|/
* 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