summaryrefslogtreecommitdiffstats
path: root/drivers/net/wan
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'spi-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2023-04-271-1/+1
|\
| * net: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra2023-03-111-1/+1
* | net: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-161-8/+3
|/
* net: wan: Add checks for NULL for utdm in undo_uhdlc_init and unmap_si_regsEsina Ekaterina2023-01-131-2/+4
* net: farsync: Fix kmemleak when rmmods farsyncLi Zetao2022-12-121-0/+2
* net: lapbether: fix issue of invalid opcode in lapbeth_open()Zhengchao Shao2022-11-081-0/+1
* net: lapbether: fix issue of dev reference count leakage in lapbeth_device_ev...Zhengchao Shao2022-11-071-1/+1
* WAN: Fix syntax errors in commentsXiang wangx2022-06-071-1/+1
* net: wan: switch to netif_napi_add_weight()Jakub Kicinski2022-05-084-4/+5
* net: wan: remove support for Z85230-based devicesJakub Kicinski2022-04-276-2760/+0
* net: wan: remove support for COSA and SRP synchronous serial boardsJakub Kicinski2022-04-274-2179/+0
* net: wan: remove the lanmedia (lmc) driverJakub Kicinski2022-04-0612-4260/+0
* Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-03-241-1/+2
|\
| * Merge tag 'spi-remove-void' of https://git.kernel.org/pub/scm/linux/kernel/gi...Jakub Kicinski2022-02-281-2/+1
| |\
| * | net: wan: lmc: use time_is_before_jiffies() instead of open coding itWang Qing2022-02-281-1/+2
* | | Merge tag 'arm-soc-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2022-03-232-18/+24
|\ \ \ | |_|/ |/| |
| * | net: ixp4xx_hss: Check features using sysconLinus Walleij2022-02-122-18/+24
| |/
* / spi: make remove callback a void functionUwe Kleine-König2022-02-091-2/+1
|/
* net: wan/lmc: fix spelling of "its"Randy Dunlap2021-12-241-1/+1
* net: ixp4xx_hss: drop kfree for memory allocated with devm_kzallocWei Yongjun2021-11-301-1/+0
* net: ixp4xx_hss: Convert to use DT probingLinus Walleij2021-11-291-75/+185
* net/wan/fsl_ucc_hdlc: fix sparse warningsChristophe Leroy2021-11-151-30/+32
* net: hldc_fr: use dev_addr_set()Jakub Kicinski2021-10-221-1/+3
* net: use dev_addr_set()Jakub Kicinski2021-10-091-1/+1
* net: wan: wanxl: define CROSS_COMPILE_M68KAdam Borowski2021-09-161-0/+2
* wan: hostess_sv11: use module_init/module_exit helpersArnd Bergmann2021-08-031-2/+4
* wan: remove sbni/granch driverArnd Bergmann2021-08-034-1814/+0
* wan: remove stale Kconfig entriesArnd Bergmann2021-08-031-24/+0
* net: split out ndo_siowandev ioctlArnd Bergmann2021-07-2722-229/+165
* wan: cosa: remove dead cosa_net_ioctl() functionArnd Bergmann2021-07-271-14/+1
* wan: use ndo_siocdevprivateArnd Bergmann2021-07-278-56/+117
* net: ixp4xx_hss: use dma_pool_zallocJason Wang2021-07-261-2/+1
* Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-07-146-24/+24
|\
| * net: hdlc: rename 'mod_init' & 'mod_exit' functions to be module-specificRandy Dunlap2021-07-126-24/+24
* | Merge tag 'arm-soc-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2021-07-101-0/+1
|\ \ | |/ |/|
| * soc: ixp4xx: move cpu detection to linux/soc/ixp4xx/cpu.hArnd Bergmann2021-06-171-0/+1
* | net: c101: remove redundant spacesPeng Li2021-06-211-1/+1
* | net: c101: replace comparison to NULL with "!card"Peng Li2021-06-211-2/+2
* | net: c101: add blank line after declarationsPeng Li2021-06-211-0/+1
* | net: hostess_sv11: fix the alignment issuePeng Li2021-06-181-1/+1
* | net: hostess_sv11: fix the comments style issuePeng Li2021-06-181-30/+18
* | net: hostess_sv11: remove dead codePeng Li2021-06-181-2/+0
* | net: hostess_sv11: fix the code style issue about switch and casePeng Li2021-06-181-27/+27
* | net: hostess_sv11: remove trailing whitespacePeng Li2021-06-181-1/+1
* | net: hostess_sv11: move out assignment in if conditionPeng Li2021-06-181-1/+2
* | net: hostess_sv11: fix the code style issue about "foo* bar"Peng Li2021-06-181-1/+1
* | net: hdlc_ppp: add required spacePeng Li2021-06-171-1/+2
* | net: hdlc_ppp: remove unnecessary out of memory messagePeng Li2021-06-171-3/+2
* | net: hdlc_ppp: move out assignment in if conditionPeng Li2021-06-171-1/+2
* | net: hdlc_ppp: fix the code style issue about "foo* bar"Peng Li2021-06-171-7/+7