summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2021-05-14atl1c: enable rx csum offload on Mikrotik 10/25G NICGatis Peisenieks2-0/+7
2021-05-14atl1c: adjust max mtu according to Mikrotik 10/25G NIC abilityGatis Peisenieks1-4/+12
2021-05-14atl1c: improve performance by avoiding unnecessary pcie writes on xmitGatis Peisenieks1-4/+8
2021-05-14atl1c: show correct link speed on Mikrotik 10/25G NICGatis Peisenieks4-0/+21
2021-05-14net: hinic: fix misspelled "acessing"Guangbin Huang1-1/+1
2021-05-14net: hinic: remove unnecessary parenthesesGuangbin Huang7-19/+19
2021-05-14net: hinic: add blank line after function declarationGuangbin Huang2-0/+2
2021-05-14net: hinic: remove unnecessary blank lineGuangbin Huang2-2/+0
2021-05-13alx: use fine-grained locking instead of RTNLJohannes Berg3-29/+76
2021-05-12usb: class: cdc-wdm: WWAN framework integrationLoic Poulain3-1/+4
2021-05-11mvpp2: suppress warningMatteo Croce1-3/+0
2021-05-11mvpp2: remove unused parameterMatteo Croce1-4/+4
2021-05-11net: pch_gbe: remove unneeded MODULE_VERSION() callAndy Shevchenko3-6/+2
2021-05-11net: pch_gbe: Use proper accessors to BE data in pch_ptp_match()Andy Shevchenko1-13/+6
2021-05-11net: pch_gbe: use readx_poll_timeout_atomic() variantAndy Shevchenko1-19/+8
2021-05-11net: pch_gbe: Convert to use GPIO descriptorsAndy Shevchenko1-12/+32
2021-05-11net: pch_gbe: Propagate error from devm_gpio_request_one()Andy Shevchenko1-3/+7
2021-05-11phy: nxp-c45-tja11xx: add timestamping supportRadu Pirea (NXP OSS)1-1/+530
2021-05-11net: stmmac: platform: Delete a redundant condition branchZhen Lei1-2/+0
2021-05-11net: mvpp2: Unshadow error code of device_property_read_u32()Andy Shevchenko1-4/+6
2021-05-11net: mvpp2: Use devm_clk_get_optional()Andy Shevchenko1-19/+15
2021-05-11net: mvpp2: Use device_get_match_data() helperAndy Shevchenko1-11/+1
2021-05-11net: mvpp2: Put fwnode in error case during ->probe()Andy Shevchenko1-0/+2
2021-05-11net: qca_spi: Introduce stat about bad signatureStefan Wahren3-0/+6
2021-05-11net: qca_spi: Avoid re-sync for single signature errorStefan Wahren1-1/+4
2021-05-11net: qca_spi: Avoid reading signature three times in a rowStefan Wahren1-0/+1
2021-05-08Merge tag 'net-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds35-165/+171
2021-05-08Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski8-62/+15
2021-05-08net: stmmac: Do not enable RX FIFO overflow interruptsYannick Vignon2-18/+3
2021-05-07i40e: Remove LLDP frame filtersArkadiusz Kubalewski3-44/+0
2021-05-07i40e: Fix PHY type identifiers for 2.5G and 5G adaptersMateusz Palczewski4-11/+10
2021-05-07i40e: fix the restart auto-negotiation after FEC modifiedJaroslaw Gawin1-1/+2
2021-05-07i40e: Fix use-after-free in i40e_client_subtask()Yunjian Wang1-0/+1
2021-05-07i40e: fix broken XDP supportMagnus Karlsson1-6/+2
2021-05-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds8-55/+1
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada7-55/+0
2021-05-07proc: mandate ->proc_lseek in "struct proc_ops"Alexey Dobriyan1-0/+1
2021-05-07mlxsw: spectrum_mr: Update egress RIF list before route's actionIdo Schimmel1-15/+15
2021-05-07net: ipa: fix inter-EE IRQ register definitionsAlex Elder2-11/+11
2021-05-06can: m_can: m_can_tx_work_queue(): fix tx_skb race conditionMarc Kleine-Budde1-1/+2
2021-05-06can: mcp251x: fix resume from sleep before interface was brought upFrieder Schrempf1-17/+18
2021-05-06can: mcp251xfd: mcp251xfd_probe(): add missing can_rx_offload_del() in error ...Marc Kleine-Budde1-1/+3
2021-05-06can: mcp251xfd: mcp251xfd_probe(): fix an error pointer dereference in probeDan Carpenter1-2/+2
2021-05-05Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-3/+7
2021-05-05Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-23/+8
2021-05-05Merge tag 'thermal-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-3/+3
2021-05-05net:CXGB4: fix leak if sk_buff is not usedÍñigo Huguet1-7/+9
2021-05-05Fix spelling error from "eleminate" to "eliminate"Sean Gloumeau1-1/+1
2021-05-04net: stmmac: Clear receive all(RA) bit when promiscuous mode is offRamesh Babu B1-0/+1
2021-05-04Merge branch 'pci/vpd'Bjorn Helgaas7-9/+8