summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox
AgeCommit message (Expand)AuthorFilesLines
2023-02-22Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds122-2090/+4849
2023-02-21Merge tag 'thermal-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-161/+48
2023-02-21net/mlx5e: Align IPsec ASO result memory to be as required by hardwareLeon Romanovsky1-1/+1
2023-02-21Merge tag 'mlx5-updates-2023-02-15' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski9-49/+145
2023-02-21net/mlx5e: TC, Set CT miss to the specific ct action instancePaul Blakey5-24/+82
2023-02-21net/mlx5e: Rename CHAIN_TO_REG to MAPPED_OBJ_TO_REGPaul Blakey5-14/+14
2023-02-21net/mlx5: Refactor tc miss handling to a single functionPaul Blakey4-227/+231
2023-02-21net/mlx5: Kconfig: Make tc offload depend on tc skb extensionPaul Blakey5-15/+2
2023-02-21net/sched: Rename user cookie and act cookiePaul Blakey2-2/+2
2023-02-21net/mlx4_en: Introduce flexible array to silence overflow warningKees Cook1-11/+11
2023-02-18net/mlx5e: RX, Remove doubtful unlikely callGal Pressman1-1/+1
2023-02-18net/mlx5e: Fix outdated TLS commentTariq Toukan1-1/+1
2023-02-18net/mlx5e: Remove unused function mlx5e_sq_xmit_simpleTariq Toukan2-16/+0
2023-02-18net/mlx5e: Allow offloading of ct 'new' matchVlad Buslov1-12/+9
2023-02-18net/mlx5e: Implement CT entry updateVlad Buslov1-1/+117
2023-02-18net/mlx5: Simplify eq list traversalParav Pandit1-4/+4
2023-02-18net/mlx5e: Remove redundant page argument in mlx5e_xdp_handle()Tariq Toukan4-11/+9
2023-02-18net/mlx5e: Remove redundant page argument in mlx5e_xmit_xdp_buff()Tariq Toukan1-2/+3
2023-02-18net/mlx5e: Switch to using napi_build_skb()Tariq Toukan1-1/+1
2023-02-16Merge branch 'mlx5-next' of https://git.kernel.org/pub/scm/linux/kernel/git/m...Jakub Kicinski10-13/+498
2023-02-15net/mlx5: Configure IPsec steering for egress RoCEv2 trafficMark Zhang4-3/+137
2023-02-15net/mlx5: Configure IPsec steering for ingress RoCEv2 trafficMark Zhang8-8/+317
2023-02-15net/mlx5: Add IPSec priorities in RDMA namespacesMark Zhang1-2/+33
2023-02-15net/mlx5: Implement new destination type TABLE_TYPEMark Zhang3-1/+12
2023-02-15net/mlx5: Suspend auxiliary devices only in case of PCI device suspendJiri Pirko7-19/+19
2023-02-15net/mlx5: Remove "recovery" arg from mlx5_load_one() functionJiri Pirko3-7/+6
2023-02-15net/mlx5e: Create auxdev devlink instance in the same ns as parent devlinkJiri Pirko3-4/+7
2023-02-15net/mlx5e: Move devlink port registration to be done before netdev allocJiri Pirko1-12/+12
2023-02-15net/mlx5e: Move dl_port to struct mlx5e_devJiri Pirko4-22/+11
2023-02-15net/mlx5e: Replace usage of mlx5e_devlink_get_dl_port() by netdev->devlink_portJiri Pirko4-9/+7
2023-02-15net/mlx5e: Pass mdev to mlx5e_devlink_port_register()Jiri Pirko3-9/+11
2023-02-15net/mlx5: Remove outdated commentJiri Pirko1-4/+0
2023-02-15net/mlx5e: TC, Remove redundant parse_attr argumentRoi Dayan1-2/+1
2023-02-15net/mlx5e: Use a simpler comparison for uplink repRoi Dayan1-2/+1
2023-02-15net/mlx5: Lag, Add single RDMA device in multiport modeMark Bloch3-11/+35
2023-02-15net/mlx5: Lag, set different uplink vport metadata in multiport eswitch modeRoi Dayan4-1/+104
2023-02-15net/mlx5: E-Switch, rename bond update function to be reusedRoi Dayan3-7/+7
2023-02-15net/mlx5e: TC, Add peer flow in mpesw modeRoi Dayan6-7/+13
2023-02-15net/mlx5: Lag, Control MultiPort E-Switch single FDB modeRoi Dayan9-74/+81
2023-02-14net/mlx5e: TC, support per action statsOz Shlomo7-13/+89
2023-02-14net/mlx5e: TC, map tc action cookie to a hw counterOz Shlomo5-1/+224
2023-02-14net/mlx5e: TC, store tc action cookies per attrOz Shlomo2-0/+5
2023-02-14net/mlx5e: TC, add hw counter to branching actionsOz Shlomo1-0/+5
2023-02-11Daniel Borkmann says:Jakub Kicinski2-0/+13
2023-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski12-123/+76
2023-02-09Merge tag 'mlx5-next-netdev-deadlock' of git://git.kernel.org/pub/scm/linux/k...Jakub Kicinski6-22/+49
2023-02-09RDMA/mlx5: Track netdev to avoid deadlock during netdev notifier unregisterJiri Pirko1-0/+2
2023-02-09net/mlx5e: Propagate an internal event in case uplink netdev changesJiri Pirko3-6/+22
2023-02-09net/mlx5e: Fix trap event handlingJiri Pirko3-16/+25
2023-02-09Merge tag 'mlx5-updates-2023-02-07' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski14-297/+116