aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx4/fw.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-13net/mlx4_core: replace deprecated strncpy with strscpyGravatar Justin Stitt 1-1/+1
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyGravatar Wolfram Sang 1-1/+1
2022-08-07Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxGravatar Linus Torvalds 1-1/+1
2022-07-15lib/bitmap: change type of bitmap_weight to unsigned longGravatar Yury Norov 1-1/+1
2021-10-05mlx4: replace mlx4_mac_to_u64() with ether_addr_to_u64()Gravatar Jakub Kicinski 1-1/+1
2021-06-03RDMA/mlx4: Do not map the core_clock page to user space unless enabledGravatar Shay Drory 1-0/+3
2020-11-18net/mlx4_core: Fix init_hca fields offsetGravatar Aya Levin 1-3/+3
2020-05-23net/mlx4_core: fix a memory leak bug.Gravatar Qiushi Wu 1-1/+1
2019-01-24net/mlx4_core: Add masking for a few queries on HCA capsGravatar Aya Levin 1-29/+46
2018-11-22{net, IB}/mlx4: Initialize CQ buffers in the driver when possibleGravatar Daniel Jurgens 1-0/+3
2018-07-12net/mlx4_core: Add health buffer address capabilityGravatar Alex Vesker 1-1/+4
2018-05-10net/mlx4_core: Report driver version to FWGravatar Eran Ben Elisha 1-0/+12
2018-03-15RDMA/mlx4: Move flag constants to uapi headerGravatar Jason Gunthorpe 1-0/+1
2017-10-09net/mlx4_core: Fix cast warning in fw.cGravatar Tariq Toukan 1-3/+3
2017-09-05net/mlx4_core: Use ARRAY_SIZE macroGravatar Thomas Meyer 1-2/+3
2017-08-29net/mlx4: Add user mac FW update supportGravatar Moshe Shemesh 1-0/+5
2017-08-29net/mlx4_core: Make explicit conversion to 64bit valueGravatar Leon Romanovsky 1-1/+1
2017-08-29net/mlx4_core: Dynamically allocate structs at mlx4_slave_capGravatar Eran Ben Elisha 1-6/+6
2017-08-16mlx4: sizeof style usageGravatar stephen hemminger 1-1/+1
2017-08-02net/mlx4_core: Fixes missing capability bit in flags2 capability dumpGravatar Jack Morgenstein 1-0/+1
2017-08-02net/mlx4_core: Fix namespace misalignment in QinQ VST support commitGravatar Jack Morgenstein 1-1/+1
2017-08-02net/mlx4_core: Fix sl_to_vl_change bit offset in flags2 dumpGravatar Jack Morgenstein 1-1/+1
2017-08-02net/mlx4_en: Fix wrong indication of Wake-on-LAN (WoL) supportGravatar Inbar Karmy 1-0/+4
2017-02-23net/mlx4: Change ENOTSUPP to EOPNOTSUPPGravatar Or Gerlitz 1-1/+1
2017-01-30net/mlx4_en: Pass user MTU value to Firmware at set port commandGravatar Shaker Daibes 1-1/+1
2017-01-30net/mlx4_core: Device revision supportGravatar Yishai Hadas 1-1/+1
2017-01-30net/mlx4: Replace ENOSYS with better fitting error codesGravatar Tariq Toukan 1-1/+1
2016-10-29net/mlx4_core: Change the default value of enable_qosGravatar Moshe Lazer 1-2/+2
2016-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Gravatar Linus Torvalds 1-3/+8
2016-10-07IB/mlx4: Fix possible vl/sl field mismatch in LRH header in QP1 packetsGravatar Jack Morgenstein 1-4/+9
2016-09-30mlx4: remove unused fieldsGravatar David Decotigny 1-4/+0
2016-09-24net/mlx4: Add VF vlan protocol 802.1ad supportGravatar Moshe Shemesh 1-4/+85
2016-09-24net/mlx4_core: Preparation for VF vlan protocol 802.1adGravatar Moshe Shemesh 1-6/+31
2016-09-24net/mlx4_core: Fix QUERY FUNC CAP flagsGravatar Moshe Shemesh 1-3/+2
2016-08-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Gravatar Linus Torvalds 1-0/+40
2016-08-03net/mlx4: Query performance and diagnostics countersGravatar Mark Bloch 1-0/+36
2016-08-03net/mlx4: Add diagnostic counters capability bitGravatar Mark Bloch 1-0/+4
2016-06-23net/mlx4_en: Add DCB PFC support through CEE netlink commandsGravatar Rana Shahout 1-0/+1
2016-02-29IB/mlx4: Add support for the don't trap ruleGravatar Marina Varshaver 1-1/+4
2016-01-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Gravatar Linus Torvalds 1-1/+38
2016-01-19net/mlx4_core: Add support for configuring RoCE v2 UDP portGravatar Moni Shoua 1-1/+15
2016-01-19net/mlx4: Query RoCE supportGravatar Moni Shoua 1-0/+23
2015-12-06net/mlx4_core: Use both physical ports to set the VF link stateGravatar Or Gerlitz 1-1/+11
2015-11-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Gravatar Linus Torvalds 1-0/+6
2015-10-21net/mlx4_core: Add support for filtering multicast loopbackGravatar Maor Gottlieb 1-0/+6
2015-10-14net/mlx4_core: Replace VF zero mac with random mac in mlx4_coreGravatar Jack Morgenstein 1-0/+16
2015-07-29net/mlx4_en: Hardware accelerated 802.1ad works only on the first portGravatar Amir Vadai 1-1/+1
2015-07-27net/mlx4_core: Preparations for 802.1ad VLAN supportGravatar Hadar Hen Zion 1-0/+82
2015-04-30net/mlx4_core: Fix unaligned accessesGravatar David Ahern 1-4/+14
2015-04-21net/mlx4_core: Fix reading HCA max message size in mlx4_QUERY_DEV_CAPGravatar Eran Ben Elisha 1-1/+1