summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-07Merge branch 'sja1105-yaml'David S. Miller
2021-06-07dt-bindings: net: dsa: sja1105: convert to YAML schemaVladimir Oltean
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-07net: phy: introduce PHY_INTERFACE_MODE_REVRMIIVladimir Oltean
2021-06-07ice: fix clang warning regarding deadcode.DeadStoresPaul M Stillwell Jr
2021-06-07ice: downgrade error print to debug printAnirudh Venkataramanan
2021-06-07ice: Detect and report unsupported module power levelsAnirudh Venkataramanan
2021-06-07ice: (re)initialize NVM fields when rebuildingJacob Keller
2021-06-07ice: wait for reset before reporting devlink infoJacob Keller
2021-06-07ice: add error message when pldmfw_flash_image failsJacob Keller
2021-06-07ice: add extack when unable to read device capsJacob Keller
2021-06-07ice: use static inline for dummy functionsJesse Brandeburg
2021-06-07ice: Re-organizes reqstd/avail {R, T}XQ check/code for efficiencySalil Mehta
2021-06-07ice: set the value of global config lock timeout longerLiwei Song
2021-06-07ice: Refactor VIRTCHNL_OP_CONFIG_VSI_QUEUES handlingBrett Creeley
2021-06-07ice: Refactor ice_setup_rx_ctxKrzysztof Kazimierczak
2021-06-07ice: Save VF's MAC across rebootBrett Creeley
2021-06-07ice: Manage VF's MAC address for both legacy and new casesBrett Creeley
2021-06-07virtchnl: Use pad byte in virtchnl_ether_addr to specify MAC typeBrett Creeley
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-04sch_htb: fix refcount leak in htb_parent_to_leaf_offloadYunjian Wang
2021-06-04net: bridge: mrp: Update ring transitions.Horatiu Vultur
2021-06-04net: enetc: use get/put_unaligned helpers for MAC address handlingMichael Walle
2021-06-04Merge branch 'hdlc_x25-cleanups'David S. Miller
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 '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller
2021-06-04Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller
2021-06-04Merge branch 'wireguard-fixes'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-04wireguard: selftests: make sure rp_filter is disabled on vethcJason A. Donenfeld