summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_main.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-05net/mlx5e: Fix VXLAN synchronization after function reloadAya Levin1-0/+1
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
2020-07-02net/mlx5e: Enhance TX timeout recoveryAya Levin1-12/+2
2020-06-27net/mlx5e: kTLS, Improve rx handler function callTariq Toukan1-0/+3
2020-06-27net/mlx5e: Increase Async ICO SQ sizeTariq Toukan1-1/+9
2020-06-27net/mlx5e: kTLS, Add kTLS RX HW offload supportTariq Toukan1-0/+9
2020-06-27net/mlx5e: Refactor build channel paramsTariq Toukan1-14/+16
2020-06-27net/mlx5e: Turn XSK ICOSQ into a general asynchronous oneTariq Toukan1-2/+22
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-6/+14
2020-05-29net/mlx5e: Properly set default values when disabling adaptive moderationTal Gilboa1-6/+14
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-5/+7
2020-05-23Merge tag 'mlx5-updates-2020-05-22' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller1-39/+2
2020-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-22/+3
2020-05-22net/mlx5e: Fix inner tirs handlingRoi Dayan1-5/+7
2020-05-22net/mlx5e: Introduce kconfig var for TC supportVlad Buslov1-2/+2
2020-05-22net/mlx5e: Move TC-specific code from en_main.c to en_tc.cVlad Buslov1-37/+0
2020-05-21mlx5, xsk: Migrate to new MEM_TYPE_XSK_BUFF_POOLBjörn Töpel1-22/+3
2020-05-15net/mlx5e: Take DCBNL-related definitions into dedicated filesTariq Toukan1-15/+1
2020-05-15net/mlx5e: Calculate SQ stop room in a robust wayMaxim Mikityanskiy1-8/+20
2020-05-15net/mlx5e: IPoIB, Enable loopback packets for IPoIB interfacesErez Shitrit1-1/+1