summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_main.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-22net/mlx5e: Fix division by 0 in mlx5e_select_queueMaxim Mikityanskiy1-0/+5
2021-03-22net/mlx5: Add back multicast stats for uplink representorHuy Nguyen1-0/+7
2021-03-10net/mlx5e: Fix error flow in change profileRoi Dayan1-17/+24
2021-03-10net/mlx5e: When changing XDP program without reset, take refs for XSK RQsMaxim Mikityanskiy1-1/+3
2021-03-10net/mlx5e: Set PTP channel pointer explicitly to NULLAya Levin1-1/+3
2021-03-10net/mlx5e: Accumulate port PTP TX stats with other channels statsAya Levin1-0/+9
2021-03-10net/mlx5e: RX, Mind the MPWQE gaps when calculating offsetsTariq Toukan1-3/+3
2021-03-10net/mlx5e: Enforce minimum value check for ICOSQ sizeTariq Toukan1-2/+3
2021-02-17net: re-solve some conflicts after net -> net-next mergeJakub Kicinski1-5/+0
2021-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-9/+16
2021-02-17Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...David S. Miller1-1/+17
2021-02-17net/mlx5: Add cyc2time HW translation mode supportAya Levin1-1/+17
2021-02-12net/mlx5e: Fix CQ params of ICOSQ and async ICOSQMaxim Mikityanskiy1-2/+2
2021-02-12net/mlx5e: Replace synchronize_rcu with synchronize_netMaxim Mikityanskiy1-4/+4
2021-02-12net/mlx5e: Enable XDP for Connect-X IPsec capable devicesRaed Salem1-2/+3
2021-02-12net/mlx5e: Enable striding RQ for Connect-X IPsec capable devicesRaed Salem1-2/+3
2021-02-11net/mlx5e: Fix spelling mistake "Unknouwn" -> "Unknown"Colin Ian King1-1/+1
2021-02-11net/mlx5e: Fix spelling mistake "channles" -> "channels"Colin Ian King1-1/+1
2021-02-03Merge tag 'mlx5-updates-2021-02-01' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski1-78/+148
2021-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+2
2021-02-02net/mlx5e: Update max_opened_tc also when channels are closedMaxim Mikityanskiy1-4/+2
2021-02-02net/mlx5e: remove h from printk format specifierTom Rix1-2/+2
2021-02-02net/mlx5e: Enable napi in channel's activation stageTariq Toukan1-8/+6
2021-02-02net/mlx5e: Move set vxlan nic info to profile initRoi Dayan1-2/+1
2021-02-02net/mlx5e: Move netif_carrier_off() out of mlx5e_priv_init()Roi Dayan1-3/+3
2021-02-02net/mlx5e: Refactor mlx5e_netdev_init/cleanup to mlx5e_priv_init/cleanupRoi Dayan1-10/+10
2021-02-02net/mxl5e: Add change profile methodSaeed Mahameed1-1/+67
2021-02-02net/mlx5e: Separate between netdev objects and mlx5e profiles initializationSaeed Mahameed1-60/+67
2021-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-10/+29
2021-01-28net/mlx5e: Enable traps according to link stateAya Levin1-0/+2
2021-01-28net/mlx5e: Add listener to trap eventAya Levin1-0/+35
2021-01-28net/mlx5e: Add trap entity to ETH driverAya Levin1-3/+2
2021-01-28net/mlx5e: Expose RX dma info helpersAya Levin1-6/+4
2021-01-27net/mlx5e: Revert parameters on errors when changing MTU and LRO state withou...Maxim Mikityanskiy1-9/+21
2021-01-27net/mlx5e: Correctly handle changing the number of queues when the interface ...Maxim Mikityanskiy1-0/+7
2021-01-27net/mlx5e: Disable hw-tc-offload when MLX5_CLS_ACT config is disabledMaor Dickman1-1/+1
2021-01-23net/mlx5e: Support HTB offloadMaxim Mikityanskiy1-33/+143
2021-01-14net/mlx5e: IPsec, Remove unnecessary config flag usageTariq Toukan1-2/+0
2021-01-14net/mlx5e: IPsec, Inline feature_check fast-path functionTariq Toukan1-2/+0
2021-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2021-01-07net: remove ndo_udp_tunnel_* callbacksJakub Kicinski1-2/+0
2021-01-07net/mlx5e: Add missing capability check for uplink followAya Levin1-1/+2
2020-12-25Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2020-12-15net/mlx5: Use effective interrupt affinityThomas Gleixner1-1/+1
2020-12-15net/mlx5: Replace irq_to_desc() abuseThomas Gleixner1-1/+1
2020-12-08net/mlx5e: Fill mlx5e_create_cq_param in a functionMaxim Mikityanskiy1-5/+12
2020-12-08net/mlx5e: Split between RX/TX tunnel FW support indicationAya Levin1-5/+29
2020-12-08net/mlx5e: Add TX port timestamp supportEran Ben Elisha1-0/+1
2020-12-08net/mlx5e: Add TX PTP port object supportEran Ben Elisha1-25/+58
2020-12-08net/mlx5e: Change skb fifo push/pop API to be used without SQEran Ben Elisha1-5/+8