aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-19net/mlx5e: ethtool, Remove unsupported SFP EEPROM high pages queryErez Alfasi2-5/+1
2019-04-19net/mlx5e: Fix the max MTU check in case of XDPMaxim Mikityanskiy3-4/+24
2019-04-19net/mlx5e: Fix use-after-free after xdp_return_frameMaxim Mikityanskiy1-2/+2
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-65/+140
2019-04-10Merge branch 'mlx5-next' into rdma.git for-nextJason Gunthorpe11-281/+337
2019-04-10net/mlx5: E-Switch, add a new prio to be used by the RDMA sideMark Bloch1-0/+7
2019-04-10net/mlx5: E-Switch, don't use hardcoded values for FDB priosMark Bloch2-7/+3
2019-04-09net/mlx5e: Switch to Toeplitz RSS hash by defaultKonstantin Khlebnikov1-1/+1
2019-04-09Revert "net/mlx5e: Enable reporting checksum unnecessary also for L3 packets"Or Gerlitz1-2/+1
2019-04-09net/mlx5e: Protect against non-uplink representor for encapDmytro Linkin1-0/+4
2019-04-09net/mlx5e: Rx, Check ip headers sanitySaeed Mahameed1-1/+8
2019-04-09net/mlx5e: Rx, Fixup skb checksum for packets with tail paddingSaeed Mahameed3-15/+74
2019-04-09net/mlx5e: XDP, Avoid checksum complete when XDP prog is loadedSaeed Mahameed3-3/+9
2019-04-09net/mlx5e: Use fail-safe channels reopen in tx reporter recoverEran Ben Elisha3-5/+12
2019-04-09net/mlx5e: Skip un-needed tx recover if interface state is downEran Ben Elisha1-1/+7
2019-04-09net/mlx5: FPGA, tls, idr remove on flow deleteSaeed Mahameed1-28/+15
2019-04-09net/mlx5: FPGA, tls, hold rcu read lock a bit longerSaeed Mahameed1-9/+9
2019-04-08ipv4: Prepare rtable for IPv6 gatewayDavid Ahern1-1/+1
2019-04-08Merge tag 'mlx5-updates-2019-04-02' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller18-356/+675
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon1-1/+0
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-81/+152
2019-04-05net/mlx5e: Unify logic of MTU boundariesTariq Toukan4-15/+20
2019-04-05net/mlx5e: Obsolete param field holding a constant valueTariq Toukan2-3/+1
2019-04-05net/mlx5: A write memory barrier is sufficient in EQ ci updateTariq Toukan1-1/+1
2019-04-05net/mlx5e: Do not rewrite fields with the same matchEli Britstein1-32/+104
2019-04-05net/mlx5e: Offload TC e-switch rules with ingress VLAN deviceEli Britstein2-5/+44
2019-04-05net/mlx5e: Offload TC e-switch rules with egress VLAN deviceEli Britstein1-0/+34
2019-04-05net/mlx5e: Allow VLAN rewrite of prio field with the same matchEli Britstein1-2/+6
2019-04-05net/mlx5e: Deny VLAN rewrite if there is no VLAN header matchEli Britstein1-0/+11
2019-04-05net/mlx5e: Use helpers to get headers criteria and value pointersEli Britstein1-9/+25
2019-04-05net/mlx5e: Return -EOPNOTSUPP when attempting to offload an unsupported actionTonghao Zhang1-7/+20
2019-04-05net/mlx5e: Deletes unnecessary setting of esw_attr->parse_attrTonghao Zhang1-1/+0
2019-04-05net/mlx5e: Remove 'parse_attr' argument in parse_tc_fdb_actions()Tonghao Zhang1-2/+2
2019-04-05net/mlx5e: Make the log friendly when decapsulation offload not supportedTonghao Zhang1-3/+5
2019-04-05net/mlx5: E-Switch, Fix double mutex initializationMax Gurtovoy1-2/+0
2019-04-05net/mlx5: Handle event of power detection in the PCIE slotAya Levin1-0/+75
2019-04-05Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed10-274/+327
2019-04-02net/mlx5: Fix false compilation warningTariq Toukan1-1/+1
2019-04-02net/mlx5: Add rate limit print macrosAya Levin1-0/+10
2019-04-02net/mlx5: Add explicit bar address fieldHuy Nguyen2-2/+3
2019-04-02net/mlx5: Replace dev_err/warn/info by mlx5_core_err/warn/infoHuy Nguyen4-103/+106
2019-04-02net/mlx5: Use dev->priv.name instead of dev_nameHuy Nguyen3-4/+4
2019-04-02net/mlx5: Make mlx5_core messages independent from mdev->pdevHuy Nguyen1-10/+9
2019-04-02net/mlx5: Break load_one into three stagesSaeed Mahameed1-71/+77
2019-04-02net/mlx5: Function setup/teardown proceduresSaeed Mahameed1-52/+68
2019-04-02net/mlx5: Move health and page alloc init to mdev_initSaeed Mahameed2-17/+27
2019-04-02net/mlx5: Split mdev init and pci initSaeed Mahameed1-41/+54
2019-04-02net/mlx5: Remove redundant init functions parameterSaeed Mahameed1-27/+22
2019-04-02net/mlx5: Remove spinlock support from mlx5_write64Maxim Mikityanskiy2-2/+2
2019-04-01drivers: mellanox: use netdev_xmit_more() helperFlorian Westphal3-11/+11