summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox
AgeCommit message (Expand)AuthorFilesLines
2020-07-14mlxsw: spectrum_qdisc: Offload mirroring on RED qevent early_dropPetr Machata3-0/+476
2020-07-14mlxsw: spectrum_flow: Promote binder-type dispatch to spectrum.cPetr Machata3-13/+19
2020-07-14mlxsw: spectrum_matchall: Publish matchall data structuresPetr Machata2-23/+24
2020-07-14mlxsw: spectrum_flow: Drop an unused fieldPetr Machata1-1/+0
2020-07-14mlxsw: spectrum_flow: Convert a goto to a returnPetr Machata1-3/+1
2020-07-14mlxsw: spectrum_span: Add APIs to enable / disable global mirroring triggersIdo Schimmel2-0/+139
2020-07-14mlxsw: spectrum_span: Add support for global mirroring triggersIdo Schimmel2-3/+104
2020-07-14mlxsw: spectrum_span: Prepare for global mirroring triggersIdo Schimmel2-17/+103
2020-07-14mlxsw: spectrum_span: Move SPAN operations out of global fileIdo Schimmel4-51/+55
2020-07-14mlxsw: reg: Add Monitoring Port Analyzer Global RegisterAmit Cohen1-0/+52
2020-07-14mlxsw: reg: Add Monitoring Mirror Trigger Enable RegisterAmit Cohen1-0/+50
2020-07-14net: sched: Pass qdisc reference in struct flow_block_offloadPetr Machata1-5/+5
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller14-80/+205
2020-07-11mlxsw: pci: Fix use-after-free in case of failed devlink reloadIdo Schimmel1-16/+38
2020-07-11mlxsw: spectrum_router: Remove inappropriate usage of WARN_ON()Ido Schimmel1-1/+1
2020-07-11net/mlx5e: Move devlink-health rx and tx reporters to devlink portVladyslav Tarasiuk2-15/+7
2020-07-11net/mlx5e: Move devlink port register and unregister callsVladyslav Tarasiuk1-10/+5
2020-07-11Merge tag 'mlx5-updates-2020-07-09' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller10-280/+672
2020-07-10mlx4: convert to new udp_tunnel_nic infraJakub Kicinski2-84/+25
2020-07-10net/mlx5e: CT: Fix releasing ft entriesRoi Dayan1-8/+16
2020-07-10net/mlx5e: CT: Remove unused function paramSaeed Mahameed1-2/+1
2020-07-10net/mlx5e: CT: Return err_ptr from internal functionsSaeed Mahameed1-23/+14
2020-07-10net/mlx5e: CT: Expand tunnel register mappingsPaul Blakey2-4/+4
2020-07-10net/mlx5e: CT: Use mapping for zone restore registerPaul Blakey3-34/+50
2020-07-10net/mlx5e: CT: Re-use tuple modify headers for identical modify actionsPaul Blakey1-10/+15
2020-07-10net/mlx5e: Export sharing of mod headers to a new filePaul Blakey7-166/+217
2020-07-10net/mlx5e: CT: Restore ct state from lookup in zone instead of tupleidPaul Blakey5-50/+90
2020-07-10net/mlx5e: CT: Don't offload tuple rewrites for established tuplesPaul Blakey4-12/+95
2020-07-10net/mlx5e: Use netdev_info instead of pr_infoOz Shlomo1-3/+5
2020-07-10net/mlx5e: CT: Allow header rewrite of 5-tuple and ct clear actionPaul Blakey1-3/+4
2020-07-10net/mlx5e: CT: Save ct entries tuples in hashtablesPaul Blakey1-0/+196
2020-07-10net/mlx5: E-switch, When eswitch is unsupported, return -EOPNOTSUPPParav Pandit1-1/+1
2020-07-10net/mlx5e: CT: Fix memory leak in cleanupEli Britstein1-0/+1
2020-07-10net/mlx5e: Fix port buffers cell size valueEran Ben Elisha4-25/+49
2020-07-10net/mlx5e: Fix 50G per lane indicationAya Levin3-8/+23
2020-07-10net/mlx5e: Fix CPU mapping after function reload to avoid aRFS RX crashAya Levin1-4/+4
2020-07-10net/mlx5e: Fix VXLAN configuration restore after function reloadAya Levin1-3/+4
2020-07-10net/mlx5e: Fix usage of rcu-protected pointerVlad Buslov1-3/+6
2020-07-10net/mxl5e: Verify that rpriv is not NULLVlad Buslov1-2/+3
2020-07-10net/mlx5: E-Switch, Fix vlan or qos setting in legacy modeVu Pham1-1/+0
2020-07-10net/mlx5: Fix eeprom support for SFP moduleEran Ben Elisha1-16/+77
2020-07-09devlink: Move input checks from driver to devlinkDanielle Ratson1-15/+2
2020-07-09devlink: Add a new devlink port split ability attribute and pass to netlinkDanielle Ratson1-0/+1
2020-07-09mlxsw: Set port split ability attribute in driverDanielle Ratson6-12/+14
2020-07-09devlink: Add a new devlink port lanes attribute and pass to netlinkDanielle Ratson1-0/+1
2020-07-09mlxsw: Set number of port lanes attribute in driverDanielle Ratson6-6/+11
2020-07-09devlink: Replace devlink_port_attrs_set parameters with a structDanielle Ratson3-22/+24
2020-07-09net/mlx5: Added support for 100Gbps per lane link modesMeir Lichtinger2-1/+23
2020-07-08net/mlx5e: Do not include rwlock.h directlySebastian Andrzej Siewior1-1/+0
2020-07-03net/mlx5e: Enhance TX timeout recoveryAya Levin2-17/+33