summaryrefslogtreecommitdiff
path: root/net/openvswitch
AgeCommit message (Expand)Author
2020-10-18net: openvswitch: fix to make sure flow_lookup() is not preemptedEelco Chaudron
2020-10-13net: openvswitch: use new function dev_fetch_sw_netstatsHeiner Kallweit
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-10-08openvswitch: handle DNAT tuple collisionDumitru Ceara
2020-10-06net: openvswitch: use dev_sw_netstats_rx_add()Fabian Frederick
2020-10-04net: openvswitch: Constify static struct genl_small_opsRikard Falkeborn
2020-10-03net/sched: act_vlan: Add {POP,PUSH}_ETH actionsGuillaume Nault
2020-10-02genetlink: move to smaller ops wherever possibleJakub Kicinski
2020-09-18net: openswitch: reuse the helper variable to improve the code readablityZeng Tao
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-09-01net: openvswitch: fixes crash if nf_conncount_init() failsEelco Chaudron
2020-09-01net: openvswitch: remove unused keep_flowsTonghao Zhang
2020-09-01net: openvswitch: refactor flow free functionTonghao Zhang
2020-09-01net: openvswitch: improve the coding styleTonghao Zhang
2020-08-31openvswitch: using ip6_fragment in ipv6_stubwenxu
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-13net: openvswitch: introduce common code for flushing flowsTonghao Zhang
2020-08-05net: openvswitch: silence suspicious RCU usage warningTonghao Zhang
2020-08-03net: openvswitch: make masks cache size configurableEelco Chaudron
2020-08-03net: openvswitch: add masks cache hit counterEelco Chaudron
2020-08-03openvswitch: Prevent kernel-infoleak in ovs_ct_put_key()Peilin Ye
2020-08-03net/sched: act_ct: fix miss set mru for ovs after defrag in act_ctwenxu
2020-07-24net: openvswitch: fixes potential deadlock in dp cleanup codeEelco Chaudron
2020-07-17net: openvswitch: reorder masks array based on usageEelco Chaudron
2020-07-13net: openvswitch: kerneldoc fixesAndrew Lunn
2020-06-24openvswitch: take into account de-fragmentation/gso_size in execute_check_pkt...Lorenzo Bianconi
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-04-25net: openvswitch: use div_u64() for 64-by-32 divisionsTonghao Zhang
2020-04-25net: openvswitch: suitable access to the dp_metersTonghao Zhang
2020-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-04-23net: openvswitch: use u64 for meter bucketTonghao Zhang
2020-04-23net: openvswitch: make EINVAL return value more obviousTonghao Zhang
2020-04-23net: openvswitch: remove the unnecessary checkTonghao Zhang
2020-04-23net: openvswitch: set max limitation to metersTonghao Zhang
2020-04-23net: openvswitch: expand the meters supported numberTonghao Zhang
2020-04-20net: openvswitch: ovs_ct_exit to be done under ovs_lockTonghao Zhang
2020-04-02net: openvswitch: use hlist_for_each_entry_rcu instead of hlist_for_each_entryTonghao Zhang
2020-03-29net: Fix typo of SKB_SGO_CB_OFFSETCambda Zhu
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-03openvswitch: add missing attribute validation for hashJakub Kicinski
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-02-20openvswitch: Distribute switch variables for initializationKees Cook
2020-02-18flow_table.c: Use built-in RCU list checkingMadhuparna Bhowmik
2020-02-18datapath.c: Use built-in RCU list checkingMadhuparna Bhowmik
2020-02-18vport.c: Use built-in RCU list checkingMadhuparna Bhowmik
2020-02-18meter.c: Use built-in RCU list checkingMadhuparna Bhowmik
2020-02-16openvswitch: add TTL decrement actionMatteo Croce
2020-01-14net: openvswitch: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld
2019-12-24openvswitch: New MPLS actions for layer 2 tunnellingMartin Varghese
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya