summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5
AgeCommit message (Expand)AuthorFilesLines
2020-11-17net/mlx5: E-Switch, Fail mlx5_esw_modify_vport_rate if qos disabledEli Cohen1-0/+4
2020-11-17net/mlx5: Disable QoS when min_rates on all VFs are zeroVladyslav Tarasiuk1-7/+8
2020-11-17net/mlx5: Clear bw_share upon VF disableVladyslav Tarasiuk1-0/+1
2020-11-17net/mlx5: Add handling of port type in rule deletionMichael Guralnik1-0/+7
2020-11-17net/mlx5e: Fix check if netdev is bond slaveMaor Dickman1-1/+1
2020-11-17net/mlx5e: Fix IPsec packet drop by mlx5e_tc_update_skbHuy Nguyen4-13/+16
2020-11-17net/mlx5e: Set IPsec WAs only in IP's non checksum partial case.Huy Nguyen1-7/+6
2020-11-17net/mlx5e: Fix refcount leak on kTLS RX resyncMaxim Mikityanskiy1-5/+8
2020-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-4/+18
2020-11-14net: mlx5: Add xdp tx return bulking supportLorenzo Bianconi1-4/+18
2020-11-13Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski13-51/+90
2020-11-05net/mlx5e: Fix incorrect access of RCU-protected xdp_progMaxim Mikityanskiy1-1/+1
2020-11-05net/mlx5e: Fix VXLAN synchronization after function reloadAya Levin3-6/+20
2020-11-05net/mlx5: E-switch, Avoid extack error log for disabled vportParav Pandit1-2/+0
2020-11-05net/mlx5: Fix deletion of duplicate rulesMaor Gottlieb1-3/+4
2020-11-05net/mlx5e: Use spin_lock_bh for async_icosq_lockMaxim Mikityanskiy3-11/+11
2020-11-05net/mlx5e: Protect encap route dev from concurrent releaseVlad Buslov3-28/+52
2020-11-05net/mlx5e: Fix modify header actions memory leakMaor Dickman1-0/+2
2020-11-05net: mlx5: Replace in_irq() usageSebastian Andrzej Siewior1-7/+11
2020-11-05net/mlx5: Cleanup kernel-doc warningsSaeed Mahameed1-3/+5
2020-11-05net/mlx5e: Validate stop_room size upon user inputVladyslav Tarasiuk8-36/+57
2020-11-05net/mlx5: DR, Free unused buddy ICM memoryYevgeny Kliteynik2-4/+11
2020-11-05net/mlx5: DR, ICM memory pools sync optimizationYevgeny Kliteynik2-18/+6
2020-11-05net/mlx5: DR, Sync chunks only during freeYevgeny Kliteynik1-6/+8
2020-11-05net/mlx5: DR, Handle ICM memory via buddy allocation instead of bucketsYevgeny Kliteynik2-314/+211
2020-11-05net/mlx5: DR, Add buddy allocator utilitiesYevgeny Kliteynik3-1/+204
2020-11-05net/mlx5: DR, Rename matcher functions to be more HW agnosticYevgeny Kliteynik3-37/+33
2020-11-05net/mlx5: DR, Rename builders HW specific namesYevgeny Kliteynik3-71/+76
2020-11-05net/mlx5: DR, Remove unused member of action structYevgeny Kliteynik1-1/+0
2020-10-27RDMA/mlx5: Fix devlink deadlock on net namespace deletionParav Pandit1-5/+0
2020-10-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-46/+8
2020-10-16Merge branch 'dynamic_sg' into rdma.git for-nextJason Gunthorpe20-180/+200
2020-10-16Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds81-2614/+4824
2020-10-15Merge tag 'spdx-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gr...Linus Torvalds1-1/+1
2020-10-13net/mlx5e: IPsec: Add Connect-X IPsec Tx data path offloadRaed Salem5-29/+202
2020-10-13net/mlx5e: IPsec: Add TX steering rule per IPsec stateHuy Nguyen2-4/+176
2020-10-13net/mlx5: Add NIC TX domain namespaceHuy Nguyen3-1/+22
2020-10-13net/mlx5: Fix uininitialized pointer read on pointer attrColin Ian King1-1/+0
2020-10-09net/mlx5: Add support for devlink reload limit no resetMoshe Shemesh1-0/+25
2020-10-09net/mlx5: Add support for fw live patch eventMoshe Shemesh3-0/+77
2020-10-09net/mlx5: Add devlink param enable_remote_dev_reset supportMoshe Shemesh3-0/+52
2020-10-09net/mlx5: Add support for devlink reload action fw activateMoshe Shemesh3-11/+108
2020-10-09net/mlx5: Handle sync reset abort eventMoshe Shemesh1-0/+15
2020-10-09net/mlx5: Handle sync reset now eventMoshe Shemesh1-0/+119
2020-10-09net/mlx5: Handle sync reset request eventMoshe Shemesh5-15/+218
2020-10-09net/mlx5: Set cap for pci sync for fw update eventMoshe Shemesh1-0/+3
2020-10-09net/mlx5: Add functions to set/query MFRL registerMoshe Shemesh3-1/+65
2020-10-09devlink: Add devlink reload limit optionMoshe Shemesh1-1/+3
2020-10-09devlink: Add reload action option to devlink reload commandMoshe Shemesh1-2/+5
2020-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller12-119/+347