summaryrefslogtreecommitdiffstats
path: root/net/openvswitch
Commit message (Expand)AuthorAgeFilesLines
* netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin2024-09-031-1/+1
* netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin2024-09-031-4/+5
* net: openvswitch: Use ERR_CAST() to returnYan Zhen2024-08-301-1/+1
* tc: adjust network header after 2nd vlan pushBoris Sukholitko2024-08-271-2/+6
* Merge tag 'nf-next-24-08-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2024-08-261-3/+2
|\
| * netfilter: move nf_ct_netns_get out of nf_conncount_initXin Long2024-08-191-3/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-08-221-1/+1
|\ \ | |/ |/|
| * net: ovs: fix ovs_drop_reasons errorMenglong Dong2024-08-221-1/+1
* | openvswitch: switch to per-action label counting in conntrackXin Long2024-08-152-21/+12
|/
* net: openvswitch: store sampling probability in cb.Adrian Moreno2024-07-053-3/+21
* net: openvswitch: add psample actionAdrian Moreno2024-07-053-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-221-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-101-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-241-2/+2
* | net: openvswitch: Release reference to netdevJun Gu2024-04-241-2/+6
* | net: openvswitch: Check vport netdev nameJun Gu2024-04-221-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-051-2/+3
* | genetlink: remove linux/genetlink.hJakub Kicinski2024-04-011-1/+0
* | net: openvswitch: remove unnecessary linux/genetlink.h includeJakub Kicinski2024-04-011-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-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
|\