summaryrefslogtreecommitdiff
path: root/net/openvswitch
AgeCommit message (Expand)AuthorFilesLines
2022-03-02openvswitch: Fix setting ipv6 fields causing hw csum failurePaul Blakey1-8/+38
2021-08-26ovs: clear skb->tstamp in forwarding pathkaixi.fan1-0/+1
2021-06-03openvswitch: meter: fix race when getting now_ms.Tao Liu1-0/+8
2021-05-11openvswitch: fix stack OOB read while fragmenting IPv4 packetsDavide Caratti1-4/+4
2021-04-14openvswitch: fix send of uninitialized stack memory in ct limit replyIlya Maximets1-4/+4
2021-04-14net: openvswitch: conntrack: simplify the return expression of ovs_ct_limit_g...Zheng Yongjun1-5/+1
2020-12-08net: openvswitch: ensure LSE is pullable before reading itDavide Caratti1-0/+3
2020-10-14openvswitch: handle DNAT tuple collisionDumitru Ceara1-9/+13
2020-10-01net: openvswitch: use div_u64() for 64-by-32 divisionsTonghao Zhang1-1/+1
2020-10-01net: openvswitch: use u64 for meter bucketTonghao Zhang2-2/+2
2020-08-11openvswitch: Prevent kernel-infoleak in ovs_ct_put_key()Peilin Ye1-18/+20
2020-06-30openvswitch: take into account de-fragmentation/gso_size in execute_check_pkt...Lorenzo Bianconi1-2/+7
2020-04-29net: openvswitch: ovs_ct_exit to be done under ovs_lockTonghao Zhang2-2/+5
2020-01-26net: openvswitch: don't unlock mutex when changing the user_features failsTonghao Zhang1-1/+1
2019-12-18net: Fixed updating of ethertype in skb_mpls_push()Martin Varghese1-1/+2
2019-12-18Fixed updating of ethertype in function skb_mpls_popMartin Varghese1-1/+2
2019-12-18openvswitch: support asymmetric conntrackAaron Conole1-0/+11
2019-12-05openvswitch: remove another BUG_ON()Paolo Abeni1-1/+5
2019-12-05openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info()Paolo Abeni1-1/+4
2019-12-05openvswitch: fix flow command message sizePaolo Abeni1-1/+5
2019-10-26netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault1-9/+11
2019-10-23net: openvswitch: free vport unless register_netdevice() succeedsHillf Danton1-7/+4
2019-10-16net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actionsDavide Caratti1-2/+3
2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal1-1/+1
2019-09-26openvswitch: change type of UPCALL_PID attribute to NLA_UNSPECLi RongQing1-1/+1
2019-09-06net: openvswitch: Set OvS recirc_id from tc chain indexPaul Blakey3-5/+48
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-67/+99
2019-08-29openvswitch: Clear the L4 portion of the key for "later" fragments.Justin Pettit1-1/+4
2019-08-29openvswitch: Properly set L4 keys on "later" IP fragmentsGreg Rose3-66/+95
2019-08-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+14
2019-08-26openvswitch: Fix conntrack cache with timeoutYi-Hung Wei1-0/+13
2019-08-25openvswitch: Fix log message in ovs conntrackYi-Hung Wei1-1/+1
2019-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-7/+8
2019-08-07openvswitch: Print error when ovs_execute_actions() failsYifeng Sun1-2/+5
2019-07-25ovs: datapath: hide clang frame-overflow warningsArnd Bergmann1-7/+8
2019-07-20net: openvswitch: rename flow_stats to sw_flow_statsPablo Neira Ayuso3-10/+10
2019-07-13net: openvswitch: do not update max_headroom if new headroom is equal to old ...Taehee Yoo1-11/+28
2019-07-09net: core: add MPLS update core helper and use in OvSJohn Hurley1-10/+3
2019-07-09net: core: move pop MPLS functionality from OvS to core helperJohn Hurley1-35/+2
2019-07-09net: core: move push MPLS functionality from OvS to core helperJohn Hurley1-27/+4
2019-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+2
2019-07-09net: openvswitch: use netif_ovs_is_port() instead of opencodeTaehee Yoo2-4/+4
2019-07-01net: openvswitch: fix csum updates for MPLS actionsJohn Hurley1-4/+2
2019-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller20-276/+32
2019-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-6/+12
2019-06-11net: openvswitch: remove unnecessary ASSERT_OVSL in ovs_vport_del()Taehee Yoo1-2/+0
2019-06-11net: openvswitch: do not free vport if register_netdevice() is failed.Taehee Yoo1-6/+12
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-13/+3
2019-06-06net: openvswitch: drop unneeded likely() call around IS_ERR()Enrico Weigelt1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner2-18/+2