aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wan (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-08net: lapbether: fix issue of invalid opcode in lapbeth_open()Zhengchao Shao1-0/+1
2022-11-07net: lapbether: fix issue of dev reference count leakage in lapbeth_device_event()Zhengchao Shao1-1/+1
2022-06-07WAN: Fix syntax errors in commentsXiang wangx1-1/+1
2022-05-08net: wan: switch to netif_napi_add_weight()Jakub Kicinski4-4/+5
2022-04-27net: wan: remove support for Z85230-based devicesJakub Kicinski6-2760/+0
2022-04-27net: wan: remove support for COSA and SRP synchronous serial boardsJakub Kicinski4-2179/+0
2022-04-06net: wan: remove the lanmedia (lmc) driverJakub Kicinski12-4260/+0
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+2
2022-03-23Merge tag 'arm-soc-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2-18/+24
2022-02-28Merge tag 'spi-remove-void' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiJakub Kicinski1-2/+1
2022-02-28net: wan: lmc: use time_is_before_jiffies() instead of open coding itWang Qing1-1/+2
2022-02-12net: ixp4xx_hss: Check features using sysconLinus Walleij2-18/+24
2022-02-09spi: make remove callback a void functionUwe Kleine-König1-2/+1
2021-12-24net: wan/lmc: fix spelling of "its"Randy Dunlap1-1/+1
2021-11-30net: ixp4xx_hss: drop kfree for memory allocated with devm_kzallocWei Yongjun1-1/+0
2021-11-29net: ixp4xx_hss: Convert to use DT probingLinus Walleij1-75/+185
2021-11-15net/wan/fsl_ucc_hdlc: fix sparse warningsChristophe Leroy1-30/+32
2021-10-22net: hldc_fr: use dev_addr_set()Jakub Kicinski1-1/+3
2021-10-09net: use dev_addr_set()Jakub Kicinski1-1/+1
2021-09-16net: wan: wanxl: define CROSS_COMPILE_M68KAdam Borowski1-0/+2
2021-08-03wan: hostess_sv11: use module_init/module_exit helpersArnd Bergmann1-2/+4
2021-08-03wan: remove sbni/granch driverArnd Bergmann4-1814/+0
2021-08-03wan: remove stale Kconfig entriesArnd Bergmann1-24/+0
2021-07-27net: split out ndo_siowandev ioctlArnd Bergmann22-229/+165
2021-07-27wan: cosa: remove dead cosa_net_ioctl() functionArnd Bergmann1-14/+1
2021-07-27wan: use ndo_siocdevprivateArnd Bergmann8-56/+117
2021-07-26net: ixp4xx_hss: use dma_pool_zallocJason Wang1-2/+1
2021-07-14Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds6-24/+24
2021-07-12net: hdlc: rename 'mod_init' & 'mod_exit' functions to be module-specificRandy Dunlap6-24/+24
2021-07-10Merge tag 'arm-soc-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-0/+1
2021-06-21net: c101: remove redundant spacesPeng Li1-1/+1
2021-06-21net: c101: replace comparison to NULL with "!card"Peng Li1-2/+2
2021-06-21net: c101: add blank line after declarationsPeng Li1-0/+1
2021-06-18net: hostess_sv11: fix the alignment issuePeng Li1-1/+1
2021-06-18net: hostess_sv11: fix the comments style issuePeng Li1-30/+18
2021-06-18net: hostess_sv11: remove dead codePeng Li1-2/+0
2021-06-18net: hostess_sv11: fix the code style issue about switch and casePeng Li1-27/+27
2021-06-18net: hostess_sv11: remove trailing whitespacePeng Li1-1/+1
2021-06-18net: hostess_sv11: move out assignment in if conditionPeng Li1-1/+2
2021-06-18net: hostess_sv11: fix the code style issue about "foo* bar"Peng Li1-1/+1
2021-06-17net: hdlc_ppp: add required spacePeng Li1-1/+2
2021-06-17net: hdlc_ppp: remove unnecessary out of memory messagePeng Li1-3/+2
2021-06-17net: hdlc_ppp: move out assignment in if conditionPeng Li1-1/+2
2021-06-17net: hdlc_ppp: fix the code style issue about "foo* bar"Peng Li1-7/+7
2021-06-17net: hdlc_ppp: add blank line after declarationsPeng Li1-0/+4
2021-06-17net: hdlc_ppp: remove redundant blank linesPeng Li1-9/+0
2021-06-17soc: ixp4xx: move cpu detection to linux/soc/ixp4xx/cpu.hArnd Bergmann1-0/+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