aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wan
AgeCommit message (Expand)AuthorFilesLines
2021-05-31net: sealevel: remove redundant initialization for staticsPeng Li1-1/+1
2021-05-31net: sealevel: add some required spacesPeng Li1-4/+4
2021-05-31net: sealevel: open brace '{' following struct go on the same linePeng Li1-4/+2
2021-05-31net: sealevel: fix the code style issue about "foo* bar"Peng Li1-1/+1
2021-05-31net: sealevel: add blank line after declarationsPeng Li1-0/+2
2021-05-31net: sealevel: remove redundant blank linesPeng Li1-5/+0
2021-05-28net: hdlc_fr: remove unnecessary out of memory messagePeng Li1-3/+2
2021-05-28net: hdlc_fr: remove redundant braces {}Peng Li1-3/+3
2021-05-28net: hdlc_fr: add braces {} to all arms of the statementPeng Li1-4/+6
2021-05-28net: hdlc_fr: remove space after '!'Peng Li1-2/+2
2021-05-28net: hdlc_fr: code indent use tabs where possiblePeng Li1-4/+4
2021-05-28net: hdlc_fr: move out assignment in if conditionPeng Li1-4/+8
2021-05-28net: hdlc_fr: add some required spacesPeng Li1-3/+4
2021-05-28net: hdlc_fr: fix an code style issue about "foo* bar"Peng Li1-2/+2
2021-05-28net: hdlc_fr: add blank line after declarationsPeng Li1-0/+3
2021-05-28net: hdlc_fr: remove redundant blank linesPeng Li1-42/+0
2021-05-25net: wan: add spaces required around that ':' and '+'Peng Li1-2/+4
2021-05-25net: wan: replace comparison to NULL with "!card"Peng Li1-2/+2
2021-05-25net: wan: add some required spacesPeng Li1-7/+7
2021-05-25net: wan: fix an code style issue about "foo* barPeng Li1-2/+2
2021-05-25net: wan: add blank line after declarationsPeng Li1-0/+3
2021-05-25net: wan: remove redundant blank linesPeng Li1-25/+0
2021-05-24net: wan: add braces {} to all arms of the statementPeng Li1-4/+4
2021-05-24net: wan: fix the comments style issuePeng Li1-6/+9
2021-05-24net: wan: replace comparison to NULL with "!card"Peng Li1-2/+2
2021-05-24net: wan: move out assignment in if conditionPeng Li1-2/+5
2021-05-24net: wan: add some required spacesPeng Li1-5/+5
2021-05-24net: wan: fix the code style issue about trailing statementsPeng Li1-15/+44
2021-05-24net: wan: code indent use tabs where possiblePeng Li1-17/+17
2021-05-24net: wan: add blank line after declarationsPeng Li1-0/+5
2021-05-24net: wan: fix an code style issue about "foo* bar"Peng Li1-3/+3
2021-05-24net: wan: remove redundant blank linesPeng Li1-38/+0
2021-05-21net: wan: add necessary () to macro argumentPeng Li1-9/+9
2021-05-21net: wan: add braces {} to all arms of the statementPeng Li1-1/+2
2021-05-21net: wan: remove redundant blank linesPeng Li1-20/+0
2021-05-21net: wan: fix the code style issue about trailing statementsPeng Li1-10/+28
2021-05-21net: wan: add some required spacesPeng Li1-3/+3
2021-05-21net: wan: fix an code style issue about "foo* bar"Peng Li1-5/+5
2021-05-20net: wan: remove leading spaces before tabsHui Tang3-7/+7
2021-05-18net: wan: fix variable definition stylePeng Li1-2/+2
2021-05-18net: wan: remove redundant spacePeng Li1-1/+1
2021-05-18net: wan: remove redundant braces {}Peng Li1-2/+1
2021-05-18net: wan: add some required spacesPeng Li1-8/+8
2021-05-18net: wan: remove redundant blank linesPeng Li1-17/+0
2021-05-17drivers/net: Remove leading spaces in KconfigJuerg Haefliger1-2/+2
2021-05-03Revert "drivers/net/wan/hdlc_fr: Fix a double free in pvc_xmit"Xie He1-3/+2
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+3
2021-04-07net: wan: z85230: drop unused async stateJohan Hovold1-39/+0
2021-04-05net: x25: Queue received packets in the drivers instead of per-CPU queuesXie He2-8/+71
2021-03-28drivers/net/wan/hdlc_fr: Fix a double free in pvc_xmitLv Yunlong1-2/+3