summaryrefslogtreecommitdiff
path: root/drivers/net/wan
AgeCommit message (Expand)AuthorFilesLines
2021-05-26net: wan: add spaces required around that ':' and '+'Peng Li1-2/+4
2021-05-26net: wan: replace comparison to NULL with "!card"Peng Li1-2/+2
2021-05-26net: wan: add some required spacesPeng Li1-7/+7
2021-05-26net: wan: fix an code style issue about "foo* barPeng Li1-2/+2
2021-05-26net: wan: add blank line after declarationsPeng Li1-0/+3
2021-05-26net: wan: remove redundant blank linesPeng Li1-25/+0
2021-05-25net: wan: add braces {} to all arms of the statementPeng Li1-4/+4
2021-05-25net: wan: fix the comments style issuePeng Li1-6/+9
2021-05-25net: wan: replace comparison to NULL with "!card"Peng Li1-2/+2
2021-05-25net: wan: move out assignment in if conditionPeng Li1-2/+5
2021-05-25net: wan: add some required spacesPeng Li1-5/+5
2021-05-25net: wan: fix the code style issue about trailing statementsPeng Li1-15/+44
2021-05-25net: wan: code indent use tabs where possiblePeng Li1-17/+17
2021-05-25net: wan: add blank line after declarationsPeng Li1-0/+5
2021-05-25net: wan: fix an code style issue about "foo* bar"Peng Li1-3/+3
2021-05-25net: wan: remove redundant blank linesPeng Li1-38/+0
2021-05-21net: wan: add necessary () to macro argumentPeng Li1-10/+10
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-21net: 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-18drivers/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-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+3
2021-04-08net: 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-29drivers/net/wan/hdlc_fr: Fix a double free in pvc_xmitLv Yunlong1-2/+3
2021-03-27farsync: use DEFINE_SPINLOCK() for spinlockLiu Jian1-2/+1
2021-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+41
2021-03-19net: lapbether: Close the LAPB device before its underlying Ethernet device c...Xie He1-2/+2
2021-03-16net: lapbether: Prevent racing when checking whether the netif is runningXie He1-7/+25
2021-03-15net: hdlc_x25: Prevent racing between "x25_close" and "x25_xmit"/"x25_rx"Xie He1-1/+41
2021-03-09net: lapbether: Remove netif_start_queue / netif_stop_queueXie He1-3/+0
2021-03-08net: wan: fix error return code of uhdlc_init()Jia-Ju Bai1-2/+6
2021-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+3
2021-02-16net: wan/lmc: dont print format string when not availableTong Zhang1-1/+1
2021-02-16net: wan/lmc: unregister device when no matching device is foundTong Zhang1-0/+2
2021-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+3
2021-02-06net: wan: farsync: use new tasklet APIEmil Renner Berthing1-6/+6
2021-02-05net: hdlc_x25: Return meaningful error code in x25_openXie He1-3/+3
2021-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2021-01-06wan: ds26522: select CONFIG_BITREVERSEArnd Bergmann1-0/+1
2021-01-06net: wan: Use DEFINE_SPINLOCK() for spinlockZheng Yongjun1-3/+1