summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4
Commit message (Expand)AuthorAgeFilesLines
...
* | ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-2/+6
|/
* net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson2021-10-241-13/+8
* devlink: Delete reload enable/disable interfaceLeon Romanovsky2021-10-121-2/+0
* devlink: Allow control devlink ops behavior through feature maskLeon Romanovsky2021-10-121-0/+1
* ethernet: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2021-10-102-3/+0
* mlx4: constify args for const dev_addrJakub Kicinski2021-10-052-4/+6
* mlx4: remove custom dev_addr clearingJakub Kicinski2021-10-051-8/+6
* mlx4: replace mlx4_u64_to_mac() with u64_to_ether_addr()Jakub Kicinski2021-10-051-1/+1
* mlx4: replace mlx4_mac_to_u64() with ether_addr_to_u64()Jakub Kicinski2021-10-053-10/+10
* net/mlx4_en: avoid one cache line miss to ring doorbellEric Dumazet2021-10-042-2/+3
* ethernet: use eth_hw_addr_set()Jakub Kicinski2021-10-021-1/+1
* net/mlx4_en: Add XDP_REDIRECT statisticsJoshua Roys2021-09-305-2/+20
* net/mlx4: Use array_size() helper in copy_to_user()Gustavo A. R. Silva2021-09-291-1/+2
* net/mlx4: Move devlink_register to be the last initialization commandLeon Romanovsky2021-09-271-5/+3
* net: mlx4: Add support for XDP_REDIRECTJoshua Roys2021-09-241-0/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-232-19/+32
|\
| * net/mlx4_en: Don't allow aRFS for encapsulated packetsAya Levin2021-09-231-0/+3
| * net/mlx4_en: Resolve bad operstate valueLama Kayal2021-09-192-19/+29
* | devlink: Make devlink_register to be voidLeon Romanovsky2021-09-221-4/+1
|/
* ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-2/+6
* net/mellanox: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-233-20/+11
* net/mlx4: Use ARRAY_SIZE to get an array's sizeJason Wang2021-08-181-1/+1
* ethernet: fix PTP_1588_CLOCK dependenciesArnd Bergmann2021-08-131-1/+1
* devlink: Set device as early as possibleLeon Romanovsky2021-08-091-2/+2
* net/mlx4: make the array states static const, makes object smallerColin Ian King2021-08-021-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-07-311-0/+1
|\
| * mlx4: Fix missing error code in mlx4_load_one()Jiapeng Chong2021-07-251-0/+1
* | dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
|/
* Merge tag 'Wimplicit-fallthrough-clang-5.14-rc1' of git://git.kernel.org/pub/...Linus Torvalds2021-07-071-0/+1
|\
| * net/mlx4: Fix fall-through warning for ClangGustavo A. R. Silva2021-06-291-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-06-281-6/+2
|\ \
| * | mlx4: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen2021-06-241-6/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-183-0/+10
|\ \ \ | |/ / |/| |
| * | RDMA/mlx4: Do not map the core_clock page to user space unless enabledShay Drory2021-06-033-0/+10
* | | skbuff: add a parameter to __skb_frag_unrefMatteo Croce2021-06-071-1/+1
|/ /
* / net/mlx4: Fix EEPROM dump supportVladyslav Tarasiuk2021-05-102-7/+104
|/
* net/mlx4: Treat VFs fair when handling comm_channel_eventsHans Westgaard Ry2021-04-222-29/+41
* net/mlx4_en: update moderation when config resetKevin(Yudong) Yang2021-03-053-1/+4
* net/mlx4_core: Add missed mlx4_free_cmd_mailbox()Chuhong Yuan2021-02-221-0/+1
* net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi2021-01-081-4/+2
* net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi2021-01-081-2/+1
* net: remove ndo_udp_tunnel_* callbacksJakub Kicinski2021-01-071-4/+0
* Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-243-11/+6
|\
| * net/mlx4: Use effective interrupt affinityThomas Gleixner2020-12-151-1/+1
| * net/mlx4: Replace irq_to_desc() abuseThomas Gleixner2020-12-153-11/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-113-15/+58
|\ \
| * | net/mlx4_en: Handle TX error CQEMoshe Shemesh2020-12-093-7/+39
| * | net/mlx4_en: Avoid scheduling restart task if it is already runningMoshe Shemesh2020-12-092-8/+19
| |/
* | net/mlx4: simplify the return expression of mlx4_init_srq_table()Zheng Yongjun2020-12-101-7/+2
* | net/mlx4: simplify the return expression of mlx4_init_cq_table()Zheng Yongjun2020-12-091-7/+2