aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2021-12-01mlxsw: Add support for more than 256 ports in SBSR registerAmit Cohen2-5/+31
2021-12-01mlxsw: Use u16 for local_port field instead of u8Amit Cohen19-234/+234
2021-12-01mlxsw: reg: Adjust PPCNT register to support local port 255Amit Cohen1-2/+9
2021-12-01mlxsw: reg: Increase 'port_num' field in PMTDB registerAmit Cohen1-1/+1
2021-12-01mlxsw: reg: Align existing registers to use extended local_port fieldAmit Cohen1-49/+49
2021-12-01mlxsw: item: Add support for local_port field in a split formAmit Cohen1-0/+36
2021-12-01mlxsw: reg: Remove unused functionsAmit Cohen1-18/+0
2021-12-01mlxsw: spectrum: Bump minimum FW version to xx.2010.1006Amit Cohen1-6/+6
2021-12-01Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueDavid S. Miller5-44/+69
2021-12-01Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueDavid S. Miller2-5/+1
2021-12-01Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueDavid S. Miller1-12/+25
2021-11-30net/mlx5e: SHAMPO, Fix constant expression resultBen Ben-Ishay1-5/+3
2021-11-30net/mlx5: Fix access to a non-supported registerAya Levin2-6/+4
2021-11-30net/mlx5: Fix too early queueing of log timestamp workGal Pressman1-2/+3
2021-11-30net/mlx5: Fix use after free in mlx5_health_wait_pci_upAmir Tzin3-13/+15
2021-11-30net/mlx5: E-Switch, Use indirect table only if all destinations support itMaor Dickman1-4/+15
2021-11-30net/mlx5: E-Switch, Check group pointer before reading bw_share valueDmytro Linkin1-1/+1
2021-11-30net/mlx5: E-Switch, fix single FDB creation on BlueFieldMark Bloch1-0/+1
2021-11-30net/mlx5: E-switch, Respect BW share of the new groupDmytro Linkin1-1/+1
2021-11-30net/mlx5: Lag, Fix recreation of VF LAGMaor Gottlieb1-0/+1
2021-11-30net/mlx5: Move MODIFY_RQT command to ignore list in internal error stateMoshe Shemesh1-1/+1
2021-11-30net/mlx5e: Sync TIR params updates against concurrent create/modifyTariq Toukan3-27/+44
2021-11-30net/mlx5e: Fix missing IPsec statistics on uplink representorRaed Salem1-0/+4
2021-11-30net/mlx5e: IPsec: Fix Software parser inner l3 type setting in case of encapsulationRaed Salem1-1/+1
2021-11-30net: natsemi: fix hw address initialization for jazz and xtensaMax Filippov2-4/+8
2021-11-30natsemi: xtensa: fix section mismatch warningsRandy Dunlap1-1/+1
2021-11-30iavf: Fix displaying queue statistics shown by ethtoolJedrzej Jagielski1-11/+19
2021-11-30iavf: Refactor string format to avoid static analysis warningsKaren Sornek2-4/+4
2021-11-30iavf: Refactor text of informational messageKaren Sornek1-1/+1
2021-11-30iavf: Fix static code analysis warningKaren Sornek1-1/+1
2021-11-30iavf: Refactor iavf_mac_filter struct memory usageJedrzej Jagielski1-3/+7
2021-11-30iavf: Enable setting RSS hash keyTony Nguyen1-8/+10
2021-11-30iavf: Add trace while removing deviceJedrzej Jagielski1-0/+1
2021-11-30iavf: return errno code instead of status codeJacob Keller1-10/+10
2021-11-30iavf: Log info when VF is entering and leaving Allmulti modeGrzegorz Szczurek1-6/+14
2021-11-30iavf: Add change MTU messagePatryk Małek1-0/+2
2021-11-30igc: enable XDP metadata in driverJesper Dangaard Brouer1-11/+22
2021-11-30igc: AF_XDP zero-copy metadata adjust breaks SKBs on XDP_PASSJesper Dangaard Brouer1-1/+3
2021-11-30net/ice: Remove unused enumShiraz Saleem1-4/+0
2021-11-30net/ice: Fix boolean assignmentShiraz Saleem1-1/+1
2021-11-30net: mscc: ocelot: fix mutex_lock not releasedLv Ruyi1-1/+3
2021-11-30net: hns3: make symbol 'hclge_mac_speed_map_to_fw' staticWei Yongjun1-1/+1
2021-11-30net: prestera: acl: add rule stats supportVolodymyr Mytnyk2-3/+48
2021-11-30net: prestera: add counter HW APIVolodymyr Mytnyk8-2/+682
2021-11-30net: prestera: acl: migrate to new vTCAM apiVolodymyr Mytnyk9-660/+983
2021-11-30devlink: Simplify devlink resources unregister callLeon Romanovsky2-6/+6
2021-11-30net: cxgb: fix a typo in kernel docJean Sacren1-1/+1
2021-11-30net: cxgb3: fix typos in kernel docJean Sacren1-2/+2
2021-11-30dpaa2-eth: destroy workqueue at the end of remove functionDongliang Mu1-0/+2
2021-11-30net: lantiq: fix missing free_netdev() on error in ltq_etop_probe()Yang Yingliang1-2/+2