summaryrefslogtreecommitdiffstats
path: root/net/openvswitch
AgeCommit message (Expand)AuthorLines
2020-03-03openvswitch: add missing attribute validation for hashJakub Kicinski-0/+1
2020-02-20openvswitch: Distribute switch variables for initializationKees Cook-8/+10
2020-02-18flow_table.c: Use built-in RCU list checkingMadhuparna Bhowmik-2/+4
2020-02-18datapath.c: Use built-in RCU list checkingMadhuparna Bhowmik-3/+6
2020-02-18vport.c: Use built-in RCU list checkingMadhuparna Bhowmik-1/+2
2020-02-18meter.c: Use built-in RCU list checkingMadhuparna Bhowmik-1/+2
2020-01-14net: openvswitch: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld-7/+4
2019-12-24openvswitch: New MPLS actions for layer 2 tunnellingMartin Varghese-6/+58
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya-3/+3
2019-12-04net: Fixed updating of ethertype in skb_mpls_push()Martin Varghese-1/+2
2019-12-04openvswitch: support asymmetric conntrackAaron Conole-0/+11
2019-12-02Fixed updating of ethertype in function skb_mpls_popMartin Varghese-1/+2
2019-12-01openvswitch: remove another BUG_ON()Paolo Abeni-1/+5
2019-12-01openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info()Paolo Abeni-1/+4
2019-11-26openvswitch: fix flow command message sizePaolo Abeni-1/+5
2019-11-15net: openvswitch: don't call pad_packet if not necessaryTonghao Zhang-14/+8
2019-11-14net: openvswitch: add hash info to upcallTonghao Zhang-1/+37
2019-11-06net: openvswitch: select vport upcall portid directlyTonghao Zhang-2/+3
2019-11-05Change in Openvswitch to support MPLS label depth of 3 in ingress directionMartin Varghese-33/+85
2019-11-03net: openvswitch: simplify the ovs_dp_cmd_newTonghao Zhang-22/+38
2019-11-03net: openvswitch: don't unlock mutex when changing the user_features failsTonghao Zhang-1/+1
2019-11-03net: openvswitch: fix possible memleak on destroy flow-tableTonghao Zhang-88/+98
2019-11-03net: openvswitch: add likely in flow_lookupTonghao Zhang-2/+2
2019-11-03net: openvswitch: simplify the flow_hashTonghao Zhang-5/+2
2019-11-03net: openvswitch: optimize flow-mask looking upTonghao Zhang-51/+53
2019-11-03net: openvswitch: optimize flow mask cache hash collisionTonghao Zhang-42/+53
2019-11-03net: openvswitch: shrink the mask array if necessaryTonghao Zhang-10/+23
2019-11-03net: openvswitch: convert mask list in mask arrayTonghao Zhang-51/+167
2019-11-03net: openvswitch: add flow-mask cache for performanceTonghao Zhang-16/+107
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-16/+15
2019-10-25netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault-9/+11
2019-10-22net: openvswitch: free vport unless register_netdevice() succeedsHillf Danton-7/+4
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-2/+3
2019-10-15net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actionsDavide Caratti-2/+3
2019-10-06openvswitch: Allow attaching helper in later commitYi-Hung Wei-8/+13
2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal-1/+1
2019-09-26openvswitch: change type of UPCALL_PID attribute to NLA_UNSPECLi RongQing-1/+1
2019-09-06net: openvswitch: Set OvS recirc_id from tc chain indexPaul Blakey-5/+48
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-67/+99
2019-08-28openvswitch: Clear the L4 portion of the key for "later" fragments.Justin Pettit-1/+4
2019-08-28openvswitch: Properly set L4 keys on "later" IP fragmentsGreg Rose-66/+95
2019-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-1/+14
2019-08-25openvswitch: Fix conntrack cache with timeoutYi-Hung Wei-0/+13
2019-08-24openvswitch: Fix log message in ovs conntrackYi-Hung Wei-1/+1
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-7/+8
2019-08-06openvswitch: Print error when ovs_execute_actions() failsYifeng Sun-2/+5
2019-07-24ovs: datapath: hide clang frame-overflow warningsArnd Bergmann-7/+8
2019-07-19net: openvswitch: rename flow_stats to sw_flow_statsPablo Neira Ayuso-10/+10
2019-07-12net: openvswitch: do not update max_headroom if new headroom is equal to old ...Taehee Yoo-11/+28
2019-07-08net: core: add MPLS update core helper and use in OvSJohn Hurley-10/+3