summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5e: Add support to configure more than one macsec offload deviceLior Nahmanson2022-09-071-46/+175
* net/mlx5e: Add MACsec stats support for Rx/Tx flowsLior Nahmanson2022-09-078-2/+136
* net/mlx5e: Add MACsec offload SecY supportLior Nahmanson2022-09-071-0/+229
* net/mlx5e: Implement MACsec Rx data path using MACsec skb_metadata_dstLior Nahmanson2022-09-074-3/+68
* net/mlx5e: Add MACsec RX steering rulesLior Nahmanson2022-09-073-95/+823
* net/mlx5: Add MACsec Rx tables support to fs_coreLior Nahmanson2022-09-072-2/+12
* net/mlx5e: Add MACsec offload Rx command supportLior Nahmanson2022-09-071-6/+377
* net/mlx5e: Implement MACsec Tx data path using MACsec skb_metadata_dstLior Nahmanson2022-09-076-8/+119
* net/mlx5e: Add MACsec TX steering rulesLior Nahmanson2022-09-074-15/+769
* net/mlx5: Add MACsec Tx tables support to fs_coreLior Nahmanson2022-09-073-6/+17
* net/mlx5: Add MACsec offload Tx command supportLior Nahmanson2022-09-079-0/+440
* net/mlx5: Generalize Flow Context for new crypto fieldsLior Nahmanson2022-09-072-4/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-014-19/+112
|\
| * mlxbf_gige: compute MDIO period based on i1clkDavid Thompson2022-08-313-18/+110
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2022-08-261-1/+2
| |\
| | * ip_tunnel: Respect tunnel key's "flow_flags" in IP tunnelsEyal Birger2022-08-181-1/+2
* | | net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-318-14/+14
* | | mlxsw: spectrum: Add a copy of 'struct mlxsw_config_profile' for Spectrum-4Amit Cohen2022-08-301-1/+28
* | | mlxsw: Add a helper function for getting maximum LAG IDAmit Cohen2022-08-303-11/+36
* | | mlxsw: Support configuring 'max_lag' via CONFIG_PROFILEAmit Cohen2022-08-302-0/+7
* | | mlxsw: cmd: Edit the comment of 'max_lag' field in CONFIG_PROFILEAmit Cohen2022-08-301-0/+3
* | | mlxsw: minimal: Return -ENOMEM on allocation failureDan Carpenter2022-08-301-2/+6
* | | net/mlx5e: Do not use err uninitialized in mlx5e_rep_add_meta_tunnel_rule()Nathan Chancellor2022-08-301-7/+3
* | | net/mlx4: Fix error check for dma_map_sgJack Wang2022-08-261-2/+2
* | | mlx4: Do type_clear() for devlink ports when type_set() was called previouslyJiri Pirko2022-08-261-0/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-08-2510-42/+63
|\| |
| * | net/mlx5: Unlock on error in mlx5_sriov_enable()Dan Carpenter2022-08-221-1/+1
| * | net/mlx5e: Fix use after free in mlx5e_fs_init()Dan Carpenter2022-08-221-2/+3
| * | net/mlx5e: kTLS, Use _safe() iterator in mlx5e_tls_priv_tx_list_cleanup()Dan Carpenter2022-08-221-2/+2
| * | net/mlx5: unlock on error path in esw_vfs_changed_event_handler()Dan Carpenter2022-08-221-1/+3
| * | net/mlx5e: Fix wrong tc flag used when set hw-tc-offload offMaor Dickman2022-08-221-1/+3
| * | net/mlx5e: TC, Add missing policer validationRoi Dayan2022-08-221-0/+4
| * | net/mlx5e: Fix wrong application of the LRO stateAya Levin2022-08-221-8/+0
| * | net/mlx5: Avoid false positive lockdep warning by adding lock_class_keyMoshe Shemesh2022-08-221-0/+4
| * | net/mlx5: Fix cmd error logging for manage pages cmdRoy Novich2022-08-221-3/+6
| * | net/mlx5: Disable irq when locking lag_lockVlad Buslov2022-08-221-22/+33
| * | net/mlx5: Eswitch, Fix forwarding decision to uplinkEli Cohen2022-08-221-1/+2
| * | net/mlx5: LAG, fix logic over MLX5_LAG_FLAG_NDEVS_READYEli Cohen2022-08-221-1/+1
| * | net/mlx5e: Properly disable vlan strip on non-UL repsVlad Buslov2022-08-221-0/+2
* | | mlxsw: Remove unused mlxsw_core_port_type_get()Jiri Pirko2022-08-252-14/+0
* | | mlxsw: Remove unused port_type_set devlink opJiri Pirko2022-08-252-18/+0
* | | mlxsw: Remove unused IB stuffJiri Pirko2022-08-253-106/+0
* | | Merge tag 'mlx5-updates-2022-08-22' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2022-08-2429-765/+1246
|\ \ \
| * | | net/mlx5: TC, Add support for SF tunnel offloadRoi Dayan2022-08-222-3/+10
| * | | net/mlx5: E-Switch, Move send to vport meta rule creationRoi Dayan2022-08-226-94/+90
| * | | net/mlx5: E-Switch, Split creating fdb tables into smaller chunksRoi Dayan2022-08-221-124/+206
| * | | net/mlx5: E-Switch, Add default drop rule for unmatched packetsJianbo Liu2022-08-222-3/+94
| * | | net/mlx5e: Completely eliminate priv from fs.hLama Kayal2022-08-224-94/+100
| * | | net/mlx5e: Make all ttc functions of en_fs get fs struct as argumentLama Kayal2022-08-224-36/+43
| * | | net/mlx5e: Make flow steering arfs independent of privLama Kayal2022-08-226-62/+74