summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox
AgeCommit message (Expand)AuthorFilesLines
2023-03-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-4/+4
2023-03-23Merge tag 'mlx5-fixes-2023-03-21' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski7-7/+39
2023-03-22xdp: bpf_xdp_metadata use EOPNOTSUPP for no driver supportJesper Dangaard Brouer2-4/+4
2023-03-22mlxsw: spectrum_fid: Fix incorrect local port typeIdo Schimmel1-2/+2
2023-03-22net/mlx5: E-Switch, Fix an Oops in error handling codeDan Carpenter1-2/+1
2023-03-22net/mlx5: Read the TC mapping of all priorities on ETS queryMaher Sanalla1-2/+4
2023-03-22net/mlx5e: Overcome slow response for first macsec ASO WQEEmeel Hakim1-1/+8
2023-03-22net/mlx5e: Initialize link speed to zeroRoy Novich1-1/+1
2023-03-22net/mlx5: Fix steering rules cleanupLama Kayal1-0/+1
2023-03-22net/mlx5e: Block entering switchdev mode with ns inconsistencyGavin Li1-0/+19
2023-03-22net/mlx5e: Set uplink rep as NETNS_LOCALGavin Li1-1/+5
2023-03-19mlxsw: core_thermal: Fix fan speed in maximum cooling stateIdo Schimmel1-6/+1
2023-03-16net/mlx5e: TC, Remove error message log printOz Shlomo1-1/+0
2023-03-16net/mlx5e: TC, fix cloned flow attributeOz Shlomo1-1/+1
2023-03-16net/mlx5e: TC, fix missing error codeOz Shlomo1-2/+6
2023-03-16net/sched: TC, fix raw counter initializationOz Shlomo1-0/+5
2023-03-16net/mlx5e: Lower maximum allowed MTU in XSK to match XDP prerequisitesAdham Faris1-3/+7
2023-03-16net/mlx5: Set BREAK_FW_WAIT flag first when removing driverShay Drory1-1/+1
2023-03-16net/mlx5e: kTLS, Fix missing error unwind on unsupported cipher typeGal Pressman2-21/+25
2023-03-16net/mlx5e: Fix cleanup null-ptr deref on encap lockPaul Blakey1-0/+10
2023-03-16net/mlx5: E-switch, Fix missing set of split_count when forward to ovs intern...Maor Dickman1-0/+1
2023-03-16net/mlx5: E-switch, Fix wrong usage of source port rewrite in split rulesMaor Dickman1-5/+5
2023-03-16net/mlx5: Disable eswitch before waiting for VF pagesDaniel Jurgens1-1/+1
2023-03-16net/mlx5: Fix setting ec_function bit in MANAGE_PAGESParav Pandit1-5/+17
2023-03-16net/mlx5e: Don't cache tunnel offloads capabilityParav Pandit4-6/+1
2023-03-16net/mlx5e: Fix macsec ASO context alignmentEmeel Hakim1-1/+1
2023-03-15mlxsw: spectrum: Fix incorrect parsing depth after reloadIdo Schimmel2-0/+16
2023-03-11net/mlx5e: take into account device reconfiguration for xdp_features flagLorenzo Bianconi4-12/+39
2023-02-28Merge tag 'net-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds12-72/+48
2023-02-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-6/+30
2023-02-24net/mlx5: Geneve, Fix handling of Geneve object id as error codeMaor Dickman1-0/+1
2023-02-24net/mlx5e: Verify flow_source cap before using itRoi Dayan1-1/+2
2023-02-24net/mlx5: ECPF, wait for VF pages only after disabling host PFsMaher Sanalla2-0/+8
2023-02-24mlx5: fix possible ptp queue fifo use-after-freeVadim Fedorenko4-1/+22
2023-02-24mlx5: fix skb leak while fifo resync and pushVadim Fedorenko2-3/+5
2023-02-24net/mlx5e: TC, fix return value check in mlx5e_tc_act_stats_create()Yang Yingliang1-1/+1
2023-02-24net/mlx5: Remove NULL check before dev_{put, hold}Yang Li1-2/+1
2023-02-24net/mlx5e: Remove hairpin write debugfs filesGal Pressman1-59/+0
2023-02-23net/mlx5: Fix memory leak in IPsec RoCE creationPatrisious Haddad1-5/+8
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