summaryrefslogtreecommitdiffstats
path: root/net/openvswitch
Commit message (Expand)AuthorAgeFilesLines
* openvswitch: fix error return code in validate_and_copy_dec_ttl()Wang Hai2020-12-041-1/+1
* net: openvswitch: ensure LSE is pullable before reading itDavide Caratti2020-12-031-0/+3
* net: openvswitch: fix TTL decrement action netlink message formatEelco Chaudron2020-11-272-23/+58
* net: openvswitch: silence suspicious RCU usage warningEelco Chaudron2020-11-032-8/+8
* net: openvswitch: fix to make sure flow_lookup() is not preemptedEelco Chaudron2020-10-182-25/+41
* net: openvswitch: use new function dev_fetch_sw_netstatsHeiner Kallweit2020-10-131-19/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-10-081-9/+13
|\
| * openvswitch: handle DNAT tuple collisionDumitru Ceara2020-10-081-9/+13
* | net: openvswitch: use dev_sw_netstats_rx_add()Fabian Frederick2020-10-061-7/+1
* | net: openvswitch: Constify static struct genl_small_opsRikard Falkeborn2020-10-042-2/+2
* | net/sched: act_vlan: Add {POP,PUSH}_ETH actionsGuillaume Nault2020-10-031-18/+10
* | genetlink: move to smaller ops wherever possibleJakub Kicinski2020-10-023-18/+18
* | net: openswitch: reuse the helper variable to improve the code readablityZeng Tao2020-09-181-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-042-3/+3
|\|
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-3/+3
* | net: openvswitch: fixes crash if nf_conncount_init() failsEelco Chaudron2020-09-011-1/+7
* | net: openvswitch: remove unused keep_flowsTonghao Zhang2020-09-012-7/+0
* | net: openvswitch: refactor flow free functionTonghao Zhang2020-09-011-11/+11
* | net: openvswitch: improve the coding styleTonghao Zhang2020-09-014-41/+55
* | openvswitch: using ip6_fragment in ipv6_stubwenxu2020-08-311-6/+1
|/
* net: openvswitch: introduce common code for flushing flowsTonghao Zhang2020-08-133-21/+27
* net: openvswitch: silence suspicious RCU usage warningTonghao Zhang2020-08-051-3/+3
* net: openvswitch: make masks cache size configurableEelco Chaudron2020-08-033-14/+114
* net: openvswitch: add masks cache hit counterEelco Chaudron2020-08-034-7/+23
* openvswitch: Prevent kernel-infoleak in ovs_ct_put_key()Peilin Ye2020-08-031-18/+20
* net/sched: act_ct: fix miss set mru for ovs after defrag in act_ctwenxu2020-08-031-0/+1
* net: openvswitch: fixes potential deadlock in dp cleanup codeEelco Chaudron2020-07-242-14/+13
* net: openvswitch: reorder masks array based on usageEelco Chaudron2020-07-174-7/+207
* net: openvswitch: kerneldoc fixesAndrew Lunn2020-07-132-4/+5
* openvswitch: take into account de-fragmentation/gso_size in execute_check_pkt...Lorenzo Bianconi2020-06-241-2/+7
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-4/+4
* net: openvswitch: use div_u64() for 64-by-32 divisionsTonghao Zhang2020-04-251-1/+1
* net: openvswitch: suitable access to the dp_metersTonghao Zhang2020-04-251-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-04-252-2/+5
|\
| * net: openvswitch: ovs_ct_exit to be done under ovs_lockTonghao Zhang2020-04-202-2/+5
* | net: openvswitch: use u64 for meter bucketTonghao Zhang2020-04-232-2/+2
* | net: openvswitch: make EINVAL return value more obviousTonghao Zhang2020-04-231-3/+2
* | net: openvswitch: remove the unnecessary checkTonghao Zhang2020-04-231-5/+4
* | net: openvswitch: set max limitation to metersTonghao Zhang2020-04-232-10/+49
* | net: openvswitch: expand the meters supported numberTonghao Zhang2020-04-233-63/+195
|/
* net: openvswitch: use hlist_for_each_entry_rcu instead of hlist_for_each_entryTonghao Zhang2020-04-021-4/+6
* net: Fix typo of SKB_SGO_CB_OFFSETCambda Zhu2020-03-291-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-121-0/+1
|\
| * openvswitch: add missing attribute validation for hashJakub Kicinski2020-03-031-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-02-215-15/+24
|\|
| * openvswitch: Distribute switch variables for initializationKees Cook2020-02-201-8/+10
| * flow_table.c: Use built-in RCU list checkingMadhuparna Bhowmik2020-02-181-2/+4
| * datapath.c: Use built-in RCU list checkingMadhuparna Bhowmik2020-02-181-3/+6
| * vport.c: Use built-in RCU list checkingMadhuparna Bhowmik2020-02-181-1/+2
| * meter.c: Use built-in RCU list checkingMadhuparna Bhowmik2020-02-181-1/+2