summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/en
AgeCommit message (Expand)AuthorFilesLines
2024-01-24net/mlx5e: Allow software parsing when IPsec crypto is enabledLeon Romanovsky1-2/+2
2024-01-24net/mlx5e: Fix operation precedence bug in port timestamping napi_poll contextRahul Rameshbabu1-1/+1
2024-01-08Revert "mlx5 updates 2023-12-20"Jakub Kicinski19-506/+106
2023-12-30Merge tag 'mlx5-updates-2023-12-20' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller19-106/+506
2023-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni5-26/+37
2023-12-21net/mlx5: Implement management PF Ethernet profileArmen Ratner1-0/+268
2023-12-21net/mlx5e: Support per-mdev queue counterTariq Toukan6-38/+51
2023-12-21net/mlx5e: Support cross-vhca RSSTariq Toukan8-56/+176
2023-12-21net/mlx5e: Let channels be SD-awareTariq Toukan5-12/+11
2023-12-19Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+15
2023-12-15Merge tag 'mlx5-updates-2023-12-13' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller8-14/+26
2023-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+6
2023-12-14net/mlx5e: Decouple CQ from privTariq Toukan5-7/+15
2023-12-14net/mlx5e: Statify function mlx5e_monitor_counter_armTariq Toukan2-2/+1
2023-12-14net/mlx5: Move TISes from priv to mdev HW resourcesTariq Toukan3-5/+10
2023-12-14net/mlx5: Refactor mlx5_flow_destination->rep pointer to vport numVlad Buslov2-3/+5
2023-12-14net/mlx5e: XDP, Drop fragmented packets larger than MTU sizeCarolina Jubran1-1/+3
2023-12-14net/mlx5e: fix a potential double-free in fs_udp_create_groupsDinghao Liu1-0/+1
2023-12-14net/mlx5e: fix double free of encap_headerVlad Buslov1-8/+12
2023-12-14Revert "net/mlx5e: fix double free of encap_header"Vlad Buslov1-4/+6
2023-12-14Revert "net/mlx5e: fix double free of encap_header in update funcs"Vlad Buslov1-10/+10
2023-12-14mlx5: implement VLAN tag XDP hintLarysa Zaremba1-0/+15
2023-12-05net/mlx5e: TC, Don't offload post action rule if not supportedChris Mi1-0/+6
2023-11-30net/mlx5e: Implement AF_XDP TX timestamp and checksum offloadStanislav Fomichev3-15/+85
2023-11-18Merge tag 'mlx5-updates-2023-11-13' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2-1/+16
2023-11-16net/mlx5e: Reduce the size of icosq_strSaeed Mahameed1-2/+2
2023-11-16net/mlx5e: Update doorbell for port timestamping CQ before the software counterRahul Rameshbabu1-4/+16
2023-11-16net/mlx5e: fix double free of encap_header in update funcsGavin Li1-10/+10
2023-11-16net/mlx5e: fix double free of encap_headerDust Li1-6/+4
2023-11-15net/mlx5e: Access array with enum values instead of magic numbersGal Pressman1-1/+2
2023-11-15net/mlx5e: Some cleanup in mlx5e_tc_stats_matchall()Amir Tzin1-0/+14
2023-10-27net/mlx5: fix uninit value usePrzemek Kitszel2-3/+11
2023-10-20net/mlx5: devlink health: use retained error fmsg APIPrzemek Kitszel4-733/+240
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-5/+17
2023-10-14net/mlx5e: Preparations for supporting larger number of channelsAdham Faris6-40/+159
2023-10-14net/mlx5e: Refactor mlx5e_rss_init() and mlx5e_rss_free() API'sAdham Faris3-50/+44
2023-10-14net/mlx5e: Refactor mlx5e_rss_set_rxfh() and mlx5e_rss_get_rxfh()Adham Faris1-8/+4
2023-10-14net/mlx5e: Refactor rx_res_init() and rx_res_free() APIsAdham Faris2-20/+27
2023-10-14net/mlx5: Remove unused declarationYue Haibing1-1/+0
2023-10-12net/mlx5e: Don't offload internal port if filter device is out deviceJianbo Liu1-1/+2
2023-10-12net/mlx5e: XDP, Fix XDP_REDIRECT mpwqe page fragment leaks on shutdownDragos Tatulea1-4/+4
2023-10-12net/mlx5: Bridge, fix peer entry ageing in LAG modeVlad Buslov1-0/+11
2023-10-03net: Tree wide: Replace xdp_do_flush_map() with xdp_do_flush().Sebastian Andrzej Siewior1-1/+1
2023-09-17net/mlx5e: Set en auxiliary devlink instance as nestedJiri Pirko1-0/+8
2023-09-06net/mlx5e: Clear mirred devices array if the rule is splitJianbo Liu6-3/+12
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2023-08-16net/mlx5e: XDP, Fix fifo overrun on XDP_REDIRECTDragos Tatulea1-0/+2
2023-08-15net/mlx5e: Add recovery flow for tx devlink health reporter for unhealthy PTP SQRahul Rameshbabu4-0/+90
2023-08-15net/mlx5e: Make tx_port_ts logic resilient to out-of-order CQEsRahul Rameshbabu2-64/+208
2023-08-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+4