aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/gdm724x (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-25staging: gdm724x: drop unused CDC definesJohan Hovold1-6/+0
2022-03-28Merge tag 'staging-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds2-2/+1
2022-03-14staging: gdm724x: remove redundant assignment of pointer wColin Ian King1-1/+0
2022-03-14Merge 5.17-rc8 into staging-nextGreg Kroah-Hartman1-2/+3
2022-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+3
2022-03-07staging: Use netif_rx().Sebastian Andrzej Siewior1-1/+1
2022-03-01staging: gdm724x: fix use after free in gdm_lte_rx()Dan Carpenter1-2/+3
2022-02-08staging: gdm724x: Replace one-element array with flexible-array memberGustavo A. R. Silva1-1/+1
2021-10-20staging: use eth_hw_addr_set() in orphan driversJakub Kicinski1-1/+3
2021-09-01Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-7/+6
2021-08-12staging: gdm724x: Place macro argument within parenthesesDee-Jay Anthony Logozzo1-2/+2
2021-07-27tty: drop put_tty_driverJiri Slaby1-2/+2
2021-07-27tty: stop using alloc_tty_driverJiri Slaby1-5/+4
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-1/+1
2021-06-14staging: gdm724x: check for overflow in gdm_lte_netif_rx()Dan Carpenter1-4/+6
2021-06-14staging: gdm724x: check for buffer overflow in gdm_lte_multi_sdu_pkt()Dan Carpenter1-1/+9
2021-06-09staging: gdm724x: emove redundant initialization of variable hci_lenColin Ian King1-1/+0
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby1-1/+1
2021-03-10tty: make everyone's write_room return >= 0Jiri Slaby1-1/+1
2021-02-11staging: gdm724x: Fix DMA from stackAmey Narkhede1-3/+7
2020-10-26staging: gdm724x: Clarify naming of packet_type<->tty index symbolsMisha Gusarov1-5/+5
2020-07-28staging: gdm724x: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-04-13staging: gdm724x: remove redundant assignment to pointer 'w'Colin Ian King1-1/+1
2020-03-20staging: gdm724x: use netdev_err() instead of pr_err()Lourdes Pedrajas3-5/+7
2020-02-23staging: Replace zero-length array with flexible-array memberGustavo A. R. Silva2-4/+4
2019-04-03staging: add missing SPDX lines to Kconfig filesGreg Kroah-Hartman1-0/+1
2019-03-22Staging: gdm724x: Remove unnecessary print statementsBhanusree Pola1-1/+0
2019-03-21staging: gdm724x: Rename dftEpsId to dft_eps_idBranden Bonaby1-1/+1
2019-03-18staging: gdm724x: Do not break expressionsIgnacio Losiggio1-4/+3
2018-07-11staging: gdm724x: redundant variables idProduct and idVendorColin Ian King1-5/+0
2018-06-17Staging: gdm724x: use match_string() helperYisheng Xie1-13/+5
2018-04-26staging: gdm724x: remove redundant license informationGreg Kroah-Hartman14-168/+14
2018-04-26staging: gdm724x: add SPDX identifiers to all files.Greg Kroah-Hartman14-0/+14
2018-04-25staging: gdm724x: fix gdm_lte_tx()'s return typeLuc Van Oostenryck1-1/+1
2018-02-23Staging: gdm724x: LTE: Refactor gdm_lte_pdn_table().Quytelda Kahja1-11/+11
2018-02-23Staging: gdm724x: Simplify the struct gdm_endian to a variable.Quytelda Kahja6-46/+32
2018-02-23Staging: gdm724x: LTE: Fix trailing open parentheses.Quytelda Kahja1-23/+21
2018-02-19Staging: gdm724x: tty: Remove unused macro 'gdm_tty_send_control'.Quytelda Kahja1-3/+0
2018-02-19Staging: gdm724x: tty: Remove unnecessary macro 'gdm_tty_recv'.Quytelda Kahja1-5/+6
2018-02-19Staging: gdm724x: tty: Remove unnecessary macro 'gdm_tty_send'.Quytelda Kahja1-9/+6
2018-02-19Staging: gdm724x: mux: Check return value of register_lte_tty_driver().Quytelda Kahja1-1/+5
2018-02-19Staging: gdm724x: LTE: Fix argument list not aligned with parenthesis.Quytelda Kahja1-1/+2
2017-11-13Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-7/+12
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-20staging: gdm724x: fix return codes in gdm_lteAndrii Vladyka1-7/+7
2017-10-20staging: gdm724x: check for skb->len in gdm_lte_emulate_arpAndrii Vladyka1-0/+5
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-16/+9
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-16/+9
2017-06-03Staging: gdm724x: Change spaces to tabsMart Lubbers1-4/+4
2017-04-28staging: gdm724x: gdm_mux: fix use-after-free on module unloadJohan Hovold1-2/+1