summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core
Commit message (Expand)AuthorAgeFilesLines
* net: sched: use major priority number as hardware priorityPablo Neira Ayuso2019-08-181-1/+1
* net/mlx5e: Fix compatibility issue with ethtool flash deviceEran Ben Elisha2019-08-153-0/+46
* net/mlx5e: Fix a race with XSKICOSQ in XSK wakeup flowMaxim Mikityanskiy2019-08-151-0/+3
* net/mlx5e: Remove redundant check in CQE recovery flow of tx reporterAya Levin2019-08-081-3/+0Star
* net/mlx5e: Fix error flow of CQE recovery on tx reporterAya Levin2019-08-082-5/+8
* net/mlx5e: Fix false negative indication on tx reporter CQE recoveryAya Levin2019-08-081-4/+2Star
* net/mlx5e: kTLS, Fix tisn field placementTariq Toukan2019-08-081-3/+3
* net/mlx5e: kTLS, Fix tisn field nameTariq Toukan2019-08-081-3/+3
* net/mlx5e: kTLS, Fix progress params context WQE layoutTariq Toukan2019-08-083-6/+13
* net/mlx5: crypto, Fix wrong offset in encryption key commandTariq Toukan2019-08-081-0/+1
* net/mlx5e: ethtool, Avoid setting speed to 56GBASE when autoneg offMohamad Heib2019-08-081-0/+8
* net/mlx5e: Only support tx/rx pause setting for port ownerHuy Nguyen2019-08-081-0/+3
* net/mlx5: Support inner header match criteria for non decap flow actionHuy Nguyen2019-08-083-21/+26
* net/mlx5e: Use flow keys dissector to parse packets for ARFSMaxim Mikityanskiy2019-08-081-63/+34Star
* net/mlx5e: always initialize frag->last_in_pageQian Cai2019-08-051-3/+2Star
* Merge tag 'mlx5-fixes-2019-07-25' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2019-07-2616-79/+115
|\
| * net/mlx5e: kTLS, Call WARN_ONCE on netdev mismatchTariq Toukan2019-07-251-1/+1
| * net/mlx5e: Prevent encap flow counter update async to user queryAriel Levkovich2019-07-252-2/+7
| * net/mlx5e: Fix matching of speed to PRM link modesAya Levin2019-07-253-32/+68
| * net/mlx5e: Fix wrong max num channels indicationTariq Toukan2019-07-259-41/+35Star
| * net/mlx5: Add missing RDMA_RX capabilitiesMaor Gottlieb2019-07-251-2/+3
| * net/mlx5: Use reversed order when unregister devicesMark Zhang2019-07-251-1/+1
* | linux/dim: Fix overflow in dim calculationYamin Friedman2019-07-251-2/+2
* | net: flow_offload: add flow_block structure and use itPablo Neira Ayuso2019-07-201-1/+1
* | net: flow_offload: remove netns parameter from flow_block_cb_alloc()Pablo Neira Ayuso2019-07-201-2/+1Star
|/
* net/mlx5: Replace kfree with kvfreeChuhong Yuan2019-07-181-1/+1
* net/mlx5e: Allow dissector meta key in tc flowerVlad Buslov2019-07-151-1/+2
* net/mlx5e: Rely on filter_dev instead of dissector keys for tunnelsVlad Buslov2019-07-151-5/+1Star
* net/mlx5e: Verify encapsulation is supportedEli Cohen2019-07-151-0/+4
* ethernet: remove redundant memsetFuqian Huang2019-07-152-4/+0Star
* net/mlx5e: Provide cb_list pointer when setting up tc block on repVlad Buslov2019-07-131-1/+4
* net/mlx5e: Convert single case statement switch statements into if statementsNathan Chancellor2019-07-121-23/+11Star
* Merge tag 'mlx5-fixes-2019-07-11' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2019-07-128-32/+33
|\
| * net/mlx5e: IPoIB, Add error path in mlx5_rdma_setup_rnAya Levin2019-07-111-1/+8
| * net/mlx5e: Fix error flow in tx reporter diagnoseAya Levin2019-07-111-2/+2
| * net/mlx5e: Fix return value from timeout recover functionAya Levin2019-07-111-4/+2Star
| * net/mlx5e: Rx, Fix checksum calculation for new hardwareSaeed Mahameed2019-07-113-1/+10
| * net/mlx5e: Fix port tunnel GRE entropy controlEli Britstein2019-07-111-19/+4Star
| * net/mlx5: E-Switch, Fix default encap modeMaor Gottlieb2019-07-112-5/+7
* | net/mlx5: E-Switch, Reduce ingress acl modify metadata stack usageSaeed Mahameed2019-07-121-1/+1
* | net/mlx5e: Fix unused variable warning when CONFIG_MLX5_ESWITCH is offSaeed Mahameed2019-07-121-3/+2Star
* | net/mlx5e: Fix compilation error in TLS codeTariq Toukan2019-07-121-1/+1
* | net/mlx5e: Return in default case statement in tx_post_resync_paramsNathan Chancellor2019-07-101-0/+1
* | mlx5: Return -EINVAL when WARN_ON_ONCE triggers in mlx5e_tls_resync().David S. Miller2019-07-101-1/+1
* | net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso2019-07-099-55/+55
* | net: flow_offload: add flow_block_cb_is_busy() and use itPablo Neira Ayuso2019-07-091-0/+4
* | drivers: net: use flow block APIPablo Neira Ayuso2019-07-092-13/+34
* | net: flow_offload: rename TCF_BLOCK_BINDER_TYPE_* to FLOW_BLOCK_BINDER_TYPE_*Pablo Neira Ayuso2019-07-091-1/+1
* | net: flow_offload: rename TC_BLOCK_{UN}BIND to FLOW_BLOCK_{UN}BINDPablo Neira Ayuso2019-07-091-2/+2
* | net: flow_offload: add flow_block_cb_setup_simple()Pablo Neira Ayuso2019-07-092-43/+10Star