summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_main.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-12-08net/mlx5e: Allow SQ outside of channel contextEran Ben Elisha1-4/+5
2020-12-08net/mlx5e: Allow RQ outside of channel contextAya Levin1-13/+10
2020-12-08net/mlx5e: Allow CQ outside of channel contextAya Levin1-25/+42
2020-12-08net/mlx5e: Free drop RQ in a dedicated functionTariq Toukan1-8/+10
2020-12-08Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski1-79/+55
2020-12-06net/mlx5: Simplify eswitch mode checkLeon Romanovsky1-1/+1
2020-12-06net/mlx5e: Connect ethernet part to auxiliary busLeon Romanovsky1-78/+54
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel1-1/+1
2020-11-13Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2020-11-05net/mlx5e: Fix VXLAN synchronization after function reloadAya Levin1-0/+1
2020-11-05net/mlx5e: Validate stop_room size upon user inputVladyslav Tarasiuk1-25/+5
2020-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-19/+85
2020-10-02net/mlx5e: Fix driver's declaration to support GRE offloadAya Levin1-1/+18
2020-10-02net/mlx5e: Add resiliency in Striding RQ mode for packets larger than MTUAya Levin1-4/+51
2020-10-02net/mlx5e: Fix error path for RQ allocAya Levin1-15/+17
2020-10-01net/mlx5: Use dma device access helperParav Pandit1-6/+6
2020-09-23Merge tag 'mlx5-updates-2020-09-21' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller1-1/+17
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-54/+31