summaryrefslogtreecommitdiffstats
path: root/net/openvswitch (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: openvswitch: store sampling probability in cb.Adrian Moreno2024-07-063-3/+21
* net: openvswitch: add psample actionAdrian Moreno2024-07-063-1/+80
* openvswitch: prepare for stolen verdict coming from conntrack and nat engineFlorian Westphal2024-07-051-10/+37
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-271-1/+6
|\
| * openvswitch: get related ct labels from its master if it is not confirmedXin Long2024-06-211-1/+6
* | openvswitch: Remove generic .ndo_get_stats64Breno Leitao2024-06-041-1/+0
* | openvswitch: Move stats allocation to coreBreno Leitao2024-06-041-8/+1
|/
* Merge tag 'net-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-05-231-0/+6
|\
| * openvswitch: Set the skbuff pkt_type for proper pmtud support.Aaron Conole2024-05-211-0/+6
* | tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)2024-05-231-4/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-141-1/+2
|\
| * net: openvswitch: fix overwriting ct original tuple for ICMPv6Ilya Maximets2024-05-111-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-251-2/+2
|\|
| * net: openvswitch: Fix Use-After-Free in ovs_ct_exitHyunwoo Kim2024-04-251-2/+2
* | net: openvswitch: Release reference to netdevJun Gu2024-04-251-2/+6
* | net: openvswitch: Check vport netdev nameJun Gu2024-04-231-1/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-111-2/+3
|\|
| * net: openvswitch: fix unwanted error log on timeout policy probingIlya Maximets2024-04-061-2/+3
* | genetlink: remove linux/genetlink.hJakub Kicinski2024-04-021-1/+0
* | net: openvswitch: remove unnecessary linux/genetlink.h includeJakub Kicinski2024-04-021-1/+0
* | ip_tunnel: convert __be16 tunnel flags to bitmapsAlexander Lobakin2024-04-011-24/+37
|/
* 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-091-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-161-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-181-3/+1
|/
* net: openvswitch: fix race on port outputFelix Huettner2023-04-081-1/+1
* Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-02-241-1/+1
|\
| * scripts/spelling.txt: add "exsits" pattern and fix typo instancesLuca Ceresoli2023-02-031-1/+1
* | net/sched: cls_api: Support hardware miss to tc actionPaul Blakey2023-02-211-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-111-44/+1