summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_main.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-24Merge 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-07Merge 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-12Merge 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-05Merge 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-09-30net/mlx5: Use dma device access helperParav Pandit1-6/+6
2020-09-22Merge tag 'mlx5-updates-2020-09-21' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller1-1/+17
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-54/+31
2020-09-21net/mlx5e: Enhanced TX MPWQE for SKBsMaxim Mikityanskiy1-0/+11
2020-09-21net/mlx5e: Support multiple SKBs in a TX WQEMaxim Mikityanskiy1-1/+6
2020-09-21net/mlx5e: Fix using wrong stats_grps in mlx5e_update_ndo_stats()Alaa Hleihel1-11/+1
2020-09-21net/mlx5e: Fix multicast counter not up-to-date in "ip -s"Ron Diskin1-7/+1
2020-09-21net/mlx5e: Use synchronize_rcu to sync with NAPIMaxim Mikityanskiy1-8/+4
2020-09-21net/mlx5e: Use RCU to protect rq->xdp_progMaxim Mikityanskiy1-28/+25
2020-09-15net/mlx5e: Add CQE compression support for multi-strides packetsOfer Levi1-1/+11
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfacesMagnus Karlsson1-1/+1
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson1-24/+25
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-18/+0
2020-08-03net/mlx5: convert to new udp_tunnel infrastructureJakub Kicinski1-83/+38
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-5/+26
2020-07-30net/mlx5e: fix bpf_prog reference count leaks in mlx5e_alloc_rqXin Xiong1-2/+2
2020-07-28net/mlx5e: Modify uplink state on interface up/downRon Diskin1-3/+22
2020-07-28net/mlx5e: Fix error path of device attachAya Levin1-0/+2
2020-07-28net/mlx5e: Add support for PCI relaxed orderingAya Levin1-1/+1
2020-07-28net/mlx5e: RX, Re-work initializaiton of RX function pointersTariq Toukan1-48/+5
2020-07-25bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko1-18/+0
2020-07-16net/mlx5e: Do not request completion on every single UMR WQETariq Toukan1-1/+0
2020-07-16net/mlx5e: IPsec: Add Connect-X IPsec Rx data path offloadRaed Salem1-1/+3
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-7/+8
2020-07-10net/mlx5e: Move devlink port register and unregister callsVladyslav Tarasiuk1-10/+5
2020-07-09net/mlx5e: Fix CPU mapping after function reload to avoid aRFS RX crashAya Levin1-4/+4
2020-07-09net/mlx5e: Fix VXLAN configuration restore after function reloadAya Levin1-3/+4