summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-08nvme: NVME_TCP_OFFLOAD should not default to mGeert Uytterhoeven1-1/+0
2021-06-08Merge branch 'farsync-cleanups'David S. Miller1-283/+204
2021-06-08net: farsync: replace comparison to NULL with "fst_card_array[i]"Peng Li1-2/+2
2021-06-08net: farsync: remove redundant returnPeng Li1-1/+0
2021-06-08net: farsync: fix the alignment issuePeng Li1-1/+1
2021-06-08net: farsync: remove redundant parenthesesPeng Li1-8/+8
2021-06-08net: farsync: remove redundant spacesPeng Li1-9/+9
2021-06-08net: farsync: remove redundant braces {}Peng Li1-51/+35
2021-06-08net: farsync: add some required spacesPeng Li1-6/+6
2021-06-08net: farsync: fix the code style issue about macrosPeng Li1-6/+6
2021-06-08net: farsync: code indent use tabs where possiblePeng Li1-18/+18
2021-06-08net: farsync: remove trailing whitespacesPeng Li1-15/+15
2021-06-08net: farsync: fix the comments style issuePeng Li1-152/+83
2021-06-08net: farsync: remove redundant initialization for staticsPeng Li1-2/+2
2021-06-08net: farsync: move out assignment in if conditionPeng Li1-8/+16
2021-06-08net: farsync: fix the code style issue about "foo* bar"Peng Li1-1/+1
2021-06-08net: farsync: add blank line after declarationsPeng Li1-0/+2
2021-06-08net: farsync: remove redundant blank linesPeng Li1-3/+0
2021-06-08Merge branch 'realtek-dt'David S. Miller2-4/+116
2021-06-08net: phy: realtek: add delay to fix RXC generation issueJoakim Zhang1-1/+14
2021-06-08net: phy: realtek: add dt property to enable ALDPS modeJoakim Zhang1-3/+17
2021-06-08net: phy: realtek: add dt property to disable CLKOUT clockJoakim Zhang1-1/+41
2021-06-08dt-bindings: net: add dt binding for realtek rtl82xx phyJoakim Zhang1-0/+45
2021-06-08net: Kconfig: indent with tabs instead of spacesMarek BehĂșn1-11/+11
2021-06-08Merge branch 'page_pool-recycling'David S. Miller12-22/+114
2021-06-08mvneta: recycle buffersMatteo Croce1-4/+7
2021-06-08mvpp2: recycle buffersMatteo Croce1-1/+1
2021-06-08page_pool: Allow drivers to hint on SKB recyclingIlias Apalodimas4-7/+77
2021-06-08skbuff: add a parameter to __skb_frag_unrefMatteo Croce5-8/+10
2021-06-08mm: add a signature in struct pageMatteo Croce4-5/+22
2021-06-08net: moxa: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-3/+2
2021-06-08l2tp: Fix spelling mistakesZheng Yongjun2-2/+2
2021-06-08net/ncsi: Fix spelling mistakesZheng Yongjun2-3/+3
2021-06-08ipv4: Fix spelling mistakesZheng Yongjun4-6/+6
2021-06-08netlabel: Fix spelling mistakesZheng Yongjun2-2/+2
2021-06-08net: micrel: check return value after calling platform_get_resource()Yang Yingliang1-0/+4
2021-06-08net: mvpp2: check return value after calling platform_get_resource()Yang Yingliang1-0/+4
2021-06-08net: ethernet: bgmac: Use devm_platform_ioremap_resource_bynameYang Yingliang1-14/+7
2021-06-08net: enetc: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-3/+1
2021-06-08net: macb: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-2/+1
2021-06-08net: bcmgenet: check return value after calling platform_get_resource()Yang Yingliang1-0/+4
2021-06-08net: tulip: Remove the repeated declarationShaokun Zhang1-1/+0
2021-06-08net: mscc: ocelot: check return value after calling platform_get_resource()Yang Yingliang1-0/+5
2021-06-08Merge branch 'hns3-error-handling'David S. Miller4-39/+47
2021-06-08net: hns3: remove now redundant logic related to HNAE3_UNKNOWN_RESETYufeng Mo2-23/+0
2021-06-08net: hns3: add scheduling logic for error handling taskJiaran Zhang1-14/+6
2021-06-08net: hns3: add a separate error handling taskJiaran Zhang3-2/+41
2021-06-07qed: Fix duplicate included linux/kernel.hJiapeng Chong1-1/+0
2021-06-07Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller20-152/+474
2021-06-07Merge branch 'ax88772-phylib'David S. Miller8-94/+286