summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx4
AgeCommit message (Expand)AuthorFilesLines
2019-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2019-02-18net/mlx4_en: fix spelling mistake: "quiting" -> "quitting"Colin Ian King1-1/+1
2019-02-12net/mlx4_en: Force CHECKSUM_NONE for short ethernet framesSaeed Mahameed1-2/+20
2019-02-12net/mlx4_en: Force CHECKSUM_NONE for short ethernet framesSaeed Mahameed1-2/+20
2019-02-09devlink: publish params only after driver init is doneJiri Pirko1-0/+1
2019-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-31/+50
2019-01-25net/mlx4_core: A write memory barrier is sufficient in EQ ci updateTariq Toukan1-1/+1
2019-01-25net/mlx4_core: Fix error handling when initializing CQ bufs in the driverJack Morgenstein1-2/+4
2019-01-25net/mlx4_core: Add masking for a few queries on HCA capsAya Levin1-29/+46
2019-01-23net/mlx4: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-01-18net/mlx4: remove unneeded semicolonYueHaibing2-2/+2
2019-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-44/+79
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-4/+4
2019-01-07net/mlx4: replace pci_{,un}map_sg with dma_{,un}map_sgStephen Warren1-8/+7
2019-01-07net/mlx4: Get rid of page operation after dma_alloc_coherentStephen Warren2-39/+75
2018-12-25net/mlx4_core: drop useless LIST_HEADJulia Lawall1-5/+0
2018-12-17net/mlx4_en: remove fallback after kzalloc_node()Eric Dumazet3-15/+6
2018-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-6/+5
2018-12-09net/mlx4_core: Correctly set PFC param if global pause is turned off.Tarick Bedeir1-2/+2
2018-12-04net/mlx4_core: Fix several coding style errorsErez Alfasi1-3/+3
2018-12-04net/mlx4_core: Fix return codes of unsupported operationsErez Alfasi1-6/+5
2018-12-04net/mlx4_en: Fix build break when CONFIG_INET is offSaeed Mahameed1-1/+1
2018-12-04net/mlx4_en: Change min MTU size to ETH_MIN_MTUEran Ben Elisha2-3/+2
2018-11-22{net, IB}/mlx4: Initialize CQ buffers in the driver when possibleDaniel Jurgens3-5/+71
2018-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-3/+4
2018-11-16net/mlx4: Fix UBSAN warning of signed integer overflowAya Levin1-2/+2
2018-11-16net/mlx4_core: Fix uninitialized variable compilation warningTariq Toukan1-1/+1
2018-11-16net/mlx4_core: Zero out lkey field in SW2HW_MPT fw commandJack Morgenstein1-0/+1
2018-11-09mlx4: use __vlan_hwaccel helpersMichał Mirosław1-1/+1
2018-11-04net/mlx4_en: use __netdev_tx_sent_queue()Eric Dumazet1-2/+4
2018-10-30net/mlx4_en: add a missing <net/ip.h> includeEric Dumazet1-0/+1
2018-10-26drivers: net: remove <net/busy_poll.h> inclusion when not neededEric Dumazet2-2/+0
2018-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-28/+15
2018-10-11net/mlx4_core: Fix warnings during boot on driverinit param set failuresMoshe Shemesh1-28/+15
2018-10-09net/mlx4_en: Use minimal rx and tx ring sizes on kdump kernelAlaa Hleihel2-3/+8
2018-09-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-21/+2
2018-09-24mlx4: remove ndo_poll_controllerEric Dumazet1-20/+0
2018-09-22net/mlx4: Use cpumask_available for eq->affinity_maskNathan Chancellor1-1/+2
2018-09-13net: ethernet: Use DIV_ROUND_UP instead of reimplementing its functionzhong jiang2-2/+2
2018-08-08net/mlx4/en_rx: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2018-08-08net/mlx4/mcg: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2018-07-26net/mlx4_core: Allow MTTs starting at any indexTariq Toukan3-5/+6
2018-07-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-07-25net/mlx4_core: Save the qpn from the input modifier in RST2INIT wrapperJack Morgenstein1-1/+1
2018-07-21Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller1-2/+6
2018-07-17net/mlx4_en: Don't reuse RX page when XDP is setSaeed Mahameed1-2/+6
2018-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+0
2018-07-13xdp: don't make drivers report attachment modeJakub Kicinski1-1/+0
2018-07-13net/mlx4_core: Use devlink region_snapshot parameterAlex Vesker2-0/+49
2018-07-13net/mlx4_core: Add Crdump FW snapshot supportAlex Vesker5-4/+249