summaryrefslogtreecommitdiffstats
path: root/net/openvswitch
Commit message (Expand)AuthorAgeFilesLines
* net: openvswitch: fix flow memory leak in ovs_flow_cmd_newFedor Pchelkin2023-02-221-6/+6
* openvswitch: Fix flow lookup to use unmasked keyEelco Chaudron2023-01-181-9/+16
* openvswitch: switch from WARN to pr_warnAaron Conole2022-11-031-1/+2
* openvswitch: Fix overreporting of drops in dropwatchMike Pattrick2022-10-261-2/+3
* openvswitch: Fix double reporting of drops in dropwatchMike Pattrick2022-10-261-3/+10
* net: openvswitch: fix parsing of nw_proto for IPv6 fragmentsRosemarie O'Riorden2022-06-291-1/+1
* net: openvswitch: fix leak of nested actionsIlya Maximets2022-06-221-5/+75
* net: openvswitch: fix misuse of the cached connection on tuple changesIlya Maximets2022-06-222-1/+8
* openvswitch: fix OOB access in reserve_sfa_size()Paolo Valerio2022-04-271-1/+1
* net: openvswitch: don't send internal clone attribute to the userspace.Ilya Maximets2022-04-152-2/+4
* openvswitch: Fixed nd target mask field in the flow dump.Martin Varghese2022-04-151-2/+2
* openvswitch: always update flow key after natAaron Conole2022-04-151-59/+59
* openvswitch: Fix setting ipv6 fields causing hw csum failurePaul Blakey2022-03-021-8/+38
* ovs: clear skb->tstamp in forwarding pathkaixi.fan2021-08-261-0/+1
* openvswitch: meter: fix race when getting now_ms.Tao Liu2021-06-031-0/+8
* openvswitch: fix stack OOB read while fragmenting IPv4 packetsDavide Caratti2021-05-111-4/+4
* openvswitch: fix send of uninitialized stack memory in ct limit replyIlya Maximets2021-04-141-4/+4
* net: openvswitch: conntrack: simplify the return expression of ovs_ct_limit_g...Zheng Yongjun2021-04-141-5/+1
* net: openvswitch: ensure LSE is pullable before reading itDavide Caratti2020-12-081-0/+3
* openvswitch: handle DNAT tuple collisionDumitru Ceara2020-10-141-9/+13
* net: openvswitch: use div_u64() for 64-by-32 divisionsTonghao Zhang2020-10-011-1/+1
* net: openvswitch: use u64 for meter bucketTonghao Zhang2020-10-012-2/+2
* openvswitch: Prevent kernel-infoleak in ovs_ct_put_key()Peilin Ye2020-08-111-18/+20
* openvswitch: take into account de-fragmentation/gso_size in execute_check_pkt...Lorenzo Bianconi2020-06-301-2/+7
* net: openvswitch: ovs_ct_exit to be done under ovs_lockTonghao Zhang2020-04-292-2/+5
* net: openvswitch: don't unlock mutex when changing the user_features failsTonghao Zhang2020-01-261-1/+1
* net: Fixed updating of ethertype in skb_mpls_push()Martin Varghese2019-12-181-1/+2
* Fixed updating of ethertype in function skb_mpls_popMartin Varghese2019-12-181-1/+2
* openvswitch: support asymmetric conntrackAaron Conole2019-12-181-0/+11
* openvswitch: remove another BUG_ON()Paolo Abeni2019-12-041-1/+5
* openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info()Paolo Abeni2019-12-041-1/+4
* openvswitch: fix flow command message sizePaolo Abeni2019-12-041-1/+5
* netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault2019-10-251-9/+11
* net: openvswitch: free vport unless register_netdevice() succeedsHillf Danton2019-10-221-7/+4
* net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actionsDavide Caratti2019-10-151-2/+3
* netfilter: drop bridge nf reset from nf_resetFlorian Westphal2019-10-011-1/+1
* openvswitch: change type of UPCALL_PID attribute to NLA_UNSPECLi RongQing2019-09-261-1/+1
* net: openvswitch: Set OvS recirc_id from tc chain indexPaul Blakey2019-09-063-5/+48
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-023-67/+99
|\
| * openvswitch: Clear the L4 portion of the key for "later" fragments.Justin Pettit2019-08-281-1/+4
| * openvswitch: Properly set L4 keys on "later" IP fragmentsGreg Rose2019-08-283-66/+95
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-271-1/+14
|\|
| * openvswitch: Fix conntrack cache with timeoutYi-Hung Wei2019-08-251-0/+13
| * openvswitch: Fix log message in ovs conntrackYi-Hung Wei2019-08-241-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-061-7/+8
|\|
| * ovs: datapath: hide clang frame-overflow warningsArnd Bergmann2019-07-241-7/+8
* | openvswitch: Print error when ovs_execute_actions() failsYifeng Sun2019-08-061-2/+5
|/
* net: openvswitch: rename flow_stats to sw_flow_statsPablo Neira Ayuso2019-07-193-10/+10
* net: openvswitch: do not update max_headroom if new headroom is equal to old ...Taehee Yoo2019-07-121-11/+28
* net: core: add MPLS update core helper and use in OvSJohn Hurley2019-07-081-10/+3