summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-06-16net: phy: replace if-else statements with switchWeihang Li1-4/+9
2021-06-16net: phy: remove unnecessary line continuationWenpeng Liang2-6/+6
2021-06-16net: phy: print the function name by __func__ instead of an fixed stringWenpeng Liang1-2/+2
2021-06-16net: phy: fix formatting issues with bracesWenpeng Liang4-12/+9
2021-06-16net: phy: fix space alignment issuesWenpeng Liang4-25/+25
2021-06-16net: phy: delete repeated words of commentsWenpeng Liang2-2/+2
2021-06-16net: phy: correct format of block commentsWenpeng Liang5-9/+16
2021-06-16net: phy: change format of some declarationsWenpeng Liang5-5/+9
2021-06-16net: qualcomm: rmnet: Remove some unneeded castsSubash Abhinov Kasiviswanathan1-6/+5
2021-06-16net: iosm: remove the repeated declaration and commentShaokun Zhang1-10/+0
2021-06-16net: dsa: xrs700x: forward HSR supervision framesGeorge McCollister1-8/+19
2021-06-16net: qualcomm: rmnet: Allow partial updates of IFLA_FLAGSBjorn Andersson1-2/+4
2021-06-16net: stmmac: Fix error return code in ingenic_mac_probe()Wei Yongjun1-0/+1
2021-06-16net: chelsio: cxgb4: use eth_zero_addr() to assign zero addressYang Yingliang1-2/+1
2021-06-16net: cosa: remove redundant spacesPeng Li1-5/+5
2021-06-16net: cosa: remove trailing whitespacesPeng Li1-13/+13
2021-06-16net: cosa: add some required spacesPeng Li1-68/+69
2021-06-16net: cosa: fix the code style issue about trailing statementsPeng Li1-42/+79
2021-06-16net: cosa: fix the alignment issuePeng Li1-10/+12
2021-06-16net: cosa: use BIT macroPeng Li1-3/+3
2021-06-16net: cosa: add necessary () to macro argumentPeng Li1-8/+8
2021-06-16net: cosa: remove redundant braces {}Peng Li1-3/+3
2021-06-16net: cosa: add braces {} to all arms of the statementPeng Li1-3/+3
2021-06-16net: cosa: fix the comments style issuePeng Li1-56/+33
2021-06-16net: cosa: move out assignment in if conditionPeng Li1-10/+15
2021-06-16net: cosa: replace comparison to NULL with "!chan->rx_skb"Peng Li1-3/+3
2021-06-16net: cosa: fix the code style issue about "foo* bar"Peng Li1-1/+1
2021-06-16net: cosa: add blank line after declarationsPeng Li1-0/+15
2021-06-16net: cosa: remove redundant blank linesPeng Li1-10/+0
2021-06-16net: iosm: add missing MODULE_DEVICE_TABLEZou Wei1-0/+1
2021-06-16qlcnic: Use list_for_each_entry() to simplify code in qlcnic_main.cWang Hai1-3/+1
2021-06-16net: mhi_net: make mhi_wwan_ops staticJiapeng Chong1-1/+1
2021-06-16net: hns3: use bounce buffer when rx page can not be reusedYunsheng Lin4-0/+41
2021-06-16net: hns3: optimize the rx page reuse handling processYunsheng Lin1-22/+22
2021-06-16net: hns3: support dma_map_sg() for multi frags skbYunsheng Lin3-5/+113
2021-06-16net: hns3: add support to query tx spare buffer size for pfHuazhong Tan5-2/+24
2021-06-16net: hns3: use tx bounce buffer for small packetsYunsheng Lin4-15/+420
2021-06-16net: hns3: refactor for hns3_fill_desc() functionYunsheng Lin1-39/+48
2021-06-16net: hns3: minor refactor related to desc_cb handlingYunsheng Lin3-29/+25
2021-06-15net: ti: add pp skb recycling supportLorenzo Bianconi2-4/+4
2021-06-15octeontx2-pf: Fix spelling mistake "morethan" -> "more than"Colin Ian King1-1/+1
2021-06-15net: dsa: b53: remove redundant null check on devColin Ian King1-2/+1
2021-06-15net: bonding: Use per-cpu rr_tx_counterJussi Maki1-3/+15
2021-06-15Merge tag 'mlx5-updates-2021-06-14' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller15-433/+791
2021-06-15octeontx2-pf: Add police action for TC flowerSubbaraya Sundeep3-23/+178
2021-06-15octeontx2-pf: Use NL_SET_ERR_MSG_MOD for TCSubbaraya Sundeep1-12/+17
2021-06-15octeontx2-pf: TC_MATCHALL ingress ratelimiting offloadSunil Goutham5-0/+423
2021-06-15octeontx2-af: cn10k: Debugfs support for bandwidth profilesSunil Goutham5-4/+187
2021-06-15octeontx2-af: cn10k: Bandwidth profiles config supportSunil Goutham6-4/+757
2021-06-15net: pci200syn: fix the comments style issuePeng Li1-2/+1