aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-31mlxsw: spectrum_buffers: Further reduce pool size on Spectrum-2Petr Machata1-2/+2
2019-07-31mlxsw: spectrum: Fix error path in mlxsw_sp_module_init()Jiri Pirko1-1/+1
2019-07-30mlxsw: spectrum_ptp: fix duplicated check on orig_egr_typesColin Ian King1-2/+2
2019-07-29mlxsw: spectrum_ptp: Increase parsing depth when PTP is enabledPetr Machata5-17/+82
2019-07-26Merge tag 'mlx5-fixes-2019-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller16-79/+115
2019-07-25net/mlx5e: kTLS, Call WARN_ONCE on netdev mismatchTariq Toukan1-1/+1
2019-07-25net/mlx5e: Prevent encap flow counter update async to user queryAriel Levkovich2-2/+7
2019-07-25net/mlx5e: Fix matching of speed to PRM link modesAya Levin3-32/+68
2019-07-25net/mlx5e: Fix wrong max num channels indicationTariq Toukan9-41/+35
2019-07-25net/mlx5: Add missing RDMA_RX capabilitiesMaor Gottlieb1-2/+3
2019-07-25net/mlx5: Use reversed order when unregister devicesMark Zhang1-1/+1
2019-07-25linux/dim: Fix overflow in dim calculationYamin Friedman1-2/+2
2019-07-19net: flow_offload: add flow_block structure and use itPablo Neira Ayuso2-4/+6
2019-07-19net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_tPablo Neira Ayuso1-1/+1
2019-07-19net: flow_offload: remove netns parameter from flow_block_cb_alloc()Pablo Neira Ayuso2-5/+3
2019-07-18net/mlx5: Replace kfree with kvfreeChuhong Yuan1-1/+1
2019-07-17mlxsw: spectrum: Do not process learned records with a dummy FIDIdo Schimmel3-0/+17
2019-07-17mlxsw: spectrum_dcb: Configure DSCP map as the last rule is removedPetr Machata1-8/+8
2019-07-15net/mlx5e: Allow dissector meta key in tc flowerVlad Buslov1-1/+2
2019-07-15net/mlx5e: Rely on filter_dev instead of dissector keys for tunnelsVlad Buslov1-5/+1
2019-07-15net/mlx5e: Verify encapsulation is supportedEli Cohen1-0/+4
2019-07-15ethernet: remove redundant memsetFuqian Huang4-7/+0
2019-07-12net/mlx5e: Provide cb_list pointer when setting up tc block on repVlad Buslov1-1/+4
2019-07-12net/mlx5e: Convert single case statement switch statements into if statementsNathan Chancellor1-23/+11
2019-07-11Merge tag 'mlx5-fixes-2019-07-11' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller8-32/+33
2019-07-11net/mlx5: E-Switch, Reduce ingress acl modify metadata stack usageSaeed Mahameed1-1/+1
2019-07-11net/mlx5e: Fix unused variable warning when CONFIG_MLX5_ESWITCH is offSaeed Mahameed1-3/+2
2019-07-11net/mlx5e: Fix compilation error in TLS codeTariq Toukan1-1/+1
2019-07-11net/mlx5e: IPoIB, Add error path in mlx5_rdma_setup_rnAya Levin1-1/+8
2019-07-11net/mlx5e: Fix error flow in tx reporter diagnoseAya Levin1-2/+2
2019-07-11net/mlx5e: Fix return value from timeout recover functionAya Levin1-4/+2
2019-07-11net/mlx5e: Rx, Fix checksum calculation for new hardwareSaeed Mahameed3-1/+10
2019-07-11net/mlx5e: Fix port tunnel GRE entropy controlEli Britstein1-19/+4
2019-07-11net/mlx5: E-Switch, Fix default encap modeMaor Gottlieb2-5/+7
2019-07-09net/mlx5e: Return in default case statement in tx_post_resync_paramsNathan Chancellor1-0/+1
2019-07-09mlx5: Return -EINVAL when WARN_ON_ONCE triggers in mlx5e_tls_resync().David S. Miller1-1/+1
2019-07-09net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso12-83/+83
2019-07-09net: flow_offload: add flow_block_cb_is_busy() and use itPablo Neira Ayuso2-0/+8
2019-07-09drivers: net: use flow block APIPablo Neira Ayuso3-47/+92
2019-07-09net: flow_offload: rename TCF_BLOCK_BINDER_TYPE_* to FLOW_BLOCK_BINDER_TYPE_*Pablo Neira Ayuso2-3/+3
2019-07-09net: flow_offload: rename TC_BLOCK_{UN}BIND to FLOW_BLOCK_{UN}BINDPablo Neira Ayuso2-4/+4
2019-07-09net: flow_offload: add flow_block_cb_setup_simple()Pablo Neira Ayuso2-43/+10
2019-07-09net/mlx5e: Register devlink ports for physical link, PCI PF, VFsParav Pandit2-31/+78
2019-07-08net/tls: don't clear TX resync flag on errorDirk van der Merwe1-3/+5
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+6
2019-07-08net: core: page_pool: add user refcnt and reintroduce page_pool_destroyIvan Khoronzhuk1-2/+2
2019-07-05net/mlx5e: Add kTLS TX HW offload supportTariq Toukan14-7/+748
2019-07-05net/mlx5e: Introduce a fenced NOP WQE posting functionTariq Toukan1-0/+18
2019-07-05net/mlx5e: Re-work TIS creation functionsTariq Toukan5-11/+27
2019-07-05net/mlx5e: Tx, Unconstify SQ stop roomTariq Toukan4-17/+21