summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5
AgeCommit message (Expand)AuthorFilesLines
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+21
2022-09-20tcp: Access &tcp_hashinfo via net.Kuniyuki Iwashima1-2/+3
2022-09-20net/mlx5e: Ensure macsec_rule is always initiailized in macsec_fs_{r,t}x_add_...Nathan Chancellor1-2/+2
2022-09-20net/mlx5e: Switch to kmemdup() when allocate dev_addrYang Yingliang1-2/+1
2022-09-20net/mlx5e: add missing error code in error pathYang Yingliang1-2/+6
2022-09-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-2/+21
2022-09-07net/mlx5e: Add support to configure more than one macsec offload deviceLior Nahmanson1-46/+175
2022-09-07net/mlx5e: Add MACsec stats support for Rx/Tx flowsLior Nahmanson8-2/+136
2022-09-07net/mlx5e: Add MACsec offload SecY supportLior Nahmanson1-0/+229
2022-09-07net/mlx5e: Implement MACsec Rx data path using MACsec skb_metadata_dstLior Nahmanson4-3/+68
2022-09-07net/mlx5e: Add MACsec RX steering rulesLior Nahmanson3-95/+823
2022-09-07net/mlx5: Add MACsec Rx tables support to fs_coreLior Nahmanson2-2/+12
2022-09-07net/mlx5e: Add MACsec offload Rx command supportLior Nahmanson1-6/+377
2022-09-07net/mlx5e: Implement MACsec Tx data path using MACsec skb_metadata_dstLior Nahmanson6-8/+119
2022-09-07net/mlx5e: Add MACsec TX steering rulesLior Nahmanson4-15/+769
2022-09-07net/mlx5: Add MACsec Tx tables support to fs_coreLior Nahmanson3-6/+17
2022-09-07net/mlx5: Add MACsec offload Tx command supportLior Nahmanson9-0/+440
2022-09-07net/mlx5: Generalize Flow Context for new crypto fieldsLior Nahmanson2-4/+8
2022-09-05RDMA/mlx5: Rely on RoCE fw cap instead of devlink when setting profileMaher Sanalla1-2/+21
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang3-4/+4
2022-08-31net/mlx5e: Do not use err uninitialized in mlx5e_rep_add_meta_tunnel_rule()Nathan Chancellor1-7/+3
2022-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski10-42/+63
2022-08-23net/mlx5: TC, Add support for SF tunnel offloadRoi Dayan2-3/+10
2022-08-23net/mlx5: E-Switch, Move send to vport meta rule creationRoi Dayan6-94/+90
2022-08-23net/mlx5: E-Switch, Split creating fdb tables into smaller chunksRoi Dayan1-124/+206
2022-08-23net/mlx5: E-Switch, Add default drop rule for unmatched packetsJianbo Liu2-3/+94
2022-08-23net/mlx5e: Completely eliminate priv from fs.hLama Kayal4-94/+100
2022-08-23net/mlx5e: Make all ttc functions of en_fs get fs struct as argumentLama Kayal4-36/+43
2022-08-23net/mlx5e: Make flow steering arfs independent of privLama Kayal6-62/+74
2022-08-23net/mlx5e: Introduce flow steering debug macrosLama Kayal4-76/+76
2022-08-23net/mlx5e: Separate ethtool_steering from fs.h and make privateLama Kayal8-38/+65
2022-08-23net/mlx5e: Directly get flow_steering struct as input when init/cleanup ethto...Lama Kayal5-20/+20
2022-08-23net/mlx5e: Convert ethtool_steering member of flow_steering struct to pointerLama Kayal1-8/+33
2022-08-23net/mlx5e: Drop priv argument of ptp function in en_fsLama Kayal3-16/+18
2022-08-23net/mlx5e: Decouple fs_tcp from en.hLama Kayal4-59/+59
2022-08-23net/mlx5e: Decouple fs_tt_redirect from en.hLama Kayal5-99/+103
2022-08-23net/mlx5e: Introduce flow steering APILama Kayal14-193/+415
2022-08-22net/mlx5: Unlock on error in mlx5_sriov_enable()Dan Carpenter1-1/+1
2022-08-22net/mlx5e: Fix use after free in mlx5e_fs_init()Dan Carpenter1-2/+3
2022-08-22net/mlx5e: kTLS, Use _safe() iterator in mlx5e_tls_priv_tx_list_cleanup()Dan Carpenter1-2/+2
2022-08-22net/mlx5: unlock on error path in esw_vfs_changed_event_handler()Dan Carpenter1-1/+3
2022-08-22net/mlx5e: Fix wrong tc flag used when set hw-tc-offload offMaor Dickman1-1/+3
2022-08-22net/mlx5e: TC, Add missing policer validationRoi Dayan1-0/+4
2022-08-22net/mlx5e: Fix wrong application of the LRO stateAya Levin1-8/+0
2022-08-22net/mlx5: Avoid false positive lockdep warning by adding lock_class_keyMoshe Shemesh1-0/+4
2022-08-22net/mlx5: Fix cmd error logging for manage pages cmdRoy Novich1-3/+6
2022-08-22net/mlx5: Disable irq when locking lag_lockVlad Buslov1-22/+33
2022-08-22net/mlx5: Eswitch, Fix forwarding decision to uplinkEli Cohen1-1/+2
2022-08-22net/mlx5: LAG, fix logic over MLX5_LAG_FLAG_NDEVS_READYEli Cohen1-1/+1
2022-08-22net/mlx5e: Properly disable vlan strip on non-UL repsVlad Buslov1-0/+2