summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2021-06-07net: usb: asix: ax88772: add phylib supportOleksij Rempel
2021-06-07net: usb/phy: asix: add support for ax88772A/C PHYsOleksij Rempel
2021-06-07net: usb: asix: refactor asix_read_phy_addr() and handle errors on returnOleksij Rempel
2021-06-07net: usb: asix: ax88772_bind: use devm_kzalloc() instead of kzalloc()Oleksij Rempel
2021-06-07net: gemini: Use devm_platform_get_and_ioremap_resource()Yang Yingliang
2021-06-07net: dsa: hellcreek: Use is_zero_ether_addr() instead of memcmp()Zou Wei
2021-06-07virtio_net: Remove BUG() to avoid machine deadXianting Tian
2021-06-07net: ethernet: ixp4xx_eth: Use devm_platform_get_and_ioremap_resource()Yang Yingliang
2021-06-07net: lantiq: Use devm_platform_get_and_ioremap_resource()Yang Yingliang
2021-06-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-06-07net: hd64570: add some required spacesPeng Li
2021-06-07net: hd64570: remove redundant parenthesesPeng Li
2021-06-07net: hd64570: fix the comments style issuePeng Li
2021-06-07net: hd64570: add braces {} to all arms of the statementPeng Li
2021-06-07net: hd64570: fix the code style issue about trailing statementsPeng Li
2021-06-07net: hd64570: fix the code style issue about "foo* bar"Peng Li
2021-06-07net: hd64570: add blank line after declarationsPeng Li
2021-06-07net: hd64570: remove redundant blank linesPeng Li
2021-06-07net: dsa: sja1105: determine PHY/MAC role from PHY interface typeVladimir Oltean
2021-06-07net: dsa: sja1105: apply RGMII delays based on the fixed-link propertyVladimir Oltean
2021-06-04net: dsa: xrs700x: allow HSR/PRP supervision dupes for node_tableGeorge McCollister
2021-06-04net:cxgb3: fix incorrect work cancellationÍñigo Huguet
2021-06-04cxgb4: avoid link re-train during TC-MQPRIO configurationRahul Lakkireddy
2021-06-04net: enetc: use get/put_unaligned helpers for MAC address handlingMichael Walle
2021-06-04net: hdlc_x25: fix the alignment issuePeng Li
2021-06-04net: hdlc_x25: fix the code issue about "if..else.."Peng Li
2021-06-04net: hdlc_x25: add some required spacesPeng Li
2021-06-04net: hdlc_x25: move out assignment in if conditionPeng Li
2021-06-04net: hdlc_x25: remove unnecessary out of memory messagePeng Li
2021-06-04net: hdlc_x25: remove redundant blank linesPeng Li
2021-06-04Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller
2021-06-04wireguard: allowedips: free empty intermediate nodes when removing single nodeJason A. Donenfeld
2021-06-04wireguard: allowedips: allocate nodes in kmem_cacheJason A. Donenfeld
2021-06-04wireguard: allowedips: remove nodes in O(1)Jason A. Donenfeld
2021-06-04wireguard: allowedips: initialize list head in selftestJason A. Donenfeld
2021-06-04wireguard: peer: allocate in kmem_cacheJason A. Donenfeld
2021-06-04wireguard: use synchronize_net rather than synchronize_rcuJason A. Donenfeld
2021-06-04wireguard: do not use -O3Jason A. Donenfeld
2021-06-04igc: Enable HW VLAN Insertion and HW VLAN StrippingMuhammad Husaini Zulkifli
2021-06-04igc: Indentation fixesSasha Neftin
2021-06-04igc: Remove unused MDICNFG registerSasha Neftin
2021-06-04igc: Remove unused asymmetric pause bit from igc definesSasha Neftin
2021-06-04igc: Update driver to use ethtool_sprintfSasha Neftin
2021-06-04ice: Allow all LLDP packets from PF to TxDave Ertman
2021-06-04ice: report supported and advertised autoneg using PHY capabilitiesPaul Greenwalt
2021-06-04ice: handle the VF VSI rebuild failureHaiyue Wang
2021-06-04ice: Fix VFR issues for AVF drivers that expect ATQLEN clearedBrett Creeley
2021-06-04ice: Fix allowing VF to request more/less queues via virtchnlBrett Creeley
2021-06-03netdevsim: Fix unsigned being compared to less than zeroColin Ian King
2021-06-03net: ethernet: rmnet: Restructure if checks to avoid uninitialized warningNathan Chancellor