summaryrefslogtreecommitdiffstats
path: root/net/openvswitch
AgeCommit message (Expand)AuthorLines
2020-08-13net: openvswitch: introduce common code for flushing flowsTonghao Zhang-21/+27
2020-08-05net: openvswitch: silence suspicious RCU usage warningTonghao Zhang-3/+3
2020-08-03net: openvswitch: make masks cache size configurableEelco Chaudron-14/+114
2020-08-03net: openvswitch: add masks cache hit counterEelco Chaudron-7/+23
2020-08-03openvswitch: Prevent kernel-infoleak in ovs_ct_put_key()Peilin Ye-18/+20
2020-08-03net/sched: act_ct: fix miss set mru for ovs after defrag in act_ctwenxu-0/+1
2020-07-24net: openvswitch: fixes potential deadlock in dp cleanup codeEelco Chaudron-14/+13
2020-07-17net: openvswitch: reorder masks array based on usageEelco Chaudron-7/+207
2020-07-13net: openvswitch: kerneldoc fixesAndrew Lunn-4/+5
2020-06-24openvswitch: take into account de-fragmentation/gso_size in execute_check_pkt...Lorenzo Bianconi-2/+7
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-4/+4
2020-04-25net: openvswitch: use div_u64() for 64-by-32 divisionsTonghao Zhang-1/+1
2020-04-25net: openvswitch: suitable access to the dp_metersTonghao Zhang-3/+3
2020-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-2/+5
2020-04-23net: openvswitch: use u64 for meter bucketTonghao Zhang-2/+2
2020-04-23net: openvswitch: make EINVAL return value more obviousTonghao Zhang-3/+2
2020-04-23net: openvswitch: remove the unnecessary checkTonghao Zhang-5/+4
2020-04-23net: openvswitch: set max limitation to metersTonghao Zhang-10/+49
2020-04-23net: openvswitch: expand the meters supported numberTonghao Zhang-63/+195
2020-04-20net: openvswitch: ovs_ct_exit to be done under ovs_lockTonghao Zhang-2/+5
2020-04-02net: openvswitch: use hlist_for_each_entry_rcu instead of hlist_for_each_entryTonghao Zhang-4/+6
2020-03-29net: Fix typo of SKB_SGO_CB_OFFSETCambda Zhu-1/+1
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-0/+1
2020-03-03openvswitch: add missing attribute validation for hashJakub Kicinski-0/+1
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-15/+24
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-02-16openvswitch: add TTL decrement actionMatteo Croce-0/+137
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