summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-1335-104/+207
|\
| * net: mscc: Fix non-GPL export of regmap APIsMark Brown2021-08-121-8/+8
| * net: switchdev: zero-initialize struct switchdev_notifier_fdb_info emitted by...Vladimir Oltean2021-08-109-11/+11
| * Merge tag 'mlx5-fixes-2021-08-09' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2021-08-1015-49/+79
| |\
| | * net/mlx5: Fix return value from tracer initializationAya Levin2021-08-101-2/+9
| | * net/mlx5: Synchronize correct IRQ when destroying CQShay Drory2021-08-106-21/+23
| | * net/mlx5e: TC, Fix error handling memory leakChris Mi2021-08-101-0/+1
| | * net/mlx5: Destroy pool->mutexShay Drory2021-08-101-1/+2
| | * net/mlx5: Set all field of mlx5_irq before inserting it to the xarrayShay Drory2021-08-101-1/+1
| | * net/mlx5: Fix order of functions in mlx5_irq_detach_nb()Shay Drory2021-08-101-1/+4
| | * net/mlx5: Block switchdev mode while devlink traps are activeAya Levin2021-08-101-3/+11
| | * net/mlx5e: Destroy page pool after XDP SQ to fix use-after-freeMaxim Mikityanskiy2021-08-101-10/+10
| | * net/mlx5: Bridge, fix ageing timeVlad Buslov2021-08-101-2/+2
| | * net/mlx5e: Avoid creating tunnel headers for local routeRoi Dayan2021-08-101-0/+5
| | * net/mlx5: DR, Add fail on error check on decapAlex Vesker2021-08-101-0/+2
| | * net/mlx5: Don't skip subfunction cleanup in case of error in module initLeon Romanovsky2021-08-102-8/+9
| * | iavf: Set RSS LUT and key in reset handle pathMd Fahad Iqbal Polash2021-08-091-5/+8
| * | ice: don't remove netdev->dev_addr from uc sync listBrett Creeley2021-08-091-8/+15
| * | ice: Stop processing VF messages during teardownAnirudh Venkataramanan2021-08-092-0/+8
| * | ice: Prevent probing virtual functionsAnirudh Venkataramanan2021-08-091-0/+5
| |/
| * net: ethernet: ti: cpsw: fix min eth packet size for non-switch use-casesGrygorii Strashko2021-08-092-3/+8
| * bnxt_en: Use register window 6 instead of 5 to read the PHCMichael Chan2021-08-081-2/+2
| * bnxt_en: Update firmware call to retrieve TX PTP timestampMichael Chan2021-08-083-4/+11
| * bnxt_en: Update firmware interface to 1.10.2.52Michael Chan2021-08-081-21/+55
| * r8169: change the L0/L1 entrance latencies for RTL8106eHayes Wang2021-08-071-0/+3
| * Revert "r8169: avoid link-up interrupt issue on RTL8106e if user enables ASPM"Hayes Wang2021-08-071-0/+1
| * net: mvvp2: fix short frame size on s390John Hubbard2021-08-061-1/+1
* | Merge tag 'mlx5-updates-2021-08-11' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2021-08-1218-67/+144
|\ \
| * | net/mlx5e: Make use of netdev_warn()Cai Huoqing2021-08-111-3/+6
| * | net/mlx5: Fix variable type to match 64bitEran Ben Elisha2021-08-111-4/+4
| * | net/mlx5: Initialize numa node for all core devicesParav Pandit2021-08-111-2/+1
| * | net/mlx5: Allocate individual capabilityParav Pandit2021-08-112-6/+67
| * | net/mlx5: Reorganize current and maximal capabilities to be per-typeParav Pandit2021-08-112-6/+6
| * | net/mlx5: SF, use recent sysfs apiParav Pandit2021-08-111-1/+1
| * | net/mlx5: Refcount mlx5_irq with integerShay Drory2021-08-111-21/+44
| * | net/mlx5: Change SF missing dedicated MSI-X err message to dbgShay Drory2021-08-111-1/+1
| * | net/mlx5: Align mlx5_irq structureShay Drory2021-08-111-2/+2
| * | net/mlx5: Delete impossible dev->state checksLeon Romanovsky2021-08-112-10/+0
| * | net/mlx5: Fix inner TTC table creationMaor Gottlieb2021-08-111-1/+2
| * | net/mlx5: Fix typo in commentsCai Huoqing2021-08-1114-16/+16
* | | net: hns3: add support for triggering reset by ethtoolYufeng Mo2021-08-124-0/+68
* | | net: mscc: Fix non-GPL export of regmap APIsMark Brown2021-08-111-8/+8
|/ /
* | net/mlx5: Support enable_vnet devlink dev paramParav Pandit2021-08-113-2/+57
* | net/mlx5: Support enable_rdma devlink dev paramParav Pandit2021-08-113-3/+79
* | net/mlx5: Support enable_eth devlink dev paramParav Pandit2021-08-113-2/+96
* | net/mlx5: Fix unpublish devlink parametersParav Pandit2021-08-111-0/+1
* | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski2021-08-1022-69/+926
|\ \
| * | net/mlx5: Lag, Create shared FDB when in switchdev modeMark Bloch2021-08-053-18/+105
| * | net/mlx5: E-Switch, add logic to enable shared FDBMark Bloch2021-08-056-2/+394
| * | net/mlx5: Lag, move lag destruction to a workqueueMark Bloch2021-08-051-8/+9