summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2021-06-16net: cosa: fix the code style issue about trailing statementsPeng Li
2021-06-16net: cosa: fix the alignment issuePeng Li
2021-06-16net: cosa: use BIT macroPeng Li
2021-06-16net: cosa: add necessary () to macro argumentPeng Li
2021-06-16net: cosa: remove redundant braces {}Peng Li
2021-06-16net: cosa: add braces {} to all arms of the statementPeng Li
2021-06-16net: cosa: fix the comments style issuePeng Li
2021-06-16net: cosa: move out assignment in if conditionPeng Li
2021-06-16net: cosa: replace comparison to NULL with "!chan->rx_skb"Peng Li
2021-06-16net: cosa: fix the code style issue about "foo* bar"Peng Li
2021-06-16net: cosa: add blank line after declarationsPeng Li
2021-06-16net: cosa: remove redundant blank linesPeng Li
2021-06-16net: iosm: add missing MODULE_DEVICE_TABLEZou Wei
2021-06-16qlcnic: Use list_for_each_entry() to simplify code in qlcnic_main.cWang Hai
2021-06-16net: mhi_net: make mhi_wwan_ops staticJiapeng Chong
2021-06-16net: hns3: use bounce buffer when rx page can not be reusedYunsheng Lin
2021-06-16net: hns3: optimize the rx page reuse handling processYunsheng Lin
2021-06-16net: hns3: support dma_map_sg() for multi frags skbYunsheng Lin
2021-06-16net: hns3: add support to query tx spare buffer size for pfHuazhong Tan
2021-06-16net: hns3: use tx bounce buffer for small packetsYunsheng Lin
2021-06-16net: hns3: refactor for hns3_fill_desc() functionYunsheng Lin
2021-06-16net: hns3: minor refactor related to desc_cb handlingYunsheng Lin
2021-06-15net: ti: add pp skb recycling supportLorenzo Bianconi
2021-06-15octeontx2-pf: Fix spelling mistake "morethan" -> "more than"Colin Ian King
2021-06-15net: dsa: b53: remove redundant null check on devColin Ian King
2021-06-15net: bonding: Use per-cpu rr_tx_counterJussi Maki
2021-06-15Merge tag 'mlx5-updates-2021-06-14' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller
2021-06-15octeontx2-pf: Add police action for TC flowerSubbaraya Sundeep
2021-06-15octeontx2-pf: Use NL_SET_ERR_MSG_MOD for TCSubbaraya Sundeep
2021-06-15octeontx2-pf: TC_MATCHALL ingress ratelimiting offloadSunil Goutham
2021-06-15octeontx2-af: cn10k: Debugfs support for bandwidth profilesSunil Goutham
2021-06-15octeontx2-af: cn10k: Bandwidth profiles config supportSunil Goutham
2021-06-15net: pci200syn: fix the comments style issuePeng Li
2021-06-15net: pci200syn: add necessary () to macro argumentPeng Li
2021-06-15net: pci200syn: add some required spacesPeng Li
2021-06-15net: pci200syn: replace comparison to NULL with "!card"Peng Li
2021-06-15net: pci200syn: add blank line after declarationsPeng Li
2021-06-15net: pci200syn: remove redundant blank linesPeng Li
2021-06-15net: z85230: remove unnecessary out of memory messagePeng Li
2021-06-15net: z85230: fix the code style issue about open brace {Peng Li
2021-06-15net: z85230: add some required spacesPeng Li
2021-06-15net: z85230: remove trailing whitespacesPeng Li
2021-06-15net: z85230: fix the code style issue about "if..else.."Peng Li
2021-06-15net: z85230: fix the comments style issuePeng Li
2021-06-15net: z85230: replace comparison to NULL with "!skb"Peng Li
2021-06-15net: z85230: fix the code style issue about EXPORT_SYMBOL(foo)Peng Li
2021-06-15net: z85230: add blank line after declarationsPeng Li
2021-06-15net: z85230: remove redundant blank linesPeng Li
2021-06-15stmmac: align RX buffersMatteo Croce
2021-06-14net/mlx5: Round-Robin EQs over IRQsShay Drory