summaryrefslogtreecommitdiff
path: root/net/openvswitch
AgeCommit message (Expand)AuthorFilesLines
2020-10-08openvswitch: handle DNAT tuple collisionDumitru Ceara1-9/+13
2020-10-06net: openvswitch: use dev_sw_netstats_rx_add()Fabian Frederick1-7/+1
2020-10-05net: openvswitch: Constify static struct genl_small_opsRikard Falkeborn2-2/+2
2020-10-04net/sched: act_vlan: Add {POP,PUSH}_ETH actionsGuillaume Nault1-18/+10
2020-10-03genetlink: move to smaller ops wherever possibleJakub Kicinski3-18/+18
2020-09-19net: openswitch: reuse the helper variable to improve the code readablityZeng Tao1-2/+2
2020-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+3
2020-09-01net: openvswitch: fixes crash if nf_conncount_init() failsEelco Chaudron1-1/+7
2020-09-01net: openvswitch: remove unused keep_flowsTonghao Zhang2-7/+0
2020-09-01net: openvswitch: refactor flow free functionTonghao Zhang1-11/+11
2020-09-01net: openvswitch: improve the coding styleTonghao Zhang4-41/+55
2020-08-31openvswitch: using ip6_fragment in ipv6_stubwenxu1-6/+1
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-3/+3
2020-08-14net: openvswitch: introduce common code for flushing flowsTonghao Zhang3-21/+27
2020-08-05net: openvswitch: silence suspicious RCU usage warningTonghao Zhang1-3/+3
2020-08-04net: openvswitch: make masks cache size configurableEelco Chaudron3-14/+114
2020-08-04net: openvswitch: add masks cache hit counterEelco Chaudron4-7/+23
2020-08-04openvswitch: Prevent kernel-infoleak in ovs_ct_put_key()Peilin Ye1-18/+20
2020-08-04net/sched: act_ct: fix miss set mru for ovs after defrag in act_ctwenxu1-0/+1
2020-07-25net: openvswitch: fixes potential deadlock in dp cleanup codeEelco Chaudron2-14/+13
2020-07-17net: openvswitch: reorder masks array based on usageEelco Chaudron4-7/+207
2020-07-14net: openvswitch: kerneldoc fixesAndrew Lunn2-4/+5
2020-06-25openvswitch: take into account de-fragmentation/gso_size in execute_check_pkt...Lorenzo Bianconi1-2/+7
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-4/+4
2020-04-26net: openvswitch: use div_u64() for 64-by-32 divisionsTonghao Zhang1-1/+1
2020-04-26net: openvswitch: suitable access to the dp_metersTonghao Zhang1-3/+3
2020-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-2/+5
2020-04-24net: openvswitch: use u64 for meter bucketTonghao Zhang2-2/+2
2020-04-24net: openvswitch: make EINVAL return value more obviousTonghao Zhang1-3/+2
2020-04-24net: openvswitch: remove the unnecessary checkTonghao Zhang1-5/+4
2020-04-24net: openvswitch: set max limitation to metersTonghao Zhang2-10/+49
2020-04-24net: openvswitch: expand the meters supported numberTonghao Zhang3-63/+195
2020-04-20net: openvswitch: ovs_ct_exit to be done under ovs_lockTonghao Zhang2-2/+5
2020-04-03net: openvswitch: use hlist_for_each_entry_rcu instead of hlist_for_each_entryTonghao Zhang1-4/+6
2020-03-30net: Fix typo of SKB_SGO_CB_OFFSETCambda Zhu1-1/+1
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2020-03-04openvswitch: add missing attribute validation for hashJakub Kicinski1-0/+1
2020-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-15/+24
2020-02-20openvswitch: Distribute switch variables for initializationKees Cook1-8/+10
2020-02-18flow_table.c: Use built-in RCU list checkingMadhuparna Bhowmik1-2/+4
2020-02-18datapath.c: Use built-in RCU list checkingMadhuparna Bhowmik1-3/+6
2020-02-18vport.c: Use built-in RCU list checkingMadhuparna Bhowmik1-1/+2
2020-02-18meter.c: Use built-in RCU list checkingMadhuparna Bhowmik1-1/+2
2020-02-17openvswitch: add TTL decrement actionMatteo Croce2-0/+137
2020-01-14net: openvswitch: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld1-7/+4
2019-12-25openvswitch: New MPLS actions for layer 2 tunnellingMartin Varghese2-6/+58
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya2-3/+3
2019-12-05net: Fixed updating of ethertype in skb_mpls_push()Martin Varghese1-1/+2
2019-12-05openvswitch: support asymmetric conntrackAaron Conole1-0/+11
2019-12-03Fixed updating of ethertype in function skb_mpls_popMartin Varghese1-1/+2