aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-13net/mlx5: Refactor creating fast path prio chainsPaul Blakey1-36/+82
2019-11-13net/mlx5: Accumulate levels for chains prio namespacesPaul Blakey2-2/+10
2019-11-13net/mlx5: Define fdb tc levels per prioPaul Blakey2-4/+6
2019-11-13net/mlx5: Rename FDB_* tc related defines to FDB_TC_* definesPaul Blakey4-15/+15
2019-11-13net/mlx5: Simplify fdb chain and prio eswitch definesPaul Blakey1-8/+4
2019-11-12net/mlx5: Dump of fw_fatal use updated devlink binary interfaceAya Levin1-17/+1
2019-11-11net/mlx5: Handle "enable_roce" devlink paramMichael Guralnik1-0/+22
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-2/+6
2019-11-06net/mlx5e: Use correct enum to determine uplink portDmytro Linkin1-1/+2
2019-11-06net/mlx5: DR, Fix memory leak during rule creationAlex Vesker1-0/+2
2019-11-06net/mlx5: DR, Fix memory leak in modify action destroyAlex Vesker1-0/+1
2019-11-06net/mlx5e: Fix eswitch debug print of max fdb flowRoi Dayan1-1/+1
2019-11-05net/mlx5: fix spelling mistake "metdata" -> "metadata"Colin Ian King1-1/+1
2019-11-05net/mlx5: fix kvfree of uninitialized pointer specColin Ian King1-1/+1
2019-11-03Merge tag 'mlx5-updates-2019-11-01' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller25-359/+393
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller21-155/+266
2019-11-01net/mlx5: DR, Support IPv4 and IPv6 mixed matcherAlex Vesker3-43/+52
2019-11-01net/mlx5: LAG, Use affinity type enumeratorsErez Alfasi2-6/+13
2019-11-01net/mlx5: LAG, Use port enumeratorsErez Alfasi3-57/+69
2019-11-01net/mlx5: rate limit alloc_ent error messagesLi RongQing1-1/+1
2019-11-01net/mlx5e: Add ToS (DSCP) header rewrite supportDmytro Linkin1-0/+1
2019-11-01net/mlx5e: Bit sized fields rewrite supportDmytro Linkin1-60/+62
2019-11-01net/mlx5: WQ, Move short getters into header fileTariq Toukan2-24/+20
2019-11-01net/mlx5e: TX, Dump WQs wqe descriptors on CQE with error eventsSaeed Mahameed3-0/+25
2019-11-01net/mlx5: Support lockless FTE read lookupsParav Pandit2-15/+56
2019-11-01net/mlx5: Do not hold group lock while allocating FTE in softwareParav Pandit1-9/+10
2019-11-01net/mlx5e: Verify that rule has at least one fwd/drop actionVlad Buslov1-0/+6
2019-11-01net/mlx5: Clear VF's configuration on disabling SRIOVAya Levin4-10/+21
2019-11-01net/mlx5: Remove unneeded variable in mlx5_unload_onezhong jiang1-3/+1
2019-11-01net/mlx5: FPGA, support network cards with standalone FPGAIgor Leshenko2-25/+46
2019-11-01net/mlx5: DR, Replace CRC32 implementation to use kernel libHamdan Igbaria5-106/+10
2019-11-01net/mlx5: E-switch, Enable metadata on own vportParav Pandit3-23/+16
2019-11-01net/mlx5: Refactor ingress acl configurationParav Pandit3-114/+200
2019-11-01net/mlx5: Restrict metadata disablement to offloads modeParav Pandit3-7/+6
2019-11-01net/mlx5: E-switch, Offloads shift ACL programming during enable/disable vportVu Pham3-31/+24
2019-11-01net/mlx5: E-switch, Offloads introduce and use per vport acl tables APIsParav Pandit1-17/+32
2019-11-01net/mlx5: Move ACL drop counters life cycle close to ACL lifecycleParav Pandit1-39/+35
2019-11-01net/mlx5: E-switch, Legacy introduce and use per vport acl tables APIsParav Pandit1-13/+60
2019-11-01net/mlx5: E-switch, Prepare code to handle vport enable errorParav Pandit3-19/+50
2019-11-01net/mlx5: Tide up state_lock and vport enabled flag usageParav Pandit1-9/+5
2019-11-01net/mlx5: Move legacy drop counter and rule under legacy structureParav Pandit2-44/+50
2019-11-01net/mlx5: Move metdata fields under offloads structureParav Pandit2-18/+21
2019-11-01net/mlx5: Correct comment for legacy fieldsParav Pandit1-1/+1
2019-11-01net/mlx5: Introduce and use mlx5_esw_is_manager_vport()Parav Pandit2-6/+13
2019-11-01net/mlx5: E-switch, Introduce and use vlan rule config helperParav Pandit3-68/+58
2019-11-01net/mlx5: E-Switch, Rename ingress acl config in offloads modeVu Pham1-3/+3
2019-11-01net/mlx5: E-Switch, Rename egress config to generic nameVu Pham1-24/+26
2019-11-01net/mlx5: Fixed a typo in a comment in esw_del_uc_addr()Qing Huang1-1/+1
2019-10-29net/mlx5e: Initialize on stack link modes bitmapAya Levin1-1/+1
2019-10-29net/mlx5e: Fix ethtool self test: link speedAya Levin1-12/+3