summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: xrs700x: use of_match_ptr() on xrs700x_mdio_dt_idsGeorge McCollister2021-02-111-1/+2
* net: dsa: xrs700x: fix unused warning for of_device_idGeorge McCollister2021-02-112-2/+2
* Revert "net-loopback: set lo dev initial state to UP"Petr Machata2021-02-111-6/+0
* net: phy: introduce phydev->portMichael Walle2021-02-119-4/+34
* ibmvnic: prefer strscpy over strlcpyLijun Pan2021-02-111-3/+3
* ibmvnic: remove unused spinlock_t stats_lock definitionLijun Pan2021-02-112-3/+0
* ibmvnic: add comments for spinlock_t definitionsLijun Pan2021-02-111-4/+6
* ibmvnic: fix miscellaneous checksLijun Pan2021-02-111-8/+9
* ibmvnic: avoid multiple line dereferenceLijun Pan2021-02-111-9/+8
* ibmvnic: fix bracesLijun Pan2021-02-111-2/+1
* ibmvnic: fix block commentsLijun Pan2021-02-111-8/+4
* ibmvnic: prefer 'unsigned long' over 'unsigned long int'Lijun Pan2021-02-111-8/+8
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller2021-02-1112-299/+3378
|\
| * i40e: remove the useless value assignment in i40e_clean_adminq_subtaskKaixu Xia2021-02-101-1/+1
| * i40e: VLAN field for flow directorPrzemyslaw Patynowski2021-02-104-292/+289
| * i40e: Add flow director support for IPv6Przemyslaw Patynowski2021-02-104-119/+551
| * i40e: Add EEE status getting & setting implementationAleksandr Loktionov2021-02-102-2/+123
| * i40e: Add netlink callbacks support for software based DCBArkadiusz Kubalewski2021-02-101-7/+745
| * i40e: Add init and default config of software based DCBArkadiusz Kubalewski2021-02-103-58/+497
| * i40e: Add hardware configuration for software based DCBArkadiusz Kubalewski2021-02-107-13/+1365
* | net: mvpp2: add an entry to skip parserStefan Chulski2021-02-112-1/+17
* | octeontx2-pf: ethtool physical link configurationChristina Jacob2021-02-111-0/+63
* | octeontx2-pf: ethtool physical link statusChristina Jacob2021-02-111-0/+158
* | octeontx2-af: advertised link modes support on cgxChristina Jacob2021-02-113-3/+146
* | octeontx2-af: Physical link configuration supportChristina Jacob2021-02-115-3/+113
* | octeontx2-pf: ethtool fec mode supportChristina Jacob2021-02-114-1/+188
* | octeontx2-af: Add new CGX_CMD to get PHY FEC statisticsFelix Manlunas2021-02-116-0/+97
* | octeontx2-af: forward error correction configurationChristina Jacob2021-02-115-2/+155
* | net: octeontx2: Fix the confusion in buffer alloc failure pathKevin Hao2021-02-113-26/+24
* | net: mhi: Add mbim protoLoic Poulain2021-02-114-1/+304
* | net: mhi: Add rx_length_errors statLoic Poulain2021-02-112-0/+2
* | net: mhi: Create mhi.hLoic Poulain2021-02-112-31/+38
* | net: mhi: Add dedicated folderLoic Poulain2021-02-113-1/+4
* | net: mhi: Add protocol supportLoic Poulain2021-02-111-12/+57
* | cxgb4: collect serial config version from registerRahul Lakkireddy2021-02-113-24/+9
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-02-10107-585/+1219
|\
| * Merge tag 'pm-5.11-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2021-02-101-12/+103
| |\
| | * cpufreq: ACPI: Update arch scale-invariance max perf ratio if CPPC is not thereRafael J. Wysocki2021-02-081-0/+8
| | * cpufreq: ACPI: Extend frequency tables to cover boost frequenciesRafael J. Wysocki2021-02-081-12/+95
| * | Merge tag 'acpi-5.11-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2021-02-101-4/+13
| |\ \
| | * | Revert "ACPICA: Interpreter: fix memory leak by using existing buffer"Ard Biesheuvel2021-02-081-4/+13
| | |/
| * | Merge tag 'dmaengine-fix2-5.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-02-108-63/+104
| |\ \
| | * | dmaengine dw: Revert "dmaengine: dw: Enable runtime PM"Cezary Rojewski2021-02-081-6/+0
| | * | dmaengine: idxd: check device state before issue commandDave Jiang2021-02-033-3/+27
| | * | dmaengine: ti: k3-udma: Fix a resource leak in an error handling pathChristophe JAILLET2021-01-261-1/+2
| | * | dmaengine: move channel device_node deletion to driverDave Jiang2021-01-192-2/+4
| | * | dmaengine: idxd: fix misc interrupt completionDave Jiang2021-01-171-9/+27
| | * | dmaengine: idxd: Fix list corruption in description completionDave Jiang2021-01-171-42/+44
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2021-02-1020-28/+261
| |\ \ \
| | * | | net: hns3: add a check for index in hclge_get_rss_key()Yufeng Mo2021-02-101-0/+11