summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2021-07-23i40e: Fix logic of disabling queuesArkadiusz Kubalewski
2021-07-23virt_wifi: fix error on connectMatteo Croce
2021-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2021-07-22dpaa2-switch: seed the buffer pool after allocating the swpIoana Ciornei
2021-07-22nfp: fix return statement in nfp_net_parse_meta()Niklas Söderlund
2021-07-22nfp: flower-tc: add flow stats updates for ctLouis Peens
2021-07-22nfp: flower-ct: add offload calls to the nfpLouis Peens
2021-07-22nfp: flower-ct: add flow_pay to the offload tableLouis Peens
2021-07-22nfp: flower-ct: add actions into flow_pay for offloadLouis Peens
2021-07-22nfp: flower-ct: compile match sections of flow_payloadLouis Peens
2021-07-22nfp: flower-ct: calculate required key_layersLouis Peens
2021-07-22nfp: flower: refactor action offload code slightlyLouis Peens
2021-07-22nfp: flower: refactor match functions to take flow_rule as inputLouis Peens
2021-07-22nfp: flower: make the match compilation functions reusableYinjun Zhang
2021-07-22net: usb: asix: ax88772: add missing stopOleksij Rempel
2021-07-22net: usb: asix: ax88772: do not poll for PHY before registering itOleksij Rempel
2021-07-22net: sparx5: fix unmet dependencies warningRandy Dunlap
2021-07-22net: bridge: move the switchdev object replay helpers to "push" modeVladimir Oltean
2021-07-22net: bridge: switchdev: let drivers inform which bridge ports are offloadedVladimir Oltean
2021-07-22net: dpaa2-switch: refactor prechangeupper sanity checksVladimir Oltean
2021-07-22net: dpaa2-switch: use extack in dpaa2_switch_port_bridge_joinVladimir Oltean
2021-07-21ravb: Remove extra TABBiju Das
2021-07-21ravb: Fix a typo in commentBiju Das
2021-07-21net: dsa: sja1105: make VID 4095 a bridge VLAN tooVladimir Oltean
2021-07-21ionic: cleanly release devlink instanceLeon Romanovsky
2021-07-21net: ixp46x: fix ptp build failureArnd Bergmann
2021-07-21ionic: drop useless check of PCI driver data validityLeon Romanovsky
2021-07-21net: wwan: iosm: Switch to use module_pci_driver() macroAndy Shevchenko
2021-07-21usb: hso: remove the bailout parameterDongliang Mu
2021-07-21usb: hso: fix error handling code of hso_create_net_deviceDongliang Mu
2021-07-21ibmvnic: Remove the proper scrq flushSukadev Bhattiprolu
2021-07-21i40e: add support for PTP external synchronization clockPiotr Kwapulinski
2021-07-21net: phy: at803x: finish the phy id checking simplificationVladimir Oltean
2021-07-21r8169: Avoid duplicate sysfs entry creation errorSayanta Pattanayak
2021-07-21net: phylink: cleanup ksettings_setRussell King (Oracle)
2021-07-21bus: Make remove callback return voidUwe Kleine-König
2021-07-20ixgbe: Fix packet corruption due to missing DMA syncMarkus Boehme
2021-07-20igc: Increase timeout value for Speed 100/1000/2500Muhammad Husaini Zulkifli
2021-07-20igc: Set QBVCYCLET_S to 0 for TSN Basic SchedulingMuhammad Husaini Zulkifli
2021-07-20igc: Remove phy->type checkingSasha Neftin
2021-07-20igc: Remove _I_PHY_ID checkingSasha Neftin
2021-07-20igc: Check if num of q_vectors is smaller than max before array accessSasha Neftin
2021-07-20net/e1000e: Fix spelling mistake "The" -> "This"Tree Davies
2021-07-20e1000e: Add space to the debug printSasha Neftin
2021-07-20e1000e: Add support for the next LOM generationSasha Neftin
2021-07-20e1000e: Add support for Lunar LakeSasha Neftin
2021-07-20e1000e: Additional PHY power saving in S0ixSasha Neftin
2021-07-20e1000e: Add polling mechanism to indicate CSME DPG exitSasha Neftin
2021-07-20e1000e: Add handshake with the CSME to support S0ixSasha Neftin
2021-07-20net: phy: at803x: simplify custom phy id matchingRussell King