aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-18net/mlx4: Use ARRAY_SIZE to get an array's sizeJason Wang1-1/+1
2021-08-13ethernet: fix PTP_1588_CLOCK dependenciesArnd Bergmann1-1/+1
2021-08-09devlink: Set device as early as possibleLeon Romanovsky1-2/+2
2021-08-02net/mlx4: make the array states static const, makes object smallerColin Ian King1-1/+1
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-07-25mlx4: Fix missing error code in mlx4_load_one()Jiapeng Chong1-0/+1
2021-07-07Merge tag 'Wimplicit-fallthrough-clang-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linuxLinus Torvalds1-0/+1
2021-06-29net/mlx4: Fix fall-through warning for ClangGustavo A. R. Silva1-0/+1
2021-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-6/+2
2021-06-24mlx4: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen1-6/+2
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-0/+10
2021-06-07skbuff: add a parameter to __skb_frag_unrefMatteo Croce1-1/+1
2021-06-03RDMA/mlx4: Do not map the core_clock page to user space unless enabledShay Drory3-0/+10
2021-05-10net/mlx4: Fix EEPROM dump supportVladyslav Tarasiuk2-7/+104
2021-04-22net/mlx4: Treat VFs fair when handling comm_channel_eventsHans Westgaard Ry2-29/+41
2021-03-05net/mlx4_en: update moderation when config resetKevin(Yudong) Yang3-1/+4
2021-02-22net/mlx4_core: Add missed mlx4_free_cmd_mailbox()Chuhong Yuan1-0/+1
2021-01-08net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi1-4/+2
2021-01-08net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi1-2/+1
2021-01-07net: remove ndo_udp_tunnel_* callbacksJakub Kicinski1-4/+0
2020-12-24Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-11/+6
2020-12-15net/mlx4: Use effective interrupt affinityThomas Gleixner1-1/+1
2020-12-15net/mlx4: Replace irq_to_desc() abuseThomas Gleixner3-11/+6
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-15/+58
2020-12-10net/mlx4: simplify the return expression of mlx4_init_srq_table()Zheng Yongjun1-7/+2
2020-12-09net/mlx4: simplify the return expression of mlx4_init_cq_table()Zheng Yongjun1-7/+2
2020-12-09net/mlx4_en: Handle TX error CQEMoshe Shemesh3-7/+39
2020-12-09net/mlx4_en: Avoid scheduling restart task if it is already runningMoshe Shemesh2-8/+19
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-1/+1
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel1-1/+1
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski1-0/+1
2020-11-20net/mlx4_en: Remove unused performance countersTariq Toukan5-56/+1
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-5/+5
2020-11-18net/mlx4_core: Fix init_hca fields offsetAya Levin2-5/+5
2020-11-09net/mlx4: Assign boolean values to a bool variableKaixu Xia1-1/+1
2020-11-05net/mlx4: Cleanup kernel-doc warningsSaeed Mahameed1-1/+1
2020-11-02net/mlx4_core : remove unneeded semicolonTom Rix1-1/+1
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-1/+4
2020-10-12mlx4: handle non-napi callers to napi_pollJonathan Lemon2-1/+4
2020-10-09devlink: Add devlink reload limit optionMoshe Shemesh1-1/+3
2020-10-09devlink: Add reload action option to devlink reload commandMoshe Shemesh1-2/+5
2020-09-25drivers/net/ethernet: clean up unused assignmentsJesse Brandeburg1-1/+1
2020-09-15mlx4: add pause frame statsJakub Kicinski2-0/+31
2020-09-14net: mlx: convert tasklets to use new tasklet_setup() APIAllen Pais3-5/+4
2020-09-12net: ethernet: mlx4: Avoid assigning a value to ring_cons but not used it anymore in mlx4_en_xmit()Luo Jiaxing1-1/+0
2020-09-10mlx4: make sure to always set the port typeJakub Kicinski1-0/+11
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2020-09-01net: ethernet: mlx4: Fix memory allocation in mlx4_buddy_init()Shung-Hsi Yu1-1/+1
2020-08-26net/mlx4_en: RX, Add a prefetch command for small L1_CACHE_BYTESTariq Toukan1-1/+1