aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-27net/mlx5: Fix mlx5_vport_tbl_attr chain from u16 to u32Chris Mi1-1/+1
2021-07-27net/mlx5e: Fix nullptr in mlx5e_hairpin_get_mdev()Dima Chumak1-2/+31
2021-07-27net/mlx5: Unload device upon firmware fatal errorAya Levin1-2/+10
2021-07-27net/mlx5e: Fix page allocation failure for ptp-RQ over SFAya Levin1-1/+1
2021-07-27net/mlx5e: Fix page allocation failure for trap-RQ over SFAya Levin1-1/+1
2021-07-27net/mlx5e: Consider PTP-RQ when setting RX VLAN strippingAya Levin2-2/+7
2021-07-27net/mlx5e: Add NETIF_F_HW_TC to hw_features when HTB offload is availableMaxim Mikityanskiy1-2/+3
2021-07-27net/mlx5e: RX, Avoid possible data corruption when relaxed ordering and LRO combinedTariq Toukan1-1/+10
2021-07-27net/mlx5: E-Switch, handle devcom events only for ports on the same deviceRoi Dayan2-4/+4
2021-07-27net/mlx5: E-Switch, Set destination vport vhca id only when merged eswitch is supportedMaor Dickman1-3/+4
2021-07-27net/mlx5e: Disable Rx ntuple offload for uplink representorMaor Dickman1-9/+20
2021-07-27net/mlx5: Fix flow table chainingMaor Gottlieb1-4/+6
2021-07-25mlx4: Fix missing error code in mlx4_load_one()Jiapeng Chong1-0/+1
2021-07-07Merge tag 'Wimplicit-fallthrough-clang-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linuxLinus Torvalds1-0/+1
2021-07-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-8/+10
2021-06-29net/mlx4: Fix fall-through warning for ClangGustavo A. R. Silva1-0/+1
2021-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-6/+2
2021-06-28Merge tag 'mlx5-updates-2021-06-26' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller13-16/+147
2021-06-28net: switchdev: add a context void pointer to struct switchdev_notifier_infoVladimir Oltean2-3/+6
2021-06-26net/mlx5e: Add IPsec support to uplink representorRaed Salem2-1/+8
2021-06-26net/mlx5e: kTLS, Add stats for number of deleted kTLS TX offloaded connectionsTariq Toukan3-0/+3
2021-06-26net/mlx5: SF, Improve performance in SF allocationEli Cohen1-10/+13
2021-06-26net/mlx5: Increase hairpin buffer sizeAriel Levkovich1-1/+1
2021-06-26net/mlx5: DR, Add support for flow sampler offloadYevgeny Kliteynik5-3/+119
2021-06-26net/mlx5: Compare sampler flow destination ID in fs_coreYevgeny Kliteynik1-1/+3
2021-06-25Add Mellanox BlueField Gigabit Ethernet driverDavid Thompson13-0/+2028
2021-06-24mlxsw: core_env: Avoid unnecessary memcpy()sIdo Schimmel1-8/+8
2021-06-24mlx4: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen1-6/+2
2021-06-22net/mlx5: Fix checksum issue of VXLAN and IPsec crypto offloadHuy Nguyen2-19/+70
2021-06-22net/mlx5: Optimize mlx5e_feature_checks for non IPsec packetHuy Nguyen2-9/+14
2021-06-22net/mlx5: remove "default n" from Kconfigcaihuoqing1-9/+0
2021-06-22net/mlx5: Fix spelling mistake "enught" -> "enough"Colin Ian King1-1/+1
2021-06-22net/mlx5: Use cpumask_available() in mlx5_eq_create_generic()Nathan Chancellor1-1/+1
2021-06-22net/mlx5: Fix missing error code in mlx5_init_fs()Jiapeng Chong1-1/+4
2021-06-22Merge branch 'mlx5_realtime_ts' into rdma.git for-nextJason Gunthorpe2-8/+10
2021-06-22RDMA/mlx5: Refactor get_ts_format functions to simplify codeAharon Landau2-8/+10
2021-06-21mlxsw: core: Add support for module EEPROM read by pageIdo Schimmel4-0/+108
2021-06-21mlxsw: reg: Document possible MCIA status valuesIdo Schimmel1-0/+14
2021-06-21mlxsw: reg: Add bank number to MCIA registerIdo Schimmel1-0/+6
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski29-90/+175
2021-06-18Merge tag 'net-5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds26-90/+165
2021-06-16net/mlx5: Reset mkey index on creationAya Levin1-1/+1
2021-06-16net/mlx5e: Don't create devices during unload flowDmytro Linkin1-0/+4
2021-06-16net/mlx5: DR, Fix STEv1 incorrect L3 decapsulation paddingAlex Vesker1-10/+16
2021-06-16net/mlx5: SF_DEV, remove SF device on invalid stateParav Pandit1-0/+1
2021-06-16net/mlx5: E-Switch, Allow setting GUID for host PF vportParav Pandit1-2/+0
2021-06-16net/mlx5: E-Switch, Read PF mac addressParav Pandit1-0/+6
2021-06-16net/mlx5: Check that driver was probed prior attaching the deviceLeon Romanovsky1-0/+15
2021-06-16net/mlx5: Fix error path for set HCA defaultsLeon Romanovsky1-1/+2
2021-06-16mlxsw: spectrum_router: remove redundant continue statementColin Ian King1-1/+0